Add cast to VEC_iterate
[external/binutils.git] / gdb / ChangeLog
1 2015-10-29  Pedro Alves  <palves@redhat.com>
2
3         * common/vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
4
5 2015-10-29  Pedro Alves  <palves@redhat.com>
6
7         * guile/scm-frame.c (gdbscm_unwind_stop_reason_string): Add cast.
8
9 2015-10-29  Eli Zaretskii  <eliz@gnu.org>
10
11         * utils.c (init_page_info): Disable paging if INSIDE_EMACS is set
12         in the environment.
13
14 2015-10-29  Pedro Alves  <palves@redhat.com>
15
16         * gnu-v2-abi.c (gnuv2_is_destructor_name)
17         (gnuv2_is_constructor_name): Add casts.
18
19 2015-10-29  Pedro Alves  <palves@redhat.com>
20
21         * common/common-exceptions.c (exception_none): Add cast.
22
23 2015-10-29  Pedro Alves  <palves@redhat.com>
24
25         * compile/compile-c-types.c (struct type_map_instance)
26         <gcc_type>: Rename to gcc_type_handle.
27         (insert_type, convert_type): Adjust.
28
29 2015-10-29  Pedro Alves  <palves@redhat.com>
30
31         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Don't
32         assume that "break" breaks out of a TRY/CATCH.
33         * python/py-framefilter.c (py_print_single_arg): Don't assume
34         "continue" breaks out of a TRY/CATCH.
35         * python/py-value.c (valpy_binop_throw): New function, factored
36         out from ...
37         (valpy_binop): ... this.
38         (valpy_richcompare_throw): New function, factored
39         out from ...
40         (valpy_richcompare): ... this.
41         * solib.c (solib_read_symbols): Don't assume "break" breaks out
42         of a TRY/CATCH.
43         * common/common-exceptions.h [USE_RAW_CXX_TRY]
44         <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch.
45
46 2015-10-28  Simon Dardis  <Simon.Dardis@imgtec.com>
47
48         * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or'
49         as move along with [d]addu.
50
51 2015-10-28  Yao Qi  <yao.qi@linaro.org>
52
53         * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to
54         aarch64_decode_insn.
55
56 2015-10-27  Pedro Alves  <palves@redhat.com>
57
58         * common/print-utils.c (host_address_to_string): Rename to ...
59         (host_address_to_string_1): ... this.
60         * common/print-utils.h (host_address_to_string): Reimplement as
61         wrapper around host_address_to_string_1.
62         * utils.c (gdb_print_host_address): Rename to ...
63         (gdb_print_host_address_1): ... this.
64         * utils.h (gdb_print_host_address): Reimplement as wrapper macro
65         around  host_address_to_string_1.
66
67 2015-10-27  Pedro Alves  <palves@redhat.com>
68
69         * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
70         memory_error.  Rename local 'status' to 'res'.
71         * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to
72         memory_error.
73         * corefile.c (read_stack, read_code, write_memory): Always pass
74         TARGET_XFER_E_IO to memory_error.
75         * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to
76         memory_error.  Rename parameter 'status' to 'err'.
77         (dump_insns): Rename local 'status' to 'err'.
78         * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
79         to 'errp'.  Rename local 'status' to 'err'.  Always pass
80         TARGET_XFER_E_IO to memory_error.
81         (mips_breakpoint_from_pc): Rename local 'status' to 'err'.
82         * target.c (target_read_memory, target_read_raw_memory)
83         (target_read_stack, target_read_code, target_write_memory)
84         (target_write_raw_memory): Return -1 on error instead of
85         TARGET_XFER_E_IO.
86         * valprint.c (val_print_string): Rename local 'errcode' to 'err'.
87         Always pass TARGET_XFER_E_IO to memory_error.  Update comment.
88
89 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
90
91         * guile/guile-internal.h (gdbscm_with_guile): Change return
92         types to const char *.
93         * guile/scm-safe-call.c (gdbscm_with_guile): Likewise.
94         (struct c_data) <func>: Likewise.
95         (struct c_data) <result>: Change type to const char *.
96         (scscm_eval_scheme_string): Change return type to
97         const char *.
98         (scscm_source_scheme_script): Likewise.
99         (gdbscm_safe_eval_string): Change type of result variable to
100         const char * and remove cast.
101         (gdbscm_safe_source_script): Likewise.
102         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker):
103         Change return type to const char *.
104         (gdbscm_disasm_read_memory): Change type of status to
105         const char *.
106
107 2015-10-27  Pedro Alves  <palves@redhat.com>
108
109         * source.c (openp): New local 'last_errno'.  Use it to
110         save/restore errno.
111
112 2015-10-27  Pedro Alves  <palves@redhat.com>
113
114         * psymtab.c (dump_psymtab_addrmap_1): Add casts.
115
116 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
117
118         * ctf.c (SET_ENUM_FIELD): New macro.
119         (ctf_read_status): Use it.
120         (ctf_read_tp): Use it.
121
122 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
123
124         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
125         scm_t_dynwind_flags casts.
126         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
127         * guile/scm-ports.c (gdbscm_open_memory): Likewise.
128         * guile/scm-value.c (gdbscm_value_to_string): Likewise.
129
130 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
131
132         * ax.h (ax_raw_byte): New declaration.
133         * ax-general.c (ax_raw_byte): New function.
134         (ax_simple): Use ax_raw_byte.
135         * ax-gdb.c (gen_printf): Likewise.
136
137 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
138
139         * ada-lang.h (GROW_VECT): Add cast.
140
141 2015-10-26  Doug Evans  <xdje42@gmail.com>
142
143         * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
144
145 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
146
147         * target.c (memory_xfer_partial): Change type of buf to gdb_byte
148         pointer.
149         (simple_search_memory): Cast return of memmem.
150
151 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
152
153         * stap-probe.c (handle_stap_probe): Add (const char *) casts.
154
155 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
156
157         * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
158         -1 on error.
159
160 2015-10-26  Doug Evans  <dje@google.com>
161
162         PR symtab/17391
163         * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
164         instead of gdbarch_dwarf2_reg_to_regnum.
165         (dwarf2_frame_cache): Ditto.
166         (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
167         gdbarch_dwarf2_reg_to_regnum.
168         (get_reg_value): Ditto.
169         (dwarf2_fetch_cfa_info): Ditto.
170         (dwarf2_frame_prev_register): Ditto.
171         * dwarf2loc.c: #include "complaints.h".
172         (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
173         instead of gdbarch_dwarf2_reg_to_regnum.
174         (dwarf_expr_get_reg_value): Ditto.
175         (read_pieced_value): Ditto.
176         (write_pieced_value): Ditto.
177         (dwarf2_evaluate_loc_desc_full): Ditto.
178         (dwarf_reg_to_regnum): New function.
179         (throw_bad_regnum_error): New function.
180         (dwarf_reg_to_regnum_or_error): Renamed from
181         dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
182         All callers updated.  Call throw_bad_regnum_error.
183         (locexpr_regname): Improve text of bad register number.
184         * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
185         (dwarf_reg_to_regnum_or_error): Update prototype.
186         * dwarf2expr.c: #include "dwarf2loc.h".
187         (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
188         gdbarch_dwarf2_reg_to_regnum.
189         * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
190         * gdbarch.h: Regenerate.
191         * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
192         register.
193         * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
194         * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
195         * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
196         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
197         Remove warning for bad register.
198         * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
199         * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
200         i386_svr4_reg_to_regnum.  Return -1 for bad registers.
201         (i386_svr4_reg_to_regnum): New function.
202         (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
203         * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
204         on bad registers, return -1.
205         * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
206         Remove warning for bad register.
207         * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
208         (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
209         Remove warning for bad register.  Return -1 for bad register.
210         * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
211         for bad register, return -1.
212         * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
213         * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
214         * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
215         * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
216         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
217         * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
218         for bad regs.
219         * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
220         bad regs.  Fix error result.
221         * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
222         (reg_value_complaint): Update complaint text.
223         * mdebugread.c (reg_value_complaint): New function.
224         (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
225
226 2015-10-26  Doug Evans  <dje@google.com>
227
228         PR python/18938
229         * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
230         All callers updated.
231
232 2015-10-26  Doug Evans  <dje@google.com>
233
234         * psymtab.c (struct dump_psymtab_addrmap_data): Define.
235         (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
236         (maintenance_print_psymbols): Print address map.
237
238 2015-10-26  Doug Evans  <dje@google.com>
239
240         * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
241
242 2015-10-26  Doug Evans  <dje@google.com>
243
244         * common/gdb_wait.h (W_STOPCODE): Define, moved here from
245         gdbserver/linux-low.c.
246         (WSETSTOP): Simplify.
247
248 2015-10-26  Doug Evans  <dje@google.com>
249
250         * linux-thread-db.c (find_new_threads_callback): Ditto.
251         (thread_db_pid_to_str): Ditto.
252
253 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
254
255         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
256         local char array to scm_mode_bits, use a cast instead.
257
258 2015-10-26  Simon Marchi  <simon.marchi@ericsson.com>
259
260         * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
261         result.  Change type of element_block_ptr.  Change allocation to
262         use XNEWVEC.
263
264 2015-10-26  Luis Machado  <lgustavo@codesourcery.com>
265
266         * record-full.c (record_full_message_wrapper_safe): Pass empty string to
267         catch_errors call instead of NULL.
268
269 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
270
271         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
272         char pointer to scm_mode_bits.
273
274 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
275
276         * symtab.c (default_make_symbol_completion_list_break_on_1): Add
277         cast.
278
279 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
280
281         * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
282         "data" local variable and use it.
283
284 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
285
286         * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
287         domain_enum cast.
288         (gdbscm_lookup_symbol): Likewise.
289
290 2015-10-25  Iain Buclaw  <ibuclaw@gdcproject.org>
291
292         * d-exp.y: Remove an obsolete comment and propagate the block
293         information to the produced expression.
294
295 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
296
297         * tui/tui-data.c (tui_add_to_source_windows): Remove void *
298         cast.
299         (tui_add_content_elements): Likewise.
300
301 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
302
303         * cli/cli-setshow.c (do_set_command): Constify p.
304
305 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
306
307         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
308         (void *) cast with (gdb_byte *).
309
310 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
311
312         * proc-service.c (ps_pdread): Add cast.
313
314 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
315
316         * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
317         valbuf.
318
319 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
320
321         * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
322         (ia64_push_dummy_call): Remove cast and change type of "to" to
323         array of gdb_byte.
324
325 2015-10-23  Simon Marchi  <simon.marchi@polymtl.ca>
326
327         * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
328
329 2015-10-23  Simon Marchi  <simon.marchi@ericsson.com>
330
331         * observer.h (observer_${event}_notification_stub): Add cast.
332
333 2015-10-23  Yao Qi  <yao.qi@linaro.org>
334
335         * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
336         dsd.insn_count to zero.
337
338 2015-10-22  Pedro Alves  <palves@redhat.com>
339
340         * infrun.c (stop_after_trap): Delete.
341         (clear_proceed_status, handle_signal_stop, struct
342         infcall_control_state, save_infcall_control_state)
343         (restore_infcall_control_state): Remove references to
344         stop_after_trap.
345
346 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
347
348         * python/python.c (_initialize_python): Add cast.
349
350 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
351
352         * nto-tdep.c (nto_inferior_data): Add cast.
353
354 2015-10-22  Pedro Alves  <palves@redhat.com>
355
356         * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
357         windows_wait and windows_resume directly instead of
358         wait_for_inferior and resume.
359
360 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
361
362         * xtensa-tdep.h (XTREG): Add casts.
363         (XTREG_END): Likewise.
364
365 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
366
367         * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
368
369 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
370
371         * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
372
373 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
374
375         * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
376         buf to gdb_byte*.
377         (supply_32bit_reg): Add cast.
378         (mips64_fill_gregset): Likewise.
379
380 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
381
382         PR python/18073
383         * python/py-type.c (typy_get_composite): Allow returning a
384         function type.
385
386 2015-10-21  Keven Boell  <keven.boell@intel.com>
387
388         * dwarf2read.c (set_die_type): Add read of
389         DW_AT_allocated and DW_AT_associated.
390         * f-typeprint.c: New include of typeprint.h
391         (f_print_type): Add check for allocated/associated
392         status of type.
393         (f_type_print_varspec_suffix): Add check for
394         * gdbtypes.c (create_array_type_with_stride):
395         Add check for valid data location of type in
396         case allocated or associated attributes are set.
397         Length of an array should be only calculated if
398         allocated or associated is resolved as true.
399         (is_dynamic_type_internal): Add check for allocated/
400         associated.
401         (resolve_dynamic_array): Evaluate allocated/associated
402         properties.
403         * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
404         <DYN_PROP_ASSOCIATED>: New enums.
405         (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
406         (type_not_allocated): New function.
407         (type_not_associated): New function.
408         * valarith.c (value_subscripted_rvalue): Add check for
409         allocated/associated.
410         * valprint.c: New include of typeprint.h.
411         (valprint_check_validity): Add check for allocated/associated.
412         (value_check_printable): Add check for allocated/
413         associated.
414         * typeprint.h (val_print_not_allocated): New function.
415         (val_print_not_associated): New function.
416         * typeprint.c (val_print_not_allocated): New function.
417         (val_print_not_associated): New function.
418
419 2015-10-21  Antoine Tremblay  <antoine.tremblay@ericsson.com>
420
421         * Makefile.in: Add arm.c/o.
422         * arch/arm.c: New file.
423         * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
424         (MAKE_THUMB_ADDR): Likewise.
425         (UNMAKE_THUMB_ADDR): Likewise.
426         * arm-tdep.c (int thumb_insn_size): Move to arm.c.
427         (IS_THUMB_ADDR): Move to arm.h.
428         (MAKE_THUMB_ADDR): Likewise.
429         (UNMAKE_THUMB_ADDR): Likewise.
430         * configure.tgt: Add arm.o to all ARM configs.
431
432 2015-10-21  Yao Qi  <yao.qi@linaro.org>
433
434         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
435         Remove argument exp_vCont_s.
436         * gdb.base/range-stepping.exp: Callers updated.
437         * gdb.trace/range-stepping.exp: Likewise.
438
439 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
440
441         * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
442         (nto_sniff_abi_note_section): New function.
443         (nto_elf_osabi_sniffer): Use new function to recognize nto specific
444         binary.
445
446 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
447
448         * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
449         (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
450         * nto-tdep.c (nto_new_inferior_data_reg): New definition.
451         (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
452         New functions.
453         (_initialize_nto_tdep): New forward declaration, new function.
454         * nto-tdep.h (struct nto_inferior_data): New struct.
455         (nto_inferior_data): New function declaration.
456
457 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
458
459         * findvar.c (address_from_register): Check REGNUM validity.
460
461 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
462
463         * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
464         (init_procfs_targets): Wire new function.
465
466 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
467
468         * nto-procfs.c (sys/auxv.h): Include.
469         (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
470         * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
471         * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
472
473 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
474
475         * nto-procfs.c (nto_procfs_path): Rename to...
476         (nodestr): ... this, and change type.
477         (nto_node): Use new variable and logic accordingly.
478         (procfs_open_1): Use new variable name. Use local buffer to construct
479         procfrs path.
480         (procfs_pidlist): Use NODESTR to construct procfs path.
481         (procfs_files_info): Use NODESTR to output meaningful text.
482         (do_attach): Construct procfs using NODESTR.
483         (procfs_create_inferior): Compare pointer to NULL.
484
485 2015-10-19  Josh Stone  <jistone@redhat.com>
486
487         * linux-nat.c (linux_handle_syscall_trap): Always update entry/
488         return state, even when not actively catching syscalls at all.
489         (linux_handle_extended_wait): Mark syscall_state like an entry.
490         (wait_lwp): Set syscall_state ignored for other traps.
491         (linux_nat_filter_event): Likewise.
492
493 2015-10-19  Luis Machado  <lgustavo@codesourcery.com>
494
495         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
496         when handling 'E', 'T', 'S', 'X' and 'W' packets.
497         Do not set rs->waiting_for_stop_reply back to 1.
498
499 2015-10-16  Aleksandar Ristovski  <aristovski@qnx.com>
500
501         * nto-procfs.c (common/filestuff.h): Include.
502         (procfs_can_use_hw_breakpoint): Fix enum name.
503         (procfs_open_1): Fix compiler warning.
504         (procfs_pidlist): Make static.
505         (procfs_meminfo): Make static, fix type name, add missing argument.
506         (procfs_store_registers): Make static.
507         (procfs_thread_info): Remove unused function.
508         (_initialize_procfs): Forward declare.
509
510 2015-10-16  Yao Qi  <yao.qi@arm.com>
511
512         * MAINTAINERS: Update my email address.
513
514 2015-10-15  Yao Qi  <yao.qi@linaro.org>
515
516         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
517         Call gdbarch_breakpoint_from_pc to instruction length.
518         (aarch64_linux_remove_hw_breakpoint): Likewise.
519         * common/common-regcache.h (regcache_register_size): Declare.
520         * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
521         (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
522         the process is 32bit, otherwise set alignment to 4.
523         (aarch64_handle_breakpoint): Update comments.
524         * regcache.c (regcache_register_size): New function.
525
526 2015-10-15  Aleksandar Ristovski  <aristovski@qnx.com>
527
528         * gdbarch.sh (core_regset_section): Remove.
529         * gdbarch.h: Regenerate.
530
531 2015-10-14  Yao Qi  <yao.qi@linaro.org>
532
533         * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
534         out of it.
535         (enum aarch64_memory_operand_type): New.
536
537 2015-10-13  David Edelsohn  <dje.gcc@gmail.com>
538
539         * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
540
541 2015-10-13  Pedro Alves  <palves@redhat.com>
542
543         * ada-lang.c (ada_enum_name): Constify local.
544         * ada-typeprint.c (print_range_bound): Constify locals.
545         * c-varobj.c (c_describe_child): Likewise.
546         * cli/cli-setshow.c (do_set_command): Likewise.
547         * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
548         * dwarf2read.c (find_file_and_directory): Likewise.
549         (anonymous_struct_prefix, dwarf2_name): Likewise.
550         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
551         * go-lang.c (unpack_mangled_go_symbol): Likewise.
552         * jv-typeprint.c (java_type_print_base): Likewise.
553         * ser-tcp.c (net_open): Likewise.
554         * symfile.c (deduce_language_from_filename): Likewise.
555         * symtab.c (gdb_mangle_name): Likewise.
556         * tui/tui-io.c (tui_redisplay_readline): Likewise.
557
558 2015-10-13  Pedro Alves  <palves@redhat.com>
559
560         * infrun.c (restore_execution_direction): New function.
561         (fetch_inferior_event): Use it instead of
562         make_cleanup_restore_integer.
563         (execution_direction): Change type to enum
564         exec_direction_kind.
565         * infrun.h (execution_direction): Likewise.
566
567 2015-10-13  Pedro Alves  <palves@redhat.com>
568
569         * ada-lang.c (ada_value_primitive_packed_val): Constify
570         locals.  Use value_contents_writeable.  Remove casts.
571
572 2015-10-13  Pedro Alves  <palves@redhat.com>
573
574         * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
575         and alloca calls.
576
577 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
578
579         * lm32-tdep.c (lm32_push_dummy_call): Replace call to
580         write_memory with write_memory_unsigned_integer.
581
582 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
583
584         * solib-dsbt.c (cmp_name): Constify arguments.
585         * solib-frv.c (cmp_name): Likewise.
586         * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
587         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
588         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
589         (gdb_bfd_lookup_symbol): Likewise.
590         * solib.h (gdb_bfd_lookup_symbol): Likewise.
591         (gdb_bfd_lookup_symbol_from_symtab): Likewise.
592
593 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
594
595         * stack.c (parse_frame_specification): Remove message parameter,
596         replace with fixed string in function body, update function
597         comment.
598         (frame_info): Remove message to parse_frame_specification.
599         (select_frame_command): Likewise.
600
601 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
602
603         * stack.c (parse_frame_specification): Delete.
604         (parse_frame_specification_1): Rename to
605         parse_frame_specification.
606         (frame_info): Use parse_frame_specification.
607         (select_frame_command): Likewise.
608         (return_command): Use select_frame and print_stack_frame rather
609         than frame_command and select_frame_command.
610         (func_command): Use get_current_frame rather than
611         parse_frame_specification.
612
613 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
614
615         * stack.c (func_command): Return early when there is no ARG
616         string.
617
618 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
619
620         * stack.c: Include safe-ctype.h not ctype.h.
621         (parse_frame_specification): Use ISSPACE not isspace.
622         (backtrace_command): Use TOLOWER not tolower.
623
624 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
625
626         * mep-tdep.c (current_me_module): Add cast.
627         (mep_gdbarch_init): Likewise.
628
629 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
630
631         * m32c-tdep.c (m32c_move_reg_t): Replace with...
632         (m32c_write_reg_t): ...this and...
633         (m32c_read_reg_t): ...this.
634         (struct m32c_reg): Update types of read and write.
635         (m32c_raw_read): Change declaration type to m32c_read_reg_t and
636         adjust definition.
637         (m32c_banked_read): Likewise.
638         (m32c_sb_read): Likewise.
639         (m32c_part_read): Likewise.
640         (m32c_cat_read): Likewise.
641         (m32c_r3r2r1r0_read): Likewise.
642         (m32c_raw_write): Change declaration type to m32c_write_reg_t
643         and adjust definition.
644         (m32c_banked_write): Likewise.
645         (m32c_sb_write): Likewise.
646         (m32c_part_write): Likewise.
647         (m32c_cat_write): Likewise.
648         (m32c_r3r2r1r0_write): Likewise.
649
650 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
651
652         * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
653
654 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
655
656         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
657         gdb_sys_no_syscall instead of -1.
658
659 2015-10-12  Yao Qi  <yao.qi@linaro.org>
660
661         * NEWS: Mention the change.
662
663 2015-10-12  Yao Qi  <yao.qi@linaro.org>
664
665         * arch/aarch64-insn.c (emit_load_store): Rename to ...
666         (aarch64_emit_load_store): ... it.  All callers updated.
667
668 2015-10-12  Yao Qi  <yao.qi@linaro.org>
669
670         * arch/aarch64-insn.c (emit_insn): Rename to ...
671         (aarch64_emit_insn): ... it.  All callers updated.
672
673 2015-10-12  Yao Qi  <yao.qi@linaro.org>
674
675         * aarch64-linux-tdep.c: Include arch-utils.h.
676         (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
677         set_gdbarch_displaced_step_copy_insn,
678         set_gdbarch_displaced_step_fixup,
679         set_gdbarch_displaced_step_free_closure,
680         set_gdbarch_displaced_step_location,
681         and set_gdbarch_displaced_step_hw_singlestep.
682         * aarch64-tdep.c (struct displaced_step_closure): New.
683         (struct aarch64_displaced_step_data): New.
684         (aarch64_displaced_step_b): New function.
685         (aarch64_displaced_step_b_cond): Likewise.
686         (aarch64_register): Likewise.
687         (aarch64_displaced_step_cb): Likewise.
688         (aarch64_displaced_step_tb): Likewise.
689         (aarch64_displaced_step_adr): Likewise.
690         (aarch64_displaced_step_ldr_literal): Likewise.
691         (aarch64_displaced_step_others): Likewise.
692         (aarch64_displaced_step_copy_insn): Likewise.
693         (aarch64_displaced_step_fixup): Likewise.
694         (aarch64_displaced_step_hw_singlestep): Likewise.
695         * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
696         (aarch64_displaced_step_copy_insn): Declare.
697         (aarch64_displaced_step_fixup): Declare.
698         (aarch64_displaced_step_hw_singlestep): Declare.
699         * arch/aarch64-insn.c (emit_insn): Moved from
700         gdbserver/linux-aarch64-low.c.
701         (emit_load_store): Likewise.
702         * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
703         gdbserver/linux-aarch64-low.c.
704         (struct aarch64_register): Likewise.
705         (struct aarch64_memory_operand): Likewise.
706         (ENCODE): Likewise.
707         (can_encode_int32): New macro.
708         (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
709         (emit_tb, emit_nop): Likewise.
710         (emit_insn): Declare.
711         (emit_load_store): Declare.
712
713 2015-10-12  Yao Qi  <yao.qi@linaro.org>
714
715         * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
716         gdbserver/linux-aarch64-low.c.
717         (aarch64_relocate_instruction): Likewise.
718         * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
719         (struct aarch64_insn_data): Moved from
720         gdbserver/linux-aarch64-low.c.
721         (struct aarch64_insn_visitor): Likewise.
722         (aarch64_relocate_instruction): Declare.
723
724 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
725
726         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
727         EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
728         to the returned value.
729
730 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
731
732         * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
733         is large enough for BIT_SIZE.  Update function comment.
734
735 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
736
737         * ada-lang.c (ada_value_primitive_packed_val): Move
738         src_len variable to local block where used.  Override
739         BIT_SIZE if bigger than size of resolved type.
740
741 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
742
743         * gdbtypes.h (is_scalar_type): Add extern declaration.
744         * gdbtypes.c (is_scalar_type): Make non-static.
745         * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
746         to compute IS_SCALAR instead of doing it ourselves.
747
748 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
749
750         * ada-lang.c (ada_value_primitive_packed_val): Rework handling
751         of case where TYPE is dynamic.
752
753 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
754
755         * ada-lang.c (ada_unpack_from_contents): New function,
756         extracted from ada_value_primitive_packed_val.
757         (ada_value_primitive_packed_val): Replace extracted out code
758         by call to ada_unpack_from_contents.
759
760 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
761
762         * ada-lang.c (ada_value_primitive_packed_val): Reorder local
763         variable declarations.
764
765 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
766
767         * ada-lang.c (ada_value_primitive_packed_val): Change the type
768         of local variables src and unpacked to "gdb_type *" instead of
769         "unsigned char *".
770
771 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
772
773         * ada-lang.c (ada_value_primitive_packed_val): Make the name
774         of various local variables more explicit and consistent.
775         No real code change otherwise.
776
777 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
778
779         * i386-tdep.h (struct gdbarch_tdep): Change type of
780         register_reggroup_p to gdbarch_register_reggroup_p_ftype.
781
782 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
783
784         * cris-tdep.c (struct instruction_environment): Change type of
785         byte_order to enum bfd_endian.
786
787 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
788
789         * arm-linux-tdep.c (arm_canonicalize_syscall): Add
790         enum gdb_syscall casts.
791
792 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
793
794         * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
795         * arm-tdep.c (struct stack_item): Likewise.
796         (push_stack_item): Add gdb_byte* cast.
797         * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
798         (push_stack_item): Add gdb_byte* cast.
799         * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
800         and add cast.
801         * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
802         (push_stack_item): Add gdb_byte* cast.
803         * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
804         add cast.
805         * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
806         gdb_byte*.
807         * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
808         gdb_byte* and remove unnecessary cast.
809         (h8300h_extract_return_value): Likewise.
810         (h8300_store_return_value): Change type of valbuf to gdb_byte*.
811         (h8300h_store_return_value): Likewise.
812         * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
813         gdb_byte* and remove unnecessary cast.
814         * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
815         and add cast.
816         * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
817         gdb_byte* and remove unnecessary cast.
818         (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
819         valbuf.
820         * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
821         (mep_pseudo_cr64_read): Likewise.
822         (mep_pseudo_csr_write): Likewise.
823         (mep_pseudo_cr32_write): Likewise.
824         (mep_pseudo_cr64_write): Likewise.
825         * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
826         gdb_byte* and add cast.
827         * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
828         gdb_byte* and remove unnecessary cast.
829         (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
830         valbuf.
831         * p-valprint.c (print_scalar_formatted): Change type of valaddr to
832         gdb_byte*.
833         * printcmd.c (void): Likewise.
834         * python/py-inferior.c (infpy_read_memory): Change type of buffer to
835         gdb_byte* and add cast.
836         (infpy_write_memory): Likewise.
837         (infpy_search_memory): Likewise.
838         * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
839         and add cast.
840         (regcache_raw_write_unsigned): Likewise.
841         (regcache_cooked_write_signed): Likewise.
842         (regcache_cooked_write_unsigned): Likewise.
843         * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
844         gdb_byte*.
845
846 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
847
848         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
849         * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
850
851 2015-10-09  Eli Zaretskii  <eliz@gnu.org>
852
853         * stack.c (print_stack_frame):
854         * utils.c (printchar): Fix typos in commentary.
855
856 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
857
858         * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
859         (PostfixExpression): Support `expr.sizeof' expressions.
860         (PrimaryExpression): Support `typeof(expr)' expressions.
861
862 2015-10-08  Maciej W. Rozycki  <macro@imgtec.com>
863
864         * MAINTAINERS: Update my email address.
865
866 2015-10-08  Markus Metzger  <markus.t.metzger@intel.com>
867
868         * record-btrace.c (record_btrace_resume): Fix void return.
869
870 2015-10-07  Yao Qi  <yao.qi@linaro.org>
871
872         * aarch64-tdep.c: Include opcode/aarch64.h.
873         (submask): Move it above.
874         (bit): Likewise.
875         (bits): Likewise.
876         (aarch64_software_single_step): Call aarch64_decode_insn.
877         Decode instruction by aarch64_inst instead of using
878         aarch64_decode_bcond and decode_masked_match.
879
880 2015-10-06  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
881
882         * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
883         only when the file is binary.
884
885 2015-10-02  James Bowman  <james.bowman@ftdichip.com>
886
887         * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
888         subroutine handling.
889
890 2015-10-01  Simon Marchi  <simon.marchi@ericsson.com>
891
892         * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
893
894 2015-09-30  Doug Evans  <dje@google.com>
895
896         * dwarf2read.c (setup_type_unit_groups): Add comment.
897
898 2015-09-30  Pedro Alves  <palves@redhat.com>
899
900         * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
901         * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
902         (x86_linux_create_target): Don't install
903         x86_linux_always_non_stop_p.
904
905 2015-09-30  Don Breazeal  <donb@codesourcery.com>
906
907         * remote.c (remote_parse_stop_reply): Call strprefix instead
908         of strncmp.
909
910 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
911
912         * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
913         * gdbarch.h: Regenerate.
914         * i386-tdep.c (i386_gdbarch_init): Remove cast to
915         struct gdbarch_tdep_info *.
916         * mips-tdep.c (mips_gdbarch_init): Likewise.
917         * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
918         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
919         * spu-multiarch.c (spu_gdbarch): Likewise.
920
921 2015-09-30  Kevin Buettner  <kevinb@redhat.com>
922
923         * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
924         record a NULL value.
925
926 2015-09-29  Kevin Buettner  <kevinb@redhat.com>
927
928         * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
929         and union arguments the same as pointer arguments when determining
930         size of argument.
931
932 2015-09-29  James Bowman  <james.bowman@ftdichip.com>
933
934         * ft32-tdep.c: #include "opcode/ft32.h".
935         Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
936         (ft32_analyze_prologue): Use FT32_* macros.
937
938 2015-09-28  Simon Marchi  <simon.marchi@ericsson.com>
939
940         * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
941         comment.
942
943 2015-09-28  Doug Evans  <dje@google.com>
944
945         * MAINTAINERS: Add Iain Buclaw as D language maintainer.
946
947 2015-09-28  Doug Evans  <dje@google.com>
948
949         * common/filestuff.c (make_cleanup_close): Update comment.
950
951 2015-09-26  Simon Marchi  <simon.marchi@polymtl.ca>
952
953         * btrace.c (parse_xml_btrace_block): Fix cast of
954         xml_find_attribute's return value.
955         * memory-map.c (memory_map_start_memory): Likewise.
956         * solib-svr4.c (library_list_start_library): Likewise.
957         * solib-target.c (library_list_start_segment): Likewise.
958         (library_list_start_section): Likewise.
959         * tracepoint.c (traceframe_info_start_memory): Likewise.
960
961 2015-09-26  Iain Buclaw  <ibuclaw@gdcproject.org>
962
963         * d-namespace.c (d_lookup_symbol): New arg langdef.
964         All callers updated.  Support looking up symbol as a primitive type.
965         (lookup_module_scope): New arg langdef.  All callers updated.
966         Call d_lookup_symbol directly for simple bare symbols.
967
968 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
969
970         * macrocmd.c (print_macro_callback): Add cast(s).
971         * macrotab.c (macro_bcache_str): Likewise.
972         (new_macro_definition): Likewise.
973         * main.c (captured_main): Likewise.
974         * maint.c (print_bfd_section_info): Likewise.
975         * mdebugread.c (mdebug_build_psymtabs): Likewise.
976         (basic_type): Likewise.
977         * memattr.c (mem_region_cmp): Likewise.
978         * memory-map.c (memory_map_start_memory): Likewise.
979         (memory_map_end_memory): Likewise.
980         (memory_map_start_property): Likewise.
981         (memory_map_end_property): Likewise.
982         (clear_result): Likewise.
983         * memrange.c (compare_mem_ranges): Likewise.
984         * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
985         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
986         * mi/mi-console.c (mi_console_file_delete): Likewise.
987         (mi_console_file_fputs): Likewise.
988         (mi_console_raw_packet): Likewise.
989         (mi_console_file_flush): Likewise.
990         (mi_console_set_raw): Likewise.
991         * mi/mi-interp.c (mi_interpreter_resume): Likewise.
992         (mi_new_thread): Likewise.
993         (mi_thread_exit): Likewise.
994         (mi_record_changed): Likewise.
995         (mi_inferior_added): Likewise.
996         (mi_inferior_appeared): Likewise.
997         (mi_inferior_exit): Likewise.
998         (mi_inferior_removed): Likewise.
999         (mi_interp_data): Likewise.
1000         (mi_on_normal_stop): Likewise.
1001         (mi_traceframe_changed): Likewise.
1002         (mi_tsv_created): Likewise.
1003         (mi_tsv_deleted): Likewise.
1004         (mi_tsv_modified): Likewise.
1005         (mi_breakpoint_created): Likewise.
1006         (mi_breakpoint_deleted): Likewise.
1007         (mi_breakpoint_modified): Likewise.
1008         (mi_output_running_pid): Likewise.
1009         (mi_inferior_count): Likewise.
1010         (mi_solib_loaded): Likewise.
1011         (mi_solib_unloaded): Likewise.
1012         (mi_command_param_changed): Likewise.
1013         (mi_memory_changed): Likewise.
1014         (report_initial_inferior): Likewise.
1015         (mi_ui_out): Likewise.
1016         (mi_set_logging): Likewise.
1017         * mi/mi-main.c (collect_cores): Likewise.
1018         (print_one_inferior): Likewise.
1019         (free_vector_of_ints): Likewise.
1020         (free_splay_tree): Likewise.
1021         (mi_execute_command): Likewise.
1022         * mi/mi-out.c (mi_table_body): Likewise.
1023         (mi_table_end): Likewise.
1024         (mi_table_header): Likewise.
1025         (mi_begin): Likewise.
1026         (mi_end): Likewise.
1027         (mi_field_int): Likewise.
1028         (mi_field_string): Likewise.
1029         (mi_field_fmt): Likewise.
1030         (mi_flush): Likewise.
1031         (mi_redirect): Likewise.
1032         (field_separator): Likewise.
1033         (mi_open): Likewise.
1034         (mi_close): Likewise.
1035         (mi_out_buffered): Likewise.
1036         (mi_out_rewind): Likewise.
1037         (mi_out_put): Likewise.
1038         (mi_version): Likewise.
1039         (mi_out_data_dtor): Likewise.
1040         * mi/mi-parse.c (mi_parse_cleanup): Likewise.
1041         * microblaze-tdep.c (microblaze_frame_cache): Likewise.
1042         * minidebug.c (lzma_open): Likewise.
1043         (lzma_pread): Likewise.
1044         (lzma_close): Likewise.
1045         (lzma_stat): Likewise.
1046         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1047         * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
1048         (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
1049         * mips-tdep.c (mips_insn16_frame_cache): Likewise.
1050         (mips_micro_frame_cache): Likewise.
1051         (mips_insn32_frame_cache): Likewise.
1052         (mips_stub_frame_cache): Likewise.
1053         (gdb_print_insn_mips): Likewise.
1054         (value_of_mips_user_reg): Likewise.
1055         (mips_gdbarch_init): Likewise.
1056         * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
1057         * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
1058         (mipsnbsd_supply_gregset): Likewise.
1059         * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
1060         (am33_collect_gregset_method): Likewise.
1061         (am33_collect_fpregset_method): Likewise.
1062         * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
1063         * moxie-tdep.c (moxie_frame_cache): Likewise.
1064         * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
1065         (msp430_analyze_frame_prologue): Likewise.
1066         * mt-tdep.c (mt_frame_unwind_cache): Likewise.
1067         * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
1068         (nios2_collect_gregset): Likewise.
1069         * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
1070         (nios2_stub_frame_cache): Likewise.
1071         * objc-lang.c (find_methods): Likewise.
1072         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1073         (get_objfile_pspace_data): Likewise.
1074         (get_objfile_bfd_data): Likewise.
1075         (objfile_bfd_data_free): Likewise.
1076         (add_to_objfile_sections): Likewise.
1077         (do_free_objfile_cleanup): Likewise.
1078         (resume_section_map_updates_cleanup): Likewise.
1079         * opencl-lang.c (builtin_opencl_type): Likewise.
1080         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1081         * osdata.c (osdata_start_osdata): Likewise.
1082         (osdata_start_item): Likewise.
1083         (osdata_start_column): Likewise.
1084         (osdata_end_column): Likewise.
1085         (clear_parsing_data): Likewise.
1086         (osdata_free_cleanup): Likewise.
1087         * parse.c (type_stack_cleanup): Likewise.
1088         (exp_uses_objfile_iter): Likewise.
1089         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
1090         (ppc_linux_collect_gregset): Likewise.
1091         (ppu2spu_prev_arch): Likewise.
1092         (ppu2spu_this_id): Likewise.
1093         (ppu2spu_prev_register): Likewise.
1094         (ppu2spu_unwind_register): Likewise.
1095         (ppu2spu_sniffer): Likewise.
1096         (ppu2spu_dealloc_cache): Likewise.
1097         (ppc_linux_init_abi): Likewise.
1098         * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
1099         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1100         * progspace.c (restore_program_space): Likewise.
1101         * psymtab.c (find_pc_sect_psymtab): Likewise.
1102         (compare_psymbols): Likewise.
1103         (psymbol_bcache_full): Likewise.
1104         (allocate_psymtab): Likewise.
1105         (discard_psymtabs_upto): Likewise.
1106         * python/py-block.c (set_block): Likewise.
1107         (del_objfile_blocks): Likewise.
1108         * python/py-breakpoint.c (build_bp_list): Likewise.
1109         * python/py-inferior.c (inferior_to_inferior_object): Likewise.
1110         (build_inferior_list): Likewise.
1111         (py_free_inferior): Likewise.
1112         * python/py-objfile.c (py_free_objfile): Likewise.
1113         (objfile_to_objfile_object): Likewise.
1114         * python/py-prettyprint.c (py_restore_tstate): Likewise.
1115         * python/py-progspace.c (py_free_pspace): Likewise.
1116         (pspace_to_pspace_object): Likewise.
1117         * python/py-symbol.c (set_symbol): Likewise.
1118         (del_objfile_symbols): Likewise.
1119         * python/py-symtab.c (set_sal): Likewise.
1120         (set_symtab): Likewise.
1121         (del_objfile_symtab): Likewise.
1122         (del_objfile_sal): Likewise.
1123         * python/py-type.c (save_objfile_types): Likewise.
1124         (set_type): Likewise.
1125         * python/py-unwind.c (pyuw_prev_register): Likewise.
1126         (pyuw_on_new_gdbarch): Likewise.
1127         * python/py-utils.c (py_decref): Likewise.
1128         (py_xdecref): Likewise.
1129         (gdb_py_generic_dict): Likewise.
1130         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
1131         (gdbpy_clone_xmethod_worker_data): Likewise.
1132         (gdbpy_get_xmethod_arg_types): Likewise.
1133         (gdbpy_get_xmethod_result_type): Likewise.
1134         (gdbpy_invoke_xmethod): Likewise.
1135         * python/python.c (gdbpy_apply_type_printers): Likewise.
1136         (gdbpy_free_type_printers): Likewise.
1137         * record-btrace.c (record_btrace_disable_callback): Likewise.
1138         (bfcache_hash): Likewise.
1139         (bfcache_eq): Likewise.
1140         (btrace_get_frame_function): Likewise.
1141         (record_btrace_frame_unwind_stop_reason): Likewise.
1142         (record_btrace_frame_this_id): Likewise.
1143         (record_btrace_frame_prev_register): Likewise.
1144         (record_btrace_frame_dealloc_cache): Likewise.
1145         * record-full.c (record_full_message_wrapper): Likewise.
1146         (record_full_save_cleanups): Likewise.
1147         * regcache.c (regcache_descr): Likewise.
1148         (do_regcache_xfree): Likewise.
1149         (do_regcache_invalidate): Likewise.
1150         (do_cooked_read): Likewise.
1151         (regcache_transfer_regset): Likewise.
1152         * reggroups.c (reggroup_add): Likewise.
1153         (reggroup_next): Likewise.
1154         (reggroup_prev): Likewise.
1155         * remote-fileio.c (do_remote_fileio_request): Likewise.
1156         * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
1157         (do_notif_event_xfree): Likewise.
1158         * remote.c (get_remote_arch_state): Likewise.
1159         (remote_pspace_data_cleanup): Likewise.
1160         (get_remote_exec_file): Likewise.
1161         (set_pspace_remote_exec_file): Likewise.
1162         (compare_pnums): Likewise.
1163         (clear_threads_listing_context): Likewise.
1164         (remote_newthread_step): Likewise.
1165         (start_thread): Likewise.
1166         (end_thread): Likewise.
1167         (remove_child_of_pending_fork): Likewise.
1168         (remove_stop_reply_for_inferior): Likewise.
1169         (remove_stop_reply_of_remote_state): Likewise.
1170         (remote_notif_remove_once_on_match): Likewise.
1171         (stop_reply_match_ptid_and_ws): Likewise.
1172         (kill_child_of_pending_fork): Likewise.
1173         (register_remote_g_packet_guess): Likewise.
1174         (remote_read_description_p): Likewise.
1175         (remote_read_description): Likewise.
1176         (free_actions_list_cleanup_wrapper): Likewise.
1177         (remote_async_serial_handler): Likewise.
1178         * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
1179         (rl78_analyze_frame_prologue): Likewise.
1180         * rs6000-tdep.c (ppc_supply_gregset): Likewise.
1181         (ppc_supply_fpregset): Likewise.
1182         (ppc_supply_vsxregset): Likewise.
1183         (ppc_supply_vrregset): Likewise.
1184         (ppc_collect_gregset): Likewise.
1185         (ppc_collect_fpregset): Likewise.
1186         (ppc_collect_vsxregset): Likewise.
1187         (ppc_collect_vrregset): Likewise.
1188         (e500_move_ev_register): Likewise.
1189         (do_regcache_raw_write): Likewise.
1190         (rs6000_frame_cache): Likewise.
1191         (rs6000_epilogue_frame_cache): Likewise.
1192         (rs6000_gdbarch_init): Likewise.
1193         * rx-tdep.c (rx_get_opcode_byte): Likewise.
1194         (rx_analyze_frame_prologue): Likewise.
1195         (rx_frame_type): Likewise.
1196         (rx_frame_sniffer_common): Likewise.
1197         * s390-linux-tdep.c (s390_check_for_saved): Likewise.
1198         (s390_frame_unwind_cache): Likewise.
1199         (s390_stub_frame_unwind_cache): Likewise.
1200         (s390_sigtramp_frame_unwind_cache): Likewise.
1201         * score-tdep.c (score_make_prologue_cache): Likewise.
1202         * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
1203         (sentinel_frame_prev_arch): Likewise.
1204         * ser-base.c (fd_event): Likewise.
1205         (push_event): Likewise.
1206         (ser_base_write): Likewise.
1207         * ser-pipe.c (pipe_close): Likewise.
1208         * serial.c (serial_write): Likewise.
1209         * sh-tdep.c (sh_frame_cache): Likewise.
1210         (sh_stub_this_id): Likewise.
1211         * sh64-tdep.c (sh64_frame_cache): Likewise.
1212         * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1213         (library_list_start_library): Likewise.
1214         (library_list_start_list): Likewise.
1215         (solib_aix_free_library_list): Likewise.
1216         * solib-darwin.c (get_darwin_info): Likewise.
1217         * solib-dsbt.c (get_dsbt_info): Likewise.
1218         * solib-spu.c (append_ocl_sos): Likewise.
1219         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1220         (get_svr4_info): Likewise.
1221         (library_list_start_library): Likewise.
1222         (svr4_library_list_start_list): Likewise.
1223         (hash_probe_and_action): Likewise.
1224         (equal_probe_and_action): Likewise.
1225         (svr4_update_solib_event_breakpoint): Likewise.
1226         (set_solib_svr4_fetch_link_map_offsets): Likewise.
1227         (svr4_fetch_link_map_offsets): Likewise.
1228         (svr4_have_link_map_offsets): Likewise.
1229         * solib-target.c (library_list_start_segment): Likewise.
1230         (library_list_start_section): Likewise.
1231         (library_list_start_library): Likewise.
1232         (library_list_end_library): Likewise.
1233         (library_list_start_list): Likewise.
1234         (solib_target_free_library_list): Likewise.
1235         * solib.c (solib_ops): Likewise.
1236         (set_solib_ops): Likewise.
1237         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1238         * sparc-tdep.c (sparc_frame_cache): Likewise.
1239         (sparc32_frame_cache): Likewise.
1240         (sparc32_supply_gregset): Likewise.
1241         (sparc32_collect_gregset): Likewise.
1242         (sparc32_supply_fpregset): Likewise.
1243         (sparc32_collect_fpregset): Likewise.
1244         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1245         * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1246         (sparc64_collect_gregset): Likewise.
1247         (sparc64_supply_fpregset): Likewise.
1248         (sparc64_collect_fpregset): Likewise.
1249         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
1250         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
1251         * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
1252         (sparc64obsd_trapframe_cache): Likewise.
1253         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
1254         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
1255         * spu-multiarch.c (spu_gdbarch): Likewise.
1256         * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1257         (spu2ppu_prev_arch): Likewise.
1258         (spu2ppu_this_id): Likewise.
1259         (spu2ppu_prev_register): Likewise.
1260         (spu2ppu_dealloc_cache): Likewise.
1261         (spu_dis_asm_print_address): Likewise.
1262         (gdb_print_insn_spu): Likewise.
1263         (spu_get_overlay_table): Likewise.
1264         * stabsread.c (rs6000_builtin_type): Likewise.
1265         * stack.c (do_print_variable_and_value): Likewise.
1266         * stap-probe.c (get_stap_base_address_1): Likewise.
1267         * symfile-debug.c (debug_qf_has_symbols): Likewise.
1268         (debug_qf_find_last_source_symtab): Likewise.
1269         (debug_qf_forget_cached_source_info): Likewise.
1270         (debug_qf_map_symtabs_matching_filename): Likewise.
1271         (debug_qf_lookup_symbol): Likewise.
1272         (debug_qf_print_stats): Likewise.
1273         (debug_qf_dump): Likewise.
1274         (debug_qf_relocate): Likewise.
1275         (debug_qf_expand_symtabs_for_function): Likewise.
1276         (debug_qf_expand_all_symtabs): Likewise.
1277         (debug_qf_expand_symtabs_with_fullname): Likewise.
1278         (debug_qf_map_matching_symbols): Likewise.
1279         (debug_qf_expand_symtabs_matching): Likewise.
1280         (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1281         (debug_qf_map_symbol_filenames): Likewise.
1282         (debug_sym_get_probes): Likewise.
1283         (debug_sym_new_init): Likewise.
1284         (debug_sym_init): Likewise.
1285         (debug_sym_read): Likewise.
1286         (debug_sym_read_psymbols): Likewise.
1287         (debug_sym_finish): Likewise.
1288         (debug_sym_offsets): Likewise.
1289         (debug_sym_read_linetable): Likewise.
1290         (debug_sym_relocate): Likewise.
1291         (uninstall_symfile_debug_logging): Likewise.
1292         * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1293         * symfile.c (place_section): Likewise.
1294         (add_section_size_callback): Likewise.
1295         (load_progress): Likewise.
1296         (load_section_callback): Likewise.
1297         (clear_memory_write_data): Likewise.
1298         (allocate_symtab): Likewise.
1299         * symmisc.c (maintenance_expand_file_matcher): Likewise.
1300         * symtab.c (lookup_symtab_callback): Likewise.
1301         (hash_demangled_name_entry): Likewise.
1302         (eq_demangled_name_entry): Likewise.
1303         (get_symbol_cache): Likewise.
1304         (symbol_cache_cleanup): Likewise.
1305         (set_symbol_cache_size): Likewise.
1306         (symbol_cache_flush): Likewise.
1307         (maintenance_print_symbol_cache): Likewise.
1308         (maintenance_print_symbol_cache_statistics): Likewise.
1309         (delete_filename_seen_cache): Likewise.
1310         (output_partial_symbol_filename): Likewise.
1311         (search_symbols_file_matches): Likewise.
1312         (search_symbols_name_matches): Likewise.
1313         (do_free_completion_list): Likewise.
1314         (maybe_add_partial_symtab_filename): Likewise.
1315         (get_main_info): Likewise.
1316         (main_info_cleanup): Likewise.
1317         * target-dcache.c (target_dcache_cleanup): Likewise.
1318         (target_dcache_init_p): Likewise.
1319         (target_dcache_invalidate): Likewise.
1320         (target_dcache_get): Likewise.
1321         (target_dcache_get_or_init): Likewise.
1322         * target-descriptions.c (target_find_description): Likewise.
1323         (tdesc_find_type): Likewise.
1324         (tdesc_data_cleanup): Likewise.
1325         (tdesc_find_arch_register): Likewise.
1326         (tdesc_register_name): Likewise.
1327         (tdesc_register_type): Likewise.
1328         (tdesc_register_reggroup_p): Likewise.
1329         (set_tdesc_pseudo_register_name): Likewise.
1330         (set_tdesc_pseudo_register_type): Likewise.
1331         (set_tdesc_pseudo_register_reggroup_p): Likewise.
1332         (tdesc_use_registers): Likewise.
1333         (free_target_description): Likewise.
1334         * target-memory.c (compare_block_starting_address): Likewise.
1335         (cleanup_request_data): Likewise.
1336         (cleanup_write_requests_vector): Likewise.
1337         * target.c (open_target): Likewise.
1338         (cleanup_restore_target_terminal): Likewise.
1339         (free_memory_read_result_vector): Likewise.
1340         * thread.c (disable_thread_stack_temporaries): Likewise.
1341         (finish_thread_state_cleanup): Likewise.
1342         (do_restore_current_thread_cleanup): Likewise.
1343         (restore_current_thread_cleanup_dtor): Likewise.
1344         (set_thread_refcount): Likewise.
1345         (tp_array_compar): Likewise.
1346         (do_captured_thread_select): Likewise.
1347         * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1348         (tic6x_stub_this_id): Likewise.
1349         * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1350         * top.c (do_restore_instream_cleanup): Likewise.
1351         (gdb_readline_wrapper_cleanup): Likewise.
1352         (kill_or_detach): Likewise.
1353         (print_inferior_quit_action): Likewise.
1354         * tracefile-tfile.c (match_blocktype): Likewise.
1355         (build_traceframe_info): Likewise.
1356         * tracefile.c (trace_file_writer_xfree): Likewise.
1357         * tracepoint.c (memrange_cmp): Likewise.
1358         (do_collect_symbol): Likewise.
1359         (do_clear_collection_list): Likewise.
1360         (do_restore_current_traceframe_cleanup): Likewise.
1361         (restore_current_traceframe_cleanup_dtor): Likewise.
1362         (free_current_marker): Likewise.
1363         (traceframe_info_start_memory): Likewise.
1364         (traceframe_info_start_tvar): Likewise.
1365         (free_result): Likewise.
1366         * tramp-frame.c (tramp_frame_cache): Likewise.
1367         * tui/tui-file.c (tui_file_delete): Likewise.
1368         (tui_fileopen): Likewise.
1369         (tui_sfileopen): Likewise.
1370         (tui_file_isatty): Likewise.
1371         (tui_file_rewind): Likewise.
1372         (tui_file_put): Likewise.
1373         (tui_file_fputs): Likewise.
1374         (tui_file_get_strbuf): Likewise.
1375         (tui_file_adjust_strbuf): Likewise.
1376         (tui_file_flush): Likewise.
1377         * tui/tui-layout.c (make_command_window): Likewise.
1378         (make_data_window): Likewise.
1379         (show_source_disasm_command): Likewise.
1380         (show_data): Likewise.
1381         (make_source_or_disasm_window): Likewise.
1382         (show_source_or_disasm_and_command): Likewise.
1383         * tui/tui-out.c (tui_field_int): Likewise.
1384         (tui_field_string): Likewise.
1385         (tui_field_fmt): Likewise.
1386         (tui_text): Likewise.
1387         * typeprint.c (hash_typedef_field): Likewise.
1388         (eq_typedef_field): Likewise.
1389         (do_free_typedef_hash): Likewise.
1390         (copy_typedef_hash_element): Likewise.
1391         (do_free_global_table): Likewise.
1392         (find_global_typedef): Likewise.
1393         (find_typedef_in_hash): Likewise.
1394         * ui-file.c (ui_file_write_for_put): Likewise.
1395         (do_ui_file_xstrdup): Likewise.
1396         (mem_file_delete): Likewise.
1397         (mem_file_rewind): Likewise.
1398         (mem_file_put): Likewise.
1399         (mem_file_write): Likewise.
1400         (stdio_file_delete): Likewise.
1401         (stdio_file_flush): Likewise.
1402         (stdio_file_read): Likewise.
1403         (stdio_file_write): Likewise.
1404         (stdio_file_write_async_safe): Likewise.
1405         (stdio_file_fputs): Likewise.
1406         (stdio_file_isatty): Likewise.
1407         (stdio_file_fseek): Likewise.
1408         (tee_file_delete): Likewise.
1409         (tee_file_flush): Likewise.
1410         (tee_file_write): Likewise.
1411         (tee_file_fputs): Likewise.
1412         (tee_file_isatty): Likewise.
1413         * ui-out.c (do_cleanup_table_end): Likewise.
1414         (do_cleanup_end): Likewise.
1415         * user-regs.c (user_reg_add): Likewise.
1416         (user_reg_map_name_to_regnum): Likewise.
1417         (usernum_to_user_reg): Likewise.
1418         (maintenance_print_user_registers): Likewise.
1419         * utils.c (do_bfd_close_cleanup): Likewise.
1420         (do_fclose_cleanup): Likewise.
1421         (do_obstack_free): Likewise.
1422         (do_ui_file_delete): Likewise.
1423         (do_ui_out_redirect_pop): Likewise.
1424         (do_free_section_addr_info): Likewise.
1425         (restore_integer): Likewise.
1426         (do_unpush_target): Likewise.
1427         (do_htab_delete_cleanup): Likewise.
1428         (do_restore_ui_file): Likewise.
1429         (do_value_free): Likewise.
1430         (do_free_so): Likewise.
1431         (free_current_contents): Likewise.
1432         (do_regfree_cleanup): Likewise.
1433         (core_addr_hash): Likewise.
1434         (core_addr_eq): Likewise.
1435         (do_free_char_ptr_vec): Likewise.
1436         * v850-tdep.c (v850_frame_cache): Likewise.
1437         * varobj.c (do_free_variable_cleanup): Likewise.
1438         * vax-tdep.c (vax_supply_gregset): Likewise.
1439         (vax_frame_cache): Likewise.
1440         * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1441         * xml-support.c (gdb_xml_body_text): Likewise.
1442         (gdb_xml_values_cleanup): Likewise.
1443         (gdb_xml_start_element): Likewise.
1444         (gdb_xml_start_element_wrapper): Likewise.
1445         (gdb_xml_end_element): Likewise.
1446         (gdb_xml_end_element_wrapper): Likewise.
1447         (gdb_xml_cleanup): Likewise.
1448         (gdb_xml_fetch_external_entity): Likewise.
1449         (gdb_xml_parse_attr_enum): Likewise.
1450         (xinclude_start_include): Likewise.
1451         (xinclude_end_include): Likewise.
1452         (xml_xinclude_default): Likewise.
1453         (xml_xinclude_start_doctype): Likewise.
1454         (xml_xinclude_end_doctype): Likewise.
1455         (xml_xinclude_cleanup): Likewise.
1456         (xml_fetch_content_from_file): Likewise.
1457         * xml-syscall.c (free_syscalls_info): Likewise.
1458         (syscall_start_syscall): Likewise.
1459         * xml-tdesc.c (tdesc_end_arch): Likewise.
1460         (tdesc_end_osabi): Likewise.
1461         (tdesc_end_compatible): Likewise.
1462         (tdesc_start_target): Likewise.
1463         (tdesc_start_feature): Likewise.
1464         (tdesc_start_reg): Likewise.
1465         (tdesc_start_union): Likewise.
1466         (tdesc_start_struct): Likewise.
1467         (tdesc_start_flags): Likewise.
1468         (tdesc_start_field): Likewise.
1469         (tdesc_start_vector): Likewise.
1470         (fetch_available_features_from_target): Likewise.
1471         * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1472         * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1473         (xtensa_frame_cache): Likewise.
1474         (xtensa_frame_prev_register): Likewise.
1475         (xtensa_extract_return_value): Likewise.
1476
1477 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1478
1479         * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1480         (aarch64_make_stub_cache): Likewise.
1481         (value_of_aarch64_user_reg): Likewise.
1482         * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1483         (get_ada_inferior_data): Likewise.
1484         (get_ada_pspace_data): Likewise.
1485         (ada_pspace_data_cleanup): Likewise.
1486         (ada_complete_symbol_matcher): Likewise.
1487         (ada_exc_search_name_matches): Likewise.
1488         * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1489         (get_ada_tasks_inferior_data): Likewise.
1490         * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1491         (splay_obstack_alloc): Likewise.
1492         (splay_obstack_free): Likewise.
1493         * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1494         (alpha_linux_collect_gregset): Likewise.
1495         (alpha_linux_supply_fpregset): Likewise.
1496         (alpha_linux_collect_fpregset): Likewise.
1497         * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1498         * alpha-tdep.c (alpha_lds): Likewise.
1499         (alpha_sts): Likewise.
1500         (alpha_sigtramp_frame_unwind_cache): Likewise.
1501         (alpha_heuristic_frame_unwind_cache): Likewise.
1502         (alpha_supply_int_regs): Likewise.
1503         (alpha_fill_int_regs): Likewise.
1504         (alpha_supply_fp_regs): Likewise.
1505         (alpha_fill_fp_regs): Likewise.
1506         * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1507         (alphanbsd_aout_supply_gregset): Likewise.
1508         (alphanbsd_supply_gregset): Likewise.
1509         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1510         (amd64_x32_linux_init_abi): Likewise.
1511         * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1512         (amd64_collect_native_gregset): Likewise.
1513         * amd64-tdep.c (amd64_frame_cache): Likewise.
1514         (amd64_sigtramp_frame_cache): Likewise.
1515         (amd64_epilogue_frame_cache): Likewise.
1516         (amd64_supply_fxsave): Likewise.
1517         (amd64_supply_xsave): Likewise.
1518         (amd64_collect_fxsave): Likewise.
1519         (amd64_collect_xsave): Likewise.
1520         * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1521         * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1522         * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1523         (arm_linux_collect_gregset): Likewise.
1524         (arm_linux_supply_nwfpe): Likewise.
1525         (arm_linux_collect_nwfpe): Likewise.
1526         (arm_linux_supply_vfp): Likewise.
1527         (arm_linux_collect_vfp): Likewise.
1528         * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1529         (arm_prologue_unwind_stop_reason): Likewise.
1530         (arm_prologue_this_id): Likewise.
1531         (arm_prologue_prev_register): Likewise.
1532         (arm_exidx_data_free): Likewise.
1533         (arm_find_exidx_entry): Likewise.
1534         (arm_stub_this_id): Likewise.
1535         (arm_m_exception_this_id): Likewise.
1536         (arm_m_exception_prev_register): Likewise.
1537         (arm_normal_frame_base): Likewise.
1538         (gdb_print_insn_arm): Likewise.
1539         (arm_objfile_data_free): Likewise.
1540         (arm_record_special_symbol): Likewise.
1541         (value_of_arm_user_reg): Likewise.
1542         * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1543         (armbsd_supply_gregset): Likewise.
1544         * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1545         (get_auto_load_pspace_data): Likewise.
1546         (hash_loaded_script_entry): Likewise.
1547         (eq_loaded_script_entry): Likewise.
1548         (clear_section_scripts): Likewise.
1549         (collect_matching_scripts): Likewise.
1550         * auxv.c (auxv_inferior_data_cleanup): Likewise.
1551         (get_auxv_inferior_data): Likewise.
1552         * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1553         * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1554         * bfd-target.c (target_bfd_xfer_partial): Likewise.
1555         (target_bfd_xclose): Likewise.
1556         (target_bfd_get_section_table): Likewise.
1557         * bfin-tdep.c (bfin_frame_cache): Likewise.
1558         * block.c (find_block_in_blockvector): Likewise.
1559         (call_site_for_pc): Likewise.
1560         (block_find_non_opaque_type_preferred): Likewise.
1561         * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1562         (signal_catchpoint_remove_location): Likewise.
1563         (signal_catchpoint_breakpoint_hit): Likewise.
1564         (signal_catchpoint_print_one): Likewise.
1565         (signal_catchpoint_print_mention): Likewise.
1566         (signal_catchpoint_print_recreate): Likewise.
1567         * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1568         * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1569         (bp_location_compare_addrs): Likewise.
1570         (get_first_locp_gte_addr): Likewise.
1571         (check_tracepoint_command): Likewise.
1572         (do_map_commands_command): Likewise.
1573         (get_breakpoint_objfile_data): Likewise.
1574         (free_breakpoint_probes): Likewise.
1575         (do_captured_breakpoint_query): Likewise.
1576         (compare_breakpoints): Likewise.
1577         (bp_location_compare): Likewise.
1578         (bpstat_remove_breakpoint_callback): Likewise.
1579         (do_delete_breakpoint_cleanup): Likewise.
1580         * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1581         (bsd_uthread_set_collect_uthread): Likewise.
1582         (bsd_uthread_activate): Likewise.
1583         (bsd_uthread_fetch_registers): Likewise.
1584         (bsd_uthread_store_registers): Likewise.
1585         * btrace.c (check_xml_btrace_version): Likewise.
1586         (parse_xml_btrace_block): Likewise.
1587         (parse_xml_btrace_pt_config_cpu): Likewise.
1588         (parse_xml_btrace_pt_raw): Likewise.
1589         (parse_xml_btrace_pt): Likewise.
1590         (parse_xml_btrace_conf_bts): Likewise.
1591         (parse_xml_btrace_conf_pt): Likewise.
1592         (do_btrace_data_cleanup): Likewise.
1593         * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1594         * charset.c (cleanup_iconv): Likewise.
1595         (do_cleanup_iterator): Likewise.
1596         * cli-out.c (cli_uiout_dtor): Likewise.
1597         (cli_table_begin): Likewise.
1598         (cli_table_body): Likewise.
1599         (cli_table_end): Likewise.
1600         (cli_table_header): Likewise.
1601         (cli_begin): Likewise.
1602         (cli_end): Likewise.
1603         (cli_field_int): Likewise.
1604         (cli_field_skip): Likewise.
1605         (cli_field_string): Likewise.
1606         (cli_field_fmt): Likewise.
1607         (cli_spaces): Likewise.
1608         (cli_text): Likewise.
1609         (cli_message): Likewise.
1610         (cli_wrap_hint): Likewise.
1611         (cli_flush): Likewise.
1612         (cli_redirect): Likewise.
1613         (out_field_fmt): Likewise.
1614         (field_separator): Likewise.
1615         (cli_out_set_stream): Likewise.
1616         * cli/cli-cmds.c (compare_symtabs): Likewise.
1617         * cli/cli-dump.c (call_dump_func): Likewise.
1618         (restore_section_callback): Likewise.
1619         * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1620         (do_restore_user_call_depth): Likewise.
1621         (do_free_command_lines_cleanup): Likewise.
1622         * coff-pe-read.c (get_section_vmas): Likewise.
1623         (pe_as16): Likewise.
1624         (pe_as32): Likewise.
1625         * coffread.c (coff_symfile_read): Likewise.
1626         * common/agent.c (agent_look_up_symbols): Likewise.
1627         * common/filestuff.c (do_close_cleanup): Likewise.
1628         * common/format.c (free_format_pieces_cleanup): Likewise.
1629         * common/vec.c (vec_o_reserve): Likewise.
1630         * compile/compile-c-support.c (print_one_macro): Likewise.
1631         * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1632         (eq_symbol_error): Likewise.
1633         (del_symbol_error): Likewise.
1634         (error_symbol_once): Likewise.
1635         (gcc_convert_symbol): Likewise.
1636         (gcc_symbol_address): Likewise.
1637         (hash_symname): Likewise.
1638         (eq_symname): Likewise.
1639         * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1640         (eq_type_map_instance): Likewise.
1641         (insert_type): Likewise.
1642         (convert_type): Likewise.
1643         * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1644         (setup_sections): Likewise.
1645         (link_hash_table_free): Likewise.
1646         (copy_sections): Likewise.
1647         * compile/compile-object-run.c (do_module_cleanup): Likewise.
1648         * compile/compile.c (compile_print_value): Likewise.
1649         (do_rmdir): Likewise.
1650         (cleanup_compile_instance): Likewise.
1651         (cleanup_unlink_file): Likewise.
1652         * completer.c (free_completion_tracker): Likewise.
1653         * corelow.c (add_to_spuid_list): Likewise.
1654         * cp-namespace.c (reset_directive_searched): Likewise.
1655         * cp-support.c (reset_directive_searched): Likewise.
1656         * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1657         (cris_frame_unwind_cache): Likewise.
1658         * d-lang.c (builtin_d_type): Likewise.
1659         * d-namespace.c (reset_directive_searched): Likewise.
1660         * dbxread.c (dbx_free_symfile_info): Likewise.
1661         (do_free_bincl_list_cleanup): Likewise.
1662         * disasm.c (hash_dis_line_entry): Likewise.
1663         (eq_dis_line_entry): Likewise.
1664         (dis_asm_print_address): Likewise.
1665         (fprintf_disasm): Likewise.
1666         (do_ui_file_delete): Likewise.
1667         * doublest.c (convert_floatformat_to_doublest): Likewise.
1668         * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1669         (dummy_frame_prev_register): Likewise.
1670         (dummy_frame_this_id): Likewise.
1671         * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1672         (cache_eq): Likewise.
1673         (cache_find): Likewise.
1674         (tailcall_frame_this_id): Likewise.
1675         (dwarf2_tailcall_prev_register_first): Likewise.
1676         (tailcall_frame_prev_register): Likewise.
1677         (tailcall_frame_dealloc_cache): Likewise.
1678         (tailcall_frame_prev_arch): Likewise.
1679         * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1680         (dwarf2_frame_set_init_reg): Likewise.
1681         (dwarf2_frame_init_reg): Likewise.
1682         (dwarf2_frame_set_signal_frame_p): Likewise.
1683         (dwarf2_frame_signal_frame_p): Likewise.
1684         (dwarf2_frame_set_adjust_regnum): Likewise.
1685         (dwarf2_frame_adjust_regnum): Likewise.
1686         (clear_pointer_cleanup): Likewise.
1687         (dwarf2_frame_cache): Likewise.
1688         (find_cie): Likewise.
1689         (dwarf2_frame_find_fde): Likewise.
1690         * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1691         (free_dwarf_expr_context_cleanup): Likewise.
1692         * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1693         (locexpr_get_frame_base): Likewise.
1694         (loclist_find_frame_base_location): Likewise.
1695         (loclist_get_frame_base): Likewise.
1696         (dwarf_expr_dwarf_call): Likewise.
1697         (dwarf_expr_get_base_type): Likewise.
1698         (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1699         (dwarf_expr_get_obj_addr): Likewise.
1700         (entry_data_value_coerce_ref): Likewise.
1701         (entry_data_value_copy_closure): Likewise.
1702         (entry_data_value_free_closure): Likewise.
1703         (get_frame_address_in_block_wrapper): Likewise.
1704         (dwarf2_evaluate_property): Likewise.
1705         (dwarf2_compile_property_to_c): Likewise.
1706         (needs_frame_read_addr_from_reg): Likewise.
1707         (needs_frame_get_reg_value): Likewise.
1708         (needs_frame_frame_base): Likewise.
1709         (needs_frame_frame_cfa): Likewise.
1710         (needs_frame_tls_address): Likewise.
1711         (needs_frame_dwarf_call): Likewise.
1712         (needs_dwarf_reg_entry_value): Likewise.
1713         (get_ax_pc): Likewise.
1714         (locexpr_read_variable): Likewise.
1715         (locexpr_read_variable_at_entry): Likewise.
1716         (locexpr_read_needs_frame): Likewise.
1717         (locexpr_describe_location): Likewise.
1718         (locexpr_tracepoint_var_ref): Likewise.
1719         (locexpr_generate_c_location): Likewise.
1720         (loclist_read_variable): Likewise.
1721         (loclist_read_variable_at_entry): Likewise.
1722         (loclist_describe_location): Likewise.
1723         (loclist_tracepoint_var_ref): Likewise.
1724         (loclist_generate_c_location): Likewise.
1725         * dwarf2read.c (line_header_hash_voidp): Likewise.
1726         (line_header_eq_voidp): Likewise.
1727         (dwarf2_has_info): Likewise.
1728         (dwarf2_get_section_info): Likewise.
1729         (locate_dwz_sections): Likewise.
1730         (hash_file_name_entry): Likewise.
1731         (eq_file_name_entry): Likewise.
1732         (delete_file_name_entry): Likewise.
1733         (dw2_setup): Likewise.
1734         (dw2_get_file_names_reader): Likewise.
1735         (dw2_find_pc_sect_compunit_symtab): Likewise.
1736         (hash_signatured_type): Likewise.
1737         (eq_signatured_type): Likewise.
1738         (add_signatured_type_cu_to_table): Likewise.
1739         (create_debug_types_hash_table): Likewise.
1740         (lookup_dwo_signatured_type): Likewise.
1741         (lookup_dwp_signatured_type): Likewise.
1742         (lookup_signatured_type): Likewise.
1743         (hash_type_unit_group): Likewise.
1744         (eq_type_unit_group): Likewise.
1745         (get_type_unit_group): Likewise.
1746         (process_psymtab_comp_unit_reader): Likewise.
1747         (sort_tu_by_abbrev_offset): Likewise.
1748         (process_skeletonless_type_unit): Likewise.
1749         (psymtabs_addrmap_cleanup): Likewise.
1750         (dwarf2_read_symtab): Likewise.
1751         (psymtab_to_symtab_1): Likewise.
1752         (die_hash): Likewise.
1753         (die_eq): Likewise.
1754         (load_full_comp_unit_reader): Likewise.
1755         (reset_die_in_process): Likewise.
1756         (free_cu_line_header): Likewise.
1757         (handle_DW_AT_stmt_list): Likewise.
1758         (hash_dwo_file): Likewise.
1759         (eq_dwo_file): Likewise.
1760         (hash_dwo_unit): Likewise.
1761         (eq_dwo_unit): Likewise.
1762         (create_dwo_cu_reader): Likewise.
1763         (create_dwo_unit_in_dwp_v1): Likewise.
1764         (create_dwo_unit_in_dwp_v2): Likewise.
1765         (lookup_dwo_unit_in_dwp): Likewise.
1766         (dwarf2_locate_dwo_sections): Likewise.
1767         (dwarf2_locate_common_dwp_sections): Likewise.
1768         (dwarf2_locate_v2_dwp_sections): Likewise.
1769         (hash_dwp_loaded_cutus): Likewise.
1770         (eq_dwp_loaded_cutus): Likewise.
1771         (lookup_dwo_cutu): Likewise.
1772         (abbrev_table_free_cleanup): Likewise.
1773         (dwarf2_free_abbrev_table): Likewise.
1774         (find_partial_die_in_comp_unit): Likewise.
1775         (free_line_header_voidp): Likewise.
1776         (follow_die_offset): Likewise.
1777         (follow_die_sig_1): Likewise.
1778         (free_heap_comp_unit): Likewise.
1779         (free_stack_comp_unit): Likewise.
1780         (dwarf2_free_objfile): Likewise.
1781         (per_cu_offset_and_type_hash): Likewise.
1782         (per_cu_offset_and_type_eq): Likewise.
1783         (get_die_type_at_offset): Likewise.
1784         (partial_die_hash): Likewise.
1785         (partial_die_eq): Likewise.
1786         (dwarf2_per_objfile_free): Likewise.
1787         (hash_strtab_entry): Likewise.
1788         (eq_strtab_entry): Likewise.
1789         (add_string): Likewise.
1790         (hash_symtab_entry): Likewise.
1791         (eq_symtab_entry): Likewise.
1792         (delete_symtab_entry): Likewise.
1793         (cleanup_mapped_symtab): Likewise.
1794         (add_indices_to_cpool): Likewise.
1795         (hash_psymtab_cu_index): Likewise.
1796         (eq_psymtab_cu_index): Likewise.
1797         (add_address_entry_worker): Likewise.
1798         (unlink_if_set): Likewise.
1799         (write_one_signatured_type): Likewise.
1800         (save_gdb_index_command): Likewise.
1801         * elfread.c (elf_symtab_read): Likewise.
1802         (elf_gnu_ifunc_cache_hash): Likewise.
1803         (elf_gnu_ifunc_cache_eq): Likewise.
1804         (elf_gnu_ifunc_record_cache): Likewise.
1805         (elf_gnu_ifunc_resolve_by_cache): Likewise.
1806         (elf_get_probes): Likewise.
1807         (probe_key_free): Likewise.
1808         * f-lang.c (builtin_f_type): Likewise.
1809         * frame-base.c (frame_base_append_sniffer): Likewise.
1810         (frame_base_set_default): Likewise.
1811         (frame_base_find_by_frame): Likewise.
1812         * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1813         (frame_unwind_append_unwinder): Likewise.
1814         (frame_unwind_find_by_frame): Likewise.
1815         * frame.c (frame_addr_hash): Likewise.
1816         (frame_addr_hash_eq): Likewise.
1817         (frame_stash_find): Likewise.
1818         (do_frame_register_read): Likewise.
1819         (unwind_to_current_frame): Likewise.
1820         (frame_cleanup_after_sniffer): Likewise.
1821         * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1822         * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1823         * ft32-tdep.c (ft32_frame_cache): Likewise.
1824         * gcore.c (do_bfd_delete_cleanup): Likewise.
1825         (gcore_create_callback): Likewise.
1826         * gdb_bfd.c (hash_bfd): Likewise.
1827         (eq_bfd): Likewise.
1828         (gdb_bfd_open): Likewise.
1829         (free_one_bfd_section): Likewise.
1830         (gdb_bfd_ref): Likewise.
1831         (gdb_bfd_unref): Likewise.
1832         (get_section_descriptor): Likewise.
1833         (gdb_bfd_map_section): Likewise.
1834         (gdb_bfd_crc): Likewise.
1835         (gdb_bfd_mark_parent): Likewise.
1836         (gdb_bfd_record_inclusion): Likewise.
1837         (gdb_bfd_requires_relocations): Likewise.
1838         (print_one_bfd): Likewise.
1839         * gdbtypes.c (type_pair_hash): Likewise.
1840         (type_pair_eq): Likewise.
1841         (builtin_type): Likewise.
1842         (objfile_type): Likewise.
1843         * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1844         (vtable_address_point_offset): Likewise.
1845         (gnuv3_get_vtable): Likewise.
1846         (hash_value_and_voffset): Likewise.
1847         (eq_value_and_voffset): Likewise.
1848         (compare_value_and_voffset): Likewise.
1849         (compute_vtable_size): Likewise.
1850         (gnuv3_get_typeid_type): Likewise.
1851         * go-lang.c (builtin_go_type): Likewise.
1852         * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1853         (bkscm_eq_block_smob): Likewise.
1854         (bkscm_objfile_block_map): Likewise.
1855         (bkscm_del_objfile_blocks): Likewise.
1856         * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1857         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1858         (gdbscm_disasm_print_address): Likewise.
1859         * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1860         (frscm_eq_frame_smob): Likewise.
1861         (frscm_inferior_frame_map): Likewise.
1862         (frscm_del_inferior_frames): Likewise.
1863         * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1864         * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1865         (ofscm_objfile_smob_from_objfile): Likewise.
1866         * guile/scm-ports.c (ioscm_write): Likewise.
1867         (ioscm_file_port_delete): Likewise.
1868         (ioscm_file_port_rewind): Likewise.
1869         (ioscm_file_port_put): Likewise.
1870         (ioscm_file_port_write): Likewise.
1871         * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1872         (psscm_pspace_smob_from_pspace): Likewise.
1873         * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1874         (scscm_recording_unwind_handler): Likewise.
1875         (gdbscm_with_catch): Likewise.
1876         (scscm_call_0_body): Likewise.
1877         (scscm_call_1_body): Likewise.
1878         (scscm_call_2_body): Likewise.
1879         (scscm_call_3_body): Likewise.
1880         (scscm_call_4_body): Likewise.
1881         (scscm_apply_1_body): Likewise.
1882         (scscm_eval_scheme_string): Likewise.
1883         (gdbscm_safe_eval_string): Likewise.
1884         (scscm_source_scheme_script): Likewise.
1885         (gdbscm_safe_source_script): Likewise.
1886         * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1887         (gdbscm_call_scm_from_stringn): Likewise.
1888         * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1889         (syscm_eq_symbol_smob): Likewise.
1890         (syscm_get_symbol_map): Likewise.
1891         (syscm_del_objfile_symbols): Likewise.
1892         * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1893         (stscm_eq_symtab_smob): Likewise.
1894         (stscm_objfile_symtab_map): Likewise.
1895         (stscm_del_objfile_symtabs): Likewise.
1896         * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1897         (tyscm_eq_type_smob): Likewise.
1898         (tyscm_type_map): Likewise.
1899         (tyscm_copy_type_recursive): Likewise.
1900         (save_objfile_types): Likewise.
1901         * guile/scm-utils.c (extract_arg): Likewise.
1902         * h8300-tdep.c (h8300_frame_cache): Likewise.
1903         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
1904         * hppa-tdep.c (compare_unwind_entries): Likewise.
1905         (find_unwind_entry): Likewise.
1906         (hppa_frame_cache): Likewise.
1907         (hppa_stub_frame_unwind_cache): Likewise.
1908         * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
1909         * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
1910         (hppaobsd_supply_fpregset): Likewise.
1911         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1912         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1913         * i386-tdep.c (i386_frame_cache): Likewise.
1914         (i386_epilogue_frame_cache): Likewise.
1915         (i386_sigtramp_frame_cache): Likewise.
1916         (i386_supply_gregset): Likewise.
1917         (i386_collect_gregset): Likewise.
1918         (i386_gdbarch_init): Likewise.
1919         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
1920         (i386obsd_trapframe_cache): Likewise.
1921         * i387-tdep.c (i387_supply_fsave): Likewise.
1922         (i387_collect_fsave): Likewise.
1923         (i387_supply_fxsave): Likewise.
1924         (i387_collect_fxsave): Likewise.
1925         (i387_supply_xsave): Likewise.
1926         (i387_collect_xsave): Likewise.
1927         * ia64-tdep.c (ia64_frame_cache): Likewise.
1928         (ia64_sigtramp_frame_cache): Likewise.
1929         * infcmd.c (attach_command_continuation): Likewise.
1930         (attach_command_continuation_free_args): Likewise.
1931         * inferior.c (restore_inferior): Likewise.
1932         (delete_thread_of_inferior): Likewise.
1933         * inflow.c (inflow_inferior_data_cleanup): Likewise.
1934         (get_inflow_inferior_data): Likewise.
1935         (inflow_inferior_exit): Likewise.
1936         * infrun.c (displaced_step_clear_cleanup): Likewise.
1937         (restore_current_uiout_cleanup): Likewise.
1938         (release_stop_context_cleanup): Likewise.
1939         (do_restore_infcall_suspend_state_cleanup): Likewise.
1940         (do_restore_infcall_control_state_cleanup): Likewise.
1941         (restore_inferior_ptid): Likewise.
1942         * inline-frame.c (block_starting_point_at): Likewise.
1943         * iq2000-tdep.c (iq2000_frame_cache): Likewise.
1944         * jit.c (get_jit_objfile_data): Likewise.
1945         (get_jit_program_space_data): Likewise.
1946         (jit_object_close_impl): Likewise.
1947         (jit_find_objf_with_entry_addr): Likewise.
1948         (jit_breakpoint_deleted): Likewise.
1949         (jit_unwind_reg_set_impl): Likewise.
1950         (jit_unwind_reg_get_impl): Likewise.
1951         (jit_dealloc_cache): Likewise.
1952         (jit_frame_sniffer): Likewise.
1953         (jit_frame_prev_register): Likewise.
1954         (jit_prepend_unwinder): Likewise.
1955         (jit_inferior_exit_hook): Likewise.
1956         (free_objfile_data): Likewise.
1957         * jv-lang.c (jv_per_objfile_free): Likewise.
1958         (get_dynamics_objfile): Likewise.
1959         (get_java_class_symtab): Likewise.
1960         (builtin_java_type): Likewise.
1961         * language.c (language_string_char_type): Likewise.
1962         (language_bool_type): Likewise.
1963         (language_lookup_primitive_type): Likewise.
1964         (language_lookup_primitive_type_as_symbol): Likewise.
1965         * linespec.c (hash_address_entry): Likewise.
1966         (eq_address_entry): Likewise.
1967         (iterate_inline_only): Likewise.
1968         (iterate_name_matcher): Likewise.
1969         (decode_line_2_compare_items): Likewise.
1970         (collect_one_symbol): Likewise.
1971         (compare_symbols): Likewise.
1972         (compare_msymbols): Likewise.
1973         (add_symtabs_to_list): Likewise.
1974         (collect_symbols): Likewise.
1975         (compare_msyms): Likewise.
1976         (add_minsym): Likewise.
1977         (cleanup_linespec_result): Likewise.
1978         * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
1979         * linux-nat.c (delete_lwp_cleanup): Likewise.
1980         (count_events_callback): Likewise.
1981         (select_event_lwp_callback): Likewise.
1982         (resume_stopped_resumed_lwps): Likewise.
1983         * linux-tdep.c (get_linux_gdbarch_data): Likewise.
1984         (invalidate_linux_cache_inf): Likewise.
1985         (get_linux_inferior_data): Likewise.
1986         (linux_find_memory_regions_thunk): Likewise.
1987         (linux_make_mappings_callback): Likewise.
1988         (linux_corefile_thread_callback): Likewise.
1989         (find_mapping_size): Likewise.
1990         * linux-thread-db.c (find_new_threads_callback): Likewise.
1991         * lm32-tdep.c (lm32_frame_cache): Likewise.
1992         * m2-lang.c (builtin_m2_type): Likewise.
1993         * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
1994         * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
1995         (m32r_linux_supply_gregset): Likewise.
1996         (m32r_linux_collect_gregset): Likewise.
1997         * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
1998         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1999         * m68k-tdep.c (m68k_frame_cache): Likewise.
2000         * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
2001         (m68kbsd_supply_gregset): Likewise.
2002         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
2003         * m88k-tdep.c (m88k_frame_cache): Likewise.
2004         (m88k_supply_gregset): Likewise.
2005
2006 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
2007
2008         * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
2009         to allocation result assignment.
2010         * ada-exp.y (write_object_renaming): Likewise.
2011         (write_ambiguous_var): Likewise.
2012         (ada_nget_field_index): Likewise.
2013         (write_var_or_type): Likewise.
2014         * ada-lang.c (ada_decode_symbol): Likewise.
2015         (ada_value_assign): Likewise.
2016         (value_pointer): Likewise.
2017         (cache_symbol): Likewise.
2018         (add_nonlocal_symbols): Likewise.
2019         (ada_name_for_lookup): Likewise.
2020         (symbol_completion_add): Likewise.
2021         (ada_to_fixed_type_1): Likewise.
2022         (ada_get_next_arg): Likewise.
2023         (defns_collected): Likewise.
2024         * ada-lex.l (processId): Likewise.
2025         (processString): Likewise.
2026         * ada-tasks.c (read_known_tasks_array): Likewise.
2027         (read_known_tasks_list): Likewise.
2028         * ada-typeprint.c (decoded_type_name): Likewise.
2029         * addrmap.c (addrmap_mutable_create_fixed): Likewise.
2030         * amd64-tdep.c (amd64_push_arguments): Likewise.
2031         (amd64_displaced_step_copy_insn): Likewise.
2032         (amd64_classify_insn_at): Likewise.
2033         (amd64_relocate_instruction): Likewise.
2034         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
2035         * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
2036         (initialize_current_architecture): Likewise.
2037         * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
2038         * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
2039         * arm-tdep.c (arm_exidx_new_objfile): Likewise.
2040         (arm_push_dummy_call): Likewise.
2041         (extend_buffer_earlier): Likewise.
2042         (arm_adjust_breakpoint_address): Likewise.
2043         (arm_skip_stub): Likewise.
2044         * auto-load.c (filename_is_in_pattern): Likewise.
2045         (maybe_add_script_file): Likewise.
2046         (maybe_add_script_text): Likewise.
2047         (auto_load_objfile_script_1): Likewise.
2048         * auxv.c (ld_so_xfer_auxv): Likewise.
2049         * ax-general.c (new_agent_expr): Likewise.
2050         (grow_expr): Likewise.
2051         (ax_reg_mask): Likewise.
2052         * bcache.c (bcache_full): Likewise.
2053         * breakpoint.c (program_breakpoint_here_p): Likewise.
2054         * btrace.c (parse_xml_raw): Likewise.
2055         * build-id.c (build_id_to_debug_bfd): Likewise.
2056         * buildsym.c (end_symtab_with_blockvector): Likewise.
2057         * c-exp.y (string_exp): Likewise.
2058         (qualified_name): Likewise.
2059         (write_destructor_name): Likewise.
2060         (operator_stoken): Likewise.
2061         (parse_number): Likewise.
2062         (scan_macro_expansion): Likewise.
2063         (yylex): Likewise.
2064         (c_print_token): Likewise.
2065         * c-lang.c (c_get_string): Likewise.
2066         (emit_numeric_character): Likewise.
2067         * charset.c (wchar_iterate): Likewise.
2068         * cli/cli-cmds.c (complete_command): Likewise.
2069         (make_command): Likewise.
2070         * cli/cli-dump.c (restore_section_callback): Likewise.
2071         (restore_binary_file): Likewise.
2072         * cli/cli-interp.c (cli_interpreter_exec): Likewise.
2073         * cli/cli-script.c (execute_control_command): Likewise.
2074         * cli/cli-setshow.c (do_set_command): Likewise.
2075         * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
2076         (read_pe_exported_syms): Likewise.
2077         * coffread.c (coff_read_struct_type): Likewise.
2078         (coff_read_enum_type): Likewise.
2079         * common/btrace-common.c (btrace_data_append): Likewise.
2080         * common/buffer.c (buffer_grow): Likewise.
2081         * common/filestuff.c (gdb_fopen_cloexec): Likewise.
2082         * common/format.c (parse_format_string): Likewise.
2083         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
2084         * common/xml-utils.c (xml_escape_text): Likewise.
2085         * compile/compile-object-load.c (copy_sections): Likewise.
2086         (compile_object_load): Likewise.
2087         * compile/compile-object-run.c (compile_object_run): Likewise.
2088         * completer.c (filename_completer): Likewise.
2089         * corefile.c (read_memory_typed_address): Likewise.
2090         (write_memory_unsigned_integer): Likewise.
2091         (write_memory_signed_integer): Likewise.
2092         (complete_set_gnutarget): Likewise.
2093         * corelow.c (get_core_register_section): Likewise.
2094         * cp-name-parser.y (d_grab): Likewise.
2095         (allocate_info): Likewise.
2096         (cp_new_demangle_parse_info): Likewise.
2097         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
2098         (cp_lookup_symbol_in_namespace): Likewise.
2099         (lookup_namespace_scope): Likewise.
2100         (find_symbol_in_baseclass): Likewise.
2101         (cp_lookup_nested_symbol): Likewise.
2102         (cp_lookup_transparent_type_loop): Likewise.
2103         * cp-support.c (copy_string_to_obstack): Likewise.
2104         (make_symbol_overload_list): Likewise.
2105         (make_symbol_overload_list_namespace): Likewise.
2106         (make_symbol_overload_list_adl_namespace): Likewise.
2107         (first_component_command): Likewise.
2108         * cp-valprint.c (cp_print_value): Likewise.
2109         * ctf.c (ctf_xfer_partial): Likewise.
2110         * d-exp.y (StringExp): Likewise.
2111         * d-namespace.c (d_lookup_symbol_in_module): Likewise.
2112         (lookup_module_scope): Likewise.
2113         (find_symbol_in_baseclass): Likewise.
2114         (d_lookup_nested_symbol): Likewise.
2115         * dbxread.c (find_stab_function_addr): Likewise.
2116         (read_dbx_symtab): Likewise.
2117         (dbx_end_psymtab): Likewise.
2118         (cp_set_block_scope): Likewise.
2119         * dcache.c (dcache_alloc): Likewise.
2120         * demangle.c (_initialize_demangler): Likewise.
2121         * dicos-tdep.c (dicos_load_module_p): Likewise.
2122         * dictionary.c (dict_create_hashed_expandable): Likewise.
2123         (dict_create_linear_expandable): Likewise.
2124         (expand_hashtable): Likewise.
2125         (add_symbol_linear_expandable): Likewise.
2126         * dwarf2-frame.c (add_cie): Likewise.
2127         (add_fde): Likewise.
2128         (dwarf2_build_frame_info): Likewise.
2129         * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
2130         (dwarf_expr_fetch_address): Likewise.
2131         (add_piece): Likewise.
2132         (execute_stack_op): Likewise.
2133         * dwarf2loc.c (chain_candidate): Likewise.
2134         (dwarf_entry_parameter_to_value): Likewise.
2135         (read_pieced_value): Likewise.
2136         (write_pieced_value): Likewise.
2137         * dwarf2read.c (dwarf2_read_section): Likewise.
2138         (add_type_unit): Likewise.
2139         (read_comp_units_from_section): Likewise.
2140         (fixup_go_packaging): Likewise.
2141         (dwarf2_compute_name): Likewise.
2142         (dwarf2_physname): Likewise.
2143         (create_dwo_unit_in_dwp_v1): Likewise.
2144         (create_dwo_unit_in_dwp_v2): Likewise.
2145         (read_func_scope): Likewise.
2146         (read_call_site_scope): Likewise.
2147         (dwarf2_attach_fields_to_type): Likewise.
2148         (process_structure_scope): Likewise.
2149         (mark_common_block_symbol_computed): Likewise.
2150         (read_common_block): Likewise.
2151         (abbrev_table_read_table): Likewise.
2152         (guess_partial_die_structure_name): Likewise.
2153         (fixup_partial_die): Likewise.
2154         (add_file_name): Likewise.
2155         (dwarf2_const_value_data): Likewise.
2156         (dwarf2_const_value_attr): Likewise.
2157         (build_error_marker_type): Likewise.
2158         (guess_full_die_structure_name): Likewise.
2159         (anonymous_struct_prefix): Likewise.
2160         (typename_concat): Likewise.
2161         (dwarf2_canonicalize_name): Likewise.
2162         (dwarf2_name): Likewise.
2163         (write_constant_as_bytes): Likewise.
2164         (dwarf2_fetch_constant_bytes): Likewise.
2165         (copy_string): Likewise.
2166         (parse_macro_definition): Likewise.
2167         * elfread.c (elf_symfile_segments): Likewise.
2168         (elf_rel_plt_read): Likewise.
2169         (elf_gnu_ifunc_resolve_by_cache): Likewise.
2170         (elf_gnu_ifunc_resolve_by_got): Likewise.
2171         (elf_read_minimal_symbols): Likewise.
2172         (elf_gnu_ifunc_record_cache): Likewise.
2173         * event-top.c (top_level_prompt): Likewise.
2174         (command_line_handler): Likewise.
2175         * exec.c (resize_section_table): Likewise.
2176         * expprint.c (print_subexp_standard): Likewise.
2177         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2178         * findcmd.c (parse_find_args): Likewise.
2179         * findvar.c (address_from_register): Likewise.
2180         * frame.c (get_prev_frame_always): Likewise.
2181         * gdb_bfd.c (gdb_bfd_ref): Likewise.
2182         (get_section_descriptor): Likewise.
2183         * gdb_obstack.c (obconcat): Likewise.
2184         (obstack_strdup): Likewise.
2185         * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
2186         (create_set_type): Likewise.
2187         (lookup_unsigned_typename): Likewise.
2188         (lookup_signed_typename): Likewise.
2189         (resolve_dynamic_union): Likewise.
2190         (resolve_dynamic_struct): Likewise.
2191         (add_dyn_prop): Likewise.
2192         (copy_dynamic_prop_list): Likewise.
2193         (arch_flags_type): Likewise.
2194         (append_composite_type_field_raw): Likewise.
2195         * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
2196         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
2197         * go-exp.y (string_exp): Likewise.
2198         * go-lang.c (go_demangle): Likewise.
2199         * guile/guile.c (compute_scheme_string): Likewise.
2200         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
2201         (gdbscm_canonicalize_command_name): Likewise.
2202         * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
2203         (ioscm_init_memory_port): Likewise.
2204         (ioscm_reinit_memory_port): Likewise.
2205         * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
2206         (gdbscm_gc_dup_argv): Likewise.
2207         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2208         * hppa-tdep.c (internalize_unwinds): Likewise.
2209         (read_unwind_info): Likewise.
2210         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2211         (windows_core_xfer_shared_libraries): Likewise.
2212         * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2213         (i386_stap_parse_special_token_triplet): Likewise.
2214         (i386_stap_parse_special_token_three_arg_disp): Likewise.
2215         * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2216         * inf-child.c (inf_child_fileio_readlink): Likewise.
2217         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2218         (inf_ptrace_store_register): Likewise.
2219         * infrun.c (follow_exec): Likewise.
2220         (displaced_step_prepare_throw): Likewise.
2221         (save_stop_context): Likewise.
2222         (save_infcall_suspend_state): Likewise.
2223         * jit.c (jit_read_descriptor): Likewise.
2224         (jit_read_code_entry): Likewise.
2225         (jit_symtab_line_mapping_add_impl): Likewise.
2226         (finalize_symtab): Likewise.
2227         (jit_unwind_reg_get_impl): Likewise.
2228         * jv-exp.y (QualifiedName): Likewise.
2229         * jv-lang.c (get_java_utf8_name): Likewise.
2230         (type_from_class): Likewise.
2231         (java_demangle_type_signature): Likewise.
2232         (java_class_name_from_physname): Likewise.
2233         * jv-typeprint.c (java_type_print_base): Likewise.
2234         * jv-valprint.c (java_value_print): Likewise.
2235         * language.c (add_language): Likewise.
2236         * linespec.c (add_sal_to_sals_basic): Likewise.
2237         (add_sal_to_sals): Likewise.
2238         (decode_objc): Likewise.
2239         (find_linespec_symbols): Likewise.
2240         * linux-fork.c (fork_save_infrun_state): Likewise.
2241         * linux-nat.c (linux_nat_detach): Likewise.
2242         (linux_nat_fileio_readlink): Likewise.
2243         * linux-record.c (record_linux_sockaddr): Likewise.
2244         (record_linux_msghdr): Likewise.
2245         (Do): Likewise.
2246         * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
2247         (linux_collect_regset_section_cb): Likewise.
2248         (linux_get_siginfo_data): Likewise.
2249         * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
2250         (try_thread_db_load_from_dir): Likewise.
2251         (thread_db_load_search): Likewise.
2252         (info_auto_load_libthread_db): Likewise.
2253         * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
2254         (m32c_m16c_pointer_to_address): Likewise.
2255         * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
2256         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2257         * machoread.c (macho_check_dsym): Likewise.
2258         * macroexp.c (resize_buffer): Likewise.
2259         (gather_arguments): Likewise.
2260         (maybe_expand): Likewise.
2261         * macrotab.c (new_macro_key): Likewise.
2262         (new_source_file): Likewise.
2263         (new_macro_definition): Likewise.
2264         * mdebugread.c (parse_symbol): Likewise.
2265         (parse_type): Likewise.
2266         (parse_partial_symbols): Likewise.
2267         (psymtab_to_symtab_1): Likewise.
2268         * mem-break.c (default_memory_insert_breakpoint): Likewise.
2269         * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2270         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2271         (mi_cmd_data_read_memory_bytes): Likewise.
2272         (mi_cmd_data_write_memory_bytes): Likewise.
2273         (mi_cmd_trace_frame_collected): Likewise.
2274         * mi/mi-parse.c (mi_parse_argv): Likewise.
2275         (mi_parse): Likewise.
2276         * minidebug.c (lzma_open): Likewise.
2277         (lzma_pread): Likewise.
2278         * mips-tdep.c (mips_read_fp_register_single): Likewise.
2279         (mips_print_fp_register): Likewise.
2280         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2281         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2282         * mt-tdep.c (mt_register_name): Likewise.
2283         (mt_registers_info): Likewise.
2284         (mt_push_dummy_call): Likewise.
2285         * namespace.c (add_using_directive): Likewise.
2286         * nat/linux-btrace.c (perf_event_read): Likewise.
2287         (linux_enable_bts): Likewise.
2288         * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2289         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2290         * nto-tdep.c (nto_find_and_open_solib): Likewise.
2291         (nto_parse_redirection): Likewise.
2292         * objc-lang.c (objc_demangle): Likewise.
2293         (find_methods): Likewise.
2294         * objfiles.c (get_objfile_bfd_data): Likewise.
2295         (set_objfile_main_name): Likewise.
2296         (allocate_objfile): Likewise.
2297         (objfile_relocate): Likewise.
2298         (update_section_map): Likewise.
2299         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2300         * p-exp.y (exp): Likewise.
2301         (yylex): Likewise.
2302         * p-valprint.c (pascal_object_print_value): Likewise.
2303         * parse.c (initialize_expout): Likewise.
2304         (mark_completion_tag): Likewise.
2305         (copy_name): Likewise.
2306         (parse_float): Likewise.
2307         (type_stack_reserve): Likewise.
2308         * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2309         (ppu2spu_prev_register): Likewise.
2310         * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2311         * printcmd.c (printf_wide_c_string): Likewise.
2312         (printf_pointer): Likewise.
2313         * probe.c (parse_probes): Likewise.
2314         * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2315         (cmdpy_init): Likewise.
2316         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2317         * python/py-symtab.c (set_sal): Likewise.
2318         * python/py-unwind.c (pyuw_sniffer): Likewise.
2319         * python/python.c (python_interactive_command): Likewise.
2320         (compute_python_string): Likewise.
2321         * ravenscar-thread.c (get_running_thread_id): Likewise.
2322         * record-full.c (record_full_exec_insn): Likewise.
2323         (record_full_core_open_1): Likewise.
2324         * regcache.c (regcache_raw_read_signed): Likewise.
2325         (regcache_raw_read_unsigned): Likewise.
2326         (regcache_cooked_read_signed): Likewise.
2327         (regcache_cooked_read_unsigned): Likewise.
2328         * remote-fileio.c (remote_fileio_func_open): Likewise.
2329         (remote_fileio_func_rename): Likewise.
2330         (remote_fileio_func_unlink): Likewise.
2331         (remote_fileio_func_stat): Likewise.
2332         (remote_fileio_func_system): Likewise.
2333         * remote-mips.c (mips_xfer_memory): Likewise.
2334         (mips_load_srec): Likewise.
2335         (pmon_end_download): Likewise.
2336         * remote.c (new_remote_state): Likewise.
2337         (map_regcache_remote_table): Likewise.
2338         (remote_register_number_and_offset): Likewise.
2339         (init_remote_state): Likewise.
2340         (get_memory_packet_size): Likewise.
2341         (remote_pass_signals): Likewise.
2342         (remote_program_signals): Likewise.
2343         (remote_start_remote): Likewise.
2344         (remote_check_symbols): Likewise.
2345         (remote_query_supported): Likewise.
2346         (extended_remote_attach): Likewise.
2347         (process_g_packet): Likewise.
2348         (store_registers_using_G): Likewise.
2349         (putpkt_binary): Likewise.
2350         (read_frame): Likewise.
2351         (compare_sections_command): Likewise.
2352         (remote_hostio_pread): Likewise.
2353         (remote_hostio_readlink): Likewise.
2354         (remote_file_put): Likewise.
2355         (remote_file_get): Likewise.
2356         (remote_pid_to_exec_file): Likewise.
2357         (_initialize_remote): Likewise.
2358         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2359         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2360         * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2361         (bfd_uses_spe_extensions): Likewise.
2362         * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2363         * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2364         * solib-dsbt.c (decode_loadmap): Likewise.
2365         (fetch_loadmap): Likewise.
2366         (scan_dyntag): Likewise.
2367         (enable_break): Likewise.
2368         (dsbt_relocate_main_executable): Likewise.
2369         * solib-frv.c (fetch_loadmap): Likewise.
2370         (enable_break2): Likewise.
2371         (frv_relocate_main_executable): Likewise.
2372         * solib-spu.c (spu_relocate_main_executable): Likewise.
2373         (spu_bfd_open): Likewise.
2374         * solib-svr4.c (lm_info_read): Likewise.
2375         (read_program_header): Likewise.
2376         (find_program_interpreter): Likewise.
2377         (scan_dyntag): Likewise.
2378         (elf_locate_base): Likewise.
2379         (open_symbol_file_object): Likewise.
2380         (read_program_headers_from_bfd): Likewise.
2381         (svr4_relocate_main_executable): Likewise.
2382         * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2383         * solib.c (solib_find_1): Likewise.
2384         (exec_file_find): Likewise.
2385         (solib_find): Likewise.
2386         * source.c (openp): Likewise.
2387         (print_source_lines_base): Likewise.
2388         (forward_search_command): Likewise.
2389         * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2390         * spu-tdep.c (spu2ppu_prev_register): Likewise.
2391         (spu_get_overlay_table): Likewise.
2392         * stabsread.c (patch_block_stabs): Likewise.
2393         (define_symbol): Likewise.
2394         (again:): Likewise.
2395         (read_member_functions): Likewise.
2396         (read_one_struct_field): Likewise.
2397         (read_enum_type): Likewise.
2398         (common_block_start): Likewise.
2399         * stack.c (read_frame_arg): Likewise.
2400         (backtrace_command): Likewise.
2401         * stap-probe.c (stap_parse_register_operand): Likewise.
2402         * symfile.c (syms_from_objfile_1): Likewise.
2403         (find_separate_debug_file): Likewise.
2404         (load_command): Likewise.
2405         (load_progress): Likewise.
2406         (load_section_callback): Likewise.
2407         (reread_symbols): Likewise.
2408         (add_filename_language): Likewise.
2409         (allocate_compunit_symtab): Likewise.
2410         (read_target_long_array): Likewise.
2411         (simple_read_overlay_table): Likewise.
2412         * symtab.c (symbol_set_names): Likewise.
2413         (resize_symbol_cache): Likewise.
2414         (rbreak_command): Likewise.
2415         (completion_list_add_name): Likewise.
2416         (completion_list_objc_symbol): Likewise.
2417         (add_filename_to_list): Likewise.
2418         * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2419         * target-memory.c (target_write_memory_blocks): Likewise.
2420         * target.c (target_read_string): Likewise.
2421         (read_whatever_is_readable): Likewise.
2422         (target_read_alloc_1): Likewise.
2423         (simple_search_memory): Likewise.
2424         (target_fileio_read_alloc_1): Likewise.
2425         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2426         * top.c (command_line_input): Likewise.
2427         * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2428         * tracefile.c (tracefile_fetch_registers): Likewise.
2429         * tracepoint.c (add_memrange): Likewise.
2430         (init_collection_list): Likewise.
2431         (add_aexpr): Likewise.
2432         (trace_dump_actions): Likewise.
2433         (parse_trace_status): Likewise.
2434         (parse_tracepoint_definition): Likewise.
2435         (parse_tsv_definition): Likewise.
2436         (parse_static_tracepoint_marker_definition): Likewise.
2437         * tui/tui-file.c (tui_sfileopen): Likewise.
2438         (tui_file_adjust_strbuf): Likewise.
2439         * tui/tui-io.c (tui_expand_tabs): Likewise.
2440         * tui/tui-source.c (tui_set_source_content): Likewise.
2441         * typeprint.c (find_global_typedef): Likewise.
2442         * ui-file.c (do_ui_file_xstrdup): Likewise.
2443         (ui_file_obsavestring): Likewise.
2444         (mem_file_write): Likewise.
2445         * utils.c (make_hex_string): Likewise.
2446         (get_regcomp_error): Likewise.
2447         (puts_filtered_tabular): Likewise.
2448         (gdb_realpath_keepfile): Likewise.
2449         (ldirname): Likewise.
2450         (gdb_bfd_errmsg): Likewise.
2451         (substitute_path_component): Likewise.
2452         * valops.c (search_struct_method): Likewise.
2453         (find_oload_champ_namespace_loop): Likewise.
2454         * valprint.c (print_decimal_chars): Likewise.
2455         (read_string): Likewise.
2456         (generic_emit_char): Likewise.
2457         * varobj.c (varobj_delete): Likewise.
2458         (varobj_value_get_print_value): Likewise.
2459         * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2460         * windows-tdep.c (display_one_tib): Likewise.
2461         * xcoffread.c (read_xcoff_symtab): Likewise.
2462         (process_xcoff_symbol): Likewise.
2463         (swap_sym): Likewise.
2464         (scan_xcoff_symtab): Likewise.
2465         (xcoff_initial_scan): Likewise.
2466         * xml-support.c (gdb_xml_end_element): Likewise.
2467         (xml_process_xincludes): Likewise.
2468         (xml_fetch_content_from_file): Likewise.
2469         * xml-syscall.c (xml_list_of_syscalls): Likewise.
2470         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2471
2472 2015-09-23  James Bowman  <james.bowman@ftdichip.com>
2473
2474         * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2475         instead of builtin_func_ptr.
2476         (ft32_pointer_to_address): New function.
2477         (ft32_address_class_type_flags): New function.
2478         (ft32_address_class_type_flags_to_name): New function.
2479         (ft32_address_class_name_to_type_flags): New function.
2480         (ft32_gdbarch_init): Set tdep->pc_type.  Call
2481         set_gdbarch_pointer_to_address,
2482         set_gdbarch_address_class_type_flags
2483         set_gdbarch_address_class_name_to_type_flags,
2484         and set_gdbarch_address_class_type_flags_to_name.
2485         * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2486
2487 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
2488
2489         * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2490         value is a reference, actually dereference it in order to get
2491         the underlying value.
2492
2493 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
2494
2495         * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2496
2497 2015-09-21  Simon Marchi  <simon.marchi@ericsson.com>
2498
2499         * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2500         * linespec.c (linespec_lexer_lex_string): Same.
2501
2502 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2503
2504         * NEWS: Mention support for fast tracepoints on aarch64-linux.
2505
2506 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2507
2508         * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2509         variable.  Call aarch64_decode_adr instead of
2510         aarch64_decode_adrp.
2511         * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2512         (aarch64_decode_adr): New function declaration.
2513         * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2514         (aarch64_decode_adr): New function, factored out from
2515         aarch64_decode_adrp to decode both adr and adrp instructions.
2516
2517 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2518
2519         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2520         (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2521         (aarch64-insn.o): New rule.
2522         * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2523         (aarch64*-*-linux*): Likewise.
2524         * arch/aarch64-insn.c: New file.
2525         * arch/aarch64-insn.h: New file.
2526         * aarch64-tdep.c: Include arch/aarch64-insn.h.
2527         (aarch64_debug): Move to arch/aarch64-insn.c.  Declare in
2528         arch/aarch64-insn.h.
2529         (decode_add_sub_imm): Rename to ...
2530         (aarch64_decode_add_sub_imm): ... this.
2531         (decode_adrp): Rename to ...
2532         (aarch64_decode_adrp): ... this.  Move to arch/aarch64-insn.c.
2533         Declare in arch/aarch64-insn.h.
2534         (decode_b): Rename to ...
2535         (aarch64_decode_b): ... this.  Move to arch/aarch64-insn.c.
2536         Declare in arch/aarch64-insn.h.
2537         (decode_bcond): Rename to ...
2538         (aarch64_decode_bcond): ... this.  Move to arch/aarch64-insn.c.
2539         Declare in arch/aarch64-insn.h.
2540         (decode_br): Rename to ...
2541         (aarch64_decode_br): ... this.
2542         (decode_cb): Rename to ...
2543         (aarch64_decode_cb): ... this.  Move to arch/aarch64-insn.c.
2544         Declare in arch/aarch64-insn.h.
2545         (decode_eret): Rename to ...
2546         (aarch64_decode_eret): ... this.
2547         (decode_movz): Rename to ...
2548         (aarch64_decode_movz): ... this.
2549         (decode_orr_shifted_register_x): Rename to ...
2550         (aarch64_decode_orr_shifted_register_x): ... this.
2551         (decode_ret): Rename to ...
2552         (aarch64_decode_ret): ... this.
2553         (decode_stp_offset): Rename to ...
2554         (aarch64_decode_stp_offset): ... this.
2555         (decode_stp_offset_wb): Rename to ...
2556         (aarch64_decode_stp_offset_wb): ... this.
2557         (decode_stur): Rename to ...
2558         (aarch64_decode_stur): ... this.
2559         (decode_tb): Rename to ...
2560         (aarch64_decode_tb): ... this.  Move to arch/aarch64-insn.c.
2561         Declare in arch/aarch64-insn.h.
2562         (aarch64_analyze_prologue): Adjust calls to renamed functions.
2563
2564 2015-09-20  Doug Evans  <xdje42@gmail.com>
2565
2566         * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2567
2568 2015-09-20  Doug Evans  <xdje42@gmail.com>
2569
2570         * dwarf2read.c (dwarf2_compute_name): Add FIXME.  Don't use a local
2571         variable name that collides with a parameter.
2572
2573 2015-09-20  Joel Brobecker  <brobecker@adacore.com>
2574
2575         * dwarf2loc.c (locexpr_get_frame_base): Renames
2576         block_op_get_frame_base.
2577         (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2578         block_op_get_frame_base by reference to locexpr_get_frame_base.
2579         (loclist_get_frame_base): New function, near identical copy of
2580         locexpr_get_frame_base.
2581         (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2582         block_op_get_frame_base by reference to loclist_get_frame_base.
2583
2584 2015-09-19  Doug Evans  <xdje42@gmail.com>
2585
2586         * ravenscar-thread.c (ravenscar_inferior_created): Replace
2587         current_inferior ()->gdbarch with its wrapper target_gdbarch.
2588
2589 2015-09-18  Doug Evans  <xdje42@gmail.com>
2590
2591         * linux-thread-db.c (record_thread): Return the created thread.
2592         (thread_from_lwp): Likewise.
2593         (thread_db_get_thread_local_address): Update.
2594
2595 2015-09-18  Doug Evans  <xdje42@gmail.com>
2596
2597         * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2598         move only member demangled_name up.  All uses updated.
2599
2600 2015-09-18  Doug Evans  <xdje42@gmail.com>
2601
2602         * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2603         kind of minimal symbol in the error message.
2604         * objfiles.c (objfile_flavour_name): New function.
2605         * objfiles.h (objfile_flavour_name): Declare.
2606
2607 2015-09-18  Yao Qi  <yao.qi@linaro.org>
2608
2609         * nat/aarch64-linux.c: Include elf/common.h,
2610         nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2611         (aarch64_ps_get_thread_area): New function.
2612         * nat/aarch64-linux.h: Include gdb_proc_service.h.
2613         (aarch64_ps_get_thread_area): Declare.
2614         * aarch64-linux-nat.c (ps_get_thread_area): Call
2615         aarch64_ps_get_thread_area.
2616
2617 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2618
2619         * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2620
2621 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2622
2623         * NEWS: Announce new scheduler-locking mode.
2624         * infrun.c (schedlock_replay): New.
2625         (scheduler_enums): Add schedlock_replay.
2626         (scheduler_mode): Change default to schedlock_replay.
2627         (user_visible_resume_ptid): Handle schedlock_replay.
2628         (clear_proceed_status_thread): Stop replaying if resumed thread is
2629         not replaying.
2630         (schedlock_applies): Handle schedlock_replay.
2631         (_initialize_infrun): Document new scheduler-locking mode.
2632         * record-btrace.c (record_btrace_resume): Remove code to stop other
2633         threads when not replaying the resumed thread.
2634
2635 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2636
2637         * record-btrace.c ((record_btrace_will_replay): New.
2638         (init_record_btrace_ops): Initialize to_record_will_replay.
2639         * record-full.c ((record_full_will_replay): New.
2640         (init_record_full_ops): Initialize to_record_will_replay.
2641         * target-delegates.c: Regenerated.
2642         * target.c (target_record_will_replay): New.
2643         * target.h (struct target_ops) <to_record_will_replay>: New.
2644         (target_record_will_replay): New.
2645
2646 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2647
2648         * record-btrace.c (record_btrace_resume): Call
2649         target_record_stop_replaying.
2650         (record_btrace_stop_replaying_all): New.
2651         (init_record_btrace_ops): Initialize to_record_stop_replaying.
2652         * record-full.c (record_full_stop_replaying): New.
2653         (init_record_full_ops ): Initialize to_record_stop_replaying.
2654         * target-delegates.c: Regenerated.
2655         * target.c (target_record_stop_replaying): New.
2656         * target.h (struct target_ops) <to_record_stop_replaying>: New.
2657         (target_record_stop_replaying): New.
2658
2659 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2660
2661         * record-btrace.c (record_btrace_xfer_partial)
2662         (record_btrace_store_registers, record_btrace_prepare_to_store):
2663         Call record_btrace_is_replaying with inferior_ptid instead of
2664         minus_one_ptid.
2665         (record_btrace_store_registers): Change error message.
2666
2667 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2668
2669         * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2670         Update users to pass minus_one_ptid.
2671         * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2672         * record.c (cmd_record_delete): Pass inferior_ptid to
2673         target_record_is_replaying.
2674         * target-delegates.c: Regenerated.
2675         * target.c (target_record_is_replaying): Add ptid argument.
2676         * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2677         argument.
2678         (target_record_is_replaying): Add ptid argument.
2679
2680 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2681
2682         * record-btrace.c (record_btrace_open): Remove non_stop check.
2683         * NEWS: Announce that record btrace supports non-stop mode.
2684
2685 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2686
2687         * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2688         in the TARKET_WAITKIND_NO_HISTORY case.
2689
2690 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2691
2692         * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2693         (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2694
2695 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2696
2697         * record-btrace.c (get_thread_current_frame): New.
2698         (record_btrace_start_replaying): Call get_thread_current_frame.
2699
2700 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2701
2702         * record-btrace.c (record_btrace_resume_thread): A move request
2703         overwrites a previous move request.
2704         (record_btrace_find_resume_thread): Removed.
2705         (record_btrace_resume): Resume all requested threads.
2706
2707 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2708
2709         * record-btrace.c: Include vec.h.
2710         (record_btrace_find_thread_to_move): Removed.
2711         (btrace_step_no_resumed, btrace_step_again)
2712         (record_btrace_stop_replaying_at_end): New.
2713         (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2714         (record_btrace_single_step_forward): Remove calls to
2715         record_btrace_stop_replaying.
2716         (record_btrace_step_thread): Do only one step for BTHR_CONT and
2717         BTHR_RCONT.  Keep threads at the end of their history moving.
2718         (record_btrace_wait): Call record_btrace_step_thread for all threads
2719         until one reports an event.  Call record_btrace_stop_replaying_at_end
2720         for the eventing thread.
2721
2722 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2723
2724         * record-btrace.c (record_btrace_single_step_forward): Return
2725         NO_HISTORY if a step brings us to the end of the execution history.
2726
2727 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2728
2729         * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2730         to ...
2731         (record_btrace_single_step_forward): ... here and
2732         (record_btrace_single_step_backward): ... here.
2733
2734 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2735
2736         * record-btrace.c (btrace_step_spurious)
2737         (record_btrace_single_step_forward)
2738         (record_btrace_single_step_backward): New.
2739         (record_btrace_step_thread): Call record_btrace_single_step_forward
2740         and record_btrace_single_step_backward.
2741
2742 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2743
2744         * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2745         (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2746
2747 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2748
2749         * record-btrace.c (btrace_thread_flag_to_str)
2750         (record_btrace_cancel_resume): New.
2751         (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2752         (record_btrace_resume): Print execution direction.
2753         (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2754         (record_btrace_wait): Call record_btrace_cancel_resume.
2755
2756 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2757
2758         * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2759         * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2760         (record_btrace_find_thread_to_move): Also accept threads that have
2761         BTHR_STOP set.
2762         (btrace_step_stopped_on_request, record_btrace_stop): New.
2763         (record_btrace_step_thread): Support BTHR_STOP.
2764         (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2765         (init_record_btrace_ops): Initialize to_stop.
2766
2767 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2768
2769         * record-btrace.c (record_btrace_wait): Replace non_stop check with
2770         target_is_non_stop_p ().
2771
2772 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
2773
2774         * ada-typeprint.c (print_array_type): Do not describe arrays as
2775         packed when they embed dynamic elements.
2776
2777 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2778
2779         * symtab.h (address_class): Document that TLS variables
2780         are handled by LOC_UNRESOLVED.
2781         * findvar.c (default_read_var_value): Don't relocate TLS variables.
2782         * printcmd.c (address_info): Don't relocate TLS variables.
2783
2784 2015-09-15  Pierre Langlois  <pierre.langlois@arm.com>
2785
2786         * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2787         (decode_adrp): Likewise.
2788         (decode_b): Likewise.
2789         (decode_bcond): Likewise.
2790         (decode_br): Likewise.
2791         (decode_cb): Likewise.
2792         (decode_eret): Likewise.
2793         (decode_movz): Likewise.
2794         (decode_orr_shifted_register_x): Likewise.
2795         (decode_ret): Likewise.
2796         (decode_stp_offset): Likewise.
2797         (decode_stp_offset_wb): Likewise.
2798         (decode_stur): Likewise.
2799         (decode_tb): Likewise.
2800         (aarch64_analyze_prologue): Likewise.
2801         (pass_in_x): Likewise.
2802         (pass_in_v): Likewise.
2803         (pass_on_stack): Likewise.
2804         (aarch64_push_dummy_call): Likewise.
2805         (aarch64_extract_return_value): Likewise.
2806         (aarch64_store_return_value): Likewise.
2807         (aarch64_return_value): Likewise.
2808         (aarch64_record_asimd_load_store): Likewise.
2809         (aarch64_record_load_store): Likewise.
2810         (aarch64_record_data_proc_simd_fp): Likewise.
2811
2812 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2813
2814         * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2815         * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2816         (ppc64_skip_trampoline_code_1): ... here.
2817         (ppc64_skip_trampoline_code): New wrapper function.
2818         * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2819
2820 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2821
2822         * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2823         function.
2824         (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2825         * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2826         if target_can_do_single_step returns 1.
2827         * remote.c (struct vCont_action_support) <s, S>: New fields.
2828         (PACKET_vContSupported): New enum.
2829         (remote_protocol_features): New element for vContSupported.
2830         (remote_query_supported): Append "vContSupported+".
2831         (remote_vcont_probe): Remove support_s and support_S, use
2832         rs->supports_vCont.s and rs->supports_vCont.S instead.  Disable
2833         vCont packet if c and C actions are not supported.
2834         (remote_can_do_single_step): New function.
2835         (init_remote_ops): Install it to to_can_do_single_step.
2836         (_initialize_remote): Call add_packet_config_cmd.
2837         * target.h (struct target_ops) <to_can_do_single_step>: New field.
2838         (target_can_do_single_step): New macro.
2839         * target-delegates.c: Re-generated.
2840
2841 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2842
2843         * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2844         (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2845         * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2846         New function.
2847         (aarch64_siginfo_from_compat_siginfo): New function.
2848         * nat/aarch64-linux.h: Include signal.h.
2849         (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2850         (compat_timer_t, compat_clock_t): Likewise.
2851         (struct compat_timeval): New.
2852         (union compat_sigval): New.
2853         (struct compat_siginfo): New.
2854         (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2855         (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2856         (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2857         (cpt_si_band, cpt_si_fd): Likewise.
2858
2859 2015-09-14  Pedro Alves  <palves@redhat.com>
2860
2861         * infrun.c (current_stop_id): New global.
2862         (get_stop_id, new_stop_id): New functions.
2863         (fetch_inferior_event): Handle normal_stop proceeding the target.
2864         (struct stop_context): New.
2865         (save_stop_context, release_stop_context_cleanup)
2866         (stop_context_changed): New functions.
2867         (normal_stop): Return true if the hook-stop changes the stop
2868         context.
2869         * infrun.h (get_stop_id): Declare.
2870         (normal_stop): Now returns int.  Add documentation.
2871
2872 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
2873
2874         * ada-lang.c (ada_value_ptr_subscript): Update the heading
2875         comment.  Handle packed arrays.
2876
2877 2015-09-14  Pedro Alves  <palves@redhat.com>
2878
2879         * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2880         mention of maint set/show target-non-stop.
2881
2882 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2883
2884         * NEWS: Announce new remote packets for the exec-events
2885         feature and the exec-events feature and associated commands.
2886
2887 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2888
2889         * remote.c (remote_exec_event_p): New function.
2890         (remote_insert_exec_catchpoint): New function.
2891         (remote_remove_exec_catchpoint): New function.
2892         (init_extended_remote_ops): Initialize extended_remote_ops
2893         members to_insert_exec_catchpoint and
2894         to_remove_exec_catchpoint.
2895
2896 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2897             Luis Machado  <lgustavo@codesourcery.com>
2898
2899         * infrun.c (follow_exec): Use process-style ptid for
2900         exec message.  Call add_inferior_with_spaces and
2901         target_follow_exec.
2902         * nat/linux-ptrace.c (linux_supports_traceexec): New function.
2903         * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
2904         * remote.c (remote_pspace_data): New static variable.
2905         (remote_pspace_data_cleanup): New function.
2906         (get_remote_exec_file): New function.
2907         (set_remote_exec_file_1): New function.
2908         (set_remote_exec_file): New function.
2909         (show_remote_exec_file): New function.
2910         (remote_exec_file): Delete static variable.
2911         (anonymous enum) <PACKET_exec_event_feature>: New
2912         enumeration constant.
2913         (remote_protocol_features): Add entry for exec-events feature.
2914         (remote_query_supported): Add client side of qSupported query
2915         for exec-events feature.
2916         (remote_follow_exec): New function.
2917         (remote_parse_stop_reply): Handle 'exec' stop reason.
2918         (extended_remote_run, extended_remote_create_inferior): Call
2919         get_remote_exec_file and set_remote_exec_file_1.
2920         (init_extended_remote_ops) <to_follow_exec>: Initialize new
2921         member.
2922         (_initialize_remote): Call
2923         register_program_space_data_with_cleanup.  Call
2924         add_packet_config_cmd for remote exec-events feature.
2925         Modify call to add_setshow_string_noescape_cmd for exec-file
2926         to use new functions set_remote_exec_file and
2927         show_remote_exec_file.
2928         * target-debug.h, target-delegates.c: Regenerated.
2929         * target.c (target_follow_exec): New function.
2930         * target.h (struct target_ops) <to_follow_exec>: New member.
2931         (target_follow_exec): Declare new function.
2932
2933 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
2934
2935         * aarch64-tdep.c (decode_cb): Move up comment describing the
2936         encoding.
2937         (decode_tb): Fix a typo in comment above the function.  Move up
2938         comment describing the encoding.
2939
2940 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
2941
2942         * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
2943
2944 2015-09-11  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
2945
2946         PR gdb/18947
2947         * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
2948         glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
2949
2950 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2951
2952         * ada-lang.c (scan_discrim_bound): Factor out arithmetic
2953         operations.
2954
2955 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2956
2957         * ada-lang.c (ada_search_struct_field): Constify parameters
2958         and/or variables..
2959         (xget_renaming_scope): Likewise.
2960         (ada_is_redundant_range_encoding): Likewise.
2961         (scan_discrim_bound): Likewise.
2962         (to_fixed_range_type): Likewise.
2963
2964 2015-09-10  Yao Qi  <yao.qi@linaro.org>
2965
2966         * breakpoint.c (download_tracepoint_locations): New local
2967         can_download_tracepoint.  Check the result of
2968         target_can_download_tracepoint and save it in
2969         can_download_tracepoint if there are tracepoints to download.
2970         * linux-nat.h (enum tribool): Move it to ...
2971         * common/common-types.h: ... here.
2972
2973 2015-09-09  Pedro Alves  <palves@redhat.com>
2974
2975         * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
2976         * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
2977
2978 2015-09-09  Pedro Alves  <palves@redhat.com>
2979
2980         * continuations.c (add_continuation, restore_thread_cleanup)
2981         (do_all_continuations_ptid, do_all_continuations_thread_callback)
2982         (do_all_continuations_thread, do_all_continuations)
2983         (discard_all_continuations_thread_callback)
2984         (discard_all_continuations_thread, discard_all_continuations)
2985         (add_intermediate_continuation)
2986         (do_all_intermediate_continuations_thread_callback)
2987         (do_all_intermediate_continuations_thread)
2988         (do_all_intermediate_continuations)
2989         (discard_all_intermediate_continuations_thread_callback)
2990         (discard_all_intermediate_continuations_thread)
2991         (discard_all_intermediate_continuations): Delete.
2992         * continuations.h (add_continuation, do_all_continuations)
2993         (do_all_continuations_thread, discard_all_continuations)
2994         (discard_all_continuations_thread, add_intermediate_continuation)
2995         (do_all_intermediate_continuations)
2996         (do_all_intermediate_continuations_thread)
2997         (discard_all_intermediate_continuations)
2998         (discard_all_intermediate_continuations_thread): Delete
2999         declarations.
3000         * event-top.c (stdin_event_handler): Delete references to
3001         continuations.
3002         * gdbthread.h (struct thread_info): Delete continuations and
3003         intermediate_continuations fields.
3004         * inf-loop.c (inferior_event_handler): Remove references to
3005         continuations.
3006         * infrun.c (infrun_thread_stop_requested_callback): Remove
3007         references to continuations.
3008         * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
3009         * thread.c: Don't include "continuations.h".
3010         (clear_thread_inferior_resources): Remove references to
3011         continuations.
3012
3013 2015-09-09  Pedro Alves  <palves@redhat.com>
3014
3015         * infcall.c (struct dummy_frame_context_saver): Delete.
3016         (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
3017         (dummy_frame_context_saver_drop)
3018         (dummy_frame_context_saver_cleanup)
3019         (dummy_frame_context_saver_get_regs)
3020         (dummy_frame_context_saver_setup): Delete.
3021         * infcall.h (dummy_frame_context_saver_drop)
3022         (dummy_frame_context_saver_cleanup)
3023         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
3024         Delete.
3025         (get_return_value): Remove 'ctx_saver' paremeter.  Adjust.
3026         * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
3027         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
3028
3029 2015-09-09  Pedro Alves  <palves@redhat.com>
3030
3031         * breakpoint.c: Include "thread-fsm.h".
3032         (struct until_break_command_continuation_args): Delete.
3033         (struct until_break_fsm): New.
3034         (until_break_fsm_ops): New global.
3035         (new_until_break_fsm, until_break_fsm_should_stop): New functions.
3036         (until_break_command_continuation): Delete.
3037         (until_break_fsm_clean_up): New function.
3038         (until_break_fsm_async_reply_reason): New function.
3039         (until_break_command): Adjust to create an until_break_fsm instead
3040         of a continuation.
3041         (momentary_bkpt_print_it): No longer print MI's async-stop-reason
3042         here.
3043         * infcmd.c (struct until_next_fsm): New.
3044         (until_next_fsm_ops): New global.
3045         (new_until_next_fsm, until_next_fsm_should_stop): New function.
3046         (until_next_continuation): Delete.
3047         (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
3048         functions.
3049         (until_next_command): Adjust to create a new until_next_fsm
3050         instead of a continuation.
3051
3052 2015-09-09  Pedro Alves  <palves@redhat.com>
3053
3054         * infcall.c: Include thread_fsm.h.
3055         (struct call_return_meta_info): New.
3056         (get_call_return_value): New function, factored out from
3057         call_function_by_hand_dummy.
3058         (struct call_thread_fsm): New.
3059         (call_thread_fsm_ops): New global.
3060         (new_call_thread_fsm, call_thread_fsm_should_stop)
3061         (call_thread_fsm_should_notify_stop): New functions.
3062         (run_inferior_call): Add 'sm' parameter.  Associate the FSM with
3063         the thread.
3064         (call_function_by_hand_dummy): Create a new call_thread_fsm
3065         instance, associate it with the thread, and wait for the FSM to
3066         finish.  If finished successfully, fetch the function's result
3067         value out of the FSM.
3068         * infrun.c (fetch_inferior_event): If the FSM says the stop
3069         shouldn't be notified, don't call normal_stop.
3070         (maybe_remove_breakpoints): New function, factored out from ...
3071         (normal_stop): ... here.  Simplify.
3072         * infrun.h (maybe_remove_breakpoints): Declare.
3073         * thread-fsm.c (thread_fsm_should_notify_stop): New function.
3074         (thread-fsm.h) <struct thread_fsm_ops>: New field.
3075         (thread_fsm_should_notify_stop): Declare.
3076
3077 2015-09-09  Pedro Alves  <palves@redhat.com>
3078
3079         * Makefile.in (COMMON_OBS): Add thread-fsm.o.
3080         * breakpoint.c (handle_jit_event): Print debug output.
3081         (bpstat_what): Split event callback handling to ...
3082         (bpstat_run_callbacks): ... this new function.
3083         (momentary_bkpt_print_it): No longer handle bp_finish here.
3084         * breakpoint.h (bpstat_run_callbacks): Declare.
3085         * gdbthread.h (struct thread_info) <step_multi>: Delete field.
3086         <thread_fsm>: New field.
3087         (thread_cancel_execution_command): Declare.
3088         * infcmd.c: Include thread-fsm.h.
3089         (struct step_command_fsm): New.
3090         (step_command_fsm_ops): New global.
3091         (new_step_command_fsm, step_command_fsm_prepare): New functions.
3092         (step_1): Adjust to use step_command_fsm_prepare and
3093         prepare_one_step.
3094         (struct step_1_continuation_args): Delete.
3095         (step_1_continuation): Delete.
3096         (step_command_fsm_should_stop): New function.
3097         (step_once): Delete.
3098         (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
3099         (prepare_one_step): New function, based on step_once.
3100         (until_next_command): Remove step_multi reference.
3101         (struct return_value_info): New.
3102         (print_return_value): Rename to ...
3103         (print_return_value_1): ... this.  New struct return_value_info
3104         parameter.  Adjust.
3105         (print_return_value): Reimplement as wrapper around
3106         print_return_value_1.
3107         (struct finish_command_fsm): New.
3108         (finish_command_continuation): Delete.
3109         (finish_command_fsm_ops): New global.
3110         (new_finish_command_fsm, finish_command_fsm_should_stop): New
3111         functions.
3112         (finish_command_fsm_clean_up, finish_command_fsm_return_value):
3113         New.
3114         (finish_command_continuation_free_arg): Delete.
3115         (finish_command_fsm_async_reply_reason): New.
3116         (finish_backward, finish_forward): Change symbol parameter to a
3117         finish_command_fsm.  Adjust.
3118         (finish_command): Create a finish_command_fsm.  Adjust.
3119         * infrun.c: Include "thread-fsm.h".
3120         (clear_proceed_status_thread): Delete the thread's FSM.
3121         (infrun_thread_stop_requested_callback): Cancel the thread's
3122         execution command.
3123         (clean_up_just_stopped_threads_fsms): New function.
3124         (fetch_inferior_event): Handle the event_thread's should_stop
3125         method saying the command isn't done yet.
3126         (process_event_stop_test): Run breakpoint callbacks here.
3127         (print_stop_event): Rename to ...
3128         (print_stop_location): ... this.
3129         (restore_current_uiout_cleanup): New function.
3130         (print_stop_event): Reimplement.
3131         (normal_stop): No longer notify the end_stepping_range observers
3132         here handle "step N" nor "finish" here.  No longer call
3133         print_stop_event here.
3134         * infrun.h (struct return_value_info): Forward declare.
3135         (print_return_value): Declare.
3136         (print_stop_event): Change prototype.
3137         * thread-fsm.c: New file.
3138         * thread-fsm.h: New file.
3139         * thread.c: Include "thread-fsm.h".
3140         (thread_cancel_execution_command): New function.
3141         (clear_thread_inferior_resources): Call it.
3142         * cli/cli-interp.c (cli_on_normal_stop): New function.
3143         (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
3144         observer.
3145         * mi/mi-interp.c: Include "thread-fsm.h".
3146         (restore_current_uiout_cleanup): Delete.
3147         (mi_on_normal_stop): If the thread has an FSM associated, and it
3148         finished, ask it for the async-reply-reason to print.  Always call
3149         print_stop_event here, regardless of the top-level interpreter.
3150         Check bpstat_what to tell whether an asynchronous breakpoint hit
3151         triggered.
3152         * tui/tui-interp.c (tui_on_normal_stop): New function.
3153         (tui_init): Install tui_on_normal_stop as normal_stop observer.
3154
3155 2015-09-09  Pedro Alves  <palves@redhat.com>
3156
3157         * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
3158         check whether the target can async.
3159         * inf-loop.c (inferior_event_handler): Only call target_async if
3160         the target can async.
3161         * infcall.c: Include top.h and interps.h.
3162         (run_inferior_call): For the interpreter to sync mode while
3163         running the infcall.  Call wait_sync_command_done instead of
3164         wait_for_inferior plus normal_stop.
3165         * infcmd.c (prepare_execution_command): Don't check whether the
3166         target can async when running in the foreground.
3167         (step_1): Delete synchronous case handling.
3168         (step_once): Always install a continuation, even in sync mode.
3169         (until_next_command, finish_forward): Don't check whether the
3170         target can async.
3171         (attach_command_post_wait, notice_new_inferior): Always install a
3172         continuation, even in sync mode.
3173         * infrun.c (mark_infrun_async_event_handler): New function.
3174         (proceed): In sync mode, mark infrun's event source instead of
3175         waiting for events here.
3176         (fetch_inferior_event): If the target can't async, do a blocking
3177         wait.
3178         (prepare_to_wait): In sync mode, mark infrun's event source.
3179         (infrun_async_inferior_event_handler): No longer bail out if the
3180         target can't async.
3181         * infrun.h (mark_infrun_async_event_handler): New declaration.
3182         * linux-nat.c (linux_nat_wait_1): Remove calls to
3183         set_sigint_trap/clear_sigint_trap.
3184         (linux_nat_terminal_inferior): No longer check whether the target
3185         can async.
3186         * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
3187         comment.
3188         (mi_execute_command_input_handler): No longer check whether the
3189         target is async.  Update and simplify comment.
3190         * target.c (default_target_wait): New function.
3191         * target.h (struct target_ops) <to_wait>: Now defaults to
3192         default_target_wait.
3193         (default_target_wait): Declare.
3194         * top.c (wait_sync_command_done): New function, factored out from
3195         ...
3196         (maybe_wait_sync_command_done): ... this.
3197         * top.h (wait_sync_command_done): Declare.
3198         * target-delegates.c: Regenerate.
3199
3200 2015-09-09  Markus Metzger  <markus.t.metzger@intel.com>
3201
3202         * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
3203         * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
3204         Remove include of sys/utsname.h.
3205         (linux_determine_kernel_ptr_bits): Remove.
3206         (linux_determine_kernel_start): New.
3207         (perf_event_is_kernel_addr): Remove tinfo argument.  Update users.
3208         Update check.
3209         (perf_event_skip_bts_record): Remove tinfo argument.  Update users.
3210         (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
3211         initialization.
3212         * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
3213         assignment.
3214
3215 2015-09-07  Pedro Alves  <palves@redhat.com>
3216
3217         * guile/guile-internal.h (as_a_scm_t_subr): New.
3218         * guile/guile.c (misc_guile_functions): Use it.
3219         * guile/scm-arch.c (arch_functions): Use it.
3220         * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
3221         Use it.
3222         * guile/scm-breakpoint.c (breakpoint_functions): Use it.
3223         * guile/scm-cmd.c (command_functions): Use it.
3224         * guile/scm-disasm.c (disasm_functions): Use it.
3225         * guile/scm-exception.c (exception_functions)
3226         (private_exception_functions): Use it.
3227         * guile/scm-frame.c (frame_functions)
3228         * guile/scm-gsmob.c (gsmob_functions): Use it.
3229         * guile/scm-iterator.c (iterator_functions): Use it.
3230         * guile/scm-lazy-string.c (lazy_string_functions): Use it.
3231         * guile/scm-math.c (math_functions): Use it.
3232         * guile/scm-objfile.c (objfile_functions): Use it.
3233         * guile/scm-param.c (parameter_functions): Use it.
3234         * guile/scm-ports.c (port_functions, private_port_functions): Use
3235         it.
3236         * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
3237         * guile/scm-progspace.c (pspace_functions): Use it.
3238         * guile/scm-string.c (string_functions): Use it.
3239         * guile/scm-symbol.c (symbol_functions): Use it.
3240         * guile/scm-symtab.c (symtab_functions): Use it.
3241         * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
3242         it.
3243         * guile/scm-value.c (value_functions): Use it.
3244
3245 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3246
3247         * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
3248         (tui_next_win): Likewise.
3249         (tui_prev_win): Likewise.
3250         (tui_partial_win_by_name): Likewise.
3251         (tui_init_generic_part): Likewise.
3252         (init_content_element): Likewise.
3253         (tui_del_window): Likewise.
3254         (tui_free_window): Likewise.
3255         (tui_del_data_windows): Likewise.
3256         (tui_free_data_content): Likewise.
3257         * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3258         * tui/tui-regs.c (tui_show_register_group): Likewise.
3259         * tui/tui-win.c (tui_resize_all): Likewise.
3260         (tui_set_focus): Likewise.
3261         (tui_set_win_height): Likewise.
3262         (make_invisible_and_set_new_height): Likewise.
3263         * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3264         * tui/tui-wingeneral.c (make_visible): Likewise.
3265
3266 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3267
3268         * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3269
3270 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3271
3272         * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3273         pointer.
3274         * dbxread.c (dbx_end_psymtab): Likewise.
3275         * gnu-nat.c (gnu_write_inferior): Likewise.
3276         * mdebugread.c (cross_ref): Likewise.
3277         * p-valprint.c (pascal_val_print): Likewise.
3278         * xcoffread.c (xcoff_end_psymtab): Likewise.
3279
3280 2015-09-04  Yao Qi  <yao.qi@linaro.org>
3281
3282         * NEWS: Mention the aarch64 multi-arch debugging support.
3283
3284 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
3285
3286         * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3287         type instead of a TYPE_CODE_INT one for the string_char_type
3288         and the ada_primitive_type_char types.
3289
3290 2015-09-03  Yao Qi  <yao.qi@linaro.org>
3291
3292         * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3293         Move code to aarch64_linux_region_ok_for_watchpoint.  Call
3294         aarch64_linux_region_ok_for_watchpoint.
3295         * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3296         New function.
3297         * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3298         Declare it.
3299
3300 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3301
3302         * gdb_obstack.h (obstack_strdup): Declare.
3303         * gdb_obstack.c (obstack_strdup): Define.
3304         * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3305         * gdbarch.c: Regenerate.
3306         * gdbarch.h: Regenerate.
3307         * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3308
3309 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3310
3311         * gdbtypes.c (copy_type_recursive): Update documentation.
3312
3313 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3314
3315         * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3316         as zero.
3317
3318 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3319
3320         * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3321
3322 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3323
3324         * solib-svr4.c (solib_event_probe_action): Call
3325         get_probe_argument_count using TRY...CATCH.
3326         (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3327
3328 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3329
3330         * probe.h (struct probe_ops) <get_probe_argument_count,
3331         evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3332         the comment that the function can throw an exception.
3333         (get_probe_argument_count): Likewise.
3334         (evaluate_probe_argument): Likewise.
3335         * stap-probe.c (stap_get_opcode): Call error instead of
3336         internal_error.
3337         (stap_get_expected_argument_type): Likewise.  Add argument
3338         'probe'.  Improve error message by mentioning the probe's name.
3339         (stap_parse_probe_arguments): Adjust call to
3340         stap_get_expected_argument_type.
3341         (stap_get_arg): Add comment.  Assert that 'probe->args_parsed' is
3342         not zero.  Call internal_error if GDB requests an argument but the
3343         probe has no arguments.
3344
3345 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
3346
3347         * ada-lang.c (ada_resolve_function): Do not ask the user what
3348         match to use when in completion mode.
3349
3350 2015-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
3351
3352         * tui/tui-data.c (tui_win_name): Make local variable const, remove
3353         cast of NULL.
3354
3355 2015-08-31  Max Filippov  <jcmvbkbc@gmail.com>
3356
3357         * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3358         call_abi using XSHAL_ABI macro.
3359
3360 2015-08-29  Doug Evans  <xdje42@gmail.com>
3361
3362         * symtab.h (struct symbol): Tweak comment.
3363
3364 2015-08-29  Patrick Palka  <patrick@parcs.ath.cx>
3365
3366         * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3367         gdbarch obstack instead of on the heap.  Update commentary
3368         accordingly.
3369
3370 2015-08-28  Joel Brobecker  <brobecker@adacore.com>
3371
3372         GDB 7.10 released.
3373
3374 2015-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3375
3376         * NEWS: Update entry about non-8-bits addressable memory.
3377
3378 2015-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
3379
3380         Revert:
3381         2014-11-06  Doug Evans  <xdje42@gmail.com>
3382         * solib.c (solib_global_lookup): Fetch arch from objfile,
3383         not target_gdbarch.
3384
3385 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3386
3387         * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3388         attempt to relocate a TLS variable offset.
3389
3390 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3391
3392         * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3393         registered yet.  Set inferior_ptid while calling target_read_memory.
3394
3395 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3396
3397         * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3398         (GDB_ARCH_IS_TRAP_BRKPT): ... this.  Add __powerpc__ case.
3399         * linux-nat.c (check_stopped_by_breakpoint): Use
3400         GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3401
3402 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3403
3404         * linux-thread-db.c (thread_db_get_thread_local_address): If the
3405         thread was not yet discovered, use thread_from_lwp instead of
3406         calling thread_db_find_new_threads_1.
3407
3408 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3409
3410         * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3411         statements.
3412
3413 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3414
3415         * NEWS: Document support for non-8-bits addressable memory.
3416
3417 2015-08-27  Pedro Alves  <palves@redhat.com>
3418
3419         * configure.ac: Remove AC_TYPE_SIGNAL call.
3420         * configure, config.in: Regenerate.
3421
3422 2015-08-27  Pedro Alves  <palves@redhat.com>
3423
3424         * cp-support.c (gdb_demangle): Use sighandler_t.  Remove cast.
3425         * extension-priv.h: Include signal.h.
3426         (struct signal_handler) <handler>: Change type to sighandler_t.
3427         * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3428         * inflow.c (sigint_ours, sigquit_ours): Change type to
3429         sighandler_t.
3430         (child_terminal_inferior): Remove casts.
3431         (child_terminal_ours_1, new_tty): Use sighandler_t.  Remove casts.
3432         (osig): Change type to sighandler_t.
3433         * nto-procfs.c (ofunc): Change type to sighandler_t.
3434         (procfs_wait): Remove casts.
3435         * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3436         * remote-sim.c (gdbsim_wait): Use sighandler_t.
3437         * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3438
3439 2015-08-27  Pedro Alves  <palves@redhat.com>
3440
3441         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3442         * gnulib/aclocal.m4: Renegerate.
3443         * gnulib/config.in: Renegerate.
3444         * gnulib/configure: Renegerate.
3445         * gnulib/import/Makefile.am: Update.
3446         * gnulib/import/Makefile.in: Regenerate.
3447         * gnulib/import/m4/gnulib-cache.m4: Update.
3448         * gnulib/import/m4/gnulib-comp.m4: Update.
3449         * gnulib/import/m4/signal_h.m4: New file.
3450         * gnulib/import/signal.in.h: New file.
3451
3452 2015-08-27  Pedro Alves  <palves@redhat.com>
3453
3454         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3455         (MIN_MEMORY_PACKET_SIZE): New.
3456         (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3457         (get_memory_packet_size): Adjust.  No longer limit the max packet
3458         size.
3459         (set_memory_packet_size): Adjust, and remove dead code.
3460         (remote_check_symbols): Use xmalloc and a cleanup instead of
3461         alloca.
3462         (remote_packet_size): No longer cap the packet size.
3463         (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3464
3465 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
3466
3467         * compile/compile.c (compile_to_object): Mention language in
3468         error message.
3469
3470 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
3471
3472         * target.c (target_pre_inferior): Unset attach_flag.
3473
3474 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3475
3476         * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3477         * gdbarch.c: Re-generate.
3478
3479 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3480
3481         * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3482         function with the XNEW-family equivalent.
3483         * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3484         * ada-exp.y (write_ambiguous_var): Likewise.
3485         * ada-lang.c (resolve_subexp): Likewise.
3486         (user_select_syms): Likewise.
3487         (assign_aggregate): Likewise.
3488         (ada_evaluate_subexp): Likewise.
3489         (cache_symbol): Likewise.
3490         * addrmap.c (allocate_key): Likewise.
3491         (addrmap_create_mutable): Likewise.
3492         * aix-thread.c (sync_threadlists): Likewise.
3493         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3494         (alpha_gdbarch_init): Likewise.
3495         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3496         * arm-linux-nat.c (arm_linux_add_process): Likewise.
3497         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3498         * arm-tdep.c (push_stack_item): Likewise.
3499         (arm_displaced_step_copy_insn): Likewise.
3500         (arm_gdbarch_init): Likewise.
3501         (_initialize_arm_tdep): Likewise.
3502         * avr-tdep.c (push_stack_item): Likewise.
3503         * ax-general.c (new_agent_expr): Likewise.
3504         * block.c (block_initialize_namespace): Likewise.
3505         * breakpoint.c (alloc_counted_command_line): Likewise.
3506         (update_dprintf_command_list): Likewise.
3507         (parse_breakpoint_sals): Likewise.
3508         (decode_static_tracepoint_spec): Likewise.
3509         (until_break_command): Likewise.
3510         (clear_command): Likewise.
3511         (update_global_location_list): Likewise.
3512         (get_breakpoint_objfile_data) Likewise.
3513         * btrace.c (ftrace_new_function): Likewise.
3514         (btrace_set_insn_history): Likewise.
3515         (btrace_set_call_history): Likewise.
3516         * buildsym.c (add_symbol_to_list): Likewise.
3517         (record_pending_block): Likewise.
3518         (start_subfile): Likewise.
3519         (start_buildsym_compunit): Likewise.
3520         (push_subfile): Likewise.
3521         (end_symtab_get_static_block): Likewise.
3522         (buildsym_init): Likewise.
3523         * cli/cli-cmds.c (source_command): Likewise.
3524         * cli/cli-decode.c (add_cmd): Likewise.
3525         * cli/cli-script.c (build_command_line): Likewise.
3526         (setup_user_args): Likewise.
3527         (realloc_body_list): Likewise.
3528         (process_next_line): Likewise.
3529         (copy_command_lines): Likewise.
3530         * cli/cli-setshow.c (do_set_command): Likewise.
3531         * coff-pe-read.c (read_pe_exported_syms): Likewise.
3532         * coffread.c (coff_locate_sections): Likewise.
3533         (coff_symtab_read): Likewise.
3534         (coff_read_struct_type): Likewise.
3535         * common/cleanups.c (make_my_cleanup2): Likewise.
3536         * common/common-exceptions.c (throw_it): Likewise.
3537         * common/filestuff.c (make_cleanup_close): Likewise.
3538         * common/format.c (parse_format_string): Likewise.
3539         * common/queue.h (DEFINE_QUEUE_P): Likewise.
3540         * compile/compile-object-load.c (munmap_list_add): Likewise.
3541         (compile_object_load): Likewise.
3542         * compile/compile-object-run.c (compile_object_run): Likewise.
3543         * compile/compile.c (append_args): Likewise.
3544         * corefile.c (specify_exec_file_hook): Likewise.
3545         * cp-support.c (make_symbol_overload_list): Likewise.
3546         * cris-tdep.c (push_stack_item): Likewise.
3547         (cris_gdbarch_init): Likewise.
3548         * ctf.c (ctf_trace_file_writer_new): Likewise.
3549         * dbxread.c (init_header_files): Likewise.
3550         (add_new_header_file): Likewise.
3551         (init_bincl_list): Likewise.
3552         (dbx_end_psymtab): Likewise.
3553         (start_psymtab): Likewise.
3554         (dbx_end_psymtab): Likewise.
3555         * dcache.c (dcache_init): Likewise.
3556         * dictionary.c (dict_create_hashed): Likewise.
3557         (dict_create_hashed_expandable): Likewise.
3558         (dict_create_linear): Likewise.
3559         (dict_create_linear_expandable): Likewise.
3560         * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3561         * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3562         * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3563         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3564         (decode_frame_entry_1): Likewise.
3565         * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3566         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3567         * dwarf2read.c (dwarf2_has_info): Likewise.
3568         (create_signatured_type_table_from_index): Likewise.
3569         (dwarf2_read_index): Likewise.
3570         (dw2_get_file_names_reader): Likewise.
3571         (create_all_type_units): Likewise.
3572         (read_cutu_die_from_dwo): Likewise.
3573         (init_tu_and_read_dwo_dies): Likewise.
3574         (init_cutu_and_read_dies): Likewise.
3575         (create_all_comp_units): Likewise.
3576         (queue_comp_unit): Likewise.
3577         (inherit_abstract_dies): Likewise.
3578         (read_call_site_scope): Likewise.
3579         (dwarf2_add_field): Likewise.
3580         (dwarf2_add_typedef): Likewise.
3581         (dwarf2_add_member_fn): Likewise.
3582         (attr_to_dynamic_prop): Likewise.
3583         (abbrev_table_alloc_abbrev): Likewise.
3584         (abbrev_table_read_table): Likewise.
3585         (add_include_dir): Likewise.
3586         (add_file_name): Likewise.
3587         (dwarf_decode_line_header): Likewise.
3588         (dwarf2_const_value_attr): Likewise.
3589         (dwarf_alloc_block): Likewise.
3590         (parse_macro_definition): Likewise.
3591         (set_die_type): Likewise.
3592         (write_psymtabs_to_index): Likewise.
3593         (create_cus_from_index): Likewise.
3594         (dwarf2_create_include_psymtab): Likewise.
3595         (process_psymtab_comp_unit_reader): Likewise.
3596         (build_type_psymtab_dependencies): Likewise.
3597         (read_comp_units_from_section): Likewise.
3598         (compute_compunit_symtab_includes): Likewise.
3599         (create_dwo_unit_in_dwp_v1): Likewise.
3600         (create_dwo_unit_in_dwp_v2): Likewise.
3601         (read_func_scope): Likewise.
3602         (process_structure_scope): Likewise.
3603         (mark_common_block_symbol_computed): Likewise.
3604         (load_partial_dies): Likewise.
3605         (dwarf2_symbol_mark_computed): Likewise.
3606         * elfread.c (elf_symfile_segments): Likewise.
3607         (elf_read_minimal_symbols): Likewise.
3608         * environ.c (make_environ): Likewise.
3609         * eval.c (evaluate_subexp_standard): Likewise.
3610         * event-loop.c (create_file_handler): Likewise.
3611         (create_async_signal_handler): Likewise.
3612         (create_async_event_handler): Likewise.
3613         (create_timer): Likewise.
3614         * exec.c (build_section_table): Likewise.
3615         * fbsd-nat.c (fbsd_remember_child): Likewise.
3616         * fork-child.c (fork_inferior): Likewise.
3617         * frv-tdep.c (new_variant): Likewise.
3618         * gdbarch.sh (gdbarch_alloc): Likewise.
3619         (append_name): Likewise.
3620         * gdbtypes.c (rank_function): Likewise.
3621         (copy_type_recursive): Likewise.
3622         (add_dyn_prop): Likewise.
3623         * gnu-nat.c (make_proc): Likewise.
3624         (make_inf): Likewise.
3625         (gnu_write_inferior): Likewise.
3626         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3627         (build_std_type_info_type): Likewise.
3628         * guile/scm-param.c (compute_enum_list): Likewise.
3629         * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3630         * guile/scm-value.c (gdbscm_value_call): Likewise.
3631         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3632         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3633         (read_unwind_info): Likewise.
3634         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3635         * infcall.c (dummy_frame_context_saver_setup): Likewise.
3636         (call_function_by_hand_dummy): Likewise.
3637         * infcmd.c (step_once): Likewise.
3638         (finish_forward): Likewise.
3639         (attach_command): Likewise.
3640         (notice_new_inferior): Likewise.
3641         * inferior.c (add_inferior_silent): Likewise.
3642         * infrun.c (add_displaced_stepping_state): Likewise.
3643         (save_infcall_control_state): Likewise.
3644         (save_inferior_ptid): Likewise.
3645         (_initialize_infrun): Likewise.
3646         * jit.c (bfd_open_from_target_memory): Likewise.
3647         (jit_gdbarch_data_init): Likewise.
3648         * language.c (add_language): Likewise.
3649         * linespec.c (decode_line_2): Likewise.
3650         * linux-nat.c (add_to_pid_list): Likewise.
3651         (add_initial_lwp): Likewise.
3652         * linux-thread-db.c (add_thread_db_info): Likewise.
3653         (record_thread): Likewise.
3654         (info_auto_load_libthread_db): Likewise.
3655         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3656         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3657         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3658         * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3659         * macrocmd.c (macro_define_command): Likewise.
3660         * macroexp.c (gather_arguments): Likewise.
3661         * macroscope.c (sal_macro_scope): Likewise.
3662         * macrotab.c (new_macro_table): Likewise.
3663         * mdebugread.c (push_parse_stack): Likewise.
3664         (parse_partial_symbols): Likewise.
3665         (parse_symbol): Likewise.
3666         (psymtab_to_symtab_1): Likewise.
3667         (new_block): Likewise.
3668         (new_psymtab): Likewise.
3669         (mdebug_build_psymtabs): Likewise.
3670         (add_pending): Likewise.
3671         (elfmdebug_build_psymtabs): Likewise.
3672         * mep-tdep.c (mep_gdbarch_init): Likewise.
3673         * mi/mi-main.c (mi_execute_command): Likewise.
3674         * mi/mi-parse.c (mi_parse_argv): Likewise.
3675         * minidebug.c (lzma_open): Likewise.
3676         * minsyms.c (terminate_minimal_symbol_table): Likewise.
3677         * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3678         * mips-tdep.c (mips_gdbarch_init): Likewise.
3679         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3680         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3681         * mt-tdep.c (mt_registers_info): Likewise.
3682         * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3683         * nat/linux-btrace.c (linux_enable_bts): Likewise.
3684         (linux_enable_pt): Likewise.
3685         * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3686         (linux_xfer_osdata_processgroups): Likewise.
3687         * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3688         * nto-procfs.c (procfs_meminfo): Likewise.
3689         * objc-lang.c (start_msglist): Likewise.
3690         (selectors_info): Likewise.
3691         (classes_info): Likewise.
3692         (find_methods): Likewise.
3693         * objfiles.c (allocate_objfile): Likewise.
3694         (update_section_map): Likewise.
3695         * osabi.c (gdbarch_register_osabi): Likewise.
3696         (gdbarch_register_osabi_sniffer): Likewise.
3697         * parse.c (start_arglist): Likewise.
3698         * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3699         (hwdebug_insert_point): Likewise.
3700         * printcmd.c (display_command): Likewise.
3701         (ui_printf): Likewise.
3702         * procfs.c (create_procinfo): Likewise.
3703         (load_syscalls): Likewise.
3704         (proc_get_LDT_entry): Likewise.
3705         (proc_update_threads): Likewise.
3706         * prologue-value.c (make_pv_area): Likewise.
3707         (pv_area_store): Likewise.
3708         * psymtab.c (extend_psymbol_list): Likewise.
3709         (init_psymbol_list): Likewise.
3710         (allocate_psymtab): Likewise.
3711         * python/py-inferior.c (add_thread_object): Likewise.
3712         * python/py-param.c (compute_enum_values): Likewise.
3713         * python/py-value.c (valpy_call): Likewise.
3714         * python/py-varobj.c (py_varobj_iter_next): Likewise.
3715         * python/python.c (ensure_python_env): Likewise.
3716         * record-btrace.c (record_btrace_start_replaying): Likewise.
3717         * record-full.c (record_full_reg_alloc): Likewise.
3718         (record_full_mem_alloc): Likewise.
3719         (record_full_end_alloc): Likewise.
3720         (record_full_core_xfer_partial): Likewise.
3721         * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3722         * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3723         * remote-notif.c (remote_notif_state_allocate): Likewise.
3724         * remote.c (demand_private_info): Likewise.
3725         (remote_notif_stop_alloc_reply): Likewise.
3726         (remote_enable_btrace): Likewise.
3727         * reverse.c (save_bookmark_command): Likewise.
3728         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3729         * rx-tdep.c (rx_gdbarch_init): Likewise.
3730         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3731         * ser-go32.c (dos_get_tty_state): Likewise.
3732         (dos_copy_tty_state): Likewise.
3733         * ser-mingw.c (ser_windows_open): Likewise.
3734         (ser_console_wait_handle): Likewise.
3735         (ser_console_get_tty_state): Likewise.
3736         (make_pipe_state): Likewise.
3737         (net_windows_open): Likewise.
3738         * ser-unix.c (hardwire_get_tty_state): Likewise.
3739         (hardwire_copy_tty_state): Likewise.
3740         * solib-aix.c (solib_aix_new_lm_info): Likewise.
3741         * solib-dsbt.c (dsbt_current_sos): Likewise.
3742         (dsbt_relocate_main_executable): Likewise.
3743         * solib-frv.c (frv_current_sos): Likewise.
3744         (frv_relocate_main_executable): Likewise.
3745         * solib-spu.c (spu_bfd_fopen): Likewise.
3746         * solib-svr4.c (lm_info_read): Likewise.
3747         (svr4_copy_library_list): Likewise.
3748         (svr4_default_sos): Likewise.
3749         * source.c (find_source_lines): Likewise.
3750         (line_info): Likewise.
3751         (add_substitute_path_rule): Likewise.
3752         * spu-linux-nat.c (spu_bfd_open): Likewise.
3753         * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3754         * stabsread.c (dbx_lookup_type): Likewise.
3755         (read_type): Likewise.
3756         (read_member_functions): Likewise.
3757         (read_struct_fields): Likewise.
3758         (read_baseclasses): Likewise.
3759         (read_args): Likewise.
3760         (_initialize_stabsread): Likewise.
3761         * stack.c (func_command): Likewise.
3762         * stap-probe.c (handle_stap_probe): Likewise.
3763         * symfile.c (addrs_section_sort): Likewise.
3764         (addr_info_make_relative): Likewise.
3765         (load_section_callback): Likewise.
3766         (add_symbol_file_command): Likewise.
3767         (init_filename_language_table): Likewise.
3768         * symtab.c (create_filename_seen_cache): Likewise.
3769         (sort_search_symbols_remove_dups): Likewise.
3770         (search_symbols): Likewise.
3771         * target.c (make_cleanup_restore_target_terminal): Likewise.
3772         * thread.c (new_thread): Likewise.
3773         (enable_thread_stack_temporaries): Likewise.
3774         (make_cleanup_restore_current_thread): Likewise.
3775         (thread_apply_all_command): Likewise.
3776         * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3777         * top.c (gdb_readline_wrapper): Likewise.
3778         * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3779         * tracepoint.c (trace_find_line_command): Likewise.
3780         (all_tracepoint_actions_and_cleanup): Likewise.
3781         (make_cleanup_restore_current_traceframe): Likewise.
3782         (get_uploaded_tp): Likewise.
3783         (get_uploaded_tsv): Likewise.
3784         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3785         (tui_alloc_win_info): Likewise.
3786         (tui_alloc_content): Likewise.
3787         (tui_add_content_elements): Likewise.
3788         * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3789         (tui_set_disassem_content): Likewise.
3790         * ui-file.c (ui_file_new): Likewise.
3791         (stdio_file_new): Likewise.
3792         (tee_file_new): Likewise.
3793         * utils.c (make_cleanup_restore_integer): Likewise.
3794         (add_internal_problem_command): Likewise.
3795         * v850-tdep.c (v850_gdbarch_init): Likewise.
3796         * valops.c (find_oload_champ): Likewise.
3797         * value.c (allocate_value_lazy): Likewise.
3798         (record_latest_value): Likewise.
3799         (create_internalvar): Likewise.
3800         * varobj.c (install_variable): Likewise.
3801         (new_variable): Likewise.
3802         (new_root_variable): Likewise.
3803         (cppush): Likewise.
3804         (_initialize_varobj): Likewise.
3805         * windows-nat.c (windows_make_so): Likewise.
3806         * x86-nat.c (x86_add_process): Likewise.
3807         * xcoffread.c (arrange_linetable): Likewise.
3808         (allocate_include_entry): Likewise.
3809         (process_linenos): Likewise.
3810         (SYMBOL_DUP): Likewise.
3811         (xcoff_start_psymtab): Likewise.
3812         (xcoff_end_psymtab): Likewise.
3813         * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3814         * xtensa-tdep.c (xtensa_register_type): Likewise.
3815         * gdbarch.c: Regenerate.
3816         * gdbarch.h: Regenerate.
3817
3818 2015-08-25  Don Breazeal  <donb@codesourcery.com>
3819
3820         * infrun.c (follow_exec): Re-order operations for
3821         handling follow-exec-mode "new".
3822         (handle_inferior_event_1): Assign ecs->event_thread
3823         to the current thread.
3824         * remote.c (get_remote_arch_state): Add an assertion.
3825
3826 2015-08-26  Pedro Alves  <palves@redhat.com>
3827
3828         * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3829
3830 2015-08-25  Pedro Alves  <palves@redhat.com>
3831
3832         PR gdb/18804
3833         * defs.h (maybe_quit): Declare.
3834         (QUIT): Now calls maybe_quit.
3835         * event-loop.c (clear_async_signal_handler)
3836         (async_signal_handler_is_marked): New functions.
3837         * event-loop.h (async_signal_handler_is_marked)
3838         (clear_async_signal_handler): New declarations.
3839         * remote.c (remote_check_pending_interrupt): New function.
3840         (interrupt_query): Use make_cleanup_restore_target_terminal.  No
3841         longer check whether the target is async.  If waiting for a stop
3842         reply, and a Ctrl-C as been sent to the target, offer to
3843         disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3844         Otherwise do not disconnect and throw a quit.
3845         (_initialize_remote): Install remote_check_pending_interrupt as
3846         to_check_pending_interrupt.
3847         * target.c (target_check_pending_interrupt): New function.
3848         * target.h (struct target_ops) <to_check_pending_interrupt>: New
3849         field.
3850         (target_check_pending_interrupt): New declaration.
3851         * utils.c (maybe_quit): New function.
3852         * target-delegates.c: Regenerate.
3853
3854 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3855
3856         * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3857         Rename local variable pid to tid, and get lwpid of lwp.  Update
3858         debug output.
3859
3860 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
3861
3862         * ada-lang.c (ada_read_var_value): Add a var_block argument
3863         and pass it to default_read_var_value.
3864         * block.c (block_static_link): New accessor.
3865         * block.h (block_static_link): Declare it.
3866         * buildsym.c (finish_block_internal): Add a static_link
3867         argument.  If there is a static link, associate it to the new
3868         block.
3869         (finish_block): Add a static link argument and pass it to
3870         finish_block_internal.
3871         (end_symtab_get_static_block): Update calls to finish_block and
3872         to finish_block_internal.
3873         (end_symtab_with_blockvector): Update call to
3874         finish_block_internal.
3875         * buildsym.h: Forward-declare struct dynamic_prop.
3876         (struct context_stack): Add a static_link field.
3877         (finish_block): Add a static link argument.
3878         * c-exp.y: Remove an obsolete comment (evaluation of variables
3879         already start from the selected frame, and now they climb *up*
3880         the call stack) and propagate the block information to the
3881         produced expression.
3882         * d-exp.y: Likewise.
3883         * f-exp.y: Likewise.
3884         * go-exp.y: Likewise.
3885         * jv-exp.y: Likewise.
3886         * m2-exp.y: Likewise.
3887         * p-exp.y: Likewise.
3888         * coffread.c (coff_symtab_read): Update calls to finish_block.
3889         * dbxread.c (process_one_symbol): Likewise.
3890         * xcoffread.c (read_xcoff_symtab): Likewise.
3891         * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3892         "sym" parameter to struct block_symbol, update its uses and pass
3893         its block to calls to read_var_value.
3894         (convert_symbol_sym): Update the calls to convert_one_symbol.
3895         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3896         call to read_var_value.
3897         * dwarf2loc.c (block_op_get_frame_base): New.
3898         (dwarf2_block_frame_base_locexpr_funcs): Implement the
3899         get_frame_base method.
3900         (dwarf2_block_frame_base_loclist_funcs): Likewise.
3901         (dwarf2locexpr_baton_eval): Add a frame argument and use it
3902         instead of the selected frame in order to evaluate the
3903         expression.
3904         (dwarf2_evaluate_property): Add a frame argument.  Update call
3905         to dwarf2_locexpr_baton_eval to provide a frame in available and
3906         to handle the absence of address stack.
3907         * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
3908         * dwarf2read.c (attr_to_dynamic_prop): Add a forward
3909         declaration.
3910         (read_func_scope): Record any available static link description.
3911         Update call to finish_block.
3912         (read_lexical_block_scope): Update call to finish_block.
3913         * findvar.c (follow_static_link): New.
3914         (get_hosting_frame): New.
3915         (default_read_var_value): Add a var_block argument.  Use
3916         get_hosting_frame to handle non-local references.
3917         (read_var_value): Add a var_block argument and pass it to the
3918         LA_READ_VAR_VALUE method.
3919         * gdbtypes.c (resolve_dynamic_range): Update calls to
3920         dwarf2_evaluate_property.
3921         (resolve_dynamic_type_internal): Likewise.
3922         * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
3923         read_var_value, passing it the block coming from symbol lookup.
3924         * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
3925         read_var_value (TODO).
3926         * infcmd.c (finish_command_continuation): Update call to
3927         read_var_value, passing it the block coming from symbol lookup.
3928         * infrun.c (insert_exception_resume_breakpoint): Likewise.
3929         * language.h (struct language_defn): Add a var_block argument to
3930         the LA_READ_VAR_VALUE method.
3931         * objfiles.c (struct static_link_htab_entry): New.
3932         (static_link_htab_entry_hash): New.
3933         (static_link_htab_entry_eq): New.
3934         (objfile_register_static_link): New.
3935         (objfile_lookup_static_link): New.
3936         (free_objfile): Free the STATIC_LINKS hashed map if needed.
3937         * objfiles.h: Include hashtab.h.
3938         (struct objfile): Add a static_links field.
3939         (objfile_register_static_link): New.
3940         (objfile_lookup_static_link): New.
3941         * printcmd.c (print_variable_and_value): Update call to
3942         read_var_value.
3943         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3944         * python/py-frame.c (frapy_read_var): Update call to
3945         read_var_value, passing it the block coming from symbol lookup.
3946         * python/py-framefilter.c (extract_sym): Add a sym_block
3947         parameter and set the pointed value to NULL (TODO).
3948         (enumerate_args): Update call to extract_sym.
3949         (enumerate_locals): Update calls to extract_sym and to
3950         read_var_value.
3951         * python/py-symbol.c (sympy_value): Update call to
3952         read_var_value (TODO).
3953         * stack.c (read_frame_local): Update call to read_var_value.
3954         (read_frame_arg): Likewise.
3955         (return_command): Likewise.
3956         * symtab.h (struct symbol_block_ops): Add a get_frame_base
3957         method.
3958         (struct symbol): Add a block field.
3959         (SYMBOL_BLOCK): New accessor.
3960         * valops.c (value_of_variable): Remove frame/block handling and
3961         pass the block argument to read_var_value, which does this job
3962         now.
3963         (value_struct_elt_for_reference): Update calls to
3964         read_var_value.
3965         (value_of_this): Pass the block found to read_var_value.
3966         * value.h (read_var_value): Add a var_block argument.
3967         (default_read_var_value): Likewise.
3968
3969 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3970
3971         * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
3972         * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
3973         * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
3974
3975 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3976
3977         * Makefile.in (aarch64-liunx.o): New rule.
3978         (HFILES_NO_SRCDIR): Add aarch64-linux.h.
3979         * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
3980         * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
3981         * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
3982         extern.
3983         (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
3984         * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
3985         * nat/aarch64-linux.c: New file.
3986         * nat/aarch64-linux.h: New file.
3987
3988 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3989
3990         * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
3991         lwp_arch_private_info and ptid_of_lwp.
3992
3993 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3994
3995         * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
3996         Move it to nat/aarch64-linux-hw-point.c.
3997         (debug_reg_change_callback): Likewise.
3998         (aarch64_notify_debug_reg_change): :Likewise.
3999         * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
4000         (aarch64_dr_update_callback_param): New.
4001         (debug_reg_change_callback): New function.
4002         (aarch64_notify_debug_reg_change): Likewise.
4003         * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
4004         Remove the declaration.
4005
4006 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4007
4008         * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
4009         Call current_lwp_ptid.
4010
4011 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4012
4013         * aarch64-linux-nat.c (debug_reg_change_callback): Use
4014         debug_printf.
4015
4016 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4017
4018         * aarch64-linux-nat.c (debug_reg_change_callback): Call
4019         ptid_get_pid rather than ptid_get_lwp.
4020
4021 2015-08-24  Pedro Alves  <palves@redhat.com>
4022
4023         * NEWS (New commands): Mention set/show remote
4024         multiprocess-extensions-packet.
4025         * remote.c (remote_query_supported): Only tell the server to use
4026         the multiprocess extensions if the user hasn't force-disabled them
4027         with "set remote multiprocess-extensions-packet off".
4028
4029 2015-08-24  Pedro Alves  <palves@redhat.com>
4030
4031         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4032         1029a8112290f6eee9d7878a391c49db42c999bd.
4033         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
4034         Regenerate.
4035         * gnulib/import/Makefile.am: Update.
4036         * gnulib/import/Makefile.in: Update.
4037         * gnulib/import/alloca.in.h: Update.
4038         * gnulib/import/basename-lgpl.c: Update.
4039         * gnulib/import/canonicalize-lgpl.c: Update.
4040         * gnulib/import/config.charset: Update.
4041         * gnulib/import/dirent.in.h: Update.
4042         * gnulib/import/dirfd.c: Update.
4043         * gnulib/import/dirname-lgpl.c: Update.
4044         * gnulib/import/dirname.h: Update.
4045         * gnulib/import/dosname.h: Update.
4046         * gnulib/import/errno.in.h: Update.
4047         * gnulib/import/extra/snippet/arg-nonnull.h: Update.
4048         * gnulib/import/extra/snippet/c++defs.h: Update.
4049         * gnulib/import/extra/snippet/warn-on-use.h: Update.
4050         * gnulib/import/extra/update-copyright: Update.
4051         * gnulib/import/float+.h: Update.
4052         * gnulib/import/float.c: Update.
4053         * gnulib/import/float.in.h: Update.
4054         * gnulib/import/fnmatch.c: Update.
4055         * gnulib/import/fnmatch.in.h: Update.
4056         * gnulib/import/fnmatch_loop.c: Update.
4057         * gnulib/import/fpucw.h: Update.
4058         * gnulib/import/frexp.c: Update.
4059         * gnulib/import/frexpl.c: Update.
4060         * gnulib/import/gettimeofday.c: Update.
4061         * gnulib/import/inttypes.in.h: Update.
4062         * gnulib/import/isnan.c: Update.
4063         * gnulib/import/isnand-nolibm.h: Update.
4064         * gnulib/import/isnand.c: Update.
4065         * gnulib/import/isnanl-nolibm.h: Update.
4066         * gnulib/import/isnanl.c: Update.
4067         * gnulib/import/itold.c: Update.
4068         * gnulib/import/localcharset.c: Update.
4069         * gnulib/import/localcharset.h: Update.
4070         * gnulib/import/lstat.c: Update.
4071         * gnulib/import/m4/00gnulib.m4: Update.
4072         * gnulib/import/m4/absolute-header.m4: Update.
4073         * gnulib/import/m4/alloca.m4: Update.
4074         * gnulib/import/m4/canonicalize.m4: Update.
4075         * gnulib/import/m4/codeset.m4: Update.
4076         * gnulib/import/m4/configmake.m4: Update.
4077         * gnulib/import/m4/dirent_h.m4: Update.
4078         * gnulib/import/m4/dirfd.m4: Update.
4079         * gnulib/import/m4/dirname.m4: Update.
4080         * gnulib/import/m4/double-slash-root.m4: Update.
4081         * gnulib/import/m4/eealloc.m4: Update.
4082         * gnulib/import/m4/errno_h.m4: Update.
4083         * gnulib/import/m4/exponentd.m4: Update.
4084         * gnulib/import/m4/exponentl.m4: Update.
4085         * gnulib/import/m4/extensions.m4: Update.
4086         * gnulib/import/m4/extern-inline.m4: Update.
4087         * gnulib/import/m4/fcntl-o.m4: Update.
4088         * gnulib/import/m4/float_h.m4: Update.
4089         * gnulib/import/m4/fnmatch.m4: Update.
4090         * gnulib/import/m4/fpieee.m4: Update.
4091         * gnulib/import/m4/frexp.m4: Update.
4092         * gnulib/import/m4/frexpl.m4: Update.
4093         * gnulib/import/m4/gettimeofday.m4: Update.
4094         * gnulib/import/m4/glibc21.m4: Update.
4095         * gnulib/import/m4/gnulib-cache.m4: Update.
4096         * gnulib/import/m4/gnulib-common.m4: Update.
4097         * gnulib/import/m4/gnulib-comp.m4: Update.
4098         * gnulib/import/m4/gnulib-tool.m4: Update.
4099         * gnulib/import/m4/include_next.m4: Update.
4100         * gnulib/import/m4/inttypes-pri.m4: Update.
4101         * gnulib/import/m4/inttypes.m4: Update.
4102         * gnulib/import/m4/isnand.m4: Update.
4103         * gnulib/import/m4/isnanl.m4: Update.
4104         * gnulib/import/m4/largefile.m4: Update.
4105         * gnulib/import/m4/localcharset.m4: Update.
4106         * gnulib/import/m4/locale-fr.m4: Update.
4107         * gnulib/import/m4/locale-ja.m4: Update.
4108         * gnulib/import/m4/locale-zh.m4: Update.
4109         * gnulib/import/m4/longlong.m4: Update.
4110         * gnulib/import/m4/lstat.m4: Update.
4111         * gnulib/import/m4/malloc.m4: Update.
4112         * gnulib/import/m4/malloca.m4: Update.
4113         * gnulib/import/m4/math_h.m4: Update.
4114         * gnulib/import/m4/mbrtowc.m4: Update.
4115         * gnulib/import/m4/mbsinit.m4: Update.
4116         * gnulib/import/m4/mbsrtowcs.m4: Update.
4117         * gnulib/import/m4/mbstate_t.m4: Update.
4118         * gnulib/import/m4/memchr.m4: Update.
4119         * gnulib/import/m4/memmem.m4: Update.
4120         * gnulib/import/m4/mmap-anon.m4: Update.
4121         * gnulib/import/m4/multiarch.m4: Update.
4122         * gnulib/import/m4/nocrash.m4: Update.
4123         * gnulib/import/m4/off_t.m4: Update.
4124         * gnulib/import/m4/pathmax.m4: Update.
4125         * gnulib/import/m4/readlink.m4: Update.
4126         * gnulib/import/m4/rename.m4: Update.
4127         * gnulib/import/m4/rmdir.m4: Update.
4128         * gnulib/import/m4/ssize_t.m4: Update.
4129         * gnulib/import/m4/stat.m4: Update.
4130         * gnulib/import/m4/stdbool.m4: Update.
4131         * gnulib/import/m4/stddef_h.m4: Update.
4132         * gnulib/import/m4/stdint.m4: Update.
4133         * gnulib/import/m4/stdio_h.m4: Update.
4134         * gnulib/import/m4/stdlib_h.m4: Update.
4135         * gnulib/import/m4/string_h.m4: Update.
4136         * gnulib/import/m4/strstr.m4: Update.
4137         * gnulib/import/m4/strtok_r.m4: Update.
4138         * gnulib/import/m4/sys_socket_h.m4: Update.
4139         * gnulib/import/m4/sys_stat_h.m4: Update.
4140         * gnulib/import/m4/sys_time_h.m4: Update.
4141         * gnulib/import/m4/sys_types_h.m4: Update.
4142         * gnulib/import/m4/time_h.m4: Update.
4143         * gnulib/import/m4/unistd_h.m4: Update.
4144         * gnulib/import/m4/warn-on-use.m4: Update.
4145         * gnulib/import/m4/wchar_h.m4: Update.
4146         * gnulib/import/m4/wchar_t.m4: Update.
4147         * gnulib/import/m4/wctype_h.m4: Update.
4148         * gnulib/import/m4/wint_t.m4: Update.
4149         * gnulib/import/malloc.c: Update.
4150         * gnulib/import/malloca.c: Update.
4151         * gnulib/import/malloca.h: Update.
4152         * gnulib/import/math.in.h: Update.
4153         * gnulib/import/mbrtowc.c: Update.
4154         * gnulib/import/mbsinit.c: Update.
4155         * gnulib/import/mbsrtowcs-impl.h: Update.
4156         * gnulib/import/mbsrtowcs-state.c: Update.
4157         * gnulib/import/mbsrtowcs.c: Update.
4158         * gnulib/import/memchr.c: Update.
4159         * gnulib/import/memmem.c: Update.
4160         * gnulib/import/pathmax.h: Update.
4161         * gnulib/import/readlink.c: Update.
4162         * gnulib/import/ref-add.sin: Update.
4163         * gnulib/import/ref-del.sin: Update.
4164         * gnulib/import/rename.c: Update.
4165         * gnulib/import/rmdir.c: Update.
4166         * gnulib/import/same-inode.h: Update.
4167         * gnulib/import/stat.c: Update.
4168         * gnulib/import/stdbool.in.h: Update.
4169         * gnulib/import/stddef.in.h: Update.
4170         * gnulib/import/stdint.in.h: Update.
4171         * gnulib/import/stdio.c: Update.
4172         * gnulib/import/stdio.in.h: Update.
4173         * gnulib/import/stdlib.in.h: Update.
4174         * gnulib/import/str-two-way.h: Update.
4175         * gnulib/import/streq.h: Update.
4176         * gnulib/import/string.in.h: Update.
4177         * gnulib/import/stripslash.c: Update.
4178         * gnulib/import/strnlen1.c: Update.
4179         * gnulib/import/strnlen1.h: Update.
4180         * gnulib/import/strstr.c: Update.
4181         * gnulib/import/strtok_r.c: Update.
4182         * gnulib/import/sys_stat.in.h: Update.
4183         * gnulib/import/sys_time.in.h: Update.
4184         * gnulib/import/sys_types.in.h: Update.
4185         * gnulib/import/time.in.h: Update.
4186         * gnulib/import/unistd.in.h: Update.
4187         * gnulib/import/verify.h: Update.
4188         * gnulib/import/wchar.in.h: Update.
4189         * gnulib/import/wctype.in.h: Update.
4190         * gnulib/import/gettimeofday.c: New file.
4191         * gnulib/import/m4/absolute-header.m4: New file.
4192         * gnulib/import/m4/gettimeofday.m4: New file.
4193         * gnulib/import/m4/sys_socket_h.m4: New file.
4194         * gnulib/import/m4/sys_time_h.m4: New file.
4195         * gnulib/import/stdio.c: Delete file.
4196         * gnulib/import/sys_time.in.h: New file.
4197
4198 2015-08-24  Pedro Alves  <palves@redhat.com>
4199
4200         * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
4201         * common/gdb_sys_time.h: New file.
4202         * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
4203         * gdb_select.h: Likewise.
4204         * gdb_usleep.c: Likewise.
4205         * maint.c: Likewise.
4206         * mi/mi-main.c: Likewise.
4207         * mi/mi-parse.h: Likewise.
4208         * remote-fileio.c: Likewise.
4209         * remote-m32r-sdi.c: Likewise.
4210         * remote.c: Likewise.
4211         * ser-base.c: Likewise.
4212         * ser-pipe.c: Likewise.
4213         * ser-tcp.c: Likewise.
4214         * ser-unix.c: Likewise.
4215         * symfile.c: Likewise.
4216         * symfile.c: Likewise.  Rename OSIZE to SIZE throughout.
4217         * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
4218         * utils.c: Likewise.
4219
4220 2015-08-24  Pedro Alves  <palves@redhat.com>
4221
4222         * NEWS: Mention removed support for the various ROM monitors.
4223         * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
4224         ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
4225         * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
4226         gdb_target_obs.
4227         (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
4228         gdb_target_obs.
4229         (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
4230         dsrec.o from gdb_target_obs.
4231         (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
4232         from gdb_target_obs.
4233         (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
4234         gdb_target_obs.
4235         (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
4236         dink32-rom.o from gdb_target_obs.
4237         (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
4238         (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
4239         * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
4240         monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
4241
4242 2015-08-21  Pedro Alves  <palves@redhat.com>
4243
4244         * frame.c (null_frame_id): Explicitly zero-initialize.
4245
4246 2015-08-21  Tom Tromey  <tromey@redhat.com>
4247
4248         * dwarf2read.c (struct dwarf2_section_info): Rename field
4249         'asection' to 'section'.
4250         (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
4251         (dwarf2_locate_sections, dwarf2_locate_sections)
4252         (locate_dwz_sections, locate_v1_virtual_dwo_sections)
4253         (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
4254         (dwarf2_locate_v2_dwp_sections): Adjust.
4255
4256 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4257
4258         * top.h (gdb_in_secondary_prompt_p): Declare.
4259         * top.c (gdb_secondary_prompt_depth): Define.
4260         (gdb_in_secondary_prompt_p): Define.
4261         (gdb_readline_wrapper_cleanup): Decrement
4262         gdb_secondary_prompt_depth.
4263         (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4264         * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4265         are in a secondary prompt.
4266
4267 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4268
4269         * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4270         emit the newline.
4271
4272 2015-08-21  Gary Benson  <gbenson@redhat.com>
4273
4274         * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4275
4276 2015-08-21  Gary Benson  <gbenson@redhat.com>
4277
4278         * target.h (struct target_ops) <to_fileio_open>: New argument
4279         warn_if_slow.  Update comment.  All implementations updated.
4280         (target_fileio_open_warn_if_slow): New declaration.
4281         * target.c (target_fileio_open): Renamed as...
4282         (target_fileio_open_1): ...this.  New argument warn_if_slow.
4283         Pass warn_if_slow to implementation.  Update debug printing.
4284         (target_fileio_open): New function.
4285         (target_fileio_open_warn_if_slow): Likewise.
4286         * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4287         target_fileio_open_warn_if_slow.
4288
4289 2015-08-21  Gary Benson  <gbenson@redhat.com>
4290
4291         * nat/linux-namespaces.c (linux_mntns_access_fs):
4292         Do not overwrite old_chain.
4293
4294 2015-08-20  Max Filippov  <jcmvbkbc@gmail.com>
4295
4296         * arch/xtensa.h: New file.
4297         * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4298         (ps_get_thread_area): New function.
4299         * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4300         set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4301         * xtensa-tdep.c (osabi.h): New #include.
4302         (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4303         xtensa-specific hooks.
4304         * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4305         member and move the structure to arch/xtensa.h.
4306
4307 2015-08-21  Pedro Alves  <palves@redhat.com>
4308
4309         * remote.c (struct readahead_cache): New.
4310         (struct remote_state) <readahead_cache>: New field.
4311         (remote_open_1): Invalidate the cache.
4312         (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4313         functions.
4314         (remote_hostio_pwrite): Invalidate the readahead cache.
4315         (remote_hostio_pread): Rename to ...
4316         (remote_hostio_pread_vFile): ... this.
4317         (remote_hostio_pread_from_cache): New function.
4318         (remote_hostio_pread): Reimplement.
4319         (remote_hostio_close): Invalidate the readahead cache.
4320
4321 2015-08-21  Marcin CieÅ›lak <saper@saper.info>  (tiny patch)
4322
4323         PR build/18843
4324         * procfs.c: Include "filestuff.h".
4325
4326 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4327
4328         * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4329         curch.
4330         * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4331         cur_line or curch, instead call wmove().
4332         (init_win_info) [CMD_WIN]: Likewise.
4333         * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4334         instead call getcury().
4335         (tui_redisplay_readline): Don't set cur_line or curch.
4336         (tui_mld_erase_entire_line): Don't read cur_line, instead call
4337         getcury().
4338         (tui_cont_sig): Remove call to wmove.
4339         (tui_getc): Don't read cur_line or curch, instead call getcury()
4340         or getyx().  Don't set curch.
4341         * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4342         set cur_line or curch.  Always move cursor to (0,0).
4343
4344 2015-08-20  Pedro Alves  <palves@redhat.com>
4345
4346         * infrun.c (print_target_wait_results): Make extern.
4347         * infrun.h (print_target_wait_results): Declare.
4348         * remote.c (set_stop_requested_callback): Delete.
4349         (process_initial_stop_replies): New function.
4350         (remote_start_remote): Use it.
4351         (stop_reply_queue_length): New function.
4352
4353 2015-08-20  Pedro Alves  <palves@redhat.com>
4354
4355         * dwarf2read.c (process_full_comp_unit): To tell whether
4356         start_subfile managed to deduce a language, test for
4357         language_unknown instead of language_c.
4358
4359 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
4360
4361         * ada-lex.l: Reset the start condition to INITIAL in the rule that
4362         matches attributes.
4363
4364 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
4365
4366         * dwarf2read.c (dwarf2_string_attr): New function.
4367         (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4368         (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4369         (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4370         (anonymous_struct_prefix, prepare_one_comp_unit): Use
4371         dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4372
4373 2015-08-18  Doug Evans  <dje@google.com>
4374             Adrian Sendroiu <adrian.sendroiu@freescale.com>
4375
4376         PR mi/18833
4377         * cli/cli-logging.c (pop_output_files): Don't restore redirection
4378         if MI-like.
4379         * mi/mi-out.c: #include "vec.h".
4380         (ui_filep): New type.
4381         (DEV_VEC_P (ui_filep)): New type.
4382         (struct ui_out_data) <buffer, original_buffer>: Delete.
4383         (struct ui_out_data) <streams>: New member.
4384         (mi_ui_out_impl): Add data_destroy field.
4385         (mi_field_string, mi_field_fmt): Update.
4386         (mi_flush, mi_redirect, field_separator): Update.
4387         (mi_open, mi_close): Update.
4388         (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4389         (mi_out_data_ctor, mi_out_data_dtor): New functions.
4390         (mi_out_new): Call mi_out_data_ctor.
4391
4392 2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>
4393
4394         * remote.c (strprefix): New.
4395         (remote_parse_stop_reply): Use strprefix instead of strncmp
4396         to ensure exact match of keyword.
4397
4398 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4399
4400         * gdb_bfd.c (debug_bfd_cache): New variable.
4401         (show_bfd_cache_debug): New function.
4402         (gdb_bfd_open): Add debug logging.
4403         (gdb_bfd_ref): Likewise.
4404         (gdb_bfd_unref): Likewise.
4405         (_initialize_gdb_bfd): Add new set/show command.
4406         * NEWS: Mention new command.
4407
4408 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4409
4410         * gdb_bfd.c (bfd_sharing): New variable.
4411         (show_bfd_sharing): New function.
4412         (gdb_bfd_open): Check bfd_sharing variable.
4413         (_initialize_gdb_bfd): Add new set/show command.
4414         * NEWS: Mention new command.
4415
4416 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4417
4418         * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4419         field.
4420         (struct gdb_bfd_cache_search): Likewise.
4421         (eq_bfd): Compare the size, inode, and device id fields.
4422         (gdb_bfd_open): Initialise the size, inode, and device id fields.
4423         (gdb_bfd_ref): Likewise.
4424         (gdb_bfd_unref): Likewise.
4425
4426 2015-08-18  Pedro Alves  <palves@redhat.com>
4427
4428         * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4429         target implements to_always_non_stop_p, call it.
4430         * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4431         (x86_linux_create_target): Install it as to_always_non_stop_p
4432         method.
4433
4434 2015-08-17  Doug Evans  <dje@google.com>
4435
4436         * ui-out.c (default_ui_out_impl): Add comment.
4437
4438 2015-08-17  Iain Buclaw  <ibuclaw@gdcproject.org>
4439
4440         * d-exp.y (type_aggregate_p): New function.
4441         (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4442         (classify_inner_name): Likewise.
4443         * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4444
4445 2015-08-15  Doug Evans  <xdje42@gmail.com>
4446
4447         * psymtab.c (add_psymbol_to_bcache): Remove "val" arg.  All callers
4448         updated.
4449         (add_psymbol_to_list): Ditto.
4450
4451 2015-08-15  Doug Evans  <xdje42@gmail.com>
4452
4453         * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab.  All callers
4454         updated.  Call end_psymtab_common.
4455         * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4456         end_psymtab_common.
4457         (build_type_psymtabs_reader): Ditto.
4458         * psympriv.h (sort_pst_symbols): Delete.
4459         (end_psymtab_common): Declare.
4460         * psymtab.c (sort_pst_symbols): Make static.
4461         (end_psymtab_common): New function.
4462         * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4463
4464 2015-08-15  Doug Evans  <xdje42@gmail.com>
4465
4466         * defs.h (LANGUAGE_BITS): Define.
4467         * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4468         (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4469         * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4470         (minimal_symbol_type): Add nr_minsym_types.
4471         (MINSYM_TYPE_BITS): Define.
4472         (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4473         (domain_enum_tag): Add NR_DOMAINS.
4474         (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4475         (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4476
4477 2015-08-15  Doug Evans  <xdje42@gmail.com>
4478
4479         * objfiles.h: Whitespace cleanup.
4480         * psympriv.h: Whitespace cleanup.
4481         * psymtab.c: Whitespace/coding convention cleanup.
4482
4483 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
4484
4485         * inferior.c (detach_inferior_command): Don't call
4486         any_thread_of_process when pid is 0.
4487         (kill_inferior_command): Likewise.
4488
4489 2015-08-14  Doug Evans  <xdje42@gmail.com>
4490
4491         PR gdb/11833
4492         * NEWS: Document new /s modifier for the disassemble command.
4493         * cli/cli-cmds.c (disassemble_command): Add support for /s.
4494         (_initialize_cli_cmds): Update online docs of disassemble command.
4495         * disasm.c: #include "source.h".
4496         (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4497         All uses updated.
4498         (dis_line_entry): New struct.
4499         (hash_dis_line_entry, eq_dis_line_entry): New functions.
4500         (allocate_dis_line_table): New functions.
4501         (maybe_add_dis_line_entry, line_has_code_p): New functions.
4502         (dump_insns): New arg end_pc.  All callers updated.
4503         (do_mixed_source_and_assembly_deprecated): Renamed from
4504         do_mixed_source_and_assembly.  All callers updated.
4505         (do_mixed_source_and_assembly): New function.
4506         (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4507         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4508         DISASSEMBLY_SOURCE.  All uses updated.
4509         (DISASSEMBLY_SOURCE): New macro.
4510         * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4511
4512 2015-08-14  Keith Seitz  <keiths@redhat.com>
4513
4514         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4515         `typename' to `type_name' to avoid C++ reserved word.
4516
4517 2015-08-14  Keith Seitz  <keiths@redhat.com>
4518
4519         * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4520         (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4521         silence ARI errors.
4522
4523 2015-08-14  Iain Buclaw  <ibuclaw@gdcproject.org>
4524
4525         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4526         xstrprintf instead of malloc and sprintf.
4527         (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4528         (lex_one_token): Likewise.
4529
4530 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4531
4532         * solib-svr4.c (read_program_header): Add base_addr argument to
4533         report the runtime address of the segment.
4534         (find_program_interpreter): Update read_program_header call to pass
4535         a NULL pointer for the new argument.
4536         (scan_dyntag): Add ptr_addr argument to report the runtime address
4537         of the tag payload.
4538         (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4539         read_program_header to get the base address of the dynamic segment.
4540         (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4541         read_program_header.
4542         (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4543
4544 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4545
4546         * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4547
4548 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4549
4550         * d-exp.y (%union): Add voidval.
4551         (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4552         name in the lexing stage.
4553         (PostfixExpression): Move symbol completion handling in grammar here
4554         from PrimaryExpression.
4555         (PrimaryExpression): Move routines to handle resolving identifier
4556         tokens in the grammar here from push_expression_name.
4557         (IdentifierExp): Remove the handling of alternating '.' and identifier
4558         tokens.
4559         (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4560         (BasicType): Remove C-style typename rules.
4561         (d_type_from_name, d_module_from_name, push_variable)
4562         (push_fieldnames, push_type_name, push_module_name)
4563         (push_expression_name): Remove.
4564         (lex_one_token): Rename from yylex.  Replace pstate with par_state.
4565         (token_and_value): New type.
4566         (token_fifo, popping, name_obstack): New globals.
4567         (classify_name): New function.
4568         (classify_inner_name): Likewise.
4569         (yylex): Likewise.
4570         (d_parse): Initialize token_fifo, popping and name_obstack.
4571
4572 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4573
4574         * Makefile.in (SFILES): Add d-namespace.c.
4575         (COMMON_OBS): Add d-namespace.o.
4576         * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4577         la_lookup_symbol_nonlocal callback function pointer.
4578         * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4579         (d_lookup_nested_symbol): New declaration.
4580         * d-namespace.c: New file.
4581
4582 2015-08-13  Pedro Alves  <palves@redhat.com>
4583
4584         * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4585         cleanup after the decref cleanup, not before.
4586
4587 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
4588
4589         * ada-lang.c: Include namespace.h
4590         (aux_add_nonlocal_symbols): Fix a function name in comment.
4591         (ada_add_block_renamings): New.
4592         (add_nonlocal_symbols): Add global renamings handling.
4593         (ada_lookup_symbol_list_worker): Move the symbol lookup part
4594         to...
4595         (ada_add_all_symbols): ... this new function.
4596         (ada_add_block_symbols): Try to match the input name against the
4597         "using directives list", perform a recursive symbol lookup on
4598         the matched declarations.
4599         * block.h (struct block): Move the_namespace to top-level as
4600         namespace_info. Remove the language_specific field.
4601         (BLOCK_NAMESPACE): Update access to the namespace_info field.
4602         * buildsym.h (using_directives): Rename into...
4603         (local_using_directives): ... this.
4604         (global_using_directives): New.
4605         (struct context_stack): Rename the using_directives field into
4606         local_using_directives.
4607         * buildsym.c (finish_block_internal): Deal with the proper
4608         using directives repository (local or global).
4609         (prepare_for_building): Reset local_using_directives. Assert
4610         that there is no pending global using directive.
4611         (reset_symtab_globals): Reset global_using_directives and
4612         local_using_directives.
4613         (end_symtab_get_static_block): Don't ignore symtabs that have
4614         only using directives.
4615         (push_context): Update references to local_using_directives.
4616         (buildsym_init): Do not reset using_directives.
4617         * cp-support.c: Include namespace.h.
4618         * cp-support.h (struct using_direct): Move to namespace.h.
4619         (cp_add_using_directives): Move to namespace.h.
4620         * cp-namespace.c: Include namespace.h
4621         (cp_add_using_directive): Move to namespace.c, rename it to
4622         add_using_directive, add a "using_directives" argument and use
4623         it as the pending using directives repository.  All callers
4624         updated.
4625         * dwarf2read.c (using_directives): New.
4626         (read_import_statement): Call using_directives.
4627         (read_func_scope): Update references to local_using_directives.
4628         (read_lexical_block_scope): Likewise.
4629         (read_namespace): Update the heading comment, call
4630         using_directives.
4631         * namespace.h: New file.
4632         * namespace.c: New file.
4633         * Makefile.in (SFILES): Add namespace.c.
4634         (COMMON_OBS): Add namespace.o
4635
4636 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
4637
4638         * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4639         compute RETADDR.
4640
4641 2015-08-12  Keith Seitz  <keiths@redhat.com>
4642
4643         * break-catch-throw.c (re_set_exception_catchpoint) Rename
4644         reserved C++ keyword "explicit" to "explicit_loc".
4645         * breakpoint.c (create_overlay_event_breakpoint)
4646         (create_longjmp_master_breakpoint)
4647         (create_std_terminate_master_breakpoint)
4648         (create_exception_master_breakpoint, update_static_tracepoint):
4649         Rename reserved C++ keyword "explicit" to "explicit_loc".
4650         * completer.c (collect_explicit_location_matches)
4651         (explicit_location_completer): Rename reserved C++ keyword
4652         "explicit" to "explicit_loc".
4653         * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4654         (canonicalize_linespec, create_sals_line_offset)
4655         (convert_linespec_to_sals, convert_explicit_location_to_sals)
4656         (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4657         "explicit" to "explicit_loc".
4658         * location.c (struct event_location) <explicit>: Rename to
4659         "explicit_loc".
4660         (initialize_explicit_location, new_explicit_location)
4661         (explicit_location_to_string_internal, explicit_location_to_linespec):
4662         Rename reserved C++ keyword "explicit" to "explicit_loc".
4663         * location.h (explicit_location_to_string)
4664         (explicit_location_to_linespec, initialize_explicit_location)
4665         (new_explicit_location): Rename reserved C++ keyword "explicit"
4666         to "explicit_loc".
4667         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4668         keyword "explicit" to "explicit_loc".
4669
4670 2015-08-12  Keith Seitz  <keiths@redhat.com>
4671
4672         * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4673         and only call decode_line_1 when it is non-NULL.
4674
4675 2015-08-12  Luis Machado  <lgustavo@codesourcery.com>
4676
4677         * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4678         location address is not meaningful.
4679         (breakpoint_address_is_meaningful): Update comment.
4680
4681 2015-08-11  Keith Seitz  <keiths@redhat.com>
4682
4683         * NEWS: Mention explicit locations.
4684         * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4685         [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4686         (_initialize_breakpoint): Update documentation for
4687         "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4688
4689 2015-08-11  Keith Seitz  <keiths@redhat.com>
4690
4691         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4692         explicit locations, options "--source", "--function",
4693         "--label", and "--line".
4694
4695 2015-08-11  Keith Seitz  <keiths@redhat.com>
4696
4697         * completer.c: Include location.h.
4698         (enum match_type): New enum.
4699         (location_completer): Rename to ...
4700         (linespec_completer): ... this.
4701         (collect_explicit_location_matches, backup_text_ptr)
4702         (explicit_location_completer): New functions.
4703         (location_completer): "New" function; handle linespec
4704         and explicit location completions.
4705         (complete_line_internal): Remove all location completer-specific
4706         handling.
4707         * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4708         (find_toplevel_char): Export.
4709         (linespec_parse_line_offset): Export.
4710         Issue error if STRING is not numerical.
4711         (gdb_get_linespec_parser_quote_characters): New function.
4712         * linespec.h (linespec_parse_line_offset): Declare.
4713         (get_gdb_linespec_parser_quote_characters): Declare.
4714         (is_ada_operator): Declare.
4715         (find_toplevel_char): Declare.
4716         (linespec_lexer_lex_keyword): Declare.
4717         * location.c (explicit_to_event_location): New function.
4718         (explicit_location_lex_one): New function.
4719         (string_to_explicit_location): New function.
4720         (string_to_event_location): Handle explicit locations.
4721         * location.h (explicit_to_event_location): Declare.
4722         (string_to_explicit_location): Declare.
4723
4724 2015-08-11  Keith Seitz  <keiths@redhat.com>
4725
4726         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4727         linespec into explicit location.
4728         * breakpoint.c (create_overlay_breakpoint)
4729         (create_longjmp_master_breakpoint)
4730         (create_std_terminate_master_breakpoint)
4731         (create_exception_master_breakpoint): Convert linespec into explicit
4732         location.
4733         (update_static_tracepoint): Convert linespec into explicit location.
4734         * linespec.c (enum offset_relative_sign, struct line_offset): Move
4735         location.h.
4736         (struct linespec) <expression, expr_pc, source_filename>
4737         <function_name, label_name, line_offset>: Replace with ...
4738         <explicit>: ... this.
4739         <is_linespec>: New member.
4740         (PARSER_EXPLICIT): New accessor macro.
4741         (undefined_label_error): New function.
4742         (source_file_not_found_error): New function.
4743         (linespec_parse_basic): The parser result is now an explicit location.
4744         Use PARSER_EXPLICIT to access it.
4745         Use undefined_label_error.
4746         (canonicalize_linespec): Convert canonical linespec into explicit
4747         location.
4748         Move string representation of location to explicit_location_to_linespec
4749         and use it and explicit_location_to_string to save string
4750         representations of the canonical location.
4751         (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4752         explicit location.  Update all references.
4753         (convert_explicit_location_to_sals): New function.
4754         (parse_linespec): Use PARSER_EXPLICIT to access the parser
4755         result's explicit location.
4756         (linespec_state_constructor): Initialize is_linespec.
4757         Use PARSER_EXPLICIT.
4758         (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4759         result.
4760         (event_location_to_sals): For linespec locations, set is_linespec.
4761         Handle explicit locations.
4762         (decode_objc): 'ls' contains an explicit location now. Update all
4763         references.
4764         (symtabs_from_filename): Use source_file_not_found_error.
4765         * location.c (struct event_location.u) <explicit>: New member.
4766         (initialize_explicit_location): New function.
4767         (initialize_event_location): Initialize explicit locations.
4768         (new_explicit_location, get_explicit_location)
4769         (get_explicit_location_const): New functions.
4770         (explicit_to_string_internal): New function; most of contents moved
4771         from canonicalize_linespec.
4772         (explicit_location_to_string): New function.
4773         (explicit_location_to_linespec): New function.
4774         (copy_event_location, delete_event_location)
4775         (event_location_to_string_const, event_location_empty_p): Handle
4776         explicit locations.
4777         * location.h (enum offset_relative_sign, struct line_offset): Move
4778         here from linespec.h.
4779         (enum event_location_type): Add EXPLICIT_LOCATION.
4780         (struct explicit_location): New structure.
4781         (explicit_location_to_string): Declare.
4782         (explicit_location_to_linespec): Declare.
4783         (new_explicit_location, get_explicit_locationp
4784         (get_explicit_location_const, initialize_explicit_location): Declare.
4785
4786 2015-08-11  Keith Seitz  <keiths@redhat.com>
4787
4788         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4789         linespec for stap probe to probe location.
4790         * breakpoint.c (create_longjmp_master_breakpoint)
4791         (create_exception_master_breakpoint): Likewise.
4792         (break_command_1): Remove local variable `arg_cp'.
4793         Check location type to set appropriate breakpoint ops methods.
4794         (trace_command): Likewise.
4795         * linespec.c (event_location_to_sals): Assert on probe locations.
4796         * location.c (EL_PROBE): Add macro definition.
4797         (new_probe_location, get_probe_location): New functions.
4798         (copy_event_location, delete_event_location, event_location_to_string)
4799         (string_to_event_location, event_location_empty_p): Handle probe
4800         locations.
4801         * location.h (enum event_location_type): Add PROBE_LOCATION.
4802         (new_probe_location, get_probe_location): Declare.
4803         * probe.c (parse_probes): Assert that LOCATION is a probe location.
4804         Convert linespec into probe location.
4805
4806 2015-08-11  Keith Seitz  <keiths@redhat.com>
4807
4808         * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4809         Convert linespec to address location.
4810         * linespec.c (canonicalize_linespec): Do not handle address
4811         locations here.
4812         (convert_address_location_to_sals): New function; contents moved
4813         from ...
4814         (convert_linespc_to_sals): ... here.
4815         (parse_linespec): Remove address locations from linespec grammar.
4816         Remove handling of address locations.
4817         (linespec_lex_to_end): Remove handling of address linespecs.
4818         (event_location_to_sals): Handle ADDRESS_LOCATION.
4819         (linespec_expression_to_pc): Export.
4820         * linespec.h (linespec_expression_to_pc): Add declaration.
4821         * location.c (struct event_location.u) <address>: New member.
4822         (new_address_location, get_address_location): New functions.
4823         (copy_event_location, delete_event_location, event_location_to_string)
4824         (string_to_event_location, event_location_empty_p): Handle address
4825         locations.
4826         * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4827         (new_address_location, get_address_location): Declare.
4828         * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4829         to address location.
4830         * spu-tdep.c (spu_catch_start): Likewise.
4831
4832 2015-08-11  Keith Seitz  <keiths@redhat.com>
4833
4834         * ax-gdb.c: Include location.h.
4835         (agent_command_1) Use linespec location instead of address
4836         string.
4837         * break-catch-throw.c: Include location.h.
4838         (re_set_exception_catchpoint): Use linespec locations instead
4839         of address strings.
4840         * breakpoint.c: Include location.h.
4841         (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4842         (create_std_terminate_master_breakpoint)
4843         (create_exception_master_breakpoint, update_breakpoints_after_exec):
4844         Use linespec location instead of address string.
4845         (print_breakpoint_location):  Use locations and
4846         event_location_to_string.
4847         Print extra_string for pending locations for non-MI streams.
4848         (print_one_breakpoint_location): Use locations and
4849         event_location_to_string.
4850         (init_raw_breakpoint_without_location): Initialize b->location.
4851         (create_thread_event_breakpoint): Use linespec location instead of
4852         address string.
4853         (init_breakpoint_sal): Likewise.
4854         Only save extra_string if it is non-NULL and not the empty string.
4855         Use event_location_to_string instead of `addr_string'.
4856         Constify `p' and `endp'.
4857         Use skip_spaces_const/skip_space_const instead of non-const versions.
4858         Copy the location into the breakpoint.
4859         If LOCATION is NULL, save the breakpoint address as a linespec location
4860         instead of an address string.
4861         (create_breakpoint_sal): Change `addr_string' parameter to a struct
4862         event_location. All uses updated.
4863         (create_breakpoints_sal): Likewise for local variable `addr_string'.
4864         (parse_breakpoint_sals): Use locations instead of address strings.
4865         Remove check for empty linespec with conditional.
4866         Refactor.
4867         (decode_static_tracepoint_spec): Make argument const and update
4868         function.
4869         (create_breakpoint): Change `arg' to a struct event_location and
4870         rename.
4871         Remove `copy_arg' and `addr_start'.
4872         If EXTRA_STRING is empty, set it to NULL.
4873         Don't populate `canonical' for pending breakpoints.
4874         Pass `extra_string' to find_condition_and_thread.
4875         Clear `extra_string' if `rest' was NULL.
4876         Do not error with "garbage after location" if setting a dprintf
4877         breakpoint.
4878         Copy the location into the breakpoint instead of an address string.
4879         (break_command_1): Use string_to_event_location and pass this to
4880         create_breakpoint instead of an address string.
4881         Check against `arg_cp' for a probe linespec.
4882         (dprintf_command): Use string_to_event_location and pass this to
4883         create_breakpoint instead of an address string.
4884         Throw an exception if no format string was specified.
4885         (print_recreate_ranged_breakpoint): Use event_location_to_string
4886         instead of address strings.
4887         (break_range_command, until_break_command)
4888         (init_ada_exception_breakpoint): Use locations instead
4889         of address strings.
4890         (say_where): Print out extra_string for pending locations.
4891         (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4892         the breakpoint.
4893         (base_breakpoint_create_sals_from_location): Use struct event_location
4894         instead of address string.
4895         Remove `addr_start' and `copy_arg' parameters.
4896         (base_breakpoint_decode_location): Use struct event_location instead of
4897         address string.
4898         (bkpt_re_set): Use locations instead of address strings.
4899         Use event_location_empty_p to check for unset location.
4900         (bkpt_print_recreate): Use event_location_to_string instead of
4901         an address string.
4902         Print out extra_string for pending locations.
4903         (bkpt_create_sals_from_location, bkpt_decode_location)
4904         (bkpt_probe_create_sals_from_location): Use struct event_location
4905         instead of address string.
4906         (bkpt_probe_decode_location): Use struct event_location instead of
4907         address string.
4908         (tracepoint_print_recreate): Use event_location_to_string to
4909         recreate the tracepoint.
4910         (tracepoint_create_sals_from_location, tracepoint_decode_location)
4911         (tracepoint_probe_create_sals_from_location)
4912         (tracepoint_probe_decode_location): Use struct event_location
4913         instead of address string.
4914         (dprintf_print_recreate): Use event_location_to_string to recreate
4915         the dprintf.
4916         (dprintf_re_set): Remove check for valid/missing format string.
4917         (strace_marker_create_sals_from_location)
4918         (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
4919         (update_static_tracepoint): Use struct event_location instead of
4920         address string.
4921         (location_to_sals): Likewise.
4922         Pass `extra_string' to find_condition_and_thread.
4923         For newly resolved pending breakpoint locations, clear the location's
4924         string representation.
4925         Assert that the breakpoint's condition string is NULL when
4926         condition_not_parsed.
4927         (breakpoint_re_set_default, create_sals_from_location_default)
4928         (decode_location_default, trace_command, ftrace_command)
4929         (strace_command, create_tracepoint_from_upload): Use locations
4930         instead of address strings.
4931         * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
4932         Use struct event_location instead of address string.
4933         Update all uses.
4934         <decode_location>: Likewise.
4935         (struct breakpoint) <addr_string>: Change to struct event_location
4936         and rename `location'.
4937         <addr_string_range_end>: Change to struct event_location and rename
4938         `location_range_end'.
4939         (create_breakpoint): Use struct event_location instead of address
4940         string.
4941         * cli/cli-cmds.c: Include location.h.
4942         (edit_command, list_command): Use locations instead of address strings.
4943         * elfread.c: Include location.h.
4944         (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
4945         * guile/scm-breakpoint.c: Include location.h.
4946         (bpscm_print_breakpoint_smob): Use event_location_to_string.
4947         (gdbscm_register_breakpoint): Use locations instead of address
4948         strings.
4949         * linespec.c: Include location.h.
4950         (struct ls_parser) <stream>: Change to const char *.
4951         (PARSER_STREAM): Update.
4952         (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
4953         keywords must be followed by whitespace.
4954         (canonicalize_linespec): Save a linespec location into `canonical'.
4955         Save a canonical linespec into `canonical'.
4956         (parse_linespec): Change `argptr' to const char * and rename `arg'.
4957         All uses updated.
4958         Update function description.
4959         (linespec_parser_new): Initialize `parser'.
4960         Update initialization of  parsing stream.
4961         (event_location_to_sals): New function.
4962         (decode_line_full): Change `argptr' to a struct event_location and
4963         rename it `location'.
4964         Use locations instead of address strings.
4965         Call event_location_to_sals instead of parse_linespec.
4966         (decode_line_1): Likewise.
4967         (decode_line_with_current_source, decode_line_with_last_displayed)
4968         Use locations instead of address strings.
4969         (decode_objc): Likewise.
4970         Change `argptr' to const char * and rename `arg'.
4971         (destroy_linespec_result): Delete the linespec result's location
4972         instead of freeing the address string.
4973         * linespec.h (struct linespec_result) <addr_string>: Change to
4974         struct event_location and rename to ...
4975         <location>: ... this.
4976         (decode_line_1, decode_line_full): Change `argptr' to struct
4977         event_location.  All callers updated.
4978         * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
4979         (mi_cmd_break_insert_1): Use locations instead of address strings.
4980         Throw an error if there was "garbage" at the end of the specified
4981         linespec.
4982         * probe.c: Include location.h.
4983         (parse_probes): Change `argptr' to struct event_location.
4984         Use event locations instead of address strings.
4985         * probe.h (parse_probes): Change `argptr' to struct event_location.
4986         * python/py-breakpoint.c: Include location.h.
4987         (bppy_get_location): Constify local variable `str'.
4988         Use event_location_to_string.
4989         (bppy_init): Use locations instead of address strings.
4990         * python/py-finishbreakpoint.c: Include location.h.
4991         (bpfinishpy_init): Remove local variable `addr_str'.
4992         Use locations instead of address strings.
4993         * python/python.c: Include location.h.
4994         (gdbpy_decode_line): Use locations instead of address strings.
4995         * remote.c: Include location.h.
4996         (remote_download_tracepoint): Use locations instead of address
4997         strings.
4998         * spu-tdep.c: Include location.h.
4999         (spu_catch_start): Remove local variable `buf'.
5000         Use locations instead of address strings.
5001         * tracepoint.c: Include location.h.
5002         (scope_info): Use locations instead of address strings.
5003         (encode_source_string): Constify parameter `src'.
5004         * tracepoint.h (encode_source_string): Likewise.
5005
5006 2015-08-11  Keith Seitz  <keiths@redhat.com>
5007
5008         * Makefile.in (SFILES): Add location.c.
5009         (HFILES_NO_SRCDIR): Add location.h.
5010         (COMMON_OBS): Add location.o.
5011         * linespec.c (linespec_lex_to_end): New function.
5012         * linespec.h (linespec_lex_to_end): Declare.
5013         * location.c: New file.
5014         * location.h: New file.
5015
5016 2015-08-11  Keith Seitz  <keiths@redhat.com>
5017
5018         * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
5019         Renamed to create_sals_from_location.
5020         <decode_linespec>: Renamed to decode_location.
5021         Update all callers.
5022         * breakpoint.c (create_sals_from_address_default): Renamed to ...
5023         (create_sals_from_location_default): ... this.
5024         (addr_string_to_sals): Renamed to ...
5025         (location_to_sals): ... this.
5026         (decode_linespec_default): Renamed to ...
5027         (decode_location_default): ... this.
5028         (base_breakpoint_create_sals_from_address): Renamed to ...
5029         (base_breakpoint_create_sals_from_location): ... this.
5030         (bkpt_create_sals_from_address): Renamed to ...
5031         (bkpt_create_sals_from_location): ... this.
5032         (bkpt_decode_linespec): Renamed to ...
5033         (bkpt_decode_location): ... this.
5034         (bkpt_probe_create_sals_from_address): Renamed to ...
5035         (bkpt_probe_create_sals_from_location): ... this.
5036         (tracepoint_create_sals_from_address): Renamed to ...
5037         (tracepoint_create_sals_from_location): ... this.
5038         (tracepoint_decode_linespec): Renamed to ...
5039         (tracepoint_decode_location): ... this.
5040         (tracepoint_probe_create_sals_from_address): Renamed to ...
5041         (tracepoint_probe_create_sals_from_location): ... this.
5042         (tracepoint_probe_decode_linespec): Renamed to ...
5043         (tracepoint_probe_decode_location): ... this.
5044         (strace_marker_create_sals_from_address): Renamed to ...
5045         (strace_marker_create_sals_from_location): ... this.
5046         (decode_linespec_default): Renamed to ...
5047         (decode_location_default): ... this.
5048
5049 2015-08-10  Doug Evans  <dje@google.com>
5050             Keith Seitz  <keiths@redhat.com>
5051
5052         PR gdb/17960
5053         * symtab.c (make_file_symbol_completion_list_1): Renamed from
5054         make_file_symbol_completion_list and made static.
5055         (make_file_symbol_completion_list): New function.
5056
5057 2015-08-10  Joel Brobecker  <brobecker@adacore.com>
5058
5059         * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
5060         trailing new-line at end of warning message.
5061         (proceed): Add i18n marker to error messages.
5062
5063 2015-08-07  Pedro Alves  <palves@redhat.com>
5064
5065         * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
5066
5067 2015-08-07  Pedro Alves  <palves@redhat.com>
5068
5069         * s390-linux-tdep.c (is_non_branch_ril)
5070         (s390_displaced_step_copy_insn): New functions.
5071         (s390_displaced_step_fixup): Update comment.
5072         (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
5073         gdbarch_displaced_step_copy_insn hook.
5074
5075 2015-08-07  Pedro Alves  <palves@redhat.com>
5076
5077         * infrun.c (displaced_step_prepare_throw): Return -1 if
5078         gdbarch_displaced_step_copy_insn returns NULL.  Update intro
5079         comment.
5080         * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
5081         (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
5082         in file.
5083         (ppc_displaced_step_copy_insn): New function.
5084         (ppc_displaced_step_fixup): Update comment.
5085         (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
5086         gdbarch_displaced_step_copy_insn hook.
5087         * gdbarch.sh (displaced_step_copy_insn): Document what happens on
5088         NULL return.
5089         * gdbarch.h: Regenerate.
5090
5091 2015-08-07  Pedro Alves  <palves@redhat.com>
5092
5093         * inferior.h (struct inferior) <displaced_stepping_failed>: New
5094         field.
5095         * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
5096         Return false if dispaced stepping failed before.
5097         (resume): Pass the current inferior to
5098         use_displaced_stepping_now_p.  Wrap displaced_step_prepare in
5099         TRY/CATCH.  If we get a MEMORY_ERROR, set the inferior's
5100         displaced_stepping_failed flag, and fall back to an in-line
5101         step-over.
5102
5103 2015-08-07  Pedro Alves  <palves@redhat.com>
5104
5105         * darwin-nat.c (darwin_stop): Rename to ...
5106         (darwin_interrupt): ... this.
5107         (_initialize_darwin_inferior): Adjust.
5108         * gnu-nat.c (gnu_stop): Delete.
5109         (gnu_target): Don't install gnu_stop.
5110         * inf-ptrace.c (inf_ptrace_stop): Rename to ...
5111         (inf_ptrace_interrupt): ... this.
5112         (inf_ptrace_target): Adjust.
5113         * infcmd.c (interrupt_target_1): Use target_interrupt instead of
5114         target_stop.
5115         * linux-nat (linux_nat_stop): Rename to ...
5116         (linux_nat_interrupt): ... this.
5117         (linux_nat_stop): Reimplement.
5118         (linux_nat_add_target): Install linux_nat_interrupt.
5119         * nto-procfs.c (nto_interrupt_twice): Rename to ...
5120         (nto_handle_sigint_twice): ... this.
5121         (nto_interrupt): Rename to ...
5122         (nto_handle_sigint): ... this.  Call target_interrupt instead of
5123         target_stop.
5124         (procfs_wait): Adjust.
5125         (procfs_stop): Rename to ...
5126         (procfs_interrupt): ... this.
5127         (init_procfs_targets): Adjust.
5128         * procfs.c (procfs_stop): Rename to ...
5129         (procfs_interrupt): ... this.
5130         (procfs_target): Adjust.
5131         * remote-m32r-sdi.c (m32r_stop): Rename to ...
5132         (m32r_interrupt): ... this.
5133         (init_m32r_ops): Adjust.
5134         * remote-sim.c (gdbsim_stop_inferior): Rename to ...
5135         (gdbsim_interrupt_inferior): ... this.
5136         (gdbsim_stop): Rename to ...
5137         (gdbsim_interrupt): ... this.
5138         (gdbsim_cntrl_c): Adjust.
5139         (init_gdbsim_ops): Adjust.
5140         * remote.c (sync_remote_interrupt): Adjust comments.
5141         (remote_stop_as): Rename to ...
5142         (remote_interrupt_as): ... this.
5143         (remote_stop): Adjust comment.
5144         (remote_interrupt): New function.
5145         (init_remote_ops): Install remote_interrupt.
5146         * target.c (target_interrupt): New function.
5147         * target.h (struct target_ops) <to_interrupt>: New field.
5148         (target_interrupt): New declaration.
5149         * windows-nat.c (windows_stop): Rename to ...
5150         (windows_interrupt): ... this.
5151         * target-delegates.c: Regenerate.
5152
5153 2015-08-07  Pedro Alves  <palves@redhat.com>
5154
5155         * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
5156         threads" as alternative to "switching back to stepped thread".
5157
5158 2015-08-07  Pedro Alves  <palves@redhat.com>
5159
5160         * NEWS: Mention "maint set/show target-non-stop".
5161         * breakpoint.c (update_global_location_list): Check
5162         target_is_non_stop_p instead of non_stop.
5163         * infcmd.c (attach_command_post_wait, attach_command): Likewise.
5164         * infrun.c (show_can_use_displaced_stepping)
5165         (can_use_displaced_stepping_p, start_step_over_inferior):
5166         Likewise.
5167         (internal_resume_ptid): New function.
5168         (resume): Use it.
5169         (proceed): Check target_is_non_stop_p instead of non_stop.  If in
5170         all-stop mode but the target is always in non-stop mode, start all
5171         the other threads that are implicitly resumed too.
5172         (for_each_just_stopped_thread, fetch_inferior_event)
5173         (adjust_pc_after_break, stop_all_threads): Check
5174         target_is_non_stop_p instead of non_stop.
5175         (handle_inferior_event): Likewise.  Handle detach-fork in all-stop
5176         with the target always in non-stop mode.
5177         (handle_signal_stop) <random signal>: Check target_is_non_stop_p
5178         instead of non_stop.
5179         (switch_back_to_stepped_thread): Check target_is_non_stop_p
5180         instead of non_stop.
5181         (keep_going_stepped_thread): Use internal_resume_ptid.
5182         (stop_waiting): If in all-stop mode, and the target is in non-stop
5183         mode, stop all threads.
5184         (keep_going_pass): Likewise, when starting a new in-line step-over
5185         sequence.
5186         * linux-nat.c (get_pending_status, select_event_lwp)
5187         (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
5188         target_is_non_stop_p instead of non_stop.
5189         (linux_nat_always_non_stop_p): New function.
5190         (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
5191         (linux_nat_add_target): Install linux_nat_always_non_stop_p.
5192         * target-delegates.c: Regenerate.
5193         * target.c (target_is_non_stop_p): New function.
5194         (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
5195         (maint_set_target_non_stop_command)
5196         (maint_show_target_non_stop_command): New functions.
5197         (_initilize_target): Install "maint set/show target-non-stop"
5198         commands.
5199         * target.h (struct target_ops) <to_always_non_stop_p>: New field.
5200         (target_non_stop_enabled): New declaration.
5201         (target_is_non_stop_p): New declaration.
5202
5203 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5204
5205         * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
5206         has a pending status, return true.
5207         * gdbthread.h: Include target/waitstatus.h.
5208         (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
5209         stop_pc>: New fields.
5210         (struct thread_info) <resumed>: New field.
5211         (set_resumed): Declare.
5212         * infrun.c: Include "event-loop.h".
5213         (infrun_async_inferior_event_token, infrun_is_async): New globals.
5214         (infrun_async): New function.
5215         (clear_step_over_info): Add debug output.
5216         (displaced_step_in_progress_any_inferior): New function.
5217         (displaced_step_fixup): New returns int.
5218         (start_step_over): Handle in-line step-overs too.  Assert the
5219         thread is marked resumed.
5220         (resume_cleanups): Clear the thread's resumed flag.
5221         (resume): Set the thread's resumed flag.  Return early if the
5222         thread has a pending status.  Allow stepping a breakpoint with no
5223         signal.
5224         (proceed): Adjust to check 'resumed' instead of 'executing'.
5225         (clear_proceed_status_thread): If the thread has a pending status,
5226         and that status is a finished step, discard the pending status.
5227         (clear_proceed_status): Don't clear step_over_info here.
5228         (random_pending_event_thread, do_target_wait): New functions.
5229         (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
5230         do_target_wait.
5231         (wait_one): New function.
5232         (THREAD_STOPPED_BY): New macro.
5233         (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
5234         (thread_stopped_by_hw_breakpoint): New functions.
5235         (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
5236         functions.
5237         (handle_inferior_event): Also call set_resumed(false) on all
5238         threads implicitly stopped by the event.
5239         (restart_threads, resumed_thread_with_pending_status): New
5240         functions.
5241         (finish_step_over): If we were doing an in-line step-over before,
5242         and no longer are after trying to start a new step-over, restart
5243         all threads.  If we have multiple threads with pending events,
5244         save the current event and go through the event loop again.
5245         (handle_signal_stop): Return early if finish_step_over returns
5246         false.
5247         <random signal>: If we get a signal while stepping over a
5248         breakpoint in-line in non-stop mode, restart all threads.  Clear
5249         step_over_info before delivering the signal.
5250         (keep_going_stepped_thread): Use internal_error instead of
5251         gdb_assert.  Mark the thread as resumed.
5252         (keep_going_pass_signal): Assert the thread isn't already resumed.
5253         If some other thread is doing an in-line step-over, defer the
5254         resume.  If we just started a new in-line step-over, stop all
5255         threads.  Don't clear step_over_info.
5256         (infrun_async_inferior_event_handler): New function.
5257         (_initialize_infrun): Create async event handler with
5258         infrun_async_inferior_event_handler as callback.
5259         (infrun_async): New declaration.
5260         * target.c (target_async): New function.
5261         * target.h (target_async): Declare macro and readd as function
5262         declaration.
5263         * target/waitstatus.h (enum target_stop_reason)
5264         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5265         * thread.c (new_thread): Clear the new waitstatus field.
5266         (set_resumed): New function.
5267
5268 2015-08-07  Pedro Alves  <palves@redhat.com>
5269
5270         * infrun.c (keep_going_stepped_thread): New function, factored out
5271         from ...
5272         (switch_back_to_stepped_thread): ... here.
5273
5274 2015-08-07  Pedro Alves  <palves@redhat.com>
5275
5276         * infrun.c (currently_stepping): Extend intro comment.
5277         * target.h (target_resume): Extend intro comment.
5278
5279 2015-08-07  Pedro Alves  <palves@redhat.com>
5280
5281         * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5282         of inferior_ptid.  If the stepped thread vanished, return 0
5283         instead of resuming here.  Use reset_ecs.  Print the prev_pc and
5284         the current stop_pc in log message.  Clear trap_expected if the
5285         thread advanced.  Don't pass currently_stepping to
5286         do_target_resume.
5287
5288 2015-08-07  Pedro Alves  <palves@redhat.com>
5289
5290         * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5291         * infrun.c (struct execution_control_state): Move higher up in the
5292         file.
5293         (reset_ecs): New function.
5294         (start_step_over): Now returns int.  Rewrite to use
5295         keep_going_pass_signal instead of manually starting a displaced step.
5296         (resume): Don't call set_running here.  If displaced stepping
5297         can't start now, clear trap_expected.
5298         (find_thread_needs_step_over): Delete function.
5299         (proceed): Set up finish_thread_state_cleanup.  Call set_running.
5300         If the current thread needs a step over, push it in the step-over
5301         chain.  Don't set insert breakpoints nor call resume directly
5302         here.  Instead rewrite to use start_step_over and
5303         keep_going_pass_signal.
5304         (finish_step_over): New function.
5305         (handle_signal_stop): Call finish_step_over instead of
5306         start_step_over.
5307         (switch_back_to_stepped_thread): If the event thread needs another
5308         step-over do that first.  Use start_step_over.
5309         (keep_going_pass_signal): New function, factored out from ...
5310         (keep_going): ... here.
5311         (_initialize_infrun): Comment moved here.
5312         * thread.c (set_running_thread): New function.
5313         (set_running, finish_thread_state): Use set_running_thread.
5314
5315 2015-08-07  Pedro Alves  <palves@redhat.com>
5316
5317         * gdbthread.h (struct thread_info) <step_over_prev,
5318         step_over_next>: New fields.
5319         (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5320         (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5321         declarations.
5322         * infrun.c (struct displaced_step_request): Delete.
5323         (struct displaced_step_inferior_state) <step_request_queue>:
5324         Delete field.
5325         (displaced_step_prepare): Assert that trap_expected is set.  Use
5326         thread_step_over_chain_enqueue.  Split starting a new displaced
5327         step to ...
5328         (start_step_over): ... this new function.
5329         (resume): Assert the thread isn't waiting for a step over already.
5330         (proceed): Assert the thread isn't waiting for a step over
5331         already.
5332         (infrun_thread_stop_requested): Adjust to remove threads from the
5333         embedded step-over chain.
5334         (handle_inferior_event) <fork/vfork>: Call start_step_over after
5335         displaced_step_fixup.
5336         (handle_signal_stop): Call start_step_over after
5337         displaced_step_fixup.
5338         * infrun.h (step_over_queue_head): New declaration.
5339         * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5340         (thread_step_over_chain_next, thread_is_in_step_over_chain)
5341         (thread_step_over_chain_enqueue)
5342         (thread_step_over_chain_remove): New functions.
5343         (delete_thread_1): Remove thread from the step-over chain.
5344
5345 2015-08-07  Pedro Alves  <palves@redhat.com>
5346
5347         * infrun.c (thread_still_needs_step_over): Rename to ...
5348         (thread_still_needs_step_over_bp): ... this.
5349         (enum step_over_what): New.
5350         (thread_still_needs_step_over): Reimplement.
5351
5352 2015-08-07  Pedro Alves  <palves@redhat.com>
5353
5354         * remote.c (remote_wait_as): If not waiting for a stop reply,
5355         return TARGET_WAITKIND_NO_RESUMED.  If TARGET_WNOHANG is
5356         requested, don't block waiting forever.
5357
5358 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5359
5360         * infrun.c (adjust_pc_after_break): Now takes thread_info and
5361         waitstatus pointers instead of an ecs.  Adjust.
5362         (handle_inferior_event): Adjust caller.
5363
5364 2015-08-07  Pedro Alves  <palves@redhat.com>
5365
5366         * infrun.c (handle_inferior_event): If we get
5367         TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5368         mode, mark all threads of the exiting process as not-executing.
5369         (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5370         TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5371         exiting process, if inferior_ptid still points at a process.
5372         * thread.c (struct current_thread_cleanup) <next>: New field.
5373         (current_thread_cleanup_chain): New global.
5374         (restore_current_thread_ptid_changed): New function.
5375         (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5376         current_thread_cleanup_chain list.
5377         (make_cleanup_restore_current_thread): Add the cleanup data to the
5378         current_thread_cleanup_chain list.
5379         (_initialize_thread): Install restore_current_thread_ptid_changed
5380         as thread_ptid_changed observer.
5381
5382 2015-08-07  Joel Brobecker  <brobecker@adacore.com>
5383
5384         * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5385         data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5386         smaller than expected.
5387
5388 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5389
5390         * stack.c (get_frame_language): Moved ...
5391         * frame.c (get_frame_language): ... to here.
5392         * language.h (get_frame_language): Declaration moved to frame.h.
5393         * frame.h: Add language.h include, for language enum.
5394         (get_frame_language): Declaration moved from language.h.
5395         * language.c: Add frame.h include.
5396         * top.c: Add frame.h include.
5397         * symtab.h (struct obj_section): Declare.
5398         (struct cmd_list_element): Declare.
5399
5400 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5401
5402         * language.c (show_language_command): Find selected frame before
5403         asking for the language of that frame.
5404         (set_language_command): Likewise.
5405         * language.h (get_frame_language): Add frame parameter.
5406         * stack.c (get_frame_language): Add frame parameter, assert
5407         parameter is not NULL, update comment and reindent.
5408         * top.c (check_frame_language_change): Pass the selected frame
5409         into get_frame_language.
5410
5411 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5412
5413         * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5414         (pt_btrace_insn_flags): New.
5415         (ftrace_add_pt): Call pt_btrace_insn_flags.
5416         * btrace.h (btrace_insn_flag): New.
5417         (btrace_insn) <flags>: New.
5418         * record-btrace.c (btrace_insn_history): Print insn prefix.
5419         * NEWS: Announce it.
5420
5421 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5422
5423         * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5424         * configure: Regenerate.
5425
5426 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
5427
5428         * Makefile.in (LIBICONV): Define.
5429         (CLIBS): Add LIBICONV.
5430         * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5431         * configure: Regenerate.
5432
5433 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5434             Pedro Alves  <palves@redhat.com>
5435
5436         * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5437         (arm_set_abi): Likewise.
5438         * ax-general.c (ax_print): Likewise.
5439         * c-exp.y (exp : string_exp): Likewise.
5440         * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5441         (do_compile_dwarf_expr_to_c): Likewise.
5442         * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5443         Likewise.
5444         * dwarf2expr.c (execute_stack_op): Likewise.
5445         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5446         (disassemble_dwarf_expression): Likewise.
5447         * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5448         (read_array_order): Likewise.
5449         (abbrev_table_read_table): Likewise.
5450         (read_attribute_value): Likewise.
5451         (skip_unknown_opcode): Likewise.
5452         (dwarf_decode_macro_bytes): Likewise.
5453         (dwarf_decode_macros): Likewise.
5454         * eval.c (value_f90_subarray): Likewise.
5455         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5456         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5457         * infrun.c (handle_command): Likewise.
5458         * memory-map.c (memory_map_start_memory): Likewise.
5459         * osabi.c (set_osabi): Likewise.
5460         * parse.c (operator_length_standard): Likewise.
5461         * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5462         single return point.
5463         * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5464         * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5465         (gdbpy_lookup_global_symbol): Likewise.
5466         * record-full.c (record_full_restore): Likewise.
5467         * regcache.c (regcache_register_status): Likewise.
5468         (regcache_raw_read): Likewise.
5469         (regcache_cooked_read): Likewise.
5470         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5471         * symtab.c (initialize_ordinary_address_classes): Likewise.
5472         * target-debug.h (target_debug_print_signals): Likewise.
5473         * utils.c (do_restore_current_language): Likewise.
5474
5475 2015-08-06  Clem Dickey  <clemd@acm.org>
5476
5477         PR python/17136
5478         * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5479
5480 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5481
5482         * complaints.c (enum complaint_series): Add newlines and remove
5483         out of date comment.
5484         (struct complaints) <series>: Change type to enum
5485         complaint_series and remove out of date comment.
5486         (symfile_complaint_hook): Use equivalent enum value
5487         ISOLATED_MESSAGE instead of 0.
5488
5489 2015-08-06  Pedro Alves  <palves@redhat.com>
5490
5491         * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5492         returned > 0.
5493
5494 2015-08-06  Pierre Langlois  <pierre.langlois@arm.com>
5495
5496         * common/agent.c (symbol_list) <required>: Remove.
5497
5498 2015-08-06  Pedro Alves  <palves@redhat.com>
5499
5500         * target/waitstatus.h (enum target_stop_reason)
5501         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5502
5503 2015-08-05  Pedro Alves  <palves@redhat.com>
5504             Joel Brobecker  <brobecker@adacore.com>
5505
5506         * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
5507         <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5508         case where BS->STOP is not set.
5509
5510 2015-08-05  Ulrich Weigand  <uweigand@de.ibm.com>
5511
5512         * nat/gdb_thread_db.h: Add copyright header.
5513         Protect against multiple inclusion.
5514
5515 2015-08-05  Yao Qi  <yao.qi@linaro.org>
5516
5517         * aarch64-linux-nat.c (get_thread_id): Remove.
5518         (debug_reg_change_callback): Call ptid_get_lwp instead of
5519         get_thread_id.
5520         (fetch_gregs_from_thread): Likewise.
5521         (store_gregs_to_thread): Likewise.
5522         (fetch_fpregs_from_thread): Likewise.
5523         (store_fpregs_to_thread): Likewise.
5524         (aarch64_linux_get_debug_reg_capacity): Likewise.
5525         * arm-linux-nat.c (get_thread_id): Remove.
5526         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5527         * xtensa-linux-nat.c (get_thread_id): Remove.
5528         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5529         * arm-linux-nat.c (get_thread_id): Remove.
5530         (GET_THREAD_ID): Remove.
5531         (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5532         (store_fpregs, fetch_regs, store_regs): Likewise.
5533         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5534         (fetch_vfp_regs, store_vfp_regs): Likewise.
5535         (arm_linux_read_description): Likewise.
5536         (arm_linux_get_hwbp_cap): Likewise.
5537         * xtensa-linux-nat.c (get_thread_id): Remove.
5538         (GET_THREAD_ID): Remove.
5539         (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5540         GET_THREAD_ID.
5541
5542 2015-08-04  Ciro Santilli  <ciro.santilli@gmail.com>  (obvious patch)
5543
5544         * python/py-linetable.c: Fix case of Linetable to LineTable
5545         in docstrings and code comments.
5546         * python/py-symtab.c: Same.
5547
5548 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5549
5550         * infcmd.c (signal_command): Call do_cleanups for args_chain.
5551
5552 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5553
5554         PR gdb/18767
5555         * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5556         use.
5557
5558 2015-08-04  Pedro Alves  <palves@redhat.com>
5559
5560         * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5561         (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5562         (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5563         (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5564         (td_thr_validate_ftype, td_thr_get_info_ftype)
5565         (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5566         (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5567         New typedefs.
5568         * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5569         (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5570         local macros and use them instead of verbose_dlsym and dlsym
5571         calls.
5572
5573 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
5574
5575         * nios2-tdep.h: Include opcode/nios2.h here.
5576         (NIOS2_CDX_OPCODE_SIZE): New.
5577         (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5578         * nios2-tdep.c: Don't include opcode/nios2.h here.
5579         (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5580         4-byte read fails.
5581         (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5582         (nios2_match_addi, nios2_match_orhi): Likewise.
5583         (nios2_match_stw, nios2_match_ldw): Likewise.
5584         (nios2_match_rdctl): Likewise.
5585         (nios2_match_stwm, nios2_match_ldwm): New.
5586         (nios2_match_branch): Add cases for R2 encodings.
5587         (nios2_match_jmpi, nios2_match_calli): Likewise.
5588         (nios2_match_jmpr, nios2_match_callr): Likewise.
5589         (nios2_match_break, nios2_match_trap): Likewise.
5590         (nios2_in_epilogue_p): Add R2 support.
5591         (nios2_analyze_prologue): Update comments.  Recognize R2 CDX
5592         prologues.
5593         (nios2_breakpoint_from_pc): Handle R2 instructions.
5594         (nios2_get_next_pc): Likewise.  Adjust call to
5595         tdep->syscall_next_pc.
5596         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5597         Renamed from nios2_linux_rt_sigreturn_tramp_frame.  Use
5598         instruction field macros instead of literal hex values.
5599         (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5600         (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5601         Use size field from OP instead of assuming all instructions
5602         are the same size.
5603         (nios2_linux_init_abi): Register appropriate unwinder for mach.
5604
5605 2015-08-03  Ulrich Weigand  <uweigand@de.ibm.com>
5606
5607         * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5608         variable warning with some compilers.
5609
5610 2015-08-03  Yao Qi  <yao.qi@linaro.org>
5611
5612         * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5613         in comment.  Replace "rw" with "type".
5614         (arm_linux_remove_watchpoint): Change type of "rw" to
5615         "enum target_hw_bp_type".
5616
5617 2015-08-02  Pierre-Marie de Rodat  <derodat@adacore.com>
5618
5619         * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5620         lookup_symbol.
5621         * ft32-tdep.c (ft32_skip_prologue): Likewise.
5622         * moxie-tdep.c (moxie_skip_prologue): Likewise.
5623         * mt-tdep.c (mt_skip_prologue): Likewise.
5624         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5625
5626 2015-08-01  Pierre-Marie de Rodat  <derodat@adacore.com>
5627
5628         * ada-exp.y (write_object_renaming): Replace struct
5629         ada_symbol_info with struct block_symbol.  Update field
5630         references accordingly.
5631         (block_lookup, select_possible_type_sym): Likewise.
5632         (find_primitive_type): Likewise.  Also update call to
5633         ada_lookup_symbol to extract the symbol itself.
5634         (write_var_or_type, write_name_assoc): Likewise.
5635         * ada-lang.h (struct ada_symbol_info): Remove.
5636         (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5637         struct block_symbol.
5638         (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5639         (ada_lookup_symbol): Return struct block_symbol instead of a
5640         mere symbol.
5641         * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5642         with struct block_symbol.
5643         (resolve_subexp, ada_resolve_function, sort_choices,
5644         user_select_syms, is_nonfunction, add_defn_to_vec,
5645         num_defns_collected, defns_collected,
5646         symbols_are_identical_enums, remove_extra_symbols,
5647         remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5648         ada_lookup_symbol_list, ada_iterate_over_symbols,
5649         ada_lookup_encoded_symbol, get_var_value): Likewise.
5650         (ada_lookup_symbol): Return a block_symbol instead of a mere
5651         symbol.  Replace struct ada_symbol_info with struct
5652         block_symbol.
5653         (ada_lookup_symbol_nonlocal): Likewise.
5654         (standard_lookup): Make block passing explicit through
5655         lookup_symbol_in_language.
5656         * ada-tasks.c (get_tcb_types_info): Update the calls to
5657         lookup_symbol_in_language to extract the mere symbol out of the
5658         returned value.
5659         (ada_tasks_inferior_data_sniffer): Likewise.
5660         * ax-gdb.c (gen_static_field): Likewise for the call to
5661         lookup_symbol.
5662         (gen_maybe_namespace_elt): Deal with struct block_symbol from
5663         lookup functions.
5664         (gen_expr): Likewise.
5665         * c-exp.y: Likewise.  Remove uses of block_found.
5666         (lex_one_token, classify_inner_name, c_print_token): Likewise.
5667         (classify_name): Likewise.  Rename the "sym" local variable to
5668         "bsym".
5669         * c-valprint.c (print_unpacked_pointer): Likewise.
5670         * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5671         "sym" parameter from struct symbol * to struct block_symbol.
5672         Use it to remove uses of block_found.  Deal with struct
5673         block_symbol from lookup functions.
5674         (gcc_convert_symbol): Likewise.  Update the call to
5675         convert_symbol_sym.
5676         * compile/compile-object-load.c (compile_object_load): Deal with
5677         struct block_symbol from lookup functions.
5678         * cp-namespace.c (cp_lookup_nested_symbol_1,
5679         cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5680         cp_search_static_and_baseclasses,
5681         cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5682         cp_lookup_symbol_imports_or_template,
5683         cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5684         lookup_namespace_scope, cp_lookup_nonlocal,
5685         find_symbol_in_baseclass): Return struct block_symbol instead of
5686         mere symbols and deal with struct block_symbol from lookup
5687         functions.
5688         * cp-support.c (inspect_type, replace_typedefs,
5689         cp_lookup_rtti_type): Deal with struct block_symbol from
5690         lookup functions.
5691         * cp-support.h (cp_lookup_symbol_nonlocal,
5692         cp_lookup_symbol_from_namespace,
5693         cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
5694         Return struct block_symbol instead of mere symbols.
5695         * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5696         push_module_name):
5697         Deal with struct block_symbol from lookup functions.  Remove
5698         uses of block_found.
5699         * eval.c (evaluate_subexp_standard): Update call to
5700         cp_lookup_symbol_namespace.
5701         * f-exp.y: Deal with struct block_symbol from lookup functions.
5702         Remove uses of block_found.
5703         (yylex): Likewise.
5704         * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5705         lookup_enum, lookup_template_type, check_typedef): Deal with
5706         struct block_symbol from lookup functions.
5707         * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5708         * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5709         (gdbscm_lookup_global_symbol): Likewise.
5710         * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5711         * go-exp.y: Likewise.  Remove uses of block_found.
5712         (package_name_p, classify_packaged_name, classify_name):
5713         Likewise.
5714         * infrun.c (insert_exception_resume_breakpoint): Likewise.
5715         * jv-exp.y (push_variable): Likewise.
5716         * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5717         * language.c (language_bool_type): Likewise.
5718         * language.h (struct language_defn): Update
5719         la_lookup_symbol_nonlocal to return a struct block_symbol rather
5720         than a mere symbol.
5721         * linespec.c (find_label_symbols): Deal with struct block_symbol
5722         from lookup functions.
5723         * m2-exp.y: Likewise.  Remove uses of block_found.
5724         (yylex): Likewise.
5725         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5726         * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5727         * p-exp.y: Likewise.  Remove uses of block_found.
5728         (yylex): Likewise.
5729         * p-valprint.c (pascal_val_print): Likewise.
5730         * parse.c (write_dollar_variable): Likewise.  Remove uses of
5731         block_found.
5732         * parser-defs.h (struct symtoken): Turn the SYM field into a
5733         struct block_symbol.
5734         * printcmd.c (address_info): Deal with struct block_symbol from
5735         lookup functions.
5736         * python/py-frame.c (frapy_read_var): Likewise.
5737         * python/py-symbol.c (gdbpy_lookup_symbol,
5738         gdbpy_lookup_global_symbol): Likewise.
5739         * skip.c (skip_function_command): Likewise.
5740         * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
5741         block_symbol instead of a mere symbol.
5742         * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5743         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5744         * solib.c (solib_global_lookup): Likewise.
5745         * solist.h (solib_global_lookup): Likewise.
5746         (struct target_so_ops): Update lookup_lib_global_symbol to
5747         return a struct block_symbol rather than a mere symbol.
5748         * source.c (select_source_symtab): Deal with struct block_symbol
5749         from lookup functions.
5750         * stack.c (print_frame_args, iterate_over_block_arg_vars):
5751         Likewise.
5752         * symfile.c (set_initial_language): Likewise.
5753         * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
5754         block_symbol.
5755         (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5756         (struct symbol_cache_slot): Turn the FOUND field into a struct
5757         block_symbol.
5758         (block_found): Remove.
5759         (eq_symbol_entry): Update to deal with struct block_symbol in
5760         cache slots.
5761         (symbol_cache_lookup): Return a struct block_symbol rather than
5762         a mere symbol.
5763         (symbol_cache_mark_found): Add a BLOCK parameter to fill
5764         appropriately the cache slots.  Update callers.
5765         (symbol_cache_dump): Update cache slots handling to the type
5766         change.
5767         (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5768         lookup_symbol_aux, lookup_local_symbol,
5769         lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5770         lookup_symbol_in_objfile_symtabs,
5771         lookup_symbol_in_objfile_from_linkage_name,
5772         lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5773         lookup_symbol_in_static_block, lookup_static_symbol,
5774         lookup_global_symbol):
5775         Return a struct block_symbol rather than a mere symbol.  Deal
5776         with struct block_symbol from other lookup functions.  Remove
5777         uses of block_found.
5778         (lookup_symbol_in_block): Remove uses of block_found.
5779         (struct global_sym_lookup_data): Turn the RESULT field into a
5780         struct block_symbol.
5781         (lookup_symbol_global_iterator_cb): Update references to the
5782         RESULT field.
5783         (search_symbols): Deal with struct block_symbol from lookup
5784         functions.
5785         * symtab.h (struct block_symbol): New structure.
5786         (block_found): Remove.
5787         (lookup_symbol_in_language, lookup_symbol,
5788         basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
5789         lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5790         lookup_global_symbol_from_objfile): Return a struct block_symbol
5791         rather than just a mere symbol.  Update comments to remove
5792         mentions of block_found.
5793         * valops.c (find_function_in_inferior,
5794         value_struct_elt_for_reference, value_maybe_namespace_elt,
5795         value_of_this):  Deal with struct block_symbol from lookup
5796         functions.
5797         * value.c (value_static_field, value_fn_field): Likewise.
5798
5799 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5800
5801         * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5802         instead of integer.
5803
5804 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5805             Pedro Alves  <palves@redhat.com>
5806
5807         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5808         type or value instead of integer.
5809         (aarch64_linux_insert_watchpoint): Likewise.
5810         (aarch64_linux_remove_watchpoint): Likewise.
5811         * ada-lang.c (ada_op_print_tab): Likewise.
5812         * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5813         (amd64_linux_syscall_record_common): Likewise.
5814         * arch-utils.c (target_byte_order_user): Likewise.
5815         (default_byte_order): Likewise.
5816         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5817         (arm_linux_get_hwbp_type): Likewise.
5818         (arm_linux_hw_watchpoint_initialize): Likewise.
5819         (arm_linux_insert_watchpoint): Likewise.
5820         * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5821         (arm_linux_syscall_record): Likewise.
5822         * breakpoint.c (update_watchpoint): Likewise.
5823         (breakpoint_here_p): Likewise.
5824         (bpstat_print): Likewise.
5825         (enable_breakpoint_disp): Likewise.
5826         * c-lang.c (c_op_print_tab): Likewise.
5827         * cli/cli-decode.c (add_info_alias): Likewise.
5828         * d-lang.c (d_op_print_tab): Likewise.
5829         * eval.c (evaluate_subexp_standard): Likewise.
5830         * f-exp.y (dot_ops): Likewise.
5831         (f77_keywords): Likewise.
5832         * f-lang.c (f_op_print_tab): Likewise.
5833         * go-lang.c (go_op_print_tab): Likewise.
5834         * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5835         * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5836         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5837         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5838         * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5839         (struct scm_from_stringn_data): Likewise.
5840         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5841         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5842         (ia64_linux_remove_watchpoint): Likewise.
5843         (ia64_linux_can_use_hw_breakpoint): Likewise.
5844         * infrun.c (print_stop_event): Likewise.
5845         * jv-lang.c (java_op_print_tab): Likewise.
5846         * linux-nat.c (linux_proc_xfer_partial): Likewise.
5847         * linux-nat.h (struct lwp_info): Likewise.
5848         * linux-thread-db.c (enable_thread_event): Likewise.
5849         * m2-lang.c (m2_op_print_tab): Likewise.
5850         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5851         (mi_cmd_stack_list_variables): Likewise.
5852         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5853         * mi/mi-out.c (mi_table_begin): Likewise.
5854         (mi_table_header): Likewise.
5855         * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5856         (mips_linux_insert_watchpoint): Likewise.
5857         (mips_linux_remove_watchpoint): Likewise.
5858         * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5859         * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5860         (mips_linux_watch_type_to_irw): Likewise.
5861         * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5862         (procfs_insert_hw_watchpoint): Likewise.
5863         (procfs_remove_hw_watchpoint): Likewise.
5864         (procfs_hw_watchpoint): Likewise.
5865         (procfs_can_use_hw_breakpoint): Likewise.
5866         (procfs_remove_hw_watchpoint): Likewise.
5867         (procfs_insert_hw_watchpoint): Likewise.
5868         * p-lang.c (pascal_op_print_tab): Likewise.
5869         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5870         * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5871         * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5872         * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5873         (procfs_insert_watchpoint): Likewise.
5874         (procfs_remove_watchpoint): Likewise.
5875         * psymtab.c (recursively_search_psymtabs): Likewise.
5876         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5877         (m32r_insert_watchpoint): Likewise.
5878         * remote-mips.c (mips_can_use_watchpoint): Likewise.
5879         (mips_insert_watchpoint): Likewise.
5880         (mips_remove_watchpoint): Likewise.
5881         * remote.c (watchpoint_to_Z_packet): Likewise.
5882         (remote_insert_watchpoint): Likewise.
5883         (remote_remove_watchpoint): Likewise.
5884         (remote_check_watch_resources): Likewise.
5885         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5886         (s390_remove_watchpoint): Likewise.
5887         (s390_can_use_hw_breakpoint): Likewise.
5888         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5889         * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5890         * target.h (struct target_ops): Likewise.
5891         * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5892         * ui-out.c (struct ui_out_hdr): Likewise.
5893         (append_header_to_list): Likewise.
5894         (get_next_header): Likewise.
5895         (verify_field): Likewise.
5896         (ui_out_begin): Likewise.
5897         (ui_out_field_int): Likewise.
5898         (ui_out_field_fmt_int): Likewise.
5899         (ui_out_field_skip): Likewise.
5900         (ui_out_field_string): Likewise.
5901         (ui_out_field_fmt): Likewise.
5902         * varobj.c (new_variable): Likewise.
5903         * x86-nat.c (x86_insert_watchpoint): Likewise.
5904         (x86_remove_watchpoint): Likewise.
5905         (x86_can_use_hw_breakpoint): Likewise.
5906         * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
5907         * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
5908         previously anonymous enumeration type..
5909         * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
5910         value.
5911         * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
5912         (target_debug_print_enum_bptype): New.
5913         * target-delegates.c: Regenerate.
5914
5915 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5916
5917         * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
5918         already says and disallow non-stack memory writes in the prologue.
5919
5920 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5921
5922         * nios2-tdep.c (nios2_analyze_prologue): Update comments to
5923         reflect how current GCC emits stack overflow checks.  Match
5924         both trap and break instructions for backward compatbility.
5925         Disallow other trap and break instructions in the prologue.
5926
5927 2015-07-30  Pedro Alves  <palves@redhat.com>
5928
5929         PR threads/18600
5930         * linux-nat.c (wait_lwp): Report to the core when thread group
5931         leader exits.
5932
5933 2015-07-30  Pedro Alves  <palves@redhat.com>
5934             Simon Marchi  <simon.marchi@ericsson.com>
5935
5936         PR threads/18600
5937         * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
5938         mark the new thread as resumed.  Remove STOPPING parameter.
5939         (wait_lwp): Adjust call to linux_handle_extended_wait.
5940         (linux_nat_filter_event): Adjust call to
5941         linux_handle_extended_wait.
5942         (resume_stopped_resumed_lwps): Add debug output.
5943
5944 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
5945
5946         * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
5947         isize argument.
5948         * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
5949         * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
5950         gdbarch_fast_tracepoint_valid_at.
5951         * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
5952         * gdbarch.h: Regenerate.
5953         * gdbarch.c: Regenerate.
5954         * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
5955         argument.  Do not set it.
5956         * remote.c (remote_download_tracepoint): Adjust call to
5957         gdbarch_fast_tracepoint_valid_at.  Call gdb_insn_length to get
5958         the instruction length.
5959
5960 2015-07-30  Yao Qi  <yao.qi@linaro.org>
5961
5962         * arm-tdep.h (enum gdb_regnum): Move it to ...
5963         * arch/arm.h: ... here.  New file.
5964         * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
5965
5966 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
5967
5968         * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
5969         Change its type to int *.
5970         (decode_br): Rename link argument to is_blr.  Change its type to
5971         int *.
5972         (decode_cb): Rename op argument to is_cbnz.  Change its type to
5973         int *.
5974         (decode_tb): Rename op argument to is_tbnz.  Change its type to
5975         int *.  Set is_tbnz to either 1 or 0.
5976         (aarch64_analyze_prologue): Change type of is_link to int.  Add
5977         new variables is_cbnz and is_tbnz.  Adjust call to
5978         aarch64_decode_cb and aarch64_decode_tb.
5979
5980 2015-07-29  Simon Marchi  <simon.marchi@ericsson.com>
5981
5982         * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
5983         parameter.
5984         (mips_linux_new_thread): Likewise.
5985         * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
5986
5987 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5988
5989         * top.c: Include "tui/tui.h".
5990         (undo_terminal_modifications_before_exit): New static function.
5991         (quit_force): Use it.
5992
5993 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5994
5995         * target.c (terminal_state): Initialize to terminal_is_ours.
5996
5997 2015-07-29  Yao Qi  <yao.qi@linaro.org>
5998
5999         PR record/18691
6000         * dcache.c (dcache_read_memory_partial): Call
6001         raw_memory_xfer_partial.
6002         * target.c (raw_memory_xfer_partial): Make it non-static.
6003         * target.h (raw_memory_xfer_partial): Declare.
6004
6005 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6006
6007         * c-valprint.c (c_val_print_array): Consider addressable memory
6008         unit size.
6009         (c_val_print_ptr): Likewise.
6010         (c_val_print_int): Likewise.
6011         * findvar.c (read_frame_register_value): Likewise.
6012         * valarith.c (find_size_for_pointer_math): Likewise.
6013         (value_ptrdiff): Likewise.
6014         (value_subscripted_rvalue): Likewise.
6015         * valops.c (read_value_memory): Likewise (and rename variables).
6016         (value_assign): Likewise.
6017         (value_repeat): Likewise.
6018         (value_array): Likewise.
6019         (value_slice): Likewise.
6020         * valprint.c (generic_val_print_ptr): Likewise.
6021         (generic_val_print_enum): Likewise.
6022         (generic_val_print_bool): Likewise.
6023         (generic_val_print_int): Likewise.
6024         (generic_val_print_char): Likewise.
6025         (generic_val_print_float): Likewise.
6026         (generic_val_print_decfloat): Likewise.
6027         (generic_val_print_complex): Likewise.
6028         (val_print_scalar_formatted): Likewise.
6029         (val_print_array_elements): Likewise.
6030         * value.c (set_value_parent): Likewise.
6031         (value_contents_copy_raw): Likewise.
6032         (set_internalvar_component): Likewise.
6033         (value_primitive_field): Likewise.
6034         (value_fetch_lazy): Likewise.
6035         * value.h (read_value_memory): Update comment.
6036
6037 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6038
6039         * value.c (get_value_arch): New function.
6040         * value.h (get_value_arch): New declaration.
6041
6042 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6043
6044         * value.c (struct value): Update comments.
6045
6046 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6047
6048         * gdbtypes.c (type_length_units): New function.
6049         * gdbtypes.h (type_length_units): New declaration.
6050         (struct type) <length>: Update comment.
6051
6052 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6053
6054         * valprint.c (generic_val_print): Factor out complex
6055         printing code to ...
6056         (generic_val_print_complex): ... this new function.
6057
6058 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6059
6060         * valprint.c (generic_val_print): Factor out decfloat
6061         printing code to ...
6062         (generic_val_print_decfloat): ... this new function.
6063
6064 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6065
6066         * valprint.c (generic_val_print): Factor out float
6067         printing code to ...
6068         (generic_val_print_float): ... this new function.
6069
6070 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6071
6072         * valprint.c (generic_val_print): Factor out char
6073         printing code to ...
6074         (generic_val_print_char): ... this new function.
6075
6076 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6077
6078         * valprint.c (generic_val_print): Factor out integer
6079         printing code to ...
6080         (generic_val_print_int): ... this new function.
6081
6082 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6083
6084         * valprint.c (generic_val_print): Factor out bool
6085         printing code to ...
6086         (generic_val_print_bool): ... this new function.
6087
6088 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6089
6090         * valprint.c (generic_val_print): Factor out function/method
6091         printing code to ...
6092         (generic_val_print_func): ... this new function.
6093
6094 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6095
6096         * valprint.c (generic_val_print): Factor out flags
6097         printing code to ...
6098         (generic_val_print_flags): ... this new function.
6099
6100 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6101
6102         * valprint.c (generic_val_print): Factor out enum
6103         printing code to ...
6104         (generic_val_print_enum): ... this new function.
6105
6106 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6107
6108         * valprint.c (generic_val_print): Factor out reference
6109         printing code to ...
6110         (generic_val_print_ref): ... this new function.
6111
6112 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6113
6114         * valprint.c (generic_val_print): Factor out memberptr
6115         printing code to ...
6116         (generic_val_print_memberptr): ... this new function.
6117
6118 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6119
6120         * valprint.c (generic_val_print): Factor out pointer
6121         printing code to ...
6122         (generic_val_print_ptr): ... this new function.
6123
6124 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6125
6126         * valprint.c (generic_val_print): Factor out array
6127         printing code to ...
6128         (generic_val_print_array): ... this new function.
6129
6130 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6131
6132         * valprint.c (generic_val_print): Factor out
6133         print_unpacked_pointer code to ...
6134         (print_unpacked_pointer): ... this new function.
6135
6136 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
6137
6138         * event-top.c (handle_sigterm): Don't inspect
6139         target_can_async_p.  Always set the quit flag and always mark
6140         the async signal handler.
6141
6142 2015-07-27  Yao Qi  <yao.qi@linaro.org>
6143
6144         * Makefile.in (REMOTE_EXAMPLES): Remove it.
6145
6146 2015-07-25  Kevin Buettner  <kevinb@redhat.com>
6147
6148         * remote.c (read_ptid): Return null_ptid when no thread id
6149         is found.
6150         (remote_current_thread): Add log warning for malformed
6151         qC reply.
6152         (remote_start_remote): Add log warning when current thread
6153         not found.
6154
6155 2015-07-24  Pedro Alves  <palves@redhat.com>
6156
6157         * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
6158         (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
6159         forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
6160
6161 2015-07-24  Pedro Alves  <palves@redhat.com>
6162
6163         PR gdb/18717
6164         * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
6165         is resumed, and extend the debug log.
6166
6167 2015-07-24  Pedro Alves  <palves@redhat.com>
6168
6169         * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
6170
6171 2015-07-24  Pedro Alves  <palves@redhat.com>
6172
6173         * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
6174         sys/ptrace.h.
6175         * alpha-linux-nat.c: Likewise.
6176         * amd64-linux-nat.c: Likewise.
6177         * arm-linux-nat.c: Likewise.
6178         * hppa-linux-nat.c: Likewise.
6179         * i386-linux-nat.c: Likewise.
6180         * ia64-linux-nat.c: Likewise.
6181         * linux-fork.c: Likewise.
6182         * linux-nat.c: Likewise.
6183         * m32r-linux-nat.c: Likewise.
6184         * m68klinux-nat.c: Likewise.
6185         * mips-linux-nat.c: Likewise.
6186         * nat/linux-btrace.c: Likewise.
6187         * nat/linux-ptrace.c: Likewise.
6188         * nat/linux-ptrace.h
6189         * nat/mips-linux-watch.c: Likewise.
6190         * nat/x86-linux-dregs.c: Likewise.
6191         * ppc-linux-nat.c: Likewise.
6192         * s390-linux-nat.c: Likewise.
6193         * spu-linux-nat.c: Likewise.
6194         * tilegx-linux-nat.c: Likewise.
6195         * x86-linux-nat.c: Likewise.
6196         * xtensa-linux-nat.c: Likewise.
6197
6198 2015-07-24  Pedro Alves  <palves@redhat.com>
6199
6200         * ptrace.m4 (ptrace tests): Test in C++ mode.  Try with 'enum
6201         __ptrace_request as first parameter type instead of int.
6202         (PTRACE_TYPE_ARG1): Define.
6203         * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
6204         that casts first argument to PTRACE_TYPE_ARG1.
6205         * config.in: Regenerate.
6206         * configure: Regenerate.
6207
6208 2015-07-24  Pedro Alves  <palves@redhat.com>
6209
6210         * gdb_ptrace.h: Move ...
6211         * nat/gdb_ptrace.h: ... here.
6212         * inf-ptrace.c: Adjust.
6213
6214 2015-07-24  Pedro Alves  <palves@redhat.com>
6215
6216         * acinclude.m4: Include ptrace.m4.
6217         * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
6218         * ptrace.m4: ... to this new file.
6219
6220 2015-07-23  Doug Evans  <dje@google.com>
6221
6222         * dwarf2read.c (dwarf2_per_cu_data): Add comment.
6223         (load_cu): Handle dummy CUs.
6224         (dw2_do_instantiate_symtab, process_queuef): Ditto.
6225         (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
6226
6227 2015-07-23  Ciro Santilli  <ciro.santilli@gmail.com>  (tiny patch)
6228
6229         * py-linetable.c (ltpy_get_all_source_lines): Adjust function
6230         documentation to say that it returns a list rather than
6231         a FrozenSet.
6232         (linetable_object_methods): Update the docstring of the
6233         "source_line" entry.
6234
6235 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
6236
6237         * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
6238         type to the recursive call instead of the original (maybe
6239         TYPE_CODE_TYPEDEF) type.
6240
6241 2015-07-23  Yao Qi  <yao.qi@linaro.org>
6242
6243         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
6244         TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
6245         If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
6246
6247 2015-07-21  Yao Qi  <yao.qi@linaro.org>
6248
6249         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6250         Move it to nat/aarch64-linux-hw-point.c.
6251         (aarch64_linux_child_post_startup_inferior): Update.
6252         * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
6253         New function.
6254         * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
6255         Declare it.
6256
6257 2015-07-21  Markus Metzger  <markus.t.metzger@intel.com>
6258
6259         * common/btrace-common.c (btrace_data_append): Change case label.
6260
6261 2015-07-20  Yao Qi  <yao.qi@linaro.org>
6262
6263         * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6264         Re-indent the code.
6265         * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6266         "unsigned long long".
6267
6268 2015-07-18  Kevin Buettner  <kevinb@redhat.com>
6269
6270         * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6271         to be set for SEC_ALLOC sections too.
6272
6273 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6274
6275         * Makefile.in (HFILES_NO_SRCDIR): Add
6276         nat/aarch64-linux-hw-point.h.
6277         (aarch64-linux-hw-point.o): New rule.
6278         * nat/aarch64-linux-hw-point.h: New file.
6279         * nat/aarch64-linux-hw-point.c: New file.
6280         * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6281         (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6282         (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6283         (AARCH64_HWP_ALIGNMENT): Likewise.
6284         (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6285         (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6286         (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6287         (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6288         (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6289         (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6290         (struct aarch64_debug_reg_state): Likewise.
6291         (struct arch_lwp_info): Likewise.
6292         (aarch64_linux_set_debug_regs): Likewise.
6293         (aarch64_notify_debug_reg_change): Remove static.
6294         (aarch64_align_watchpoint): Likewise.
6295         (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6296         (aarch64_watchpoint_length): Likewise.
6297         (aarch64_point_encode_ctrl_reg): Likewise
6298         (aarch64_point_is_aligned): Likewise.
6299         (aarch64_dr_state_insert_one_point): Likewise.
6300         (aarch64_dr_state_remove_one_point): Likewise.
6301         (aarch64_handle_breakpoint): Likewise.
6302         (aarch64_handle_aligned_watchpoint): Likewise.
6303         (aarch64_handle_unaligned_watchpoint): Likewise.
6304         (aarch64_handle_watchpoint): Likewise.
6305         * config/aarch64/linux.mh (NAT_FILE): Add
6306         aarch64-linux-hw-point.o.
6307
6308 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6309
6310         * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6311         state and don't call aarch64_get_debug_reg_state.  All callers
6312         update.
6313         (aarch64_linux_insert_hw_breakpoint): Call
6314         aarch64_get_debug_reg_state earlier.
6315         (aarch64_linux_remove_hw_breakpoint): Likewise.
6316         (aarch64_handle_aligned_watchpoint): Add argument state and
6317         don't call aarch64_get_debug_reg_state.  All callers update.
6318         (aarch64_handle_unaligned_watchpoint): Likewise.
6319         (aarch64_handle_watchpoint): Add argument state.
6320         (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6321         earlier.
6322         (aarch64_linux_remove_watchpoint): Likewise.
6323
6324 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6325
6326         * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6327         debug_printf.
6328         (aarch64_handle_unaligned_watchpoint): Likewise.
6329
6330 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6331
6332         * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6333         argument type's type to 'enum target_hw_bp_type'.
6334         (aarch64_dr_state_remove_one_point): Likewise.
6335         (aarch64_handle_breakpoint): Likewise.
6336         (aarch64_linux_insert_hw_breakpoint): Likewise.
6337         (aarch64_linux_remove_hw_breakpoint): Likewise.
6338         (aarch64_handle_aligned_watchpoint): Likewise.
6339
6340 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6341
6342         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6343         ptid_get_pid instead of get_thread_id.
6344
6345 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6346
6347         * remote.c (get_current_thread): Initialise ptid to null_ptid.
6348         (add_current_inferior_and_thread): Don't initialise ptid.
6349
6350 2015-07-16  Pierre Langlois  <pierre.langlois@arm.com>
6351
6352         * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6353         unavailable if invalid.
6354
6355 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6356
6357         Revert the previous 6 commits:
6358         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6359         Move gdb_regex* to common/
6360         Prepare linux_find_memory_regions_full & co. for move
6361         Move linux_find_memory_regions_full & co.
6362         gdbserver build-id attribute generator
6363         Validate symbol file using build-id
6364
6365 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6366             Jan Kratochvil  <jan.kratochvil@redhat.com>
6367
6368         Validate symbol file using build-id.
6369         * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6370         and 'show validate-build-id'.  Add build-id attribute.
6371         * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6372         * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6373         * solib-frv.c (_initialize_frv_solib): Ditto.
6374         * solib-spu.c (set_spu_solib_ops): Ditto.
6375         * solib-svr4.c: Include rsp-low.h.
6376         (NOTE_GNU_BUILD_ID_NAME): New define.
6377         (svr4_validate): New function.
6378         (svr4_copy_library_list): Duplicate field build_id.
6379         (library_list_start_library): Parse 'build-id' attribute.
6380         (svr4_library_attributes): Add 'build-id' attribute.
6381         (_initialize_svr4_solib): Assign validate value.
6382         * solib-target.c (solib.h): Include.
6383         (_initialize_solib_target): Assign validate value.
6384         * solib.c (validate_build_id, show_validate_build_id): New.
6385         (solib_map_sections): Use ops->validate.
6386         (clear_so): Free build_id.
6387         (default_solib_validate): New function.
6388         (_initialize_solib): Add "validate-build-id".
6389         * solib.h (default_solib_validate): New declaration.
6390         * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6391         (target_so_ops): New field 'validate'.
6392
6393 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6394             Jan Kratochvil  <jan.kratochvil@redhat.com>
6395
6396         gdbserver build-id attribute generator.
6397         * features/library-list-svr4.dtd (library-list-svr4): New
6398         'build-id' attribute.
6399
6400 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6401             Jan Kratochvil  <jan.kratochvil@redhat.com>
6402
6403         Move linux_find_memory_regions_full & co.
6404         * linux-tdep.c (nat/linux-maps.h): Include.
6405         (gdb_regex.h): Remove the include.
6406         (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6407         (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6408         (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6409         (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6410         * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6411         and target/target.h.
6412         (struct smaps_vmflags, read_mapping, decode_vmflags)
6413         (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6414         (linux_find_memory_regions_full): Move from linux-tdep.c.
6415         * nat/linux-maps.h (read_mapping): New declaration.
6416         (linux_find_memory_region_ftype, enum filterflags): Moved from
6417         linux-tdep.c.
6418         (linux_find_memory_regions_full): New declaration.
6419         * target.c (target/target-utils.h): Include.
6420         (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6421         (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6422         definitions to target/target-utils.c.
6423         * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6424         * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6425         from target.c.
6426         * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6427         (read_alloc): New declaration.
6428         (read_stralloc_func_ftype): New typedef.
6429         (read_stralloc): New declaration.
6430         * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6431
6432 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6433             Jan Kratochvil  <jan.kratochvil@redhat.com>
6434
6435         Prepare linux_find_memory_regions_full & co. for move.
6436         * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6437         (linux_find_memory_regions_full): Change signature and prepare
6438         for moving to linux-maps.
6439         (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6440         (linux_find_memory_regions_thunk): New.
6441         (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6442         (linux_find_memory_regions_gdb): New.
6443         (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6444         (linux_make_mappings_corefile_notes): Use
6445         linux_find_memory_regions_gdb.
6446         * target.c (read_alloc_pread_ftype): New typedef.
6447         (target_fileio_read_alloc_1_pread): New function.
6448         (read_alloc): Refactor from target_fileio_read_alloc_1.
6449         (read_stralloc_func_ftype): New typedef.
6450         (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6451         (read_stralloc): Refactored from target_fileio_read_stralloc.
6452         (target_fileio_read_stralloc): New implementation, use read_stralloc.
6453
6454 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6455
6456         * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6457         common/gdb_regex.h.
6458         (COMMON_OBS): Add gdb_regex.o.
6459         (gdb_regex.o): New.
6460         * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6461         --without-included-regex and USE_INCLUDED_REGEX.
6462         * common/gdb_regex.c: New file from utils.c functions.
6463         * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6464         file wrapping define name.
6465         * configure: Rebuilt.
6466         * configure.ac (gdb_use_included_regex, --without-included-regex)
6467         (USE_INCLUDED_REGEX): Move them to common/common.m4.
6468         * gdb_regex.h: Move it to common/gdb_regex.h.
6469         * utils.c: Remove include gdb_regex.h.
6470         (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6471         (compile_rx_or_error): Move them to common/gdb_regex.c.
6472
6473 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6474             Jan Kratochvil  <jan.kratochvil@redhat.com>
6475
6476         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6477         * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6478         common/target-utils.h.
6479         (COMMON_OBS): Add target-utils.o.
6480         (linux-maps.o, target-utils.o): New.
6481         * target/target-utils.c: New file.
6482         * target/target-utils.h: New file.
6483         * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6484         * config/i386/linux64.mh (NATDEPFILES): Ditto.
6485         * nat/linux-maps.c: New file.
6486         * nat/linux-maps.h: New file.
6487
6488 2015-07-15  Markus Metzger  <markus.t.metzger@intel.com>
6489             Pedro Alves <palves@redhat.com>
6490
6491         * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6492         (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6493         (perf_event_read_bts): Change the type of SIZE and READ.
6494         (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6495         and DATA_OFFSET.  Move DATA_SIZE declaration.  Restrict the buffer size
6496         to UINT_MAX.  Check for overflows when using DATA_HEAD from the perf
6497         mmap page.
6498         (linux_enable_pt): Change the type of PAGES and SIZE.  Restrict the
6499         buffer size to UINT_MAX.
6500         (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6501         DATA_TAIL.
6502         * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6503         <last_head>: Change type.
6504         * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6505         * common/btrace-common.c (btrace_data_append): Change the type of
6506         SIZE.
6507         * btrace.c (parse_xml_raw): Change the type of SIZE.  Change oddness
6508         check.
6509
6510 2015-07-14  Simon Marchi  <simon.marchi@ericsson.com>
6511
6512         * gdbtypes.h (CHECK_TYPEDEF): Remove.
6513         * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6514         with check_typedef.
6515         * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6516         (ada_array_length): Likewise.
6517         (find_parallel_type_by_descriptive_type): Likewise.
6518         (ada_check_typedef): Likewise.
6519         * arm-tdep.c (arm_return_in_memory): Likewise.
6520         * ax-gdb.c (gen_trace_static_fields): Likewise.
6521         (gen_struct_ref_recursive): Likewise.
6522         * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6523         (variable: block COLONCOLON name): Likewise.
6524         (qualified_name: TYPENAME COLONCOLON name): Likewise.
6525         * c-lang.c (classify_type): Likewise.
6526         * c-typeprint.c (c_print_type): Likewise.
6527         (c_print_typedef): Likewise.
6528         (c_type_print_base): Likewise.
6529         * c-valprint.c (c_val_print): Likewise.
6530         * compile/compile-c-types.c (convert_type): Likewise.
6531         * compile/compile-object-load.c (get_out_value_type): Likewise.
6532         * completer.c (add_struct_fields): Likewise.
6533         (expression_completer): Likewise.
6534         * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6535         (cp_lookup_nested_symbol_1): Likewise.
6536         (cp_lookup_nested_symbol): Likewise.
6537         * cp-valprint.c (cp_print_value_fields): Likewise.
6538         (cp_print_static_field): Likewise.
6539         * d-valprint.c (d_val_print): Likewise.
6540         * eval.c (evaluate_subexp_standard): Likewise.
6541         (evaluate_subexp_for_sizeof): Likewise.
6542         * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6543         * f-typeprint.c (f_type_print_base): Likewise.
6544         * f-valprint.c (f_val_print): Likewise.
6545         * gdbtypes.c (get_discrete_bounds): Likewise.
6546         (create_array_type_with_stride): Likewise.
6547         (type_name_no_tag_or_error): Likewise.
6548         (lookup_struct_elt_type): Likewise.
6549         (get_unsigned_type_max): Likewise.
6550         (internal_type_vptr_fieldno): Likewise.
6551         (set_type_vptr_fieldno): Likewise.
6552         (internal_type_vptr_basetype): Likewise.
6553         (set_type_vptr_basetype): Likewise.
6554         (get_vptr_fieldno): Likewise.
6555         (is_integral_type): Likewise.
6556         (is_scalar_type): Likewise.
6557         (is_scalar_type_recursive): Likewise.
6558         (distance_to_ancestor): Likewise.
6559         (is_unique_ancestor_worker): Likewise.
6560         (check_types_equal): Likewise.
6561         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6562
6563 2015-07-14  Iain Buclaw  <ibuclaw@gdcproject.org>
6564
6565         * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6566         also test for language_d.
6567         (dwarf2_compute_name): Likewise.
6568         (read_func_scope): Likewise.
6569         (read_structure_type): Likewise.
6570         (new_symbol_full): Likewise.
6571         (determine_prefix): Likewise.
6572         (read_import_statement): Use dot as the separator for language_d.
6573         (typename_concat): Likewise, but don't prefix the D main function.
6574
6575 2015-07-14  Peter Bergner  <bergner@vnet.ibm.com>
6576
6577         * nat/linux-namespaces.c (setns): Rename from this ...
6578         (do_setns): ... to this.  Support calling setns if it exists.
6579         (mnsh_handle_setns): Call do_setns.
6580
6581 2015-07-13  Yao Qi  <yao.qi@linaro.org>
6582
6583         * exec.c (exec_file_attach): Add period at the end of error
6584         message.
6585
6586 2015-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6587
6588         * tui/tui-win.c (window_name_completer): New function.
6589         (focus_completer): Call window_name_completer.  All old content
6590         moved into window_name_completer.
6591         (winheight_completer): New function.
6592         (_initialize_tui_win): Rename variable.  Add completer to
6593         winheight command.  Update doc string on winheight.
6594
6595 2015-07-12  Sandra Loosemore  <sandra@codesourcery.com>
6596
6597         * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6598         all nios2 mach variants.
6599
6600 2015-07-10  Kevin Buettner  <kevinb@redhat.com>
6601
6602         * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6603         of target_read_memory.
6604
6605 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6606
6607         * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6608         string copy.
6609         (parse_scrolling_args): Likewise.
6610
6611 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6612
6613         * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6614         names in this function.
6615
6616 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6617
6618         * tui/tui-data.h (SRC_NAME): Convert to lower case.
6619         (CMD_NAME): Likewise.
6620         (DATA_NAME): Likewise.
6621         (DISASSEM_NAME): Likewise.
6622         * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6623         (tui_set_win_height): Likewise.
6624         (parse_scrolling_args): Likewise.
6625
6626 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
6627
6628         * record-btrace.c (record_btrace_goto_begin)
6629         (record_btrace_goto_end, record_btrace_goto): Move call to
6630         print_stack_frame ...
6631         (record_btrace_set_replay): ... here.  Set stop_pc.
6632         * record-full.c (record_full_goto_entry): Set stop_pc.
6633
6634 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6635
6636         * NEWS: Mention support for tracepoints on aarch64-linux.
6637
6638 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6639
6640         * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6641         function.  Return 1.
6642         (the_low_target): Install it.
6643
6644 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6645
6646         * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6647         * gdb.trace/collection.exp: Likewise.
6648         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6649         * gdb.trace/mi-trace-unavailable.exp: Likewise.
6650         * gdb.trace/report.exp: Likewise.
6651         * gdb.trace/trace-break.exp: Likewise.
6652         * gdb.trace/unavailable.exp: Likewise.
6653         * gdb.trace/while-dyn.exp: Likewise.
6654
6655 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6656
6657         * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6658         (aarch64_gen_return_address): New function.
6659         (aarch64_gdbarch_init): Hook it.
6660
6661 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6662
6663         * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6664         swallow NOT_AVAILABLE_ERROR.
6665         (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6666         available_p is not set.
6667         (aarch64_stub_frame_unwind_stop_reason): New function.
6668         (aarch64_stub_unwind): Install it.
6669
6670 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6671
6672         * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6673         field.
6674         (aarch64_make_prologue_cache_1): New function, factored out from
6675         aarch64_make_prologue_cache.  Do not allocate cache.  Set
6676         available_p.
6677         (aarch64_make_prologue_cache): Reimplement wrapping
6678         aarch64_make_prologue_cache_1, and swallowing
6679         NOT_AVAILABLE_ERROR.
6680         (aarch64_prologue_frame_unwind_stop_reason): New function.
6681         Return UNWIND_UNAVAILABLE if available_p is not set.
6682         (aarch64_prologue_unwind): Install it.
6683         (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6684         checks into aarch64_prologue_frame_unwind_stop_reason.  Call
6685         frame_id_build_unavailable_stack if available_p is not set.
6686
6687 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6688
6689         * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6690         fields.
6691         (aarch64_scan_prologue): Set prev_pc.
6692         (aarch64_make_prologue_cache): Set func.
6693         (aarch64_make_stub_cache): Set prev_pc.
6694         (aarch64_prologue_this_id): Remove local variables id, pc and
6695         func.  Read prev_pc and func from cache.
6696         (aarch64_stub_this_id): Read prev_pc from cache.
6697
6698 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6699
6700         * aarch64-tdep.c (aarch64_make_stub_cache): Update comment.  New
6701         argument this_cache.  Remove unused local variables reg and
6702         unwound_fp.  Return early if this_cache is already set.  Set
6703         this_cache.
6704         (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6705
6706 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6707
6708         * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6709         New argument this_cache.  Return early if this_cache is already
6710         set.  Set this_cache.
6711         (aarch64_prologue_this_id): Update call to
6712         aarch64_make_prologue_cache.
6713         (aarch64_prologue_prev_register): Likewise.
6714         (aarch64_normal_frame_base): Likewise.
6715
6716 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6717
6718         * c-valprint.c (c_val_print): Factor out memberptr printing code
6719         from c_val_print to ...
6720         (c_val_print_memberptr): ... this new function.
6721
6722 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6723
6724         * c-valprint.c (c_val_print): Factor out int printing code to ...
6725         (c_val_print_int): ... this new function.
6726
6727 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6728
6729         * c-valprint.c (c_val_print): Factor out struct and union
6730         printing code to ...
6731         (c_val_print_struct): ... this new function ...
6732         (c_val_print_union): ... and this new function.
6733
6734 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6735
6736         * c-valprint.c (c_val_print): Factor out pointer printing code
6737         to ...
6738         (c_val_print_ptr): ... this new function.
6739
6740 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6741
6742         * c-valprint.c (c_valprint): Factor our array printing code from
6743         c_val_print to ...
6744         (c_val_print_array): ... this new function.
6745
6746 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6747
6748         * c-valprint.c (c_val_print): Factor out pointer printing code
6749         to ...
6750         (print_unpacked_pointer): ... this new function.
6751
6752 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6753
6754         * c-valprint.c (c_val_print): Remove an assignment to i and move
6755         its declaration.
6756
6757 2015-07-09  Yao Qi  <yao.qi@linaro.org>
6758
6759         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6760         argument ptid.  Update comments.  Caller update.
6761
6762 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6763
6764         * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6765         mnt packets.
6766
6767 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6768
6769         * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6770
6771 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6772
6773         * progspace.c (delete_program_space): Add missing spaces.
6774
6775 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6776
6777         * inferior.c (delete_inferior_1): Rename to ...
6778         (delete_inferior): ..., remove 'silent' parameter, delete
6779         program space when unused and remove call to prune_program_spaces.
6780         Remove the old, unused, delete_inferior.
6781         (delete_inferior_silent): Remove.
6782         (prune_inferiors): Change call from delete_inferior_1 to
6783         delete_inferior and remove 'silent' parameter. Remove call to
6784         prune_program_spaces.
6785         (remove_inferior_command): Idem.
6786         * inferior.h (delete_inferior_1): Rename to...
6787         (delete_inferior): ..., remove 'silent' parameter and remove the
6788         original delete_inferior.
6789         (delete_inferior_silent): Remove.
6790         * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6791         delete_inferior_1 to delete_inferior and remove 'silent'
6792         parameter.
6793         * progspace.c (prune_program_spaces): Remove.
6794         (pspace_empty_p): Rename to...
6795         (program_space_empty_p): ... and make non-static.
6796         (delete_program_space): New.
6797         * progspace.h (prune_program_spaces): Remove declaration.
6798         (program_space_empty_p): New declaration.
6799         (delete_program_space): New declaration.
6800         * monitor.c (monitor_close): Replace call to
6801         delete_thread_silent and delete_inferior_silent with
6802         discard_all_inferiors.
6803
6804 2015-07-08  Patrick Palka  <patrick@parcs.ath.cx>
6805
6806         * defs.h (deprecated_register_changed_hook): Remove prototype.
6807         * interps.c (clear_iterpreter_hooks): Remove reference to
6808         deprecated_register_changed_hook.
6809         * top.c (deprecated_register_changed_hook): Remove prototype.
6810         * valops.c (value_assign): Remove reference to
6811         deprecated_register_changed_hook.
6812         * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6813         Add comment documenting the function.
6814         (tui_register_changed_observer): Define.
6815         (tui_install_hooks): Remove reference to
6816         deprecated_register_changed_hook.  Set
6817         tui_register_changed_observer.
6818         (tui_remove_hooks): Remove reference to
6819         deprecated_register_changed_hook.  Unset
6820         tui_register_changed_observer.
6821
6822 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6823
6824         PR compile/18484
6825         * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6826
6827 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
6828
6829         PR exp/18617
6830         * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6831
6832 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6833
6834         * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6835
6836 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6837
6838         * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6839         Use safe_strerror() instead of strerror().
6840
6841 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6842
6843         * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6844         * features/arm-with-m-fpa-layout.c: Regenerated.
6845         * features/arm-with-m-vfp-d16.xml: Likewise.
6846         * features/arm-with-m-vfp-d16.c: Regenerated.
6847         * features/arm-with-m.xml: Likewise.
6848         * features/arm-with-m.c: Regenerated.
6849         * features/arm-with-neon.xml: Likewise.
6850         * features/arm-with-neon.c: Regenerated.
6851         * features/arm-with-vfpv2.xml: Likewise.
6852         * features/arm-with-vfpv2.c: Regenerated.
6853         * features/arm-with-vfpv3.xml: Likewise.
6854         * features/arm-with-vfpv3.c: Regenerated.
6855
6856 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6857
6858         * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6859         arm-linux-nat.c.
6860         * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6861         elf/external.h.
6862         (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6863         if target is 32-bit.
6864         (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6865         if target is 32-bit.
6866         (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6867         if target is 32-bit.
6868         (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6869         if target is 32-bit.
6870         (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6871         (aarch64_linux_read_description): Return the right target
6872         description.
6873         * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6874         * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6875         * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6876         arm-linux-tdep.o.
6877
6878 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6879
6880         * aarch32-linux-nat.c: New file.
6881         * aarch32-linux-nat.h: New file.
6882         * arm-linux-nat.c: Include aarch32-linux-nat.h.
6883         (fetch_regs): Move code to aarch32-linux-nat.c.  Call
6884         aarch32_gp_regcache_supply.
6885         (store_regs): Move code to aarch32-linux-nat.c.  Call
6886         aarch32_gp_regcache_collect.
6887         (fetch_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6888         aarch32_vfp_regcache_supply.
6889         (store_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6890         aarch32_vfp_regcache_collect.
6891         * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6892
6893 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6894
6895         * arm-linux-nat.c (store_fpregister): Remove.
6896         (store_register): Likewise.
6897         (fetch_fpregister): Likewise.
6898         (fetch_register): Likewise.
6899         (arm_linux_store_inferior_registers): Call store_regs and
6900         store_fpregs instead.
6901         (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
6902         fetch_regs instead.
6903
6904 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6905
6906         * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
6907         and focus commands.
6908
6909 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
6910
6911         * NEWS: Create a new section for the next release branch.
6912         Rename the section of the current branch, now that it has
6913         been cut.
6914
6915 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
6916
6917         GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
6918         * version.in: Bump version to 7.10.50.DATE-cvs.
6919
6920 2015-07-06  Luis Machado  <lgustavo@codesourcery.com>
6921
6922         * breakpoint.c (remove_breakpoint_1): Don't handle permanent
6923         breakpoints in a special way.
6924         (remove_breakpoint): Likewise.
6925         (mark_breakpoints_out): Likewise.
6926
6927 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6928
6929         * doc/gdb.texinfo (TUI): Add comma after @xref.
6930
6931 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6932
6933         * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
6934         instead of casting the structure type.
6935
6936 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6937
6938         * valops.c (search_struct_field): Remove OFFSET parameter.
6939         (value_cast_structs): Adjust calls to search_struct_field.
6940         (value_struct_elt): Same.
6941         (find_overload_match): Same.
6942
6943 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6944
6945         * value.c (value_fetch_lazy): Update comment, change return
6946         value to void.
6947         * value.h (value_fetch_lazy): Change return value to void.
6948
6949 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6950
6951         * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
6952         (tui_win_name): Make parameter and result const.
6953         * tui/tui-data.h (tui_win_name): Make parameter and result const.
6954
6955 2015-07-06  Patrick Palka  <patrick@parcs.ath.cx>
6956
6957         * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
6958         use printf_unfiltered.
6959         (set_mpx_cmd): Add missing trailing space to command string
6960         literal.
6961         (_initialize_i386_tdep): Give the "mpx" prefix command its
6962         correct name.
6963
6964 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
6965
6966         * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
6967         (enum rx_frame_type): New.
6968         (struct rx_prologue): Add new field `frame_type'.
6969         (rx_analyze_prologue): Add `frame_type' parameter. Cache this
6970         parameter in the prologue struct.  Add code for recording
6971         locations of PC and PSW for fast interrupt and exception frames.
6972         (rx_skip_prologue): Adjust call to rx_analyze_prologue.
6973         (rx_analyze_frame_prologue): Add `frame_type' parameter.
6974         (rx_frame_type): New function.
6975         (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
6976         (rx_frame_this_id): Rename parameter `this_prologue_cache' to
6977         `this_cache'.
6978         (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
6979         `this_cache'.  Add cases for RX_FRAME_TYPE_EXCEPTION and
6980         RX_FRAME_TYPE_FAST_INTERRUPT.
6981         (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
6982         (rx_frame_sniffer, rx_exception_sniffer): New functions.
6983         (rx_frame_unwind): Use rx_frame_sniffer instead of
6984         default_frame_sniffer.
6985         (rx_frame_unwind): New unwinder.
6986         (rx_gdbarch_init): Register new unwinder.
6987
6988 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
6989
6990         * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
6991         (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
6992         (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
6993         and RX_FPSW_REGNUM.
6994         (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
6995
6996 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6997
6998         Fix GCC false warning.
6999         * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
7000
7001 2015-07-02  Yao Qi  <yao.qi@linaro.org>
7002
7003         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
7004         typo in the debugging message.
7005
7006 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7007
7008         * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
7009         (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
7010         (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
7011         (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
7012         (btrace_maint_clear): New.
7013         (btrace_fetch, btrace_clear): Call btrace_maint_clear.
7014         (pt_print_packet, btrace_maint_decode_pt)
7015         (btrace_maint_update_pt_packets, btrace_maint_update_packets)
7016         (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
7017         (maint_btrace_packet_history_cmd)
7018         (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
7019         (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
7020         (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
7021         (maint_info_btrace_cmd, _initialize_btrace): New.
7022         * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
7023         (btrace_maint_packet_history, btrace_maint_info): New.
7024         (btrace_thread_info) <maint>: New.
7025         * NEWS: Announce it.
7026
7027 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7028
7029         * btrace.c (btrace_fetch): Append the new trace data.
7030         (btrace_clear): Clear the stored trace data.
7031         * btrace.h (btrace_thread_info) <data>: New.
7032         * common/btrace-common.h (btrace_data_clear)
7033         (btrace_data_append): New.
7034         * common/btrace-common.c (btrace_data_clear)
7035         (btrace_data_append): New.
7036
7037 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7038
7039         * nat/linux-btrace.c (linux_enable_bts): Check for
7040         PERF_ATTR_SIZE_VER5.
7041         Check for data_offset and data_size fields.  Use them.
7042
7043 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7044
7045         * NEWS: Announce new commands "record btrace pt" and "record pt".
7046         Announce new options "set|show record btrace pt buffer-size".
7047         * btrace.c: Include "rsp-low.h".
7048         Include "inttypes.h".
7049         (btrace_add_pc): Add forward declaration.
7050         (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
7051         (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
7052         (btrace_compute_ftrace_pt): New.
7053         (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
7054         (check_xml_btrace_version): Update version check.
7055         (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
7056         (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
7057         (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
7058         (btrace_pt_children): New.
7059         (btrace_children): Add support for "pt".
7060         (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
7061         (btrace_conf_children): Add support for "pt".
7062         * btrace.h: Include "intel-pt.h".
7063         (btrace_pt_error): New.
7064         * common/btrace-common.c (btrace_format_string, btrace_data_fini)
7065         (btrace_data_empty): Support BTRACE_FORMAT_PT.
7066         * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
7067         (struct btrace_config_pt): New.
7068         (struct btrace_config)<pt>: New.
7069         (struct btrace_data_pt_config, struct btrace_data_pt): New.
7070         (struct btrace_data)<pt>: New.
7071         * features/btrace-conf.dtd (btrace-conf)<pt>: New.
7072         (pt): New.
7073         * features/btrace.dtd (btrace)<pt>: New.
7074         (pt, pt-config, cpu): New.
7075         * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
7076         (perf_event_pt_event_type, kernel_supports_pt)
7077         (linux_supports_pt): New.
7078         (linux_supports_btrace): Support BTRACE_FORMAT_PT.
7079         (linux_enable_bts): Free tinfo on error.
7080         (linux_enable_pt): New.
7081         (linux_enable_btrace): Support BTRACE_FORMAT_PT.
7082         (linux_disable_pt): New.
7083         (linux_disable_btrace): Support BTRACE_FORMAT_PT.
7084         (linux_fill_btrace_pt_config, linux_read_pt): New.
7085         (linux_read_btrace): Support BTRACE_FORMAT_PT.
7086         * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
7087         (struct btrace_target_info)<pt>: New.
7088         * record-btrace.c (set_record_btrace_pt_cmdlist)
7089         (show_record_btrace_pt_cmdlist): New.
7090         (record_btrace_print_pt_conf): New.
7091         (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
7092         (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
7093         (cmd_record_btrace_pt_start): New.
7094         (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
7095         (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
7096         (_initialize_record_btrace): Add new commands.
7097         * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
7098         (remote_protocol_features): Add "Qbtrace:pt".
7099         Add "Qbtrace-conf:pt:size".
7100         (remote_supports_btrace): Support BTRACE_FORMAT_PT.
7101         (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
7102         (remote_enable_btrace): Support BTRACE_FORMAT_PT.
7103         (_initialize_remote): Add new commands.
7104
7105 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7106
7107         * configure.ac: check for libipt
7108         * configure: Regenerate.
7109         * config.in: Regenerate.
7110         * Makefile.in (LIBIPT): New.
7111         (CLIBS): Add $LIBIPT.
7112         * NEWS: document new configure options
7113
7114 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7115
7116         * compile/compile-object-load.c (compile_object_load): Replace debug
7117         message "lookup undefined ELF symbol" by 3 more specific messages.
7118
7119 2015-07-01  Kevin Buettner  <kevinb@redhat.com>
7120
7121         * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
7122         (rl78_register_type): Add case for RL78_PSW_REGNUM.
7123         (rl78_gdbarch_init): Initialize rl78_psw_type.
7124
7125 2015-07-01  Patrick Palka  <patrick@parcs.ath.cx>
7126
7127         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7128         Update commentary.  Always refresh the registers when frame
7129         information has changed.
7130         * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7131         Change return type to int.  Return 1 if frame information has
7132         changed, 0 otherwise.
7133         (tui_before_prompt): Update commentary.
7134         * tui/tui-stack.h (tui_show_frame_info): Change return type to
7135         int.
7136
7137 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7138
7139         PR tui/13378
7140         * frame.c (select_frame): Remove reference to
7141         deprecated_selected_frame_level_changed_hook.
7142         * frame.h (deprecated_selected_frame_level_changed_hook): Remove
7143         declaration.
7144         * stack.c (deprecated_selected_frame_level_changed_hook):
7145         Likewise.
7146         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
7147         Rename to ...
7148         (tui_refresh_frame_and_register_information): ... this.  Bail
7149         out if there is no stack.  Don't update register information
7150         unless registers_too_p is true.
7151         (tui_print_frame_info_listing_hook): Rename to ...
7152         (tui_dummy_print_frame_info_listing_hook): ... this.
7153         (tui_before_prompt): New function.
7154         (tui_normal_stop): New function.
7155         (tui_before_prompt_observer): New observer.
7156         (tui_normal_stop_observer): New observer.
7157         (tui_install_hooks): Set
7158         deprecated_print_frame_info_listing_hook to
7159         tui_dummy_print_frame_info_listing_hook.  Register
7160         tui_before_prompt_observer to call tui_before_prompt and
7161         tui_normal_stop_observer to call tui_normal_stop.  Remove
7162         reference to deprecated_selected_frame_level_changed_hook.
7163         (tui_remove_hooks): Detach and unset tui_before_prompt_observer
7164         and tui_normal_stop_observer.  Remove reference to
7165         deprecated_selected_frame_level_changed_hook.
7166
7167 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7168
7169         PR tui/13378
7170         * tui/tui-stack.c (tui_set_locator_info): Change prototype to
7171         return an int instead of void.  Return whether the locator
7172         window has changed.
7173         (tui_show_frame_info): If the locator info has not changed, then
7174         bail out early to avoid refreshing the windows.
7175
7176 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7177
7178         * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
7179         LOCATOR_WIN to tui_alloc_content.
7180
7181 2015-06-30  Yao Qi  <yao.qi@linaro.org>
7182
7183         PR tdep/18605
7184         * arm-tdep.c (arm_get_next_pc_raw): Break for media
7185         instructions.
7186
7187 2015-06-29  Kevin Buettner  <kevinb@redhat.com>
7188
7189         * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
7190         (rx_dwarf_reg_to_regnum): New function.
7191         (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum.  Use dwarf2
7192         unwinding.
7193
7194 2015-06-29  Pedro Alves  <palves@redhat.com>
7195
7196         PR threads/18127
7197         * infcall.c (run_inferior_call): On infcall success, if the thread
7198         was marked stopped before, reset it back to stopped.
7199         * infrun.c (resume): Don't suppress the set_running calls when
7200         doing an infcall.
7201         (normal_stop): Only discard the finish_thread_state cleanup if the
7202         infcall succeeded.
7203
7204 2015-06-29  Pierre Langlois  <pierre.langlois@arm.com>
7205
7206         * MAINTAINERS (Write After Approval): Update my email address.
7207
7208 2015-06-26  Keith Seitz  <keiths@redhat.com>
7209             Doug Evans  <dje@google.com>
7210
7211         PR 16253
7212         * block.c (block_lookup_symbol): For non-function blocks,
7213         continue to search for a symbol with an exact domain match
7214         Otherwise, return any previously found "best domain" symbol.
7215         (block_lookup_symbol_primary): Likewise.
7216
7217 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7218
7219         * NEWS: Mention the new option "history remove-duplicates".
7220         * top.c (history_remove_duplicates): New static variable.
7221         (show_history_remove_duplicates): New static function.
7222         (gdb_add_history): Conditionally remove duplicate history
7223         entries.
7224         (init_main): Add "history remove-duplicates" option.
7225
7226 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7227
7228         * tui/tui-win.c (focus_completer): New static function.
7229         (_initialize_tui_win): Set the completion function of the
7230         "focus" command to focus_completer.
7231
7232 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7233
7234         * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
7235         and language_asm..
7236         * symtab.c (find_function_start_sal): Likewise.
7237
7238 2015-06-25  Gary Benson  <gbenson@redhat.com>
7239
7240         * solib.c (solib_find_1): Set local variable sysroot to NULL if
7241         it is the empty string after trailing slashes have been stripped.
7242
7243 2015-06-25  Gary Benson  <gbenson@redhat.com>
7244
7245         * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
7246         * infrun.c (follow_exec): Likewise.
7247         * remote.c (remote_filesystem_is_local): Likewise.
7248         * solib.c (solib_find_1): Likewise.
7249
7250 2015-06-24  Keith Seitz  <keiths@redhat.com>
7251
7252         * build-id.c (build_id_to_debug_bfd): Add cleanup to free
7253         return value from lrealpath.
7254
7255 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7256
7257         * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7258
7259 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7260
7261         * remote-sim.c: Include gdb_bfd.h.
7262         (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7263         Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7264
7265 2015-06-24  Yao Qi  <yao.qi@linaro.org>
7266
7267         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7268         set_gdbarch_get_siginfo_type.
7269         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7270         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7271         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7272         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7273         * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7274         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7275         * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7276         * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7277         (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7278         * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7279
7280 2015-06-24  Gary Benson  <gbenson@redhat.com>
7281
7282         * common/buffer.c (stdint.h): Do not include.
7283         * common/print-utils.c (stdint.h): Likewise.
7284         * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7285         * compile/compile-c-types.c (gdb_assert.h): Likewise.
7286         * ft32-tdep.c (gdb_assert.h): Likewise.
7287         * guile/scm-utils.c (stdint.h): Likewise.
7288         * i386-linux-tdep.c (stdint.h): Likewise.
7289         * i386-tdep.c (stdint.h): Likewise.
7290         * nat/linux-btrace.c (stdint.h): Likewise.
7291         * nat/linux-btrace.h (stdint.h): Likewise.
7292         * nat/linux-ptrace.c (stdint.h): Likewise.
7293         * nat/mips-linux-watch.h (stdint.h): Likewise.
7294         * ppc-linux-nat.c (stdint.h): Likewise.
7295         * python/python-internal.h (stdint.h): Likewise.
7296         * stub-termcap.c (stdlib.h): Likewise.
7297         * target/target.h (stdint.h): Likewise.
7298         * xtensa-linux-nat.c (stdint.h): Likewise.
7299
7300 2015-06-23  Patrick Palka  <patrick@parcs.ath.cx>
7301
7302         * top.c (init_history): Look at errno after calling strtol to
7303         properly map large GDBHISTSIZE values to infinity.
7304
7305 2015-06-23  Doug Evans  <dje@google.com>
7306
7307         * inferior.h (struct inferior_suspend_state): Delete, unused.
7308         All references deleted.
7309
7310 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
7311
7312         * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7313         (microblaze_push_dummy_call): Likewise.
7314         (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7315         and set_gdbarch_push_dummy_call.
7316
7317 2015-06-23  Yao Qi  <yao.qi@linaro.org>
7318
7319         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7320         Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7321         (amd64_linux_store_inferior_registers): Likewise.
7322         * arm-linux-nat.c (fetch_fpregister): Likewise.
7323         (fetch_fpregs, store_fpregister): Likewise.
7324         (store_fpregister, store_fpregs): Likewise.
7325         (fetch_register, fetch_regs): Likewise.
7326         (store_register, store_regs): Likewise.
7327         (fetch_vfp_regs, store_vfp_regs): Likewise.
7328         (arm_linux_read_description): Check have_ptrace_getregset is
7329         TRIBOOL_UNKNOWN.  Set have_ptrace_getregset to TRIBOOL_TRUE
7330         or TRIBOOL_FALSE.
7331         * i386-linux-nat.c (fetch_xstateregs): Check
7332         have_ptrace_getregset is not TRIBOOL_TRUE.
7333         (store_xstateregs): Likewise.
7334         * linux-nat.c (have_ptrace_getregset): Change its type to
7335         enum tribool.
7336         * linux-nat.h (tribool): New enum.
7337         * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7338         Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7339
7340 2015-06-19  Doug Evans  <dje@google.com>
7341
7342         * NEWS: Mention Sun's version of stabs is no longer supported.
7343         * elfread.c (free_elfinfo): Delete.  All uses updated.
7344         (elfstab_offset_sections): Delete.  All uses updated.
7345         * gdb-stabs.h (stab_section_info): Delete.  All uses updated.
7346         * psympriv.h (partial_symtab) <section_offsets>: Delete.
7347         All uses updated.
7348         * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7349         All callers updated.
7350
7351 2015-06-18  Simon Marchi  <simon.marchi@ericsson.com>
7352
7353         * common/rsp-low.c (needs_escaping): New.
7354         (remote_escape_output): Add unit_size parameter. Refactor to
7355         support multi-byte addressable units.  Rename parameters.
7356         * common/rsp-low.h (remote_escape_output): Add unit_size
7357         parameter and rename others. Update doc.
7358         * remote.c (align_for_efficient_write): New.
7359         (remote_write_bytes_aux): Add unit_size parameter and use it.
7360         Rename some variables.  Update doc.
7361         (remote_xfer_partial): Get unit size and use it.
7362         (remote_read_bytes_1): Add unit_size parameter and use it.
7363         Rename some variables. Update doc.
7364         (remote_write_bytes): Same.
7365         (remote_xfer_live_readonly_partial): Same.
7366         (remote_read_bytes): Same.
7367         (remote_flash_write): Update call to remote_write_bytes_aux.
7368         (remote_write_qxfer): Update call to remote_escape_output.
7369         (remote_search_memory): Same.
7370         (remote_hostio_pwrite): Same.
7371
7372 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7373
7374         * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7375         locations as inserted.
7376         Update and expand comment about permanent locations.
7377         (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7378         Move comment to add_location_to_breakpoint.
7379         (update_global_location_list): Don't error out if a permanent
7380         breakpoint is not marked inserted.
7381         Don't error out if a non-permanent breakpoint location is inserted on
7382         top of a permanent breakpoint.
7383
7384 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7385
7386         * breakpoint.c (make_breakpoint_permanent): Remove unused
7387         function.
7388         * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7389
7390 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7391
7392         PR gdb/16999
7393         * NEWS: Mention new GDBHISTSIZE behavior.
7394         * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7395         set history size to unlimited.  Ignore non-numeric GDBHISTSIZE.
7396
7397 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7398
7399         * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7400         * top.c (init_history): Read from GDBHISTSIZE instead of
7401         HISTSIZE.
7402         (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7403
7404 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7405
7406         * top.c (gdb_safe_append_history): Do not call
7407         history_truncate_file if the history is not stifled.
7408
7409 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7410
7411         * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7412         * syscalls/s390x-linux.xml: Likewise.
7413
7414 2015-06-16  Michael Eager  <eager@eagercon.com>
7415
7416         * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7417
7418 2015-06-16  Patrick Palka  <patrick@parcs.ath.cx>
7419
7420         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7421         target_terminal_ours_for_output() before calling
7422         tui_show_frame_info(), and restore the original terminal
7423         settings afterwards.
7424
7425 2015-06-16  Martin Simmons  <martin@lispworks.com>  (tiny patch)
7426
7427         * arm-linux-nat.c: Include nat/linux-ptrace.h.
7428
7429 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7430
7431         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7432         memory unit size.
7433         (mi_cmd_data_write_memory_bytes): Same.
7434
7435 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7436
7437         * corefile.c (write_memory): Update doc.
7438         * gdbcore.h (write_memory): Same.
7439
7440 2015-06-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7441
7442         * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7443         (dump_mapping_p): Use it for parameter filterflags.
7444         (linux_find_memory_regions_full): Use it for variable filterflags.
7445
7446 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7447             Jan Kratochvil  <jan.kratochvil@redhat.com>
7448
7449         Merge multiple hex conversions.
7450         * monitor.c: Include rsp-low.h.
7451         (fromhex): Remove definition.
7452
7453 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7454             Jan Kratochvil  <jan.kratochvil@redhat.com>
7455
7456         Move utility functions to common/.
7457         * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7458         Move defs to common/common-utils.c.
7459         * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7460         (skip_to_space_const): Move decls to common/common-utils.h.
7461         * common/common-defs.h: Move include of common-types.h before
7462         common-utils.h.
7463         * common/common-utils.c: Include host-defs.h and ctype.h.
7464         (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7465         from utils.c.
7466         (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7467         cli/cli-utils.c.
7468         * common/common-utils.h (strtoulst): Move decl from utils.h.
7469         (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7470         Move from cli/cli-utils.h.
7471         * common/host-defs.h: Include limits.h.
7472         (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7473         (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7474         * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7475         common/common-utils.h.
7476         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7477         (strtoulst): Move to common/common-utils.c.
7478         * utils.h (strtoulst): Moved decl to common/common-utils.h.
7479
7480 2015-06-15  Yao Qi  <yao.qi@linaro.org>
7481
7482         * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7483
7484 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
7485
7486         * build-id.c: Don't include elf-bfd.h.
7487         (build_id_bfd_get): Use bfd_build_id.
7488         (build_id_verify): Ditto.
7489         * build-id.h: Ditto.
7490         (find_separate_debug_file_by_buildid): Ditto.
7491         * python/py-objfile.c: Don't include elf-bfd.h.
7492         (objfpy_get_build_id) Use bfd_build_id.
7493         (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7494         * coffread.c: Include build-id.h.
7495         (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7496
7497 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7498
7499         * windows-nat.c (do_windows_fetch_inferior_registers)
7500         (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7501         conditional with __CYGWIN__.
7502
7503 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7504
7505         * completer.c: Add arch-utils.h include.
7506         (enum reg_completer_targets): New enum.
7507         (reg_or_group_completer_1): New function containing old
7508         reg_or_group_completer, add and use new parameter to control what
7509         is completed on.  Use get_current_arch rather than architecture of
7510         currently selected frame.
7511         (reg_or_group_completer): Call new reg_or_group_completer_1.
7512         (reggroup_completer): Call new reg_or_group_completer_1.
7513         * completer.h (reggroup_completer): Add declaration.
7514         * tui/tui-regs.c: Add 'completer.h' include.
7515         (tui_reg_next_command): Renamed to...
7516         (tui_reg_next): ...this.  Adjust parameters and return rather than
7517         display new group.
7518         (tui_reg_prev_command): Renamed to...
7519         (tui_reg_prev): ...this.  Adjust parameters and return rather than
7520         display new group.
7521         (tui_reg_float_command): Delete.
7522         (tui_reg_general_command): Delete.
7523         (tui_reg_system_command): Delete.
7524         (tui_reg_command): Rewrite to perform switching of register group.
7525         Add header comment.
7526         (tuireglist): Remove.
7527         (tui_reggroup_completer): New function.
7528         (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7529         creation of 'tui reg' command.
7530         * NEWS: Add comment about 'tui reg' changes.
7531
7532 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7533
7534         * target.c (target_read): Consider addressable unit size when
7535         reading from a memory object.
7536         (read_memory_robust): Same.
7537         (read_whatever_is_readable): Same.
7538         (target_write_with_progress): Consider addressable unit size
7539         when writing to a memory object.
7540         * target.h (target_read): Update documentation.
7541         (target_write): Add documentation.
7542
7543 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7544
7545         * arch-utils.h (default_addressable_memory_unit_size): New.
7546         * arch-utils.c (default_addressable_memory_unit_size): New.
7547         * gdbarch.sh (addressable_memory_unit_size): New.
7548         * gdbarch.h: Re-generate.
7549         * gdbarch.c: Re-generate.
7550
7551 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7552
7553         * target.c (target_read): Rename variables and use
7554         TARGET_XFER_E_IO.
7555         (target_read_with_progress): Same.
7556         (read_memory_robust): Constify parameters and rename
7557         variables.
7558         (read_whatever_is_readable): Constify parameters,
7559         rename variables, adjust formatting.
7560         * target.h (read_memory_robust): Constify parameters.
7561
7562 2015-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7563
7564         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7565         synthetic (non-AltiVec) vector types.
7566         (ppc64_sysv_abi_return_value): Likewise.
7567
7568 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7569
7570         PR breakpoints/16465
7571         * breakpoint.c (create_breakpoint): Save extra_string for
7572         pending breakpoints.
7573
7574 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7575
7576         * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7577         and bt_mask to CORE_ADDR.
7578
7579 2015-06-11  Gary Benson <gbenson@redhat.com>
7580
7581         * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7582         (mnsh_recv_message): Likewise.
7583
7584 2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7585
7586         * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7587         long long int and plongest instead of %ll.
7588
7589 2015-06-11  Gary Benson <gbenson@redhat.com>
7590
7591         * nat/linux-namespaces.c (gdb_wait.h): New include.
7592         (sys/wait.h): Do not include.
7593
7594 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
7595
7596         * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7597         end_sequence is true.
7598
7599 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7600
7601         Code cleanup.
7602         * solib-target.c (library_list_start_list): Use explicit NULL
7603         comparison.
7604
7605 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7606
7607         * solib-target.c (library_list_start_list): Do not dereference
7608         variable version in its initialization.  Make the VERSION check handle
7609         NULL.
7610         (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7611
7612 2015-06-10  Gary Benson <gbenson@redhat.com>
7613
7614         * NEWS: Announce support for direct access of executable and
7615         shared library files when attaching to inferiors in containers
7616         on GNU/Linux systems.
7617
7618 2015-06-10  Gary Benson <gbenson@redhat.com>
7619
7620         * remote.c (struct remote_state) <fs_pid>: New field.
7621         (new_remote_state): Initialize the above.
7622         (PACKET_vFile_setfs): New enum value.
7623         (remote_hostio_set_filesystem): New function.
7624         (remote_hostio_open): Call the above.
7625         (remote_hostio_unlink): Likewise.
7626         (remote_hostio_readlink): Likewise.
7627         (_initialize_remote): Register new "set/show remote
7628         hostio-setfs-packet" command.
7629         * NEWS: Announce new vFile:setfs packet.
7630
7631 2015-06-10  Gary Benson <gbenson@redhat.com>
7632
7633         * linux-nat.c (nat/linux-namespaces.h): New include.
7634         (fileio.h): Likewise.
7635         (linux_nat_filesystem_is_local): New function.
7636         (linux_nat_fileio_pid_of): Likewise.
7637         (linux_nat_fileio_open): Likewise.
7638         (linux_nat_fileio_readlink): Likewise.
7639         (linux_nat_fileio_unlink): Likewise.
7640         (linux_nat_add_target): Initialize to_filesystem_is_local,
7641         to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7642         (_initialize_linux_nat): New "set/show debug linux-namespaces"
7643         commands.
7644         * NEWS: Mention new "set/show debug linux-namespaces" commands.
7645
7646 2015-06-10  Gary Benson <gbenson@redhat.com>
7647
7648         * target.h (struct inferior): New forward declaration.
7649         (struct target_ops) <to_filesystem_is_local>: Update comment.
7650         (struct target_ops) <to_fileio_open>: New argument inf.
7651         Update comment.  All implementations updated.
7652         (struct target_ops) <to_fileio_unlink>: Likewise.
7653         (struct target_ops) <to_fileio_readlink>: Likewise.
7654         (target_filesystem_is_local): Update comment.
7655         (target_fileio_open): New argument inf.  Update comment.
7656         (target_fileio_unlink): Likewise.
7657         (target_fileio_readlink): Likewise.
7658         (target_fileio_read_alloc): Likewise.
7659         (target_fileio_read_stralloc): Likewise.
7660         * target.c (target_fileio_open): New argument inf.
7661         Pass inf to implementation.  Update debug printing.
7662         (target_fileio_unlink): Likewise.
7663         (target_fileio_readlink): Likewise.
7664         (target_fileio_read_alloc_1): New argument inf. Pass inf
7665         to target_fileio_open.
7666         (target_fileio_read_alloc): New argument inf. Pass inf to
7667         target_fileio_read_alloc_1.
7668         (target_fileio_read_stralloc): Likewise.
7669         * gdb_bfd.c (inferior.h): New include.
7670         (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7671         argument with new argument "inferior".  Pass inferior to
7672         target_fileio_open.
7673         (gdb_bfd_open): Supply inferior argument to
7674         gdb_bfd_iovec_fileio_open.
7675         * linux-tdep.c (linux_info_proc): Supply inf argument to
7676         relevant target_fileio calls.
7677         (linux_find_memory_regions_full): Likewise.
7678         (linux_fill_prpsinfo): Likewise.
7679         * remote.c (remote_filesystem_is_local): Supply inf
7680         argument to remote_hostio_open.
7681         (remote_file_put): Likewise.
7682         (remote_file_get): Likewise.
7683         (remote_file_delete): Supply inf argument to
7684         remote_hostio_unlink.
7685
7686 2015-06-10  Gary Benson <gbenson@redhat.com>
7687
7688         * inf-child.c (inf_child_fileio_open): Replace comment.
7689         (inf_child_fileio_pwrite): Likewise.
7690         (inf_child_fileio_pread): Likewise.
7691         (inf_child_fileio_fstat): Insert blank line before comment.
7692         (inf_child_fileio_close): Replace comment.
7693         (inf_child_fileio_unlink): Likewise.
7694         (inf_child_fileio_readlink): Likewise.
7695         * remote.c (remote_hostio_open): Likewise.
7696         (remote_hostio_pread): Likewise.
7697         (remote_hostio_pwrite): Likewise.
7698         (remote_hostio_close): Likewise.
7699         (remote_hostio_unlink): Likewise.
7700         (remote_hostio_readlink): Likewise.
7701         (remote_hostio_fstat): Likewise.
7702         (remote_filesystem_is_local): Likewise.
7703         * target.c (target_fileio_open): Likewise.
7704         (target_fileio_pwrite): Likewise.
7705         (target_fileio_pread): Likewise.
7706         (target_fileio_fstat): Insert blank line before comment.
7707         (target_fileio_close): Replace comment.
7708         (target_fileio_unlink): Likewise.
7709         (target_fileio_readlink): Likewise.
7710         (target_fileio_read_alloc): Likewise.
7711         (target_fileio_read_stralloc): Likewise.
7712
7713 2015-06-10  Gary Benson <gbenson@redhat.com>
7714
7715         * linux-thread-db.c (nat/linux-namespaces.h): New include.
7716         (check_pid_namespace_match): Use linux_ns_same rather than
7717         linux_proc_pid_get_ns to spot PID namespace mismatches.
7718         * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7719         * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7720
7721 2015-06-10  Gary Benson <gbenson@redhat.com>
7722
7723         * configure.ac (AC_CHECK_FUNCS): Add setns.
7724         * config.in: Regenerate.
7725         * configure: Likewise.
7726         * nat/linux-namespaces.h: New file.
7727         * nat/linux-namespaces.c: Likewise.
7728         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7729         (linux-namespaces.o): New rule.
7730         * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7731         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7732         * config/arm/linux.mh (NATDEPFILES): Likewise.
7733         * config/i386/linux.mh (NATDEPFILES): Likewise.
7734         * config/i386/linux64.mh (NATDEPFILES): Likewise.
7735         * config/ia64/linux.mh (NATDEPFILES): Likewise.
7736         * config/m32r/linux.mh (NATDEPFILES): Likewise.
7737         * config/m68k/linux.mh (NATDEPFILES): Likewise.
7738         * config/mips/linux.mh (NATDEPFILES): Likewise.
7739         * config/pa/linux.mh (NATDEPFILES): Likewise.
7740         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7741         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7742         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7743         * config/s390/linux.mh (NATDEPFILES): Likewise.
7744         * config/sparc/linux.mh (NATDEPFILES): Likewise.
7745         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7746         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7747         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7748
7749 2015-06-10  Gary Benson <gbenson@redhat.com>
7750
7751         * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7752         * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7753         (make_cleanup_close): Likewise.
7754         * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7755         * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7756         (make_cleanup_close): Likewise.
7757
7758 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7759
7760         * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7761         from SuspendThread().
7762
7763 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7764
7765         * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7766         from OutputDebugString.
7767
7768 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7769                         Mircea Gherzan  <mircea.gherzan@intel.com>
7770
7771         * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7772         MPX_BT_MASK_32): New macros.
7773         (i386_mpx_set_bounds): New function that implements
7774         the command "set-mpx-bound".
7775         (i386_mpx_enabled): Helper function to test MPX availability.
7776         (i386_mpx_bd_base): Helper function to calculate the base directory
7777         address.
7778         (i386_mpx_get_bt_entry): Helper function to access a bound
7779         table entry.
7780         (i386_mpx_print_bounds): Effectively display bound information.
7781         (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7782         "show mpx".
7783         (_initialize_i386_tdep):
7784         Add "bound" to the commands "show mpx" and "set mpx" commands.
7785         (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7786         and "show mpx" commands.
7787         * NEWS: List new commands for MPX support.
7788
7789 2015-06-09  Gary Benson <gbenson@redhat.com>
7790
7791         * common/fileio.h (fileio_to_host_mode): New declaration.
7792         * common/fileio.c (fileio_to_host_mode): New Function.
7793         * inf-child.c (inf_child_fileio_open): Process mode argument
7794         with fileio_to_host_mode.
7795
7796 2015-06-09  Gary Benson <gbenson@redhat.com>
7797
7798         * common/fileio.c (fileio_mode_pack): Fix preprocessor
7799         conditional.
7800
7801 2015-06-05  Gary Benson <gbenson@redhat.com>
7802
7803         * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7804         * remote.c (remote_filesystem_is_local): ...here.
7805
7806 2015-06-04  Yao Qi  <yao.qi@linaro.org>
7807
7808         * gdbarch.c: Regenerate it.
7809
7810 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7811
7812         * arch-utils.c (default_infcall_munmap): New.
7813         * arch-utils.h (default_infcall_munmap): New declaration.
7814         * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7815         (munmap_list_free, munmap_listp_free_cleanup): New.
7816         (struct setup_sections_data): Add field munmap_list_headp.
7817         (setup_sections): Call munmap_list_add.
7818         (compile_object_load): New variable munmap_list_head, initialize
7819         setup_sections_data.munmap_list_headp, return munmap_list_head.
7820         * compile/compile-object-load.h (struct munmap_list): New declaration.
7821         (struct compile_module): Add field munmap_list_head.
7822         (munmap_list_free): New declaration.
7823         * compile/compile-object-run.c (struct do_module_cleanup): Add field
7824         munmap_list_head.
7825         (do_module_cleanup): Call munmap_list_free.
7826         (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7827         * gdbarch.c: Regenerate.
7828         * gdbarch.h: Regenerate.
7829         * gdbarch.sh (infcall_munmap): New.
7830         * linux-tdep.c (linux_infcall_munmap): New.
7831         (linux_init_abi): Install it.
7832
7833 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7834
7835         PR gdb/15564
7836         * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7837
7838 2015-06-02  Yao Qi  <yao.qi@linaro.org>
7839
7840         * i386-linux-nat.c: Include linux-nat.h.
7841
7842 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
7843             Jan Kratochvil  <jan.kratochvil@redhat.com>
7844
7845         PR symtab/18392
7846         * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7847         assertion.
7848         * dwarf2loc.c (chain_candidate): Likewise.
7849
7850 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7851
7852         * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7853         (store_vfp_regs): Use PTRACE_SETREGSET.
7854
7855 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7856
7857         * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7858         (fetch_fpregs): Likewise.
7859         * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7860         (store_fpregs): Likewise.
7861
7862 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7863
7864         * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7865         (fetch_regs): Likewise.
7866         (store_regs): Use PTRACE_SETREGSET.
7867         (store_register): Likewise.
7868
7869 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7870
7871         * arm-linux-nat.c (arm_linux_read_description): Check whether
7872         kernel supports PTRACE_GETREGSET.
7873
7874 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7875
7876         * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7877         * linux-nat.c: ... here.
7878         * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7879         to ...
7880         * linux-nat.h: ... here.
7881
7882 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7883
7884         * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7885         * i386-linux-nat.c: Likewise.
7886         * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7887         * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7888         (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7889         * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7890         * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7891
7892 2015-05-30  Eli Zaretskii  <eliz@gnu.org>
7893
7894         * go32-nat.c (go32_xfer_memory): Fix the return value to be
7895         compatible to what read_child and write_child return.  This
7896         unbreaks that DJGPP build of GDB which was broken since v7.7.
7897
7898 2015-05-29  Martin Galvan  <martin.galvan@tallertechnologies.com>
7899
7900         * MAINTAINERS (Write After Approval): Add Martin Galvan.
7901
7902 2015-05-29  Roland McGrath  <mcgrathr@google.com>
7903
7904         PR gdb/18464
7905         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
7906         rather than internal_error for an unrecognized value.
7907
7908 2015-05-29  Max Filippov  <jcmvbkbc@gmail.com>
7909
7910         * xtensa-tdep.c (xtensa_pseudo_register_read)
7911         (xtensa_pseudo_register_write): Don't alias last pseudo register
7912         to a1.
7913
7914 2015-05-28  Don Breazeal  <donb@codesourcery.com>
7915
7916         * infrun.c (follow_fork_inferior): Ensure the use of
7917         process-style ptids (pid,0,0) in verbose/debug "Detaching"
7918         messages.
7919
7920 2015-05-28  Doug Evans  <dje@google.com>
7921
7922         * dwarf2read.c (record_line_ftype): Remove, duplicate.
7923
7924 2015-05-28  Yao Qi  <yao.qi@linaro.org>
7925
7926         * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
7927         (arm_linux_fetch_inferior_registers): Use
7928         tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
7929         (arm_linux_store_inferior_registers): Likewise.
7930         (arm_linux_read_description): Don't set
7931         arm_linux_has_wmmx_registers.
7932         * arm-tdep.c (arm_gdbarch_init): Set
7933         tdep->have_wmmx_registers according target descriptions.
7934         * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
7935         field.
7936
7937 2015-05-28  Yao Qi  <yao.qi@linaro.org>
7938
7939         * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
7940         (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
7941         instead of arm_linux_vfp_register_count.
7942         (store_vfp_regs): Likewise.
7943         (arm_linux_fetch_inferior_registers): Likewise.
7944         (arm_linux_store_inferior_registers): Likewise.
7945         (arm_linux_read_description): Don't set
7946         arm_linux_vfp_register_count.
7947         * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
7948         Adjust.
7949         * arm-tdep.c (arm_gdbarch_init): Add assert on
7950         vfp_register_count.
7951         * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
7952         field to vfp_register_count.  All users updated.
7953
7954 2015-05-28  Kyle Huey  <me@kylehuey.com>  (tiny patch)
7955
7956         * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
7957         ELFOSABI_GNU binaries.
7958
7959 2015-05-27  Doug Evans  <dje@google.com>
7960
7961         * dwarf2read.c (lnp_state_machine): New typedef.
7962         (lnp_reader_state): New typedef.
7963         (dwarf_record_line_1): Renamed from dwarf_record_line.
7964         All callers updated.
7965         (dwarf_record_line): New function.
7966         (init_lnp_state_machine): New function.
7967         (check_line_address): Replace p_record_line parameter with state.
7968         All callers updated.
7969         (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
7970         Update to record state in lnp_state_machine.
7971
7972 2015-05-27  Doug Evans  <dje@google.com>
7973
7974         * dwarf2read.c (record_line_ftype): New typedef.
7975         (check_line_address): New function.
7976         (dwarf_decode_lines_1): Call it.
7977
7978 2015-05-27  Doug Evans  <dje@google.com>
7979
7980         * NEWS: Mention "set debug dwarf-line".
7981         * dwarf2read.c (dwarf_line_debug): New static global.
7982         (add_include_dir): Add debug dwarf-line support.
7983         (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
7984         (_initialize_dwarf2_read): New parameter "debug dwarf-line".
7985
7986 2015-05-27  Doug Evans  <dje@google.com>
7987
7988         * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
7989         All callers updated.
7990         (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
7991         * cp-support.h (cp_lookup_nested_symbol): Update.
7992
7993 2015-05-27  Doug Evans  <dje@google.com>
7994
7995         PR symtab/18258
7996         * block.c (block_find_symbol): New function.
7997         (block_find_non_opaque_type): Ditto.
7998         (block_find_non_opaque_type_preferred): Ditto.
7999         * block.h (block_symbol_matcher_ftype): New typedef.
8000         (block_find_symbol): Declare.
8001         (block_find_non_opaque_type): Ditto.
8002         (block_find_non_opaque_type_preferred): Ditto.
8003         * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
8004         * psymtab.c (psym_lookup_symbol): Ditto.
8005         * symtab.c (basic_lookup_transparent_type_1): New function.
8006         (basic_lookup_transparent_type): Call it.
8007
8008 2015-05-27  Yao Qi  <yao.qi@linaro.org>
8009
8010         * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
8011         AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
8012
8013 2015-05-27  Yao Qi  <yao.qi@linaro.org>
8014
8015         * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
8016         before operator &&.
8017         (aarch64_record_load_store): Likewise.
8018
8019 2015-05-26  Doug Evans  <dje@google.com>
8020
8021         PR c++/18141, c++/18417.
8022         * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
8023         a typedef.
8024
8025 2015-05-26  Doug Evans  <dje@google.com>
8026
8027         * NEWS: Add entries for command renamings.
8028         * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
8029         All uses updated.
8030         (dwarf_die_debug): Renamed from dwarf2_die_debug.  All uses updated.
8031         (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
8032         All uses updated.
8033         (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
8034         All callers updated.  Fix spelling of DWARF in help text.
8035         (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
8036         All uses updated.
8037         (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
8038         All uses updated.
8039         (set_dwarf_cmd): Renamed from set_dwarf2_cmd.  All callers updated.
8040         (show_dwarf_cmd): Renamed from show_dwarf2_cmd.  All callers updated.
8041         (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
8042         All uses updated.
8043         (show_dwarf_always_disassemble): Renamed from
8044         show_dwarf2_always_disassemble.  All callers updated.
8045         (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
8046         "set/show dwarf".  Rename "set/show dwarf2 max-cache-age" to
8047         "set/show dwarf max-cache-age".  Rename
8048         "set/show dwarf2 always-disassemble" to
8049         "set/show dwarf always-disassemble".  Rename
8050         "set/show debug dwarf2-read" to "set/show debug dwarf-read".  Rename
8051         "set/show debug dwarf2-die" to "set/show debug dwarf-die".
8052
8053 2015-05-26  Doug Evans  <dje@google.com>
8054
8055         PR python/18438
8056         * python/py-lazy-string.c (stpy_convert_to_value): Use
8057         gdbpy_gdb_memory_error not PyExc_MemoryError.
8058         (gdbpy_create_lazy_string_object): Ditto.
8059
8060 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8061
8062         * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
8063
8064 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8065
8066         * tui/tui-regs.c (tui_reg_prev_command): New function.
8067         (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
8068         * reggroups.c (reggroup_prev): New function.
8069         * reggroups.h (reggroup_prev): Add declaration.  Update comment.
8070
8071 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
8072             Yao Qi  <yao.qi@linaro.org>
8073
8074         * aarch64-linux-tdep.c: Include linux-record.h and
8075         record-full.h.
8076         (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
8077         (aarch64_syscall): New enum.
8078         (aarch64_canonicalize_syscall): New function.
8079         (aarch64_all_but_pc_registers_record): New function.
8080         (aarch64_linux_syscall_record): New function.
8081         (aarch64_linux_init_abi): Install AArch64 process record
8082         handler.  Update to handle syscall recording.
8083         * aarch64-tdep.c: Include record.h and record-full.h.
8084         (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
8085         (struct aarch64_mem_r): Define.
8086         (aarch64_record_result): New enum.
8087         (struct insn_decode_record): Define.
8088         (insn_decode_record): New typedef.
8089         (aarch64_record_data_proc_reg): New function.
8090         (aarch64_record_data_proc_imm): New function.
8091         (aarch64_record_branch_except_sys): New function.
8092         (aarch64_record_load_store): New function.
8093         (aarch64_record_data_proc_simd_fp): New function.
8094         (aarch64_record_asimd_load_store): New function.
8095         (aarch64_record_decode_insn_handler): New function.
8096         (deallocate_reg_mem): New function.
8097         (aarch64_process_record): New function.
8098         * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
8099         New field.
8100         (aarch64_process_record): New extern declaration.
8101         * configure.tgt: Add linux-record.o to gdb_target_obs.
8102         * linux-record.h (struct linux_record_tdep) <arg7>: New field.
8103
8104 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
8105
8106         * NEWS: Add a note on process record-replay support on aarch64*-linux*
8107         targets.
8108
8109 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
8110
8111         * amd64-tdep.c: Replace in_function_epilogue_p with
8112         stack_frame_destroyed_p throughout.
8113         * arch-utils.c: Ditto.
8114         * arch-utils.h: Ditto.
8115         * arm-tdep.c: Ditto.
8116         * breakpoint.c: Ditto.
8117         * gdbarch.sh: Ditto.
8118         * hppa-tdep.c: Ditto.
8119         * i386-tdep.c: Ditto.
8120         * mips-tdep.c: Ditto.
8121         * nios2-tdep.c: Ditto.
8122         * rs6000-tdep.c: Ditto.
8123         * s390-linux-tdep.c: Ditto.
8124         * score-tdep.c: Ditto.
8125         * sh-tdep.c: Ditto.
8126         * sparc-tdep.c: Ditto.
8127         * sparc-tdep.h: Ditto.
8128         * sparc64-tdep.c: Ditto.
8129         * spu-tdep.c: Ditto.
8130         * tic6x-tdep.c: Ditto.
8131         * tilegx-tdep.c: Ditto.
8132         * xstormy16-tdep.c: Ditto.
8133         * gdbarch.c, gdbarch.h: Re-generated.
8134
8135 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
8136
8137         * NEWS: Mention 'tui enable' and 'tui disable'.
8138         * tui/tui.c (tui_enable_command): New function.
8139         (tui_disable_command): New function.
8140         (_initialize_tui): New function.
8141
8142 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8143
8144         * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
8145
8146 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8147
8148         * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
8149         buf_ptr is freed.
8150
8151 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8152
8153         * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
8154         into ...
8155         (tui_set_layout_for_display_command): ...here, before calling
8156         tui_set_layout.  Only set the layout if gdb has not already
8157         entered the TUI_FAILURE state.
8158
8159 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8160
8161         * tui/tui-layout.c (layout_completer): New function.
8162         (_initialize_tui_layout): Set completer on layout command.
8163
8164 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8165
8166         * tui/tui-layout.c (tui_set_layout): Remove
8167         tui_register_display_type parameter.  Remove all checking of this
8168         parameter, and reindent function.  Update header comment.
8169         (tui_set_layout_for_display_command): Rename to...
8170         (tui_set_layout_by_name): ...this, and don't check for different
8171         register class types, don't pass a tui_register_display_type to
8172         tui_set_layout.  Update header comment.
8173         (layout_names): Remove register set specific names.
8174         * tui/tui-layout.h (tui_set_layout): Remove
8175         tui_register_display_type parameter.
8176         * tui/tui.c (tui_rl_change_windows): Don't pass a
8177         tui_register_display_type to tui_set_layout.
8178         (tui_rl_delete_other_windows): Likewise.
8179         (tui_enable): Likewise.
8180         * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
8181         (TUI_FLOAT_REGS_NAME_LOWER): Remove.
8182         (TUI_GENERAL_REGS_NAME): Remove.
8183         (TUI_GENERAL_REGS_NAME_LOWER): Remove.
8184         (TUI_SPECIAL_REGS_NAME): Remove.
8185         (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
8186         (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
8187         (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
8188         (enum tui_register_display_type): Remove.
8189         (struct tui_layout_def): Remove regs_display_type and
8190         float_regs_display_type fields.
8191         (struct tui_data_info): Remove regs_display_type field.
8192         (tui_layout_command): Use new name for
8193         tui_set_layout_for_display_command.
8194         * tui/tui-data.c (layout_def): Don't initialise removed fields.
8195         (tui_clear_win_detail): Don't initialise removed fields of
8196         win_info.
8197         * tui/tui-regs.c (tui_show_registers): Use new name for
8198         tui_set_layout_for_display_command.
8199         * tui/tui.h (tui_set_layout_for_display_command): Rename
8200         declaration to...
8201         (tui_set_layout_by_name): ...this.
8202         * printcmd.c (display_command): Remove tui related layout call,
8203         and reindent.
8204
8205 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8206
8207         * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
8208         (handle_inferior_event): New function.
8209
8210 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8211
8212         * ada-lang.c (to_fixed_array_type): Rename local variable
8213         typename into type_name.
8214
8215 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8216
8217         Fix ASAN crash for gdb.compile/compile.exp.
8218         * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
8219
8220 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8221
8222         * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
8223         (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
8224         * compile/compile-object-load.c (setup_sections, compile_object_load):
8225         Likewise.
8226         * compile/compile.c (compile_to_object): Likewise.
8227
8228 2015-05-16  Doug Evans  <xdje42@gmail.com>
8229
8230         * NEWS: Mention support for unbuffered Guile memory ports.
8231         * scm-ports.c (ioscm_memory_port): Update comments on end, size.
8232         (ioscm_lseek_address): Improve overflow calculation.
8233         (gdbscm_memory_port_fill_input): Add assert.
8234         (gdbscm_memory_port_write): Handle unbuffered ports.
8235         Handle large writes identical to Guile's fport_write.
8236         (gdbscm_memory_port_seek): Fix seeking past end check.
8237         (gdbscm_memory_port_close): Handle closing unbuffered port.
8238         (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
8239         (ioscm_init_memory_port): Handle unbuffered ports.
8240         (ioscm_reinit_memory_port): Ditto.
8241         (ioscm_init_memory_port): Update size calculation.
8242         (gdbscm_open_memory): Support zero sized ports.
8243
8244 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8245
8246         * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
8247         variable compiler warnings.
8248
8249 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8250
8251         * compile/compile-object-load.c (get_out_value_type): Fix returned type.
8252
8253 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8254             Phil Muldoon  <pmuldoon@redhat.com>
8255
8256         * NEWS (Changes since GDB 7.9): Add compile print.
8257         * compile/compile-c-support.c (add_code_header, add_code_footer)
8258         (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8259         COMPILE_I_PRINT_VALUE_SCOPE.
8260         * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8261         (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8262         New.
8263         * compile/compile-object-load.c: Include block.h.
8264         (get_out_value_type): New function.
8265         (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8266         COMPILE_I_PRINT_VALUE_SCOPE.  Set compile_module's OUT_VALUE_ADDR and
8267         OUT_VALUE_TYPE.
8268         * compile/compile-object-load.h (struct compile_module): Add fields
8269         out_value_addr and out_value_type.
8270         * compile/compile-object-run.c: Include valprint.h and compile.h.
8271         (struct do_module_cleanup): Add fields out_value_addr and
8272         out_value_type.
8273         (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8274         COMPILE_I_PRINT_VALUE_SCOPE.
8275         (compile_object_run): Propagate out_value_addr and out_value_type.
8276         Pass OUT_VALUE_ADDR.
8277         * compile/compile.c: Include valprint.h.
8278         (compile_print_value, compile_print_command): New functions.
8279         (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8280         (_initialize_compile): Update compile code help text.  Install
8281         compile_print_command.
8282         * compile/compile.h (compile_print_value): New prototype.
8283         * defs.h (enum compile_i_scope_types): Add
8284         COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8285
8286 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8287
8288         * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8289         Rely on its parameter count.
8290         (compile_object_load): Replace lookup_minimal_symbol_text by
8291         lookup_global_symbol_from_objfile.  Verify FUNC_SYM.  Set it in the
8292         return value.
8293         * compile/compile-object-load.h (struct compile_module): Replace
8294         func_addr by func_sym.
8295         * compile/compile-object-run.c: Include block.h.
8296         (compile_object_run): Reset module variable after it is freed.  Use
8297         FUNC_SYM instead of FUNC_ADDR.  Rely on it.
8298
8299 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8300
8301         * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8302         (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8303         (c_compute_program): Call generate_register_struct after typedefs.
8304         * compile/compile-loc2c.c (push, pushf_register_address)
8305         (pushf_register): Cast to GCC_UINTPTR.
8306         (do_compile_dwarf_expr_to_c): Use unused attribute.  Add space after
8307         type.  Use GCC_UINTPTR instead of void *.  Remove excessive cast.
8308         (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8309         * compile/compile.c (_initialize_compile): Enable warnings for
8310         COMPILE_ARGS.
8311
8312 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8313
8314         * cli/cli-script.c (execute_control_command): Update
8315         eval_compile_command caller.
8316         * compile/compile-object-load.c (compile_object_load): Add parameters
8317         scope and scope_data.  Set them.
8318         * compile/compile-object-load.h (struct compile_module): Add fields
8319         scope and scope_data.
8320         (compile_object_load): Add parameters scope and scope_data.
8321         * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8322         scope and scope_data.
8323         (compile_object_run): Propagate the fields scope and scope_data.
8324         * compile/compile.c (compile_file_command, compile_code_command):
8325         Update eval_compile_command callers.
8326         (eval_compile_command): Add parameter scope_data.  Pass it plus scope.
8327         * compile/compile.h (eval_compile_command): Add parameter scope_data.
8328         * defs.h (struct command_line): Add field scope_data.
8329
8330 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8331
8332         * printcmd.c (struct format_data): Move it to valprint.h.
8333         (print_command_parse_format, print_value): New functions from ...
8334         (print_command_1): ... here.  Call them.
8335         * valprint.h (struct format_data): Move it here from printcmd.c.
8336         (print_command_parse_format, print_value): New declarations.
8337
8338 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8339
8340         * compile/compile-object-load.c (compile_object_load): Add
8341         COMPILE_DEBUG message.
8342
8343 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8344
8345         * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8346         index to get element instead of enum value.
8347         (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8348         of index to compute length, but enum values to compute bounds.
8349         (ada_array_length): Use enum position of index instead of enum value.
8350         (pos_atr): Move position computation to...
8351         (ada_evaluate_subexp): Use enum values to compute bounds.
8352         * gdbtypes.c (discrete_position): ...this new function.
8353         * gdbtypes.h (discrete_position): New function declaration.
8354         * valprint.c (val_print_array_elements): Call discrete_position
8355         to handle array indexed by non-contiguous enumeration types.
8356
8357 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8358
8359         * ada-lang.c (find_parallel_type_by_descriptive_type):
8360         Go through typedefs during lookup.
8361         (to_fixed_array_type): Add support for non-bit packed arrays
8362         as variable-length fields.
8363
8364 2015-05-15  Pedro Alves  <palves@redhat.com>
8365             Simon Marchi  <simon.marchi@ericsson.com>
8366
8367         * event-loop.c (gdb_notifier) <next_file_handler,
8368         next_poll_fds_index>: New fields.
8369         (get_next_file_handler_to_handle_and_advance): New function.
8370         (delete_file_handler): If deleting the next file handler to
8371         handle, advance to the next file handler.
8372         (gdb_wait_for_event): Bail early if no event fired.  Poll file
8373         handlers in round-robin fashion.
8374
8375 2015-05-15  Pedro Alves  <palves@redhat.com>
8376
8377         * linux-tdep.c (linux_find_memory_regions_full): Rename local
8378         'private' to 'priv'.
8379
8380 2015-05-15  Pedro Alves  <palves@redhat.com>
8381
8382         * nat/linux-nat.h: Include "target/waitstatus.h".
8383
8384 2015-05-15  Yuanhui Zhang  <asmwarrior@gmail.com>
8385
8386         * python/py-unwind.c (struct reg_info): Move out of ...
8387         (struct cached_frame_info): ... this scope.
8388         (pending_frame_object_type, unwind_info_object_type): Make extern.
8389
8390 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
8391
8392         * ada-lang.c (ada_value_primitive_packed_val): Make sure
8393         accumSize is never negative.
8394
8395 2015-05-14  Patrick Palka  <patrick@parcs.ath.cx>
8396
8397         * tui/tui-command.c: Remove include of <ctype.h>.
8398         (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8399
8400 2015-05-13  Martin Galvan  <martin.galvan@tallertechnologies.com>
8401
8402         * dwarf2read.c (die_needs_namespace): Return 1 for
8403         DW_TAG_inlined_subroutine.
8404
8405 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8406
8407         * regcache.c (regcache_cpy_no_passthrough): New declaration.
8408         (regcache_cpy_no_passthrough): Make it static, add function comment.
8409         * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8410         (regcache_cpy_no_passthrough): Remove declaration.
8411
8412 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8413
8414         * gdbthread.h (struct thread_control_state): Update comment for
8415         proceed_to_finish.
8416         * infcall.c (run_inferior_call): Update comment about
8417         proceed_to_finish.
8418         * infcmd.c (get_return_value): Update comment about stop_registers.
8419         (finish_forward): Update comment about proceed_to_finish.
8420         * infrun.c (stop_registers): Remove.
8421         (clear_proceed_status, normal_stop): Remove stop_registers handling.
8422         * infrun.h (stop_registers): Remove.
8423
8424 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8425
8426         * infcall.c (struct dummy_frame_context_saver)
8427         (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8428         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8429         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8430         New.
8431         (call_function_by_hand_dummy): Move discard_cleanups of
8432         inf_status_cleanup before dummy_frame_push.  Call
8433         dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8434         Use dummy_frame_context_saver_get_regs instead of stop_registers.
8435         * infcall.h (struct dummy_frame_context_saver)
8436         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8437         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8438         New declarations.
8439         * infcmd.c: Include infcall.h.
8440         (get_return_value): Add parameter ctx_saver, use it instead of
8441         stop_registers.
8442         (print_return_value): Add parameter ctx_saver, pass it.
8443         (struct finish_command_continuation_args): Add field ctx_saver.
8444         (finish_command_continuation): Update print_return_value caller.
8445         (finish_command_continuation_free_arg): Free also ctx_saver.
8446         (finish_forward): Call dummy_frame_context_saver_setup.
8447         * inferior.h (struct dummy_frame_context_saver): New declaration.
8448         (get_return_value): Add parameter ctx_saver.
8449         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8450         get_return_value caller.
8451
8452 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8453
8454         * dummy-frame.c (struct dummy_frame_dtor_list): New.
8455         (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8456         (remove_dummy_frame): Process dtor_list.
8457         (pop_dummy_frame): Process dtor_list.
8458         (register_dummy_frame_dtor): Maintain dtor_list.
8459         (find_dummy_frame_dtor): Handle dtor_list.
8460         * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8461         Update comments.
8462
8463 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8464
8465         * compile/compile-object-run.c (do_module_cleanup): Add parameter
8466         registers_valid.
8467         (compile_object_run): Update do_module_cleanup caller.
8468         * dummy-frame.c: Include infcall.h.
8469         (struct dummy_frame): Update dtor comment.
8470         (remove_dummy_frame): Call dtor.
8471         (pop_dummy_frame): Update dtor caller.
8472         * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8473         registers_valid.
8474
8475 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8476
8477         GDB 7.9.1 released.
8478
8479 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8480
8481         * NEWS: Create "Changes in GDB 7.9.1" section.  Move news about
8482         Xmethods now being able to specify a result type to that new
8483         sectioin.
8484
8485 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8486
8487         * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8488         first before resizing the window.
8489         * tui/tui.c (tui_enable): Likewise.
8490
8491 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8492
8493         * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8494         * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8495         * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8496         dummy_dtor parameter.
8497         * infcall.h: Include dummy-frame.h.
8498         (call_function_by_hand_dummy_dtor_ftype): Remove.
8499         (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8500         parameter.
8501
8502 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8503
8504         PR gdb/17820
8505         * top.c (history_size_setshow_var): Change type to signed.
8506         Initialize to -2.  Update documentation.
8507         (set_readline_history_size): Define.
8508         (set_history_size_command): Use it.  Remove logic for handling
8509         out-of-range sizes.
8510         (init_history): Use set_readline_history_size().  Test for a
8511         value of -2 instead of 0 when determining whether to set a
8512         default history size.
8513         (init_main): Decode the argument of the "size" command as a
8514         zuinteger_unlimited.
8515
8516 2015-05-12  Doug Evans  <dje@google.com>
8517
8518         * dwarf2read.c (struct file_entry): Tweak comments.
8519         (get_debug_line_section): Tweak comments.
8520
8521 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8522
8523         * NEWS: Announce fork support in the RSP and support
8524         for fork debugging in extended mode.
8525
8526 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8527
8528         * remote.c (remote_insert_fork_catchpoint): New function.
8529         (remote_remove_fork_catchpoint): New function.
8530         (remote_insert_vfork_catchpoint): New function.
8531         (remote_remove_vfork_catchpoint): New function.
8532         (pending_fork_parent_callback): New function.
8533         (remove_new_fork_child): New function.
8534         (remote_update_thread_list): Call remote_notif_get_pending_events
8535         and remove_new_fork_child.
8536         (extended_remote_kill): Kill fork child when killing the
8537         parent before follow_fork completes.
8538         (init_extended_remote_ops): Initialize target vector with
8539         new fork catchpoint functions.
8540
8541 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8542
8543         * remote.c (remove_vfork_event_p): New function.
8544         (remote_follow_fork): Add vfork event type to event checking.
8545         (remote_parse_stop_reply): New stop reasons "vfork" and
8546         "vforkdone" for RSP 'T' Stop Reply Packet.
8547
8548 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8549
8550         * linux-nat.c (linux_nat_ptrace_options): New function.
8551         (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8552         Call linux_nat_ptrace_options and use different argument to
8553         linux_enable_event_reporting.
8554         (_initialize_linux_nat): Delete call to
8555         linux_ptrace_set_additional_flags.
8556         * nat/linux-ptrace.c (current_ptrace_options): Rename to
8557         supported_ptrace_options.
8558         (additional_flags): Delete variable.
8559         (linux_check_ptrace_features): Use supported_ptrace_options.
8560         (linux_test_for_tracesysgood, linux_test_for_tracefork):
8561         Likewise, and remove additional_flags check.
8562         (linux_enable_event_reporting): Change 'attached' argument to
8563         'options'.  Use supported_ptrace_options.
8564         (ptrace_supports_feature): Change comment.  Use
8565         supported_ptrace_options.
8566         (linux_ptrace_set_additional_flags): Delete function.
8567         * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8568         Delete function prototype.
8569         * remote.c (remote_fork_event_p): New function.
8570         (remote_detach_pid): New function.
8571         (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8572         if doing detach-on-fork.
8573         (remote_follow_fork): New function.
8574         (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8575         (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8576         (init_extended_remote_ops): Initialize to_follow_fork.
8577
8578 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8579
8580         * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8581         from static to extern.
8582         * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8583         * remote.c (anonymous enum): <PACKET_fork_event_feature,
8584         * PACKET_vfork_event_feature>: New enumeration constants.
8585         (remote_protocol_features): Add table entries for new packets.
8586         (remote_query_supported): Add new feature queries to qSupported
8587         packet.
8588
8589 2015-05-12  Gary Benson <gbenson@redhat.com>
8590
8591         * remote.c (remote_add_inferior): Call exec_file_locate_attach
8592         for fake PIDs as well as real ones.
8593         (remote_pid_to_exec_file): Send empty annex if PID is fake.
8594
8595 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
8596
8597         * NEWS (Python Scripting): Mention the new gdb.Value methods.
8598         * python/py-value.c (valpy_reference_value): New function.
8599         (valpy_const_value): Likewise.
8600         (value_object_methods): Add new methods.
8601         * value.c (make_cv_value): New function.
8602         * value.h (make_cv_value): Declare.
8603
8604 2015-05-08  Yao Qi  <yao@codesourcery.com>
8605             Sandra Loosemore  <sandra@codesourcery.com>
8606
8607         * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8608         to 'lh->include_dirs' before accessing to it.
8609         (psymtab_include_file_name): Likewise.
8610         (dwarf_decode_lines_1): Likewise.
8611         (dwarf_decode_lines): Likewise.
8612         (file_file_name): Likewise.
8613
8614 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8615
8616         * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8617         (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8618         (nios2_linux_rt_sigreturn_init): Adjust base address of
8619         register save area.
8620
8621 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8622
8623         * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8624         "trap 31" as the breakpoint instruction on all targets.
8625
8626 2015-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8627
8628         * infcmd.c (print_return_value): Remove unused declaration.
8629
8630 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8631
8632         * dwarf2read.c (attr_to_dynamic_prop)
8633         <DW_AT_data_member_location>: Use read_type_die isntead of
8634         get_die_type.
8635
8636 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8637
8638         * ada-lang.c (ada_convert_actual): Add handling of formals
8639         passed inside an aligner type.
8640
8641 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8642
8643         * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8644
8645 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
8646
8647         PR python/18291
8648         * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8649         Print xmethod matcher status.
8650
8651 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8652
8653         * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8654         register in the regcache when treating the PSWM register, and vice
8655         versa.
8656
8657 2015-05-07  Gary Benson <gbenson@redhat.com>
8658
8659         * linux-thread-db.c (struct thread_db_info)
8660         <td_ta_map_id2thr_p>: Remove field.
8661         (try_thread_db_load_1): Remove initialization for the above.
8662
8663 2015-05-07  Gary Benson <gbenson@redhat.com>
8664
8665         * linux-thread-db.c (struct thread_db_info)
8666         <td_thr_validate_p>: Remove field.
8667         (try_thread_db_load_1): Remove initialization for the above.
8668
8669 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8670
8671         * compile/compile-object-load.c (compile_object_load): Support
8672         mst_text_gnu_ifunc.
8673
8674 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8675
8676         * compile/compile.c (compile_to_object): Make the cmd_string parameter
8677         const.  Use new variables for the const compatibility.
8678         (eval_compile_command): Make the cmd_string parameter const.
8679         * compile/compile.h (eval_compile_command): Make the cmd_string
8680         parameter const.
8681
8682 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8683
8684         * defs.h (deprecated_init_ui_hook): Delete.  Remove associated
8685         comment.
8686         * top.c (deprecated_init_ui_hook): Delete.
8687         (gdb_init): Remove handling of deprecated_init_ui_hook.
8688         * interps.c (clear_interpreter_hooks): Remove handling of
8689         deprecated_init_ui_hook.
8690         * main.c (captured_main): Update comment.
8691
8692 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8693
8694         * solib.c (_initialize_solib): Add "info dll" alias creation.
8695         * windows-nat.c (set_windows_aliases): Delete.
8696         (_initialize_windows_nat): Remove deprecated_init_ui_hook
8697         assignment.
8698         * NEWS: Add news entry about "info dll" now being available
8699         on all platforms.
8700
8701 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8702
8703         * ada-lang.c (value_assign_to_component): Reformat and improve
8704         documentation. Remove all trailing spaces.
8705
8706 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8707
8708         * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8709         Stop counting inlined frames as soon as an out-of-line function
8710         is found.
8711
8712 2014-05-05  Pierre-Marie de Rodat  <derodat@adacore.com>
8713
8714         * dwarf2read.c (inherit_abstract_dies): Skip
8715         DW_TAG_GNU_call_site dies while inheriting children of an
8716         abstract DIE into a scope.
8717         (read_lexical_block_scope): Inherit abstract DIE's for
8718         lexical scopes.
8719
8720 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8721
8722         * ada-valprint.c (val_print_packed_array_elements): Delete
8723         variable "len".  Add a type-length check when comparing two
8724         consecutive elements of the array.  Use the element's actual
8725         length in call to value_contents_eq.
8726         * ada-lang.c (ada_value_primitive_packed_val): Always return
8727         a value whose type has been resolved.
8728
8729 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8730
8731         * ada-lang.c (ada_value_primitive_packed_val): Recompute
8732         BIT_SIZE and LEN if the size of the resolved type is smaller
8733         than BIT_SIZE * HOST_CHAR_BIT.
8734
8735 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8736
8737         * ada-lang.c (ada_value_primitive_packed_val): Use a more
8738         correct address in call to value_at.  Adjust call to
8739         value_address accordingly.
8740
8741 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8742
8743         * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8744         to print it.
8745
8746 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8747
8748         * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8749         * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8750         pinfo->valaddr.
8751         * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8752         * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8753         (resolve_dynamic_type_internal): Set pinfo.valaddr.
8754         Add handling of addr_stack->valaddr.
8755         (resolve_dynamic_type): Add "valaddr" parameter.
8756         Set pinfo.valaddr field.
8757         * ada-lang.c (ada_discrete_type_high_bound): Update call to
8758         resolve_dynamic_type.
8759         (ada_discrete_type_low_bound): Likewise.
8760         * findvar.c (default_read_var_value): Likewise.
8761         * value.c (value_from_contents_and_address): Likewise.
8762
8763 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8764
8765         * gdbtypes.c (resolve_dynamic_array): Use
8766         create_array_type_with_stride instead of create_array_type.
8767
8768 2015-04-30  DJ Delorie  <dj@redhat.com>
8769
8770         * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8771         rl78_decode_opcode
8772
8773 2015-04-29  Doug Evans  <dje@google.com>
8774
8775         PR python/18285
8776         * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8777         * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8778         EVAL_AVOID_SIDE_EFFECTS for xmethods.
8779         * extension-priv.h (struct extension_language_ops)
8780         <get_xmethod_result_type>: New member.
8781         * extension.c (get_xmethod_result_type): New function.
8782         * extension.h (get_xmethod_result_type): Declare.
8783         * python/py-xmethods.c (get_result_type_method_name): New static
8784         global.
8785         (py_get_result_type_method_name): Ditto.
8786         (gdbpy_get_xmethod_result_type): New function.
8787         (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8788         * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8789         * python/python.c (python_extension_ops): Add
8790         gdbpy_get_xmethod_result_type.
8791         * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8792         * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8793         xmethods.
8794         (value_x_unop): Ditto.
8795         * value.c (result_type_of_xmethod): New function.
8796         * value.h (result_type_of_xmethod): Declare.
8797
8798 2015-04-29  Gary Benson <gbenson@redhat.com>
8799
8800         * solib.c (solib_find_1): Allow fd argument to be NULL.
8801         (exec_file_find): Update comment.
8802         (solib_find): Likewise.
8803         * exec.c (exec_file_locate_attach): Use NULL as fd
8804         argument to exec_file_find to avoid having to close
8805         the opened file.
8806         * infrun.c (follow_exec): Likewise.
8807
8808 2015-04-28  Doug Evans  <dje@google.com>
8809
8810         PR python/18299
8811         * python/lib/gdb/printing.py (register_pretty_printer): Handle
8812         name or __name__ attributes.  Handle gdb module as first argument.
8813
8814 2015-04-28  Doug Evans  <dje@google.com>
8815
8816         PR python/18089
8817         * python/py-prettyprint.c (print_children): Verify result of children
8818         iterator.  Provide better error message.
8819         * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8820         * python/python.c (gdbpy_print_python_errors_p): New function.
8821
8822 2015-04-28  Doug Evans  <dje@google.com>
8823
8824         * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8825
8826 2015-04-28  Sasha Smundak  <asmundak@google.com>
8827
8828         * NEWS: Mention gdb.Type.optimized_out method.
8829         * python/py-type.c (typy_optimized_out):  New function.
8830
8831 2015-04-28  John Baldwin  <jhb@FreeBSD.org>
8832
8833         * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8834
8835 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8836
8837         * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8838         (initialize_utils): Move call of init_page_info() to ...
8839         * top.c (gdb_init): ... here.
8840
8841 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8842
8843         * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8844         (tui_sigwinch_handler): Still update our idea of
8845         the terminal's width and height even when TUI is not active.
8846
8847 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8848
8849         * utils.h (set_screen_width_and_height): Declare.
8850         * utils.c (set_screen_width_and_height): Define.
8851         * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8852
8853 2015-04-28  Gary Benson <gbenson@redhat.com>
8854
8855         * infrun.c (solist.h): New include.
8856         (follow_exec): Use exec_file_find to prefix execd_pathname
8857         with gdb_sysroot.
8858
8859 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8860
8861         * tui/tui-source.c (tui_set_source_content): Avoid calling
8862         strcpy() when offset is 0.
8863
8864 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8865
8866         PR gdb/18155
8867         * tui/tui-data.c (tui_free_window): Don't free the locator
8868         window when passed an SRC_WIN or a DISASSEM_WIN.
8869
8870 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8871
8872         * tui/tui-data.h (struct tui_win_element): Forward-declare.
8873         (tui_win_content): Move declaration.
8874         (struct tui_gen_win_info): Give 'content' field the
8875         type tui_win_content.
8876         * tui/tui-data.c (init_content_element): Remove redundant and
8877         erroneous casts.
8878         (tui_add_content_elements): Remove erroneous cast.
8879         * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8880         casts.
8881         (tui_get_begin_asm_address): Likewise.
8882         * tui/tui-regs.c (tui_show_registers): Likewise.
8883         (tui_show_register_group): Likewise.
8884         (tui_display_registers_from): Likewise.
8885         (tui_check_register_values): Likewise.
8886         * tui/tui-source.c (tui_set_source_content): Likewise.
8887         (tui_set_source_content_nil): Likewise.
8888         (tui_source_is_displayed): Likewise.
8889         * tui/tui-stack.c (tui_show_locator_content): Likewise.
8890         (tui_set_locator_fullname): Likewise.
8891         (tui_set_locator_info): Likewise.
8892         (tui_show_frame_info): Likewise.
8893         * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8894         (tui_show_source_line): Likewise.
8895         (tui_horizontal_source_scroll): Likewise.
8896         (tui_update_breakpoint_info): Likewise.
8897         (tui_set_exec_info_content): Likewise.
8898         (tui_show_exec_info_content): Likewise.
8899         (tui_alloc_source_buffer): Likewise.
8900         (tui_line_is_displayed): Likewise.
8901         (tui_addr_is_displayed): Likewise.
8902
8903 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8904
8905         * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
8906         event if PL_FLAG_EXEC is set.
8907         [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
8908         [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
8909         (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
8910         "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
8911         Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
8912
8913 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8914
8915         * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
8916         [TDP_RFPPWAIT] New variable fbsd_pending_children.
8917         [TDP_RFPPWAIT] (fbsd_remember_child): New function.
8918         [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
8919         [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
8920         [PT_LWPINFO] (fbsd_wait): New function.
8921         [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
8922         [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
8923         [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
8924         [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
8925         [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
8926         [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
8927         [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
8928         [TDP_RFPPWAIT] (fbsd_post_attach): New function.
8929         (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
8930         "fbsd_wait".
8931         [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
8932         Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
8933         Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
8934         Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
8935         Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
8936         Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
8937         Set "to_post_attach" to "fbsd_post_attach".
8938
8939 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8940
8941         * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
8942         (fbsd_find_memory_regions): Mark static.
8943         (fbsd_nat_add_target): New function.
8944         * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
8945         fbsd_pid_to_exec_file and fbsd_find_memory_regions.
8946         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
8947         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
8948         * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
8949         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
8950
8951 2015-04-27  Gary Benson <gbenson@redhat.com>
8952
8953         * objfiles.c (allocate_objfile): Do not attempt to expand name
8954         if name is a "target:" filename.
8955         * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
8956         to load auto-load scripts for objfiles with "target:" filenames.
8957
8958 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8959
8960         * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
8961         (enum s390_vector_abi_kind): New enum.
8962         (struct gdbarch_tdep)<vector_abi>: New field.
8963         (s390_effective_inner_type): Add parameter min_size.  Stop
8964         unwrapping if the inner type is smaller than min_size.
8965         (s390_function_arg_float): Adjust call to
8966         s390_effective_inner_type.
8967         (s390_function_arg_vector): New function.
8968         (s390_function_arg_integer): Adjust comment.
8969         (struct s390_arg_state)<vr>: New field.
8970         (s390_handle_arg): Add parameter 'is_unnamed'.  Pass vector
8971         arguments according to vector ABI when appropriate.
8972         (s390_push_dummy_call): Initialize the argument state's field
8973         'vr'.  Adjust calls to s390_handle_arg.
8974         (s390_register_return_value): Handle vector return values.
8975         (s390_return_value): Apply the "register" return value convention
8976         to a vector when appropriate.
8977         (s390_gdbarch_init): Initialize tdep->vector_abi.
8978         * NEWS: Announce S390 vector ABI support.
8979
8980 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8981
8982         * s390-linux-tdep.c (s390_return_value_convention): Remove
8983         function.  Inline its logic...
8984         (s390_return_value): ...here.  Instead, move the handling of the
8985         "register" return value convention...
8986         (s390_register_return_value): ...here.  New function.
8987
8988 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8989
8990         * s390-linux-tdep.c
8991         (is_float_singleton): Remove function.  Move the "singleton" part
8992         of the logic...
8993         (s390_effective_inner_type): ...here.  New function.
8994         (is_float_like): Remove function.  Inline its logic...
8995         (s390_function_arg_float): ...here.
8996         (is_pointer_like, is_integer_like, is_struct_like): Remove
8997         functions.  Inline their logic...
8998         (s390_function_arg_integer): ...here.
8999         (s390_function_arg_pass_by_reference): Remove function.
9000         (extend_simple_arg): Remove function.
9001         (alignment_of): Remove function.
9002         (struct s390_arg_state): New structure.
9003         (s390_handle_arg): New function.
9004         (s390_push_dummy_call): Move parameter placement logic to the new
9005         function s390_handle_arg.  Call it for calculating the stack area
9006         sizes first, and again for actually writing the parameters.
9007
9008 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9009
9010         * s390-linux-tdep.c (is_power_of_two): Add comment.  Return
9011           false if the argument is zero.
9012
9013 2015-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
9014
9015         * ada-lang.c (template_to_static_fixed_type): Return input type
9016         when it is already fixed.  Cache the input type itself when not
9017         creating a static fixed copy.  Make it explicit that we never
9018         molestate the input type.
9019         * gdbtypes.c (resolve_dynamic_struct): Reset the
9020         TYPE_TARGET_TYPE field for resolved copies.
9021
9022 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
9023
9024         * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
9025         (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
9026         (template_to_static_fixed_type): Call ada_check_typedef only
9027         when necessary.
9028
9029 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9030
9031         * cli/cli-dump.c (srec_dump_command): Add internationalization
9032         mark ups.
9033         (ihex_dump_command): Likewise.
9034         (tekhex_dump_command): Likewise.
9035         (binary_dump_command): Likewise.
9036         (binary_append_command): Likewise.
9037
9038 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9039
9040         * cli/cli-dump.c (verilog_cmdlist): New variable.
9041         (dump_verilog_memory): New function.
9042         (dump_verilog_value): New function.
9043         (verilog_dump_command): New function.
9044         (_initialize_cli_dump): Add new commands to support verilog dump
9045         format.
9046         * NEWS: Add entry for "dump verilog".
9047
9048 2015-04-24  Pierre-Marie de Rodat  <derodat@adacore.com>
9049
9050         * gdbtypes.c (print_gnat_stuff): Do not recurse on the
9051         descriptive type when there is none.
9052
9053 2015-04-23  Patrick Palka  <patrick@parcs.ath.cx>
9054
9055         * tui/tui-win.c (tui_async_resize_screen): Call
9056         rl_resize_terminal().
9057
9058 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
9059
9060         * windows-nat.c (handle_output_debug_string): Don't change
9061         current_event.dwThreadId.
9062         (get_windows_debug_event): Use thread_id, rather than relying on
9063         current_event.dwThreadId being changed.
9064
9065 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
9066
9067         * windows-nat.c (windows_continue): Report an error if
9068         ContinueDebugEvent() fails.
9069
9070 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9071
9072         * windows-nat.c (windows_resume): Fix misspelling in debug output.
9073
9074 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9075
9076         * windows-nat.c (get_windows_debug_event): Replace retval with
9077         thread_id throughout.  Update stale comment.
9078
9079 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9080
9081         * windows-nat.c (get_windows_debug_event): Don't use ternary
9082         conditional operator.
9083
9084 2015-04-21  Pierre Muller  <muller@sourceware.org>
9085
9086         PR pascal/17815
9087         p-exp.y (yylex): Reorganize code to return the matched pattern
9088         for a field of this.
9089
9090 2015-04-21  Gary Benson <gbenson@redhat.com>
9091
9092         * common/fileio.h (fileio_to_host_openflags): New declaration.
9093         * common/fileio.c (fcntl.h): New include.
9094         (fileio_to_host_openflags): New function, factored out from...
9095         * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
9096         Single use updated.
9097
9098 2015-04-21  Kevin Buettner  <kevinb@redhat.com>
9099
9100         * rl78-tdep.c (RL78_SP_ADDR): Define.
9101         (opc_reg_to_gdb_regnum): New static function.
9102         (rl78_analyze_prologue): Recognize instructions forming slightly
9103         more interesting prologues.
9104
9105 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9106
9107         Revert:
9108         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9109         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9110         TYPE_CODE_REF types so that they are not considered as dynamic
9111         depending on the referenced type.
9112         (resolve_dynamic_type_internal): Likewise.
9113
9114 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9115
9116         Revert:
9117         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9118         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9119         "top_level" parameter.
9120         (resolve_dynamic_type_internal): Remove the unused "top_level"
9121         parameter.  Update call to is_dynamic_type_internal.
9122         (is_dynamic_type): Update call to is_dynamic_type_internal.
9123         (resolve_dynamic_range): Update call to
9124         resolve_dynamic_type_internal.
9125         (resolve_dynamic_union): Likewise.
9126         (resolve_dynamic_struct): Likewise.
9127         (resolve_dynamic_type): Likewise.
9128
9129 2015-04-19  Gabriel Krisman Bertazi  <gabriel@krisman.be>
9130
9131         * breakpoint.c (update_dprintf_command_list): Remove duplicated
9132         xmalloc.
9133
9134 2015-04-20  Thomas Schwinge  <thomas@codesourcery.com>
9135
9136         * reply_mig_hack.awk: Robustify parsing.
9137
9138         * reply_mig_hack.awk: Don't bother to declare an intermediate
9139         function pointer variable.
9140
9141 2015-04-17  Doug Evans  <dje@google.com>
9142
9143         * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
9144         to "exec_displacement" to avoid confusion with inner use of the name.
9145
9146 2015-04-17  Pedro Alves  <palves@redhat.com>
9147
9148         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
9149         if HW point of TYPE isn't supported.
9150
9151 2015-04-17  Yao Qi  <yao.qi@linaro.org>
9152             Pedro Alves  <palves@redhat.com>
9153
9154         * target.h (target_can_use_hardware_watchpoint): Update comments.
9155         Remove trailing ";".
9156
9157 2015-04-17  Gary Benson <gbenson@redhat.com>
9158
9159         * remote.c (remote_add_inferior): New argument try_open_exec.
9160         If nonzero, attempt to open the inferior's executable file as
9161         the main executable if no main executable is open already.
9162         All callers updated.
9163         * NEWS: Mention that GDB now supports automatic location and
9164         retrieval of executable + files from remote targets.
9165
9166 2015-04-17  Gary Benson <gbenson@redhat.com>
9167
9168         * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
9169         * remote.c (PACKET_qXfer_exec_file): Likewise.
9170         (remote_protocol_features): Register the
9171         "qXfer:exec-file:read" feature.
9172         (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
9173         (remote_pid_to_exec_file): New function.
9174         (init_remote_ops): Initialize to_pid_to_exec_file.
9175         (_initialize_remote): Register new "set/show remote
9176         pid-to-exec-file-packet" command.
9177         * NEWS: Announce new qXfer:exec-file:read packet.
9178
9179 2015-04-17  Gary Benson <gbenson@redhat.com>
9180
9181         * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
9182         New declaration.
9183         * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
9184         New function, factored out from...
9185         * linux-nat.c (linux_child_pid_to_exec_file): ...here.
9186
9187 2015-04-17  Gary Benson <gbenson@redhat.com>
9188
9189         * exec.c (solist.h): New include.
9190         (exec_file_locate_attach): Prefix absolute executable
9191         paths with gdb_sysroot if set.
9192         * NEWS: Mention that executable paths may be prepended
9193         with sysroot.
9194
9195 2015-04-17  Gary Benson <gbenson@redhat.com>
9196
9197         * solist.h (exec_file_find): New declaration.
9198         * solib.c (solib_find_1): New function, factored out from...
9199         (solib_find): ...here.
9200         (exec_file_find): New function.
9201
9202 2015-04-17  Gary Benson <gbenson@redhat.com>
9203
9204         * gdbcore.h (exec_file_locate_attach): New declaration.
9205         * exec.c (exec_file_locate_attach): New function, factored
9206         out from...
9207         * infcmd.c (attach_command_post_wait): ...here.
9208
9209 2015-04-17  Mike Frysinger  <vapier@gentoo.org>
9210
9211         * MAINTAINERS: Add myself for Blackfin/write-after-approval.
9212
9213 2015-04-16  Yao Qi  <yao.qi@linaro.org>
9214
9215         * infrun.c (maybe_software_singlestep): Declare.
9216         (displaced_step_fixup): Call maybe_software_singlestep.
9217
9218 2015-04-15  Doug Evans  <dje@google.com>
9219
9220         * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
9221
9222 2015-04-15  Doug Evans  <dje@google.com>
9223
9224         * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
9225
9226 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
9227
9228         * python/lib/gdb/command/unwinders.py: Add parentheses.
9229
9230 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9231
9232         * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
9233
9234 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9235
9236         * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
9237
9238 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9239
9240         * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
9241         dsc->insn_size instead of 4.
9242
9243 2015-04-14  Gary Benson <gbenson@redhat.com>
9244
9245         * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
9246         * minidebug.c (lzma_stat): Likewise.
9247         * solib-spu.c (spu_bfd_iovec_stat): Likewise.
9248         * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
9249
9250 2015-04-13  Stan Shebs  <stanshebs@google.com>
9251
9252         * MAINTAINERS: Update my email address.
9253
9254 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
9255
9256         * amd64-tdep.c (amd64_target_description): New function.
9257         * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9258         * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9259         (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9260         x86 extended save area.
9261         (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9262         * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9263         * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9264         (_initialize_amd64fbsd_nat): Set "to_read_description" to
9265         "amd64fbsd_read_description".
9266         * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9267         (amd64fbsd_supply_xstateregset): New function.
9268         (amd64fbsd_collect_xstateregset): New function.
9269         Add "amd64fbsd_xstateregset".
9270         (amd64fbsd_iterate_over_regset_sections): New function.
9271         (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9272         "I386_FBSD_XSAVE_XCR0_OFFSET".
9273         Add "iterate_over_regset_sections" gdbarch method.
9274         Add "core_read_description" gdbarch method.
9275         * i386-tdep.c (i386_target_description): New function.
9276         * i386-tdep.h: Export i386_target_description and tdesc_i386.
9277         * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9278         (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9279         x86 extended save area.
9280         (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9281         * i386bsd-nat.h: Export i386bsd_xsave_len.
9282         * i386fbsd-nat.c (i386fbsd_read_description): New function.
9283         (_initialize_i386fbsd_nat): Set "to_read_description" to
9284         "i386fbsd_read_description".
9285         * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9286         (i386fbsd_core_read_description): New function.
9287         (i386fbsd_supply_xstateregset): New function.
9288         (i386fbsd_collect_xstateregset): New function.
9289         Add "i386fbsd_xstateregset".
9290         (i386fbsd_iterate_over_regset_sections): New function.
9291         (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9292         "I386_FBSD_XSAVE_XCR0_OFFSET".
9293         Add "iterate_over_regset_sections" gdbarch method.
9294         Add "core_read_description" gdbarch method.
9295         * i386fbsd-tdep.h: New file.
9296
9297 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9298
9299         * NEWS (Changes since GDB 7.9): Add removed -xdb.
9300         * breakpoint.c (command_line_is_silent): Remove xdb_commands
9301         conditional.
9302         (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9303         and lb.
9304         * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9305         va.
9306         * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9307         conditional.
9308         * defs.h (xdb_commands): Remove declaration.
9309         * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9310         * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9311         * infcmd.c (run_no_args_command, go_command): Remove.
9312         (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9313         * infrun.c (xdb_handle_command): Remove.
9314         (_initialize_infrun): Remove xdb_commands for lz and z.
9315         * main.c (xdb_commands): Remove variable.
9316         (captured_main): Remove "xdb" from long_options.
9317         (print_gdb_help): Remove --xdb from help.
9318         * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9319         * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9320         * stack.c (backtrace_full_command, args_plus_locals_info)
9321         (current_frame_command): Remove.
9322         (_initialize_stack): Remove xdb_commands for t, T and l.
9323         * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9324         * thread.c (_initialize_thread): Remove xdb_commands condition.
9325         * tui/tui-layout.c (tui_toggle_layout_command)
9326         (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9327         (_initialize_tui_layout): Remove xdb_commands for td and ts.
9328         * tui/tui-regs.c (tui_scroll_regs_forward_command)
9329         (tui_scroll_regs_backward_command): Remove.
9330         (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9331         * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9332         (_initialize_tui_win): Remove xdb_commands for U and w.
9333         * utils.c (pagination_on_command, pagination_off_command): Remove.
9334         (initialize_utils): Remove xdb_commands for am and sm.
9335
9336 2015-04-10  Pedro Alves  <palves@redhat.com>
9337
9338         * infrun.c (displaced_step_fixup): Switch to the event ptid
9339         earlier.  If the thread stopped for a watchpoint and the
9340         target/arch has non-continuable watchpoints, cancel the displaced
9341         step.
9342         (resume): Don't start a displaced step if in-line step-over info
9343         is valid.
9344
9345 2015-04-10  Pedro Alves  <palves@redhat.com>
9346
9347         * infrun.c (displaced_step_in_progress): New function.
9348         (do_target_resume): Advise target to report all signals if
9349         displaced stepping.
9350
9351 2015-04-10  Pedro Alves  <palves@redhat.com>
9352
9353         PR gdb/18216
9354         * infrun.c (process_event_stop_test): Don't assume a step-resume
9355         is set if tp->stepped_breakpoint is true.
9356
9357 2015-04-10  Yao Qi  <yao.qi@linaro.org>
9358
9359         * arm-tdep.c (install_alu_reg): Update comment.
9360         (thumb_copy_alu_reg): Remove local variable rn.  Update
9361         debugging message.  Use r2 instead of r1 in the modified
9362         instruction.
9363
9364 2015-04-10  Pedro Alves  <palves@redhat.com>
9365
9366         PR gdb/13858
9367         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9368         linux_displaced_step_location as gdbarch_displaced_step_location
9369         hook.
9370         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9371         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9372         * linux-tdep.c (linux_displaced_step_location): New function,
9373         based on ppc_linux_displaced_step_location.
9374         * linux-tdep.h (linux_displaced_step_location): New declaration.
9375         * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9376         (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9377         Delete.
9378         (ppc_linux_init_abi): Install linux_displaced_step_location as
9379         gdbarch_displaced_step_location hook, even without Cell/B.E..
9380         (_initialize_ppc_linux_tdep): Don't install
9381         ppc_linux_inferior_created as inferior_created observer.
9382         * s390-linux-tdep.c (s390_gdbarch_init): Install
9383         linux_displaced_step_location as gdbarch_displaced_step_location
9384         hook.
9385
9386 2015-04-09  Gary Benson <gbenson@redhat.com>
9387
9388         * common/common-remote-fileio.h: Rename to...
9389         * common/fileio.h: ...this.  Update all references.
9390         (remote_fileio_to_fio_error): Rename to...
9391         (host_to_fileio_error): ...this.
9392         (remote_fileio_to_be): Rename to...
9393         (host_to_bigendian): ...this.  Update all callers.
9394         (remote_fileio_to_fio_uint): Rename to...
9395         (host_to_fileio_uint): ...this.  Update all callers.
9396         (remote_fileio_to_fio_time): Rename to...
9397         (host_to_fileio_time): ...this.  Update all callers.
9398         (remote_fileio_to_fio_stat): Rename to...
9399         (host_to_fileio_stat): ...this.
9400         Update all references.
9401         * common/common-remote-fileio.c: Rename to...
9402         * common/fileio.c: ...this.  Update all references.
9403         (remote_fileio_to_fio_error): Rename to...
9404         (host_to_fileio_error): ...this.  Update all callers.
9405         (remote_fileio_mode_to_target): Rename to...
9406         (fileio_mode_pack): ...this.  Update all callers.
9407         (remote_fileio_to_fio_mode): Rename to...
9408         (host_to_fileio_mode): ...this.  Update all callers.
9409         (remote_fileio_to_fio_ulong): Rename to...
9410         (host_to_fileio_ulong): ...this.  Update all callers.
9411         (remote_fileio_to_fio_stat): Rename to...
9412         (host_to_fileio_stat): ...this.  Update all callers.
9413
9414 2015-04-09  Andy Wingo  <wingo@igalia.com>
9415
9416         * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9417         (frame_functions): Bind gdbscm_frame_read_register to
9418         frame-read-register.
9419         * guile/lib/gdb.scm (frame-read-register): Export.
9420
9421 2015-04-09  Gary Benson <gbenson@redhat.com>
9422
9423         * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9424         New declaration.
9425         * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9426         New function, factored out the named functions below.
9427         * inf-child.c (gdb/fileio.h): Remove include.
9428         (common-remote-fileio.h): New include.
9429         (inf_child_errno_to_fileio_error): Remove function.  Update
9430         all callers to use remote_fileio_to_fio_error.
9431         * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9432
9433 2015-04-09  Andy Wingo  <wingo@igalia.com>
9434
9435         * MAINTAINERS (Write After Approval): Add Andy Wingo.
9436
9437 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
9438
9439         * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9440         Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9441         * configure: Regenerated.
9442
9443 2015-04-09  Pedro Alves  <palves@redhat.com>
9444
9445         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9446         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9447         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9448         * gnulib/import/Makefile.am: Update.
9449         * gnulib/import/Makefile.in: Update.
9450         * gnulib/import/m4/gnulib-cache.m4: Update.
9451         * gnulib/import/m4/gnulib-comp.m4: Update.
9452         * gnulib/import/m4/strtok_r.m4: New file.
9453         * gnulib/import/strtok_r.c: New file.
9454
9455 2015-04-09  Pedro Alves  <palves@redhat.com>
9456
9457         * gnulib/update-gnulib.sh (aclocal version check): Filter out
9458         "called too early to check prototype".
9459
9460 2015-04-08  Sergio Durigan Junior  <sergiodj@redhat.com>
9461
9462         PR python/16699
9463         * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9464         use a caching mechanism.  Adjust comments and code to reflect
9465         that.  Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9466         (cmdpy_completer_handle_brkchars): Adjust call to
9467         cmdpy_completer_helper.  Call Py_XDECREF for 'resultobj'.
9468         (cmdpy_completer): Likewise.
9469
9470 2015-04-08  Yao Qi  <yao.qi@linaro.org>
9471
9472         * spu-tdep.c (spu_gdbarch_init): Don't call
9473         set_gdbarch_cannot_step_breakpoint.
9474
9475 2015-04-07  Sergio Durigan Junior  <sergiodj@redhat.com>
9476
9477         * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9478
9479 2015-04-07  Pedro Alves  <palves@redhat.com>
9480
9481         * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9482         (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9483         (delete_exited_threads): New declaration.
9484         * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9485         * linux-nat.c (linux_nat_update_thread_list): New function.
9486         (linux_nat_add_target): Install it.
9487         * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9488         * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9489         (delete_exited_threads): New function.
9490
9491 2015-04-07  Pedro Alves  <pedro@codesourcery.com>
9492
9493         * infrun.c (resume) <displaced stepping debug output>: Get the
9494         leader thread's regcache, not resume_ptid's.
9495
9496 2015-04-06  Doug Evans  <xdje42@gmail.com>
9497
9498         * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9499         VAR_DOMAIN.
9500         (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9501         Include symbol domain in debugging output.
9502
9503 2015-04-06  Pedro Alves  <palves@redhat.com>
9504             Bernd Edlinger  <bernd.edlinger@hotmail.de>
9505
9506         * configure.ac: Remove the mingw32-specific stub-termcap.o
9507         fallback, and instead fallback to the stub termcap on all hosts.
9508         * configure: Regenerate.
9509         * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9510         symbols.
9511
9512 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9513
9514         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9515         "top_level" parameter.
9516         (resolve_dynamic_type_internal): Remove the unused "top_level"
9517         parameter.  Update call to is_dynamic_type_internal.
9518         (is_dynamic_type): Update call to is_dynamic_type_internal.
9519         (resolve_dynamic_range): Update call to
9520         resolve_dynamic_type_internal.
9521         (resolve_dynamic_union): Likewise.
9522         (resolve_dynamic_struct): Likewise.
9523         (resolve_dynamic_type): Likewise.
9524
9525 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9526
9527         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9528         TYPE_CODE_REF types so that they are not considered as dynamic
9529         depending on the referenced type.
9530         (resolve_dynamic_type_internal): Likewise.
9531
9532 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
9533
9534         * Makefile.in (top_srcdir): New.
9535         * configure: Regenerated.
9536
9537 2015-04-02  Gary Benson <gbenson@redhat.com>
9538
9539         * NEWS: Announce the new default sysroot of "target:".
9540
9541 2015-04-02  Gary Benson <gbenson@redhat.com>
9542
9543         * main.c (captured_main): Set gdb_sysroot to "target:"
9544         if not otherwise set.
9545
9546 2015-04-02  Gary Benson <gbenson@redhat.com>
9547
9548         * exec.c (exec_file_attach): Support "target:" filenames.
9549
9550 2015-04-02  Gary Benson <gbenson@redhat.com>
9551
9552         * solib.c (solib_find): Strip "target:" prefix from sysroot
9553         if accessing local files.
9554
9555 2015-04-02  Gary Benson <gbenson@redhat.com>
9556
9557         * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9558         checks and error messages.
9559
9560 2015-04-02  Gary Benson <gbenson@redhat.com>
9561
9562         * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9563         (remote_filename_p): Remove declaration.
9564         (remote_bfd_open): Likewise.
9565         * remote.c (remote_bfd_iovec_open): Remove function.
9566         (remote_bfd_iovec_close): Likewise.
9567         (remote_bfd_iovec_pread): Likewise.
9568         (remote_bfd_iovec_stat): Likewise.
9569         (remote_filename_p): Likewise.
9570         (remote_bfd_open): Likewise.
9571         * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9572         * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9573         (gdb_bfd_open_maybe_remote): Remove function.
9574         (symfile_bfd_open):  Replace remote filename check with
9575         target filename check.
9576         (reread_symbols): Use gdb_bfd_open.
9577         * build-id.c (gdbcore.h): New include.
9578         (build_id_to_debug_bfd): Use gdb_bfd_open.
9579         * infcmd.c (attach_command_post_wait): Remove remote filename
9580         check.
9581         * solib.c (solib_find): Replace remote-specific handling with
9582         target-specific handling.  Update comments where necessary.
9583         (solib_bfd_open): Replace remote-specific handling with
9584         target-specific handling.
9585         (gdb_sysroot_changed): New function.
9586         (_initialize_solib): Call the above when gdb_sysroot changes.
9587         * windows-tdep.c (gdbcore.h): New include.
9588         (windows_xfer_shared_library): Use gdb_bfd_open.
9589
9590 2015-04-02  Gary Benson <gbenson@redhat.com>
9591
9592         * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9593         (is_target_filename): New declaration.
9594         (gdb_bfd_has_target_filename): Likewise.
9595         (gdb_bfd_open): Update documentation comment.
9596         * gdb_bfd.c (target.h): New include.
9597         (gdb/fileio.h): Likewise.
9598         (is_target_filename): New function.
9599         (gdb_bfd_has_target_filename): Likewise.
9600         (fileio_errno_to_host): Likewise.
9601         (gdb_bfd_iovec_fileio_open): Likewise.
9602         (gdb_bfd_iovec_fileio_pread): Likewise.
9603         (gdb_bfd_iovec_fileio_close): Likewise.
9604         (gdb_bfd_iovec_fileio_fstat): Likewise.
9605         (gdb_bfd_open): Use target fileio to access paths prefixed
9606         with "target:" where necessary.
9607
9608 2015-04-02  Gary Benson <gbenson@redhat.com>
9609
9610         * target.h (struct target_ops) <to_filesystem_is_local>:
9611         New field.
9612         (target_filesystem_is_local): New macro.
9613         * target-delegates.c: Regenerate.
9614         * remote.c (remote_filesystem_is_local): New function.
9615         (init_remote_ops): Initialize to_filesystem_is_local.
9616
9617 2015-04-02  Gary Benson <gbenson@redhat.com>
9618
9619         * target.h (struct target_ops) <to_fileio_fstat>: New field.
9620         (target_fileio_fstat): New declaration.
9621         * target.c (target_fileio_fstat): New function.
9622         * inf-child.c (inf_child_fileio_fstat): Likewise.
9623         (inf_child_target): Initialize to_fileio_fstat.
9624         * remote.c (init_remote_ops): Likewise.
9625
9626 2015-04-01  Sasha Smundak  <asmundak@google.com>
9627
9628         * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9629         (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9630         (py-unwind.o): New recipe.
9631         * NEWS: mention Python frame unwinding.
9632         * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9633         gdb/unwinder.py and gdb/command/unwinder.py
9634         * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9635         list.
9636         (execute_unwinders): New function.
9637         * python/lib/gdb/command/unwinders.py: New file.
9638         * python/lib/gdb/unwinder.py: New file.
9639         * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9640         (objfpy_dealloc): Decrement frame_unwinders reference count.
9641         (objfpy_initialize): Create frame_unwinders list.
9642         (objfpy_get_frame_unwinders): New function.
9643         (objfpy_set_frame_unwinders): Ditto.
9644         (objfile_getset): Add frame_unwinders attribute to Objfile.
9645         * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9646         (pspy_dealloc): Decrement frame_unwinders reference count.
9647         (pspy_initialize): Create frame_unwinders list.
9648         (pspy_get_frame_unwinders): New function.
9649         (pspy_set_frame_unwinders): Ditto.
9650         (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9651         * python/py-unwind.c: New file.
9652         * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9653         (objpy_get_frame_unwinders): New prototype.
9654         (gdbpy_initialize_unwind): New prototype.
9655         * python/python.c (gdbpy_apply_type_printers): Call
9656         gdbpy_initialize_unwind.
9657
9658 2015-04-01  Pedro Alves  <palves@redhat.com>
9659
9660         * infrun.c (resume): Check currently_stepping after clearing
9661         stepped_breakpoint, not before.
9662
9663 2015-04-01  Pedro Alves  <palves@redhat.com>
9664
9665         * infrun.c (print_target_wait_results): Print all the ptid
9666         elements.
9667
9668 2015-04-01  Pedro Alves  <palves@redhat.com>
9669
9670         * infrun.c (keep_going): Also discard cleanups if inserting
9671         breakpoints fails.
9672
9673 2015-04-01  Pedro Alves  <palves@redhat.com>
9674
9675         * infrun.c (wait_for_inferior): Install the
9676         finish_thread_state_cleanup cleanup across the whole function, not
9677         just around handle_inferior_event.
9678
9679 2015-04-01  Pedro Alves  <palves@redhat.com>
9680
9681         * infrun.c (resume) <step past permanent breakpoint>: Use
9682         do_target_resume.
9683
9684 2015-04-01  Pedro Alves  <palves@redhat.com>
9685
9686         * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9687
9688 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9689
9690         * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9691
9692 2015-04-01  Pedro Alves  <palves@redhat.com>
9693
9694         * linux-thread-db.c (record_thread): Readd the thread to gdb's
9695         list if it was marked exited.
9696
9697 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
9698
9699         * configure: Regenerated.
9700
9701 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9702             Jan Kratochvil  <jan.kratochvil@redhat.com>
9703             Oleg Nesterov  <oleg@redhat.com>
9704
9705         PR corefiles/16092
9706         * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9707         New enum identifying the various options of the coredump_filter
9708         file.
9709         (struct smaps_vmflags): New struct.
9710         (use_coredump_filter): New variable.
9711         (decode_vmflags): New function.
9712         (mapping_is_anonymous_p): Likewise.
9713         (dump_mapping_p): Likewise.
9714         (linux_find_memory_regions_full): New variables
9715         'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9716         Removed variable 'modified'.  Read /proc/<PID>/smaps file; improve
9717         parsing of its information.  Implement memory mapping filtering
9718         based on its contents.
9719         (show_use_coredump_filter): New function.
9720         (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9721         * NEWS: Mention the possibility of using the
9722         '/proc/PID/coredump_filter' file when generating a corefile.
9723         Mention new command 'set use-coredump-filter'.
9724
9725 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9726
9727         * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9728         read_memory_unsigned_integer.
9729
9730 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
9731
9732         * Makefile.in (ZLIB): New.
9733         (ZLIBINC): Likewise.
9734         (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9735         (CLIBS): Add $(ZLIB).
9736         * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9737         Add -lz to LIBS.
9738         * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9739         * top.c (print_gdb_configuration): Remove --with-zlib and
9740         --without-zlib.
9741         * config.in: Regenerated.
9742         * configure: Likewise.
9743
9744 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9745
9746         * NEWS: Mention info os cpus support.
9747         * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9748         (struct osdata_type): Add cpus entry, reorder the entries in
9749         alphabetical order.
9750
9751 2015-03-31  Matthias Klose  <doko@ubuntu.com>
9752
9753         * compile/compile.c (compile_to_object): Allow triplets with or
9754         without vendor set.
9755
9756 2015-03-30  Doug Evans  <dje@google.com>
9757
9758         PR c++/18141
9759         * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9760         klass in VAR_DOMAIN.
9761
9762 2015-03-30  Gary Benson <gbenson@redhat.com>
9763
9764         * remote.c (remote_mourn_1): Remove function.  Update all callers
9765         to use remote_mourn.
9766         (extended_remote_mourn_1): Remove function.  Update all callers
9767         to use extended_remote_mourn.
9768         (extended_remote_attach_1): Remove function.  Update all callers
9769         to use extended_remote_attach.
9770
9771 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
9772
9773         * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9774         (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9775         (ALLDEPFILES): Add ft32-tdep.c.
9776         * configure.tgt: Add FT32 entry.
9777         * ft32-tdep.c: New file, FT32 target-dependent code.
9778         * ft32-tdep.h: New file, FT32 target-dependent code.
9779
9780 2015-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9781
9782         Revert:
9783         2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9784         Code cleanup.
9785         * printcmd.c (print_command_1): Move expr variable scope.
9786
9787 2015-03-27  Joel Brobecker  <brobecker@adacore.com>
9788
9789         * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9790
9791 2015-03-27  Andrzej Kaczmarek  <andrzej.kaczmarek@tieto.com>
9792
9793         * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9794         sections.
9795
9796 2015-03-26  Joel Brobecker  <brobecker@adacore.com>
9797
9798         * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9799         exception raised while parsing the probe arguments.
9800         Force parsing to be done using the C language parser.
9801         * expression.h (parse_expression_with_language): Declare.
9802         * parse.c (parse_expression_with_language): New function.
9803
9804 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
9805
9806         * MAINTAINERS (Write After Approval): Add "Jon Turney".
9807
9808 2015-03-26  Andy Wingo  <wingo@igalia.com>
9809
9810         PR symtab/18148
9811         * dwarf2read.c (struct partial_die_info): Add has_const_value
9812         member.
9813         (add_partial_symbol): Don't punt on symbols that have const_value
9814         attributes.
9815         (read_partial_die): Detect DW_AT_const_value.
9816
9817 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9818
9819         Code cleanup.
9820         * printcmd.c (print_command_1): Move expr variable scope.
9821
9822 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9823
9824         Code cleanup.
9825         * printcmd.c (validate_format): Make the parameter cmdname const.
9826
9827 2015-03-26  Don Breazeal  <donb@codesourcery.com>
9828
9829         * remote.c (_initialize_remote): Update comment.
9830
9831 2015-03-26  Pedro Alves  <palves@redhat.com>
9832             Jon TURNEY  <jon.turney@dronecode.org.uk>
9833
9834         * coffread.c (coff_symfile_read): When constructing the name of an
9835         import stub symbol from import symbol for amd64, only skip the
9836         char after _imp_ if the target is underscored (like i386) and the
9837         char is indeed the target's leading char.
9838
9839 2015-03-25  Pedro Alves  <palves@redhat.com>
9840
9841         * target.h <to_async>: Replace 'callback' and 'context' parameters
9842         with boolean 'enable' parameter.
9843         (target_async): Replace CALLBACK and CONTEXT parameters with
9844         boolean ENABLE parameter.
9845         * inf-loop.c (inferior_event_handler): Adjust.
9846         * linux-nat.c (linux_nat_attach, linux_nat_resume)
9847         (linux_nat_resume): Adjust.
9848         (async_client_callback, async_client_context): Delete.
9849         (handle_target_event): Call inferior_event_handler directly.
9850         (linux_nat_async): Replace 'callback' and 'context' parameters
9851         with boolean 'enable' parameter.  Adjust.  Remove references to
9852         async_client_callback and async_client_context.
9853         (linux_nat_close): Adjust.
9854         * record-btrace.c (record_btrace_async): Replace 'callback' and
9855         'context' parameters with boolean 'enable' parameter.  Adjust.
9856         (record_btrace_resume): Adjust.
9857         * record-full.c (record_full_async): Replace 'callback' and
9858         'context' parameters with boolean 'enable' parameter.  Adjust.
9859         (record_full_resume, record_full_core_resume): Adjust.
9860         * remote.c (struct remote_state) <async_client_callback,
9861         async_client_context>: Delete fields.
9862         (remote_start_remote, extended_remote_attach_1, remote_resume)
9863         (extended_remote_create_inferior): Adjust.
9864         (remote_async_serial_handler): Call inferior_event_handler
9865         directly.
9866         (remote_async): Replace 'callback' and 'context' parameters with
9867         boolean 'enable' parameter.  Adjust.
9868         * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9869         Adjust.
9870         * target-delegates.c: Regenerate.
9871
9872 2015-03-25  Gary Benson <gbenson@redhat.com>
9873             Pedro Alves  <palves@redhat.com>
9874
9875         * target.c (fileio_ft_t): New typedef, define object vector.
9876         (fileio_fhandles): New static variable.
9877         (is_closed_fileio_fh): New macro.
9878         (lowest_closed_fd): New static variable.
9879         (acquire_fileio_fd): New function.
9880         (release_fileio_fd): Likewise.
9881         (fileio_fd_to_fh): New macro.
9882         (target_fileio_open): Wrap the file descriptor on success.
9883         (target_fileio_pwrite): Updated to use wrapped file descriptor.
9884         (target_fileio_pread): Likewise.
9885         (target_fileio_close): Likewise.
9886
9887 2015-03-24  Pedro Alves  <palves@redhat.com>
9888
9889         * thread.c (thread_apply_all_command): Take exited threads into
9890         account.
9891
9892 2015-03-24  Pedro Alves  <palves@redhat.com>
9893
9894         * infrun.c (resume, proceed): Mention
9895         switch_back_to_stepped_thread, not switch_back_to_stepping.
9896
9897 2015-03-24  Pedro Alves  <palves@redhat.com>
9898
9899         * infrun.c (user_visible_resume_ptid): Rewrite going from
9900         most-locked to unlocked instead of the opposite.  Move comment ...
9901         * infrun.h (user_visible_resume_ptid): ... here.
9902
9903 2015-03-24  Pedro Alves  <palves@redhat.com>
9904
9905         * linux-nat.c (linux_nat_resume): Output debug logs before trying
9906         to resume the event lwp.  Use the lwp's ptid instead of the passed
9907         in (maybe wildcard) ptid.
9908         (stop_wait_callback): Tweak debug log output.
9909         (check_stopped_by_breakpoint): Tweak debug log output.  Also dump
9910         TRAP_TRACE.
9911         (linux_nat_filter_event): In debug output, distinguish a
9912         resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
9913         before trying to resume the lwp.
9914
9915 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
9916
9917         * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
9918         pointer indirection.
9919         * gdbtypes.c (get_dyn_prop): Adjust, following change above.
9920         (add_dyn_prop, copy_dynamic_prop_list): Likewise.
9921
9922 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
9923
9924         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
9925         Renames DYN_ATTR_DATA_LOCATION.
9926         (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
9927         DYN_ATTR_DATA_LOCATION.
9928         * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
9929         instead of DYN_ATTR_DATA_LOCATION.
9930
9931 2015-03-24  Pedro Alves  <palves@redhat.com>
9932
9933         * breakpoint.c (until_break_command): Adjust call to proceed.
9934         * gdbthread.h (struct thread_control_state) <stepping_command>:
9935         New field.
9936         * infcall.c (run_inferior_call): Adjust call to proceed.
9937         * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
9938         Adjust calls to proceed.
9939         (set_step_frame): Set the current thread's step_start_function
9940         here.
9941         (step_once): Adjust calls to proceed.
9942         (jump_command, signal_command, until_next_command)
9943         (finish_backward, finish_forward, proceed_after_attach_callback)
9944         (attach_command_post_wait): Adjust calls to proceed.
9945         * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
9946         (do_target_resume): New function, factored out from ...
9947         (resume): ... here.  Remove 'step' parameter.  Instead, check
9948         currently_stepping to determine whether the thread should be
9949         single-stepped.
9950         (proceed): Remove 'step' parameter and don't set the thread's
9951         step_start_function here.  Adjust call to 'resume'.
9952         (handle_inferior_event): Adjust calls to 'resume'.
9953         (switch_back_to_stepped_thread): Use do_target_resume instead of
9954         'resume'.
9955         (keep_going): Adjust calls to 'resume'.
9956         * infrun.h (proceed): Remove 'step' parameter.
9957         (resume): Likewise.
9958         * windows-nat.c (do_initial_windows_stuff): Adjust call to
9959         'resume'.
9960         * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
9961
9962 2015-03-24  Pedro Alves  <palves@redhat.com>
9963
9964         * gdbthread.h (struct thread_control_state) <stepping_command>:
9965         New field.
9966         * infcmd.c (step_once): Pass step=1 to clear_proceed_status.  Set
9967         the thread's stepping_command field.
9968         * infrun.c (resume): Check the thread's stepping_command flag to
9969         determine which threads should be resumed.  Rename 'entry_step'
9970         local to user_step.
9971         (clear_proceed_status_thread): Clear 'stepping_command'.
9972         (schedlock_applies): Change parameter type to struct thread_info
9973         pointer.  Adjust.
9974         (find_thread_needs_step_over): Remove 'step' parameter.  Adjust.
9975         (switch_back_to_stepped_thread): Adjust calls to
9976         'schedlock_applies'.
9977         (_initialize_infrun): Adjust "set scheduler-locking step" help.
9978
9979 2015-03-24  Pedro Alves  <palves@redhat.com>
9980
9981         * infrun.c (step_start_function): Delete and ...
9982         * gdbthread.h (struct thread_control_state) <step_start_function>:
9983         ... now a field here.
9984         * infrun.c (clear_proceed_status_thread): Clear the thread's
9985         step_start_function.
9986         (proceed, process_event_stop_test, print_stop_event): Adjust.
9987
9988 2015-03-24  Pedro Alves  <palves@redhat.com>
9989
9990         * infrun.c (proceed): No longer handle negative step.
9991
9992 2015-03-24  Gary Benson  <gbenson@redhat.com>
9993
9994         * nat/x86-linux.h (x86_linux_new_thread): New declaration.
9995         (x86_linux_prepare_to_resume): Likewise.
9996         * x86-linux-nat.c (x86_linux_new_thread):
9997         Moved to nat/x86-linux.c.
9998         (x86_linux_prepare_to_resume): Likewise.
9999         * nat/x86-linux.c (x86_linux_new_thread): New function.
10000         (x86_linux_prepare_to_resume): Likewise.
10001
10002 2015-03-24  Gary Benson  <gbenson@redhat.com>
10003
10004         * nat/x86-linux-dregs.h: New file.
10005         * nat/x86-linux-dregs.c: Likewise.
10006         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
10007         (x86-linux-dregs.o): New rule.
10008         * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
10009         * config/i386/linux64.mh (NATDEPFILES): Likewise.
10010         * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
10011         (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
10012         (x86_linux_dr_get): Likewise.
10013         (x86_linux_dr_set): Likewise.
10014         (x86_linux_dr_get_addr): Likewise.
10015         (x86_linux_dr_get_control): Likewise.
10016         (x86_linux_dr_get_status): Likewise.
10017         (update_debug_registers_callback): Likewise.
10018         (x86_linux_dr_set_control): Likewise.
10019         (x86_linux_dr_set_addr): Likewise.
10020         (x86_linux_update_debug_registers): Likewise.
10021
10022 2015-03-24  Gary Benson  <gbenson@redhat.com>
10023
10024         * x86-linux-nat.c (x86_linux_update_debug_registers):
10025         New function, factored out from...
10026         (x86_linux_prepare_to_resume): ...this.
10027
10028 2015-03-24  Gary Benson  <gbenson@redhat.com>
10029
10030         * x86-linux-nat.c (x86_linux_dr_get): Update comments.
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_prepare_to_resume): Likewise.
10039         (x86_linux_new_thread): Likewise.
10040
10041 2015-03-24  Gary Benson  <gbenson@redhat.com>
10042
10043         * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
10044         (x86_linux_new_thread): Rename argument.
10045
10046 2015-03-24  Gary Benson  <gbenson@redhat.com>
10047
10048         * nat/x86-linux.h: New file.
10049         * nat/x86-linux.c: Likewise.
10050         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
10051         (x86-linux.o): New rule.
10052         * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
10053         * config/i386/linux64.mh (NATDEPFILES): Likewise.
10054         * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
10055         (lwp_set_arch_private_info): New declaration.
10056         (lwp_arch_private_info): Likewise.
10057         * linux-nat.c (lwp_set_arch_private_info): New function.
10058         (lwp_arch_private_info): Likewise.
10059         * x86-linux-nat.c: Include nat/x86-linux.h.
10060         (arch_lwp_info): Removed structure.
10061         (update_debug_registers_callback):
10062         Use lwp_set_debug_registers_changed.
10063         (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
10064         and lwp_set_debug_registers_changed.
10065         (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
10066
10067 2015-03-24  Gary Benson  <gbenson@redhat.com>
10068
10069         * nat/linux-nat.h (ptid_of_lwp): New declaration.
10070         (lwp_is_stopped): Likewise.
10071         (lwp_stop_reason): Likewise.
10072         * linux-nat.c (ptid_of_lwp): New function.
10073         (lwp_is_stopped): Likewise.
10074         (lwp_is_stopped_by_watchpoint): Likewise.
10075         * x86-linux-nat.c (update_debug_registers_callback):
10076         Use lwp_is_stopped.
10077         (x86_linux_prepare_to_resume): Use ptid_of_lwp and
10078         lwp_stop_reason.
10079
10080 2015-03-24  Gary Benson  <gbenson@redhat.com>
10081
10082         * linux-nat.h (linux_stop_lwp): Move declaration to...
10083         * nat/linux-nat.h (linux_stop_lwp): New declaration.
10084
10085 2015-03-24  Gary Benson  <gbenson@redhat.com>
10086
10087         * linux-nat.h: Include nat/linux-nat.h.
10088         (iterate_over_lwps): Move declaration to nat/linux-nat.h.
10089         * nat/linux-nat.h (struct lwp_info): New forward declaration.
10090         (iterate_over_lwps_ftype): New typedef.
10091         (iterate_over_lwps): New declaration.
10092         * linux-nat.h (iterate_over_lwps): Update comment.  Use
10093         iterate_over_lwps_ftype.  Update callback return value check.
10094
10095 2015-03-24  Gary Benson  <gbenson@redhat.com>
10096
10097         * x86-nat.h (x86_debug_reg_state): Move declaration to...
10098         * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
10099
10100 2015-03-24  Gary Benson  <gbenson@redhat.com>
10101
10102         * nat/linux-nat.h (current_lwp_ptid): New declaration.
10103         * linux-nat.c (current_lwp_ptid): New function.
10104         * x86-linux-nat.c: Include nat/linux-nat.h.
10105         (x86_linux_dr_get_addr): Use current_lwp_ptid.
10106         (x86_linux_dr_get_control): Likewise.
10107         (x86_linux_dr_get_status): Likewise.
10108         (x86_linux_dr_set_control): Likewise.
10109         (x86_linux_dr_set_addr): Likewise.
10110
10111 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10112
10113         PR breakpoints/16466
10114         * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
10115
10116 2015-03-23  Joel Brobecker  <brobecker@adacore.com>
10117
10118         * ser-mingw.c (ser_windows_setparity): Fix indentation.
10119         * ser-unix.c (hardwire_setparity): Likewise.
10120
10121 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10122
10123         * NEWS: Mention set/show serial parity command.
10124         * monitor.c (monitor_open): Call serial_setparity.
10125         * remote.c (remote_open_1): Likewise.
10126         * ser-base.c (ser_base_serparity): New function.
10127         * ser-base.h (ser_base_setparity): Add  declaration.
10128         * ser-go32.c (dos_ops): Set "setparity" field.
10129         * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
10130         state.Parity.
10131         (ser_windows_setparity): New function.
10132         (hardwire_ops): Add ser_windows_setparity.
10133         (tty_ops): Add NULL for setparity field.
10134         (pipe_ops): Add ser_base_setparity.
10135         (tcp_ops): Likewise.
10136         * ser-pipe.c (pipe_ops): Likewise.
10137         * ser-tcp.c (tcp_ops): Likewise.
10138         * ser-unix.c (hardwire_setparity): Add declaration.
10139         (hardwire_raw): Don't reset PARENB flag.
10140         (hardwire_setparity): New function.
10141         (hardwire_ops): Add hardwire_setparity.
10142         * serial.c (serial_setparity): New function.
10143         (serial_parity): New global.
10144         (parity_none, parity_odd, parity_even, parity_enums, parity):
10145         New static globals.
10146         (set_parity): New function.
10147         (_initialize_serial): Add set/show serial parity commands.
10148         * serial.h (GDBPARITY_NONE): Define.
10149         (GDBPARITY_ODD): Define.
10150         (GDBPARITY_EVEN): Define.
10151         (serial_setparity) Add declaration.
10152         (struct serial_ops): Add setparity field.
10153         * target.h (serial_parity): Add declaration.
10154
10155 2015-03-23  Keith Seitz  <keiths@redhat.com>
10156
10157         * linespec.c (linespec_lexer_lex_keyword): Update comment.
10158
10159 2015-03-23  Keith Seitz  <keiths@redhat.com>
10160
10161         * breakpoint.c (parse_breakpoint_sals): Use
10162         linespec_lexer_lex_keyword to ascertain if the user specified
10163         a NULL location.
10164         * linespec.c [IF_KEYWORD_INDEX]: Define.
10165         (linespec_lexer_lex_keyword): Export.
10166         (struct ls_parser) <keyword_ok>: Remove.
10167         A keyword is only a keyword if not followed by another keyword.
10168         (linespec_lexer_lex_one): Remove keyword_ok handling.
10169         Add comment explaining why the parsing stream is not advanced
10170         when a keyword is seen.
10171         (parse_linespec): Remove parser->keyword_ok.
10172         * linespec.h (linespec_lexer_lex_keyword): Add declaration.
10173
10174 2015-03-23  Keith Seitz  <keiths@redhat.com>
10175
10176         PR gdb/18021
10177         * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
10178         if we find a static method with DW_AT_vtable_elem_location.
10179
10180 2015-03-21  Eli Zaretskii  <eliz@gnu.org>
10181
10182         * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
10183         before the second loop, to avoid undefined behavior.  Reported by
10184         Anton Blanchard <anton@samba.org>.
10185
10186 2015-03-20  Keven Boell  <keven.boell@intel.com>
10187
10188         * gdbtypes.c (resolve_dynamic_type_internal): Adapt
10189         data_location usage to linked list.
10190         (resolve_dynamic_type_internal): Adapt data_location to
10191         linked list.
10192         (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
10193         (copy_type_recursive, copy_type): Add copy of linked list.
10194         * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
10195         (struct dynamic_prop_list): New struct.
10196         * dwarf2read.c (set_die_type): Set data_location data.
10197
10198 2015-03-20  Pedro Alves  <palves@redhat.com>
10199
10200         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
10201         inner block and make it const.
10202         * machoread.c (get_archive_prefix_len): Make "lparen" const.
10203
10204 2015-03-20  Pedro Alves  <palves@redhat.com>
10205
10206         * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
10207         * breakpoint.h (set_breakpoint_condition): Update declaration.
10208
10209 2015-03-20  Pedro Alves  <palves@redhat.com>
10210
10211         * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
10212
10213 2015-03-20  Pedro Alves  <palves@redhat.com>
10214
10215         * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
10216
10217 2015-03-20  Pedro Alves  <palves@redhat.com>
10218
10219         * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
10220
10221 2015-03-20  Pedro Alves  <palves@redhat.com>
10222
10223         * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
10224         (nto_init_solib_absolute_prefix): Likewise.
10225
10226 2015-03-20  Pedro Alves  <palves@redhat.com>
10227
10228         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
10229         * spu-tdep.c (spu_gdbarch_init): Make "name" const.
10230
10231 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10232
10233         * config/djgpp/README: Remove gdb.hp.
10234
10235 2015-03-20  Yao Qi  <yao.qi@linaro.org>
10236
10237         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
10238         set_gdbarch_cannot_step_breakpoint.
10239
10240 2015-03-19  Pedro Alves  <palves@redhat.com>
10241
10242         * linux-nat.c (linux_resume_one_lwp): Rename to ...
10243         (linux_resume_one_lwp_throw): ... this.  Don't handle ESRCH here,
10244         instead call perror_with_name.
10245         (check_ptrace_stopped_lwp_gone): New function.
10246         (linux_resume_one_lwp): Reimplement as wrapper around
10247         linux_resume_one_lwp_throw that swallows errors if the LWP is
10248         gone.
10249         (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
10250         swallows errors if the LWP is gone.  Use
10251         linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
10252
10253 2015-03-19  Pedro Alves  <palves@redhat.com>
10254
10255         * linux-nat.c (status_callback): Return early if the LWP has no
10256         status pending.
10257
10258 2015-03-19  Pedro Alves  <palves@redhat.com>
10259
10260         * linux-nat.c (select_event_lwp_callback): Update comment to no
10261         longer mention SIGTRAP.
10262
10263 2015-03-18  Tristan Gingold  <gingold@adacore.com>
10264
10265         * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10266         redirection code to ...
10267         (amd64_windows_frame_decode_insns): ... Here.  Fix in prologue
10268         checks.  Fix SAVE_NONVOL operations.  Add debug code and comments.
10269
10270 2015-03-18  Gary Benson <gbenson@redhat.com>
10271
10272         (remote_protocol_features): Remove the "vFile:fstat" feature.
10273         (remote_hostio_fstat): Probe for "vFile:fstat" support.
10274
10275 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10276
10277         PR tdep/18107
10278         * aarch64-linux-tdep.c: Include xml-syscall.h
10279         (aarch64_linux_get_syscall_number): New function.
10280         (aarch64_linux_init_abi): Call
10281         set_gdbarch_get_syscall_number.
10282         * syscalls/aarch64-linux.xml: New file.
10283
10284 2015-03-17  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10285
10286         * ser-base.h (ser_base_setstopbits): Change second argument name
10287         from "rate" to "num".
10288
10289 2015-03-17  Gary Benson <gbenson@redhat.com>
10290             Luke Allardyce <lukeallardyce@gmail.com>
10291
10292         PR gdb/18131
10293         * common/common-remote-fileio.h (sys/stat.h): New include.
10294         (stuct stat): Remove forward declaration.
10295
10296 2015-03-16  John Baldwin  <jhb@FreeBSD.org>
10297
10298         * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10299         before writing core register notes.
10300
10301 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10302             Pedro Alves  <palves@redhat.com>
10303
10304         * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10305         * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10306         (tgoto): Wrap with extern "C".
10307
10308 2015-03-16  Pedro Alves  <palves@redhat.com>
10309             Yuanhui Zhang  <asmwarrior@gmail.com>
10310
10311         * stub-termcap.c (tputs): Change prototype.
10312
10313 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10314             Pedro Alves  <palves@redhat.com>
10315
10316         * windows-nat.c (struct thread_info_struct): Rename to ...
10317         (struct windows_thread_info_struct): ... this.
10318         (thread_info): Rename to ...
10319         (windows_thread_info): ... this.
10320         All users updated.
10321
10322 2015-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10323             Pedro Alves  <palves@redhat.com>
10324
10325         * NEWS: New Removed targets and native configurations.
10326
10327 2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10328
10329         Remove HPUX.
10330         * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10331         (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10332         (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10333         ia64-hpux-tdep.h, solib-ia64-hpux.h.
10334         (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10335         ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10336         * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10337         hppa-hpux-tdep.c.
10338         * config/ia64/hpux.mh: Remove file.
10339         * config/pa/hpux.mh: Remove file.
10340         * configure: Rebuilt.
10341         * configure.ac (dlgetmodinfo, somread.o): Remove.
10342         * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10343         (ia64-*-hpux*): Remove its float format exception.
10344         * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10345         * hppa-hpux-nat.c: Remove file.
10346         * hppa-hpux-tdep.c: Remove file.
10347         * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10348         Move them here from hppa-tdep.h
10349         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10350         (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10351         * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10352         Move them to hppa-tdep.c.
10353         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10354         declarations.
10355         * ia64-hpux-nat.c: Remove file.
10356         * ia64-hpux-tdep.c: Remove file.
10357         * ia64-hpux-tdep.h: Remove file.
10358         * inf-ttrace.c: Remove file.
10359         * inf-ttrace.h: Remove file.
10360         * solib-ia64-hpux.c: Remove file.
10361         * solib-ia64-hpux.h: Remove file.
10362         * solib-pa64.c: Remove file.
10363         * solib-pa64.h: Remove file.
10364         * solib-som.c: Remove file.
10365         * solib-som.h: Remove file.
10366         * somread.c: Remove file.
10367
10368 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10369
10370         * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10371         * config.in: Regenerate.
10372         * configure: Regenerate.
10373         * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
10374         define.
10375         (fbsd_find_memory_regions): Use kinfo_getvmmap to
10376         enumerate memory regions if present.
10377
10378 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10379
10380         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10381         * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10382         expressions.
10383         (i386fbsd_sigtramp_p): Likewise.
10384
10385 2015-03-12  John Baldwin  <jhb@FreeBSD.org>
10386
10387         * MAINTAINERS (Write After Approval): Add John Baldwin.
10388
10389 2015-03-12  Gary Benson <gbenson@redhat.com>
10390
10391         * solib.c (_initialize_solib): Make "set/show sysroot" use
10392         add_setshow_optional_filename_cmd so it can be restored to
10393         empty after being set.
10394
10395 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10396
10397         * Makefile.in (SFILES): New source break-catch-syscall.c.
10398         (COMMON_OBS): New object break-catch-syscall.o.
10399         * break-catch-syscall.c: New file.
10400         * breakpoint.c: Remove inclusion of "xml-syscall.h".
10401         (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10402         (struct syscall_catchpoint): Likewise.
10403         (dtor_catch_syscall): Likewise.
10404         (catch_syscall_inferior_data): Likewise.
10405         (struct catch_syscall_inferior_data): Likewise.
10406         (get_catch_syscall_inferior_data): Likewise.
10407         (catch_syscall_inferior_data_cleanup): Likewise.
10408         (insert_catch_syscall): Likewise.
10409         (remove_catch_syscall): Likewise.
10410         (breakpoint_hit_catch_syscall): Likewise.
10411         (print_it_catch_syscall): Likewise.
10412         (print_one_catch_syscall): Likewise.
10413         (print_mention_catch_syscall): Likewise.
10414         (print_recreate_catch_syscall): Likewise.
10415         (catch_syscall_breakpoint_ops): Likewise.
10416         (syscall_catchpoint_p): Likewise.
10417         (create_syscall_event_catchpoint): Likewise.
10418         (catch_syscall_split_args): Likewise.
10419         (catch_syscall_command_1): Likewise.
10420         (is_syscall_catchpoint_enabled): Likewise.
10421         (catch_syscall_enabled): Likewise.
10422         (catching_syscall_number): Likewise.
10423         (catch_syscall_completer): Likewise.
10424         (clear_syscall_counts): Likewise.
10425         (initialize_breakpoint_ops): Move initialization of syscall
10426         catchpoints to break-catch-syscall.c.
10427         (_initialize_breakpoint): Move code related to syscall catchpoints
10428         to break-catch-syscall.c.
10429
10430 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10431
10432         * breakpoint.c (breakpoint_find_if): New function.
10433         * breakpoint.h (breakpoint_find_if): New prototype.
10434
10435 2015-03-11  Gary Benson <gbenson@redhat.com>
10436
10437         * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10438         * remote-fileio.c (remote_fileio_to_host_uint): New function.
10439         (remote_fileio_to_host_ulong): Likewise.
10440         (remote_fileio_to_host_mode): Likewise.
10441         (remote_fileio_to_host_time): Likewise.
10442         (remote_fileio_to_host_stat): Likewise.
10443         * remote.c (PACKET_vFile_fstat): New enum value.
10444         (remote_protocol_features): Register the "vFile:fstat" feature.
10445         (remote_hostio_fstat): New function.
10446         (remote_bfd_iovec_stat): Use the above.
10447         (_initialize_remote): Register new "set/show remote
10448         hostio-fstat-packet" command.
10449         * symfile.c (separate_debug_file_exists): Update comment.
10450         * NEWS: Announce new vFile:fstat packet.
10451
10452 2015-03-11  Gary Benson <gbenson@redhat.com>
10453
10454         * common/common-remote-fileio.h: New file.
10455         * common/common-remote-fileio.c: Likewise.
10456         * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10457         (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10458         (COMMON_OBS): Add common-remote-fileio.o.
10459         (common-remote-fileio.o): New rule.
10460         * remote-fileio.h (common-remote-fileio.h): New include.
10461         * remote-fileio.c (gdb/fileio.h): Do not include.
10462         (remote_fileio_to_be): Moved to common-remote-fileio.h.
10463         (remote_fileio_to_fio_uint): Likewise.
10464         (remote_fileio_to_fio_time): Likewise.
10465         (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10466         (remote_fileio_to_fio_mode): Likewise.
10467         (remote_fileio_to_fio_ulong): Likewise.
10468         (remote_fileio_to_fio_stat): Likewise.
10469
10470 2015-03-11  Andy Wingo  <wingo@igalia.com>
10471
10472         * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10473         we were checking the cached type, not the cached dynamic type.
10474
10475 2015-03-11  Andy Wingo  <wingo@igalia.com>
10476
10477         * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10478         other strings, as these are on the GC'd heap, and will be
10479         collected along with the smob.
10480
10481 2015-03-11  Andy Wingo  <wingo@igalia.com>
10482
10483         * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10484         (objfile_functions): Bind gdbscm_objfile_progspace to
10485         objfile-progspace.
10486         * guile/lib/gdb.scm: Add objfile-progspace to exports.
10487
10488 2015-03-11  Andy Wingo  <wingo@igalia.com>
10489
10490         * guile/guile.c (_initialize_guile): Disable automatic
10491         finalization, if Guile offers us that possibility.
10492         * guile/guile.c (call_initialize_gdb_module):
10493         * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10494         finalizers in appropriate places.
10495         * configure.ac (AC_TRY_LIBGUILE): Add a check for
10496         scm_set_automatic_finalization_enabled.
10497         * configure: Regenerated.
10498
10499 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10500
10501         * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10502         SAL, if possible.
10503
10504 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10505
10506         * s390-linux-nat.c (struct arch_lwp_info): New.
10507         (s390_fix_watch_points): Rename to...
10508         (s390_prepare_to_resume): ...this.  Skip the PER info update
10509         unless the watch points have changed.
10510         (s390_refresh_per_info, s390_new_thread): New functions.
10511         (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10512         s390_fix_watch_points.
10513         (s390_remove_watchpoint): Likewise.
10514         (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10515         Register s390_prepare_to_resume.
10516
10517 2015-03-09  Pedro Alves  <palves@redhat.com>
10518
10519         Revert:
10520         2015-03-07  Pedro Alves  <palves@redhat.com>
10521         * common/gdb_socket.h: New file.
10522         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10523         sys/socket.h.
10524         (net_open): Use union gdb_sockaddr_u.
10525
10526 2015-03-07  Pedro Alves  <palves@redhat.com>
10527
10528         * configure.ac (build_warnings): Move -Wmissing-prototypes
10529         -Wdeclaration-after-statement -Wmissing-parameter-type
10530         -Wold-style-declaration -Wold-style-definition to the C-specific
10531         set.
10532         * configure: Regenerate.
10533
10534 2015-03-07  Pedro Alves  <palves@redhat.com>
10535
10536         * common/gdb_socket.h: New file.
10537         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10538         sys/socket.h.
10539         (net_open): Use union gdb_sockaddr_u.
10540
10541 2015-03-07  Pedro Alves  <palves@redhat.com>
10542
10543         * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10544         (exceptions_state_mc_action_iter)
10545         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10546         Don't define.
10547         [__cplusplus] (try_scope_depth): New global.
10548         [__cplusplus] (exception_try_scope_entry)
10549         (exception_try_scope_exit, gdb_exception_sliced_copy)
10550         (exception_rethrow): New functions.
10551         (throw_exception): In C++ mode, throw
10552         gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10553         gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10554         (throw_it): In C++ mode, use try_scope_depth.
10555         * common/common-exceptions.h [!__cplusplus]
10556         (exceptions_state_mc_action_iter)
10557         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10558         Don't declare.
10559         [__cplusplus] (exception_try_scope_entry)
10560         (exception_try_scope_exit, exception_rethrow): Declare.
10561         [__cplusplus] (struct exception_try_scope): New struct.
10562         [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10563         C++ exceptions.
10564         (struct gdb_exception_RETURN_MASK_ALL)
10565         (struct gdb_exception_RETURN_MASK_ERROR)
10566         (struct gdb_exception_RETURN_MASK_QUIT): New types.
10567
10568 2015-03-07  Pedro Alves  <palves@redhat.com>
10569
10570         * main.c (handle_command_errors): Remove volatile qualifier from
10571         parameter.
10572
10573 2015-03-07  Pedro Alves  <palves@redhat.com>
10574
10575         * breakpoint.c (save_breakpoints): Adjust to avoid code between
10576         TRY and CATCH.
10577         * gdbtypes.c (safe_parse_type): Remove empty line.
10578         (types_deeply_equal):
10579         * guile/scm-frame.c (gdbscm_frame_name):
10580         * linux-thread-db.c (find_new_threads_once):
10581         * python/py-breakpoint.c (bppy_get_commands):
10582         * record-btrace.c (record_btrace_insert_breakpoint)
10583         (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10584         (record_btrace_start_replaying): Adjust to avoid code between TRY
10585         and CATCH.
10586
10587 2015-03-07  Pedro Alves  <palves@redhat.com>
10588
10589         * common/common-exceptions.c (struct catcher) <exception>: No
10590         longer a pointer to volatile exception.  Now an exception value.
10591         <mask>: Delete field.
10592         (exceptions_state_mc_init): Remove all parameters.  Adjust.
10593         (exceptions_state_mc): No longer pop the catcher here.
10594         (exceptions_state_mc_catch): New function.
10595         (throw_exception): Adjust.
10596         * common/common-exceptions.h (exceptions_state_mc_init): Remove
10597         all parameters.
10598         (exceptions_state_mc_catch): Declare.
10599         (TRY_CATCH): Rename to ...
10600         (TRY): ... this.  Remove EXCEPTION and MASK parameters.
10601         (CATCH, END_CATCH): New.
10602         All callers adjusted.
10603
10604 2015-03-07  Tom Tromey  <tromey@redhat.com>
10605
10606         * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10607
10608 2015-03-07  Pedro Alves  <palves@redhat.com>
10609
10610         * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10611         (amd64_epilogue_frame_cache): Normal exception handling code.
10612         * break-catch-throw.c (check_status_exception_catchpoint)
10613         (re_set_exception_catchpoint): Ditto.
10614         * cli/cli-interp.c (safe_execute_command):
10615         * cli/cli-script.c (script_from_file): Ditto.
10616         * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10617         Ditto.
10618         * compile/compile-object-run.c (compile_object_run): Ditto.
10619         * cp-abi.c (baseclass_offset): Ditto.
10620         * cp-valprint.c (cp_print_value): Ditto.
10621         * exceptions.c (catch_exceptions_with_msg):
10622         * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10623         * frame.c (get_frame_address_in_block_if_available): Ditto.
10624         * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10625         (i386_sigtramp_frame_cache): Ditto.
10626         * infcmd.c (post_create_inferior): Ditto.
10627         * linespec.c (parse_linespec, find_linespec_symbols):
10628         * p-valprint.c (pascal_object_print_value): Ditto.
10629         * parse.c (parse_expression_for_completion): Ditto.
10630         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10631         * remote.c (remote_get_noisy_reply): Ditto.
10632         * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10633         * solib-svr4.c (solib_svr4_r_map): Ditto.
10634
10635 2015-03-06  Gary Benson  <gbenson@redhat.com>
10636
10637         * common/common-utils.h (startswith): New inline function.
10638         All places where this logic was used updated to use the above.
10639
10640 2015-03-05  Pedro Alves  <palves@redhat.com>
10641
10642         PR gdb/18002
10643         * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10644         after reading the breakpoint's shadow memory.
10645
10646 2015-03-05  Mark Kettenis  <kettenis@gnu.org>
10647
10648         * hppabsd-nat.c: Remove file.
10649         * hppaobsd-nat.c: New file.
10650         * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c.  Add
10651         hppaobsd-nat.c.
10652         * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10653         hppaobsd-nat.o.
10654
10655 2015-03-04  Pedro Alves  <palves@redhat.com>
10656
10657         * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10658         (target_decr_pc_after_break): Delete declaration.
10659         * target.c (default_target_decr_pc_after_break)
10660         (target_decr_pc_after_break): Delete.
10661         * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10662         gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10663         * linux-thread-db.c (check_event): Likewise.
10664         * infrun.c (adjust_pc_after_break): Likewise.
10665         * darwin-nat.c (cancel_breakpoint): Likewise.
10666         * aix-thread.c (aix_thread_wait): Likewise.
10667         * target-delegates.c: Regenerate.
10668
10669 2015-03-04  Pedro Alves  <palves@redhat.com>
10670
10671         * linux-nat.c (save_sigtrap): Check for breakpoints before
10672         checking watchpoints.
10673         (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10674         breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10675         (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10676         a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10677         (linux_nat_stopped_by_sw_breakpoint)
10678         (linux_nat_supports_stopped_by_sw_breakpoint)
10679         (linux_nat_stopped_by_hw_breakpoint)
10680         (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10681         (linux_nat_wait_1): Don't re-increment the PC if relying on
10682         SIGTRAP's siginfo->si_code.
10683         (linux_nat_add_target): Install new target methods.
10684         * linux-thread-db.c (check_event): Don't account for breakpoint PC
10685         offset if the target already adjusted the PC.
10686         * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10687         (GDB_ARCH_TRAP_BRKPT): New.
10688         (TRAP_HWBKPT): Define if not already defined.
10689
10690 2015-03-04  Pedro Alves  <palves@redhat.com>
10691
10692         * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10693         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10694         Delete field.
10695         <stop_reason>: New field.
10696         (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10697         (packet_set_cmd_state): New function.
10698         (remote_protocol_features): Register the "swbreak" and "hwbreak"
10699         features.
10700         (remote_query_supported): If not disabled with the corresponding
10701         "set remote foo-packet" command, report support for the swbreak
10702         and hwbreak features.
10703         (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10704         field.
10705         <stop_reason>: New field.
10706         (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10707         (remote_wait_as): Adjust.
10708         (remote_stopped_by_sw_breakpoint)
10709         (remote_supports_stopped_by_sw_breakpoint)
10710         (remote_stopped_by_hw_breakpoint)
10711         (remote_supports_stopped_by_hw_breakpoint): New functions.
10712         (remote_stopped_by_watchpoint): New function.
10713         (init_remote_ops): Install them.
10714         (_initialize_remote): Register new "set/show remote
10715         swbreak-feature-packet" and "set/show remote
10716         swbreak-feature-packet" commands.
10717
10718 2015-03-04  Pedro Alves  <palves@redhat.com>
10719
10720         * btrace.h: Include target/waitstatus.h.
10721         (struct btrace_thread_info) <stop_reason>: New field.
10722         * record-btrace.c (record_btrace_step_thread): Use
10723         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10724         (record_btrace_decr_pc_after_break): Delete.
10725         (record_btrace_stopped_by_sw_breakpoint)
10726         (record_btrace_supports_stopped_by_sw_breakpoint)
10727         (record_btrace_stopped_by_hw_breakpoint)
10728         (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10729         (init_record_btrace_ops): Install them.
10730         * record-full.c (record_full_hw_watchpoint): Delete and replace
10731         with ...
10732         (record_full_stop_reason): ... this throughout.
10733         (record_full_exec_insn): Adjust.
10734         (record_full_wait_1): Adjust.  No longer re-increment the PC.
10735         (record_full_wait_1): Adjust.  Use
10736         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10737         (record_full_stopped_by_watchpoint): Adjust.
10738         (record_full_stopped_by_sw_breakpoint)
10739         (record_full_supports_stopped_by_sw_breakpoint)
10740         (record_full_supports_stopped_by_sw_breakpoint)
10741         (record_full_stopped_by_hw_breakpoint)
10742         (record_full_supports_stopped_by_hw_breakpoint): New functions.
10743         (init_record_full_ops, init_record_full_core_ops): Install them.
10744         * record.c (record_check_stopped_by_breakpoint): New function.
10745         * record.h: Include target/waitstatus.h.
10746         (record_check_stopped_by_breakpoint): New declaration.
10747
10748 2015-03-04  Pedro Alves  <palves@redhat.com>
10749
10750         enum lwp_stop_reason -> enum target_stop_reason
10751         * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10752         (linux_nat_stopped_by_watchpoint, status_callback)
10753         (linux_nat_wait_1): Adjust.
10754         * linux-nat.h (enum lwp_stop_reason): Delete.
10755         (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10756         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10757         * target/waitstatus.h (enum target_stop_reason): New.
10758
10759 2015-03-04  Pedro Alves  <palves@redhat.com>
10760
10761         * breakpoint.c (need_moribund_for_location_type): New function.
10762         (bpstat_stop_status): Don't skipping checking moribund locations
10763         of breakpoint types which the target tell caused a stop.
10764         (program_breakpoint_here_p): New function, factored out from ...
10765         (bp_loc_is_permanent): ... this.
10766         (update_global_location_list): Don't create a moribund location if
10767         the target supports reporting stops of the type of the removed
10768         breakpoint.
10769         * breakpoint.h (program_breakpoint_here_p): New declaration.
10770         * infrun.c (adjust_pc_after_break): Return early if the target has
10771         already adjusted the PC.  Add comments.
10772         (handle_signal_stop): If nothing explains a signal, and the target
10773         tells us the stop was caused by a software breakpoint, check if
10774         there's a breakpoint instruction in the memory.  If so, adjust the
10775         PC before presenting the stop to the user.  Otherwise, ignore the
10776         trap.  If nothing explains a signal, and the target tells us the
10777         stop was caused by a hardware breakpoint, ignore the trap.
10778         * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10779         to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10780         to_supports_stopped_by_hw_breakpoint>: New fields.
10781         (target_stopped_by_sw_breakpoint)
10782         (target_supports_stopped_by_sw_breakpoint)
10783         (target_stopped_by_hw_breakpoint)
10784         (target_supports_stopped_by_hw_breakpoint): Define.
10785         * target-delegates.c: Regenerate.
10786
10787 2015-03-04  Pedro Alves  <palves@redhat.com>
10788
10789         * infrun.c (follow_fork_inferior): Use the whole of the
10790         inferior_ptid and pending_follow.related_pid ptids instead of
10791         building ptids from the process components.  Adjust verbose output
10792         to use target_pid_to_str.
10793         * linux-nat.c (linux_child_follow_fork): Use the whole of the
10794         inferior_ptid and pending_follow.related_pid ptids instead of
10795         building ptids from the process components.
10796
10797 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
10798
10799         * inf-ptrace.c [PT_GET_PROCESS_STATE]
10800         (inf_ptrace_insert_fork_catchpoint): New function.
10801         (inf_ptrace_remove_fork_catchpoint): New function.
10802         (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10803
10804 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10805
10806         * s390-linux-tdep.c (s390_register_name): Return empty string
10807         instead of NULL for registers that shouldn't be visible.
10808
10809 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10810
10811         * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10812         XML file for 64-bit targets.
10813
10814 2015-03-03  Simon Marchi  <simon.marchi@ericsson.com>
10815
10816         * target.h (find_default_create_inferior): Remove declaration.
10817         (find_default_attach): Likewise.
10818
10819 2015-03-03  Pedro Alves  <palves@redhat.com>
10820
10821         * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10822         Use ptid_get_pid to get the overall process id when resuming all
10823         threads.
10824
10825 2015-03-03  Pedro Alves  <palves@redhat.com>
10826
10827         * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10828         the lwp field of ptid.  Pass the full ptid to get_thread_regcache.
10829         * inf-ptrace.c (get_ptrace_pid): New function.
10830         (inf_ptrace_resume): Use it.
10831         * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10832         to the lower layer.
10833
10834 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10835
10836         * nat/linux-btrace.c: Include sys/utsname.h.
10837         (linux_determine_kernel_ptr_bits): New.
10838         (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10839         * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10840         ptr_bits.
10841
10842 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10843
10844         * btrace.c (ftrace_update_function): Treat return as tailcall for
10845         "_dl_runtime_resolve".
10846
10847 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10848
10849         * btrace.h (btrace_function) <lbegin, lend>: Remove.
10850         * btrace.c (ftrace_debug): Do not print the line range.
10851         (ftrace_skip_file, ftrace_update_lines): Remove.
10852         (ftrace_new_function): Remove lbegin and lend initialization.
10853         (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10854         * record-btrace.c (btrace_compute_src_line_range): New.
10855         (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10856
10857 2015-03-02  Pedro Alves  <palves@redhat.com>
10858
10859         * infrun.c (follow_exec): Delete all threads of the process except
10860         the event thread.  Extended comments.
10861
10862 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10863
10864         * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10865
10866 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10867
10868         * utils.h: Remove <stdbool.h> #include.
10869         (producer_is_gcc): Change return type to "int".
10870         * utils.c (producer_is_gcc): Change return type to int.
10871         Return 1 instead of true, and 0 instead of false.
10872         Adjust function documentation accordingly.
10873
10874 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10875
10876         * s390-linux-nat.c (have_regset_vxrs): New static variable.
10877         (s390_linux_fetch_inferior_registers): Handle vector registers, if
10878         present.
10879         (s390_linux_store_inferior_registers): Likewise.
10880         (s390_get_hwcap): Remove function.  Embed its logic...
10881         (s390_read_description): ...here.  Yield a target description with
10882         vector registers if applicable.
10883         * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10884         "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10885         "features/s390x-tevx-linux64.c".
10886         (struct gdbarch_tdep) <v0_full_regnum>: New field.
10887         (s390_dwarf_regmap): Add vector registers.  Remove bogus entries
10888         for "GNU/Linux-specific registers".
10889         (s390_dwarf_reg_r0l): New enum value.
10890         (s390_dwarf_reg_to_regnum): Support vector registers.
10891         (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10892         of GPR lower halves.
10893         (regnum_is_vxr_full): New function.
10894         (s390_register_name): New function.
10895         (s390_pseudo_register_name): Handle v0-v15, which are composed of
10896         f0-f15 and v0l-v15l.
10897         (s390_pseudo_register_type): Likewise.
10898         (s390_pseudo_register_read): Likewise.
10899         (s390_pseudo_register_write): Likewise.
10900         (s390_value_from_register): Account for the fact that values are
10901         placed left-justified in vector registers.
10902         (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
10903         the vector reggroup and omit them from the general reggroup.
10904         (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
10905         (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
10906         (s390_iterate_over_regset_sections): Add iterations for the two
10907         new vector regsets.
10908         (s390_core_read_description): Yield a target description with
10909         vector registers if applicable.
10910         (s390_gdbarch_init): Handle target descriptions with vector
10911         registers.  Add "register_name" gdbarch method.
10912         (_initialize_s390_tdep): Call new tdesc initialization functions.
10913         * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
10914         (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
10915         (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
10916         (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
10917         (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
10918         (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
10919         (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
10920         (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
10921         (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
10922         (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
10923         (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
10924         (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
10925         (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
10926         (S390_NUM_REGS): Adjust value.
10927         (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
10928         (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
10929         (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
10930         * NEWS: Announce S/390 vector register support.
10931
10932 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10933
10934         * features/s390-tevx-linux64.xml: New file.
10935         * features/s390-vx-linux64.xml: New file.
10936         * features/s390-vx.xml: New file.
10937         * features/s390x-tevx-linux64.xml: New file.
10938         * features/s390x-vx-linux64.xml: New file.
10939         * features/Makefile (WHICH): Add s390-vx-linux64,
10940         s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
10941         (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
10942         (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
10943         macros.
10944         * features/s390-tevx-linux64.c: New generated file.
10945         * features/s390-vx-linux64.c: Likewise.
10946         * features/s390x-tevx-linux64.c: Likewise.
10947         * features/s390x-vx-linux64.c: Likewise.
10948         * regformats/s390-tevx-linux64.dat: Likewise.
10949         * regformats/s390-vx-linux64.dat: Likewise.
10950         * regformats/s390x-tevx-linux64.dat: Likewise.
10951         * regformats/s390x-vx-linux64.dat: Likewise.
10952
10953 2015-02-28  Doug Evans  <xdje42@gmail.com>
10954
10955         * symtab.h (struct symtab) <next>: Fix comment.
10956
10957 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
10958
10959         * python/python.c (python_GdbModuleDef): Rename GdbMethods to
10960         python_GdbMethods.
10961
10962 2015-02-27  Pedro Alves  <palves@redhat.com>
10963
10964         * dtrace-probe.c (dtrace_probe_ops): Make extern.
10965
10966 2015-02-27  Pedro Alves  <palves@redhat.com>
10967
10968         * common/common-exceptions.h (exception_none): Declare.
10969         * common/common-exceptions.c (exception_none): Moved from
10970         exceptions.c.
10971         (exceptions_state_mc_init): Use exception_none.
10972         * exceptions.c (exception_none): Move to
10973         common/common-exceptions.c.
10974         * exceptions.h (exception_none): Move to
10975         common/common-exceptions.h.
10976
10977 2015-02-27  Pedro Alves  <palves@redhat.com>
10978
10979         * main.c (catch_command_errors, catch_command_errors_const):
10980         Remove 'mask' argument.  Adjust.
10981         (captured_main): Adjust callers.
10982
10983 2015-02-27  Pedro Alves  <palves@redhat.com>
10984
10985         * python/python-internal.h: Include "extension-priv.h".
10986
10987 2015-02-27  Pedro Alves  <palves@redhat.com>
10988
10989         * breakpoint.h (enum print_stop_action): Move further up in the
10990         file.
10991
10992 2015-02-27  Pedro Alves  <palves@redhat.com>
10993
10994         * gdbarch.sh: Include regcache.h.
10995         * gdbarch.h: Regenerate.
10996
10997 2015-02-27  Pedro Alves  <palves@redhat.com>
10998
10999         * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
11000         Remove duplicate const.
11001         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
11002         duplicate const.
11003
11004 2015-02-27  Pedro Alves  <palves@redhat.com>
11005
11006         * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
11007         * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
11008         * features/feature_to_c.sh: Tag the generated xml_builtin array
11009         with extern const in C++ mode.
11010
11011 2015-02-27  Tom Tromey  <tromey@redhat.com>
11012
11013         * minidebug.c (struct lzma_stream): Rename to ...
11014         (struct gdb_lzma_stream): ... this.
11015         (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
11016
11017 2015-02-27  Pedro Alves  <palves@redhat.com>
11018
11019         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
11020         function.
11021         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
11022         (mi_cmd_stack_list_variables): Use it.
11023
11024 2015-02-27  Pedro Alves  <palves@redhat.com>
11025
11026         * x86-linux-nat.c (u_debugreg_offset): New function.
11027         (x86_linux_dr_get, x86_linux_dr_set): Use it.
11028
11029 2015-02-27  Pedro Alves  <palves@redhat.com>
11030
11031         * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
11032         declaration.
11033         Include break-common.h.
11034
11035 2015-02-27  Tom Tromey  <tromey@redhat.com>
11036             Pedro Alves <palves@redhat.com>
11037
11038         * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
11039         local used to iterate over enums.
11040         * completer.c (signal_completer): Likewise.
11041         * i386-tdep.c (i386_stap_parse_special_token): Likewise.
11042         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
11043         * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
11044         * tui/tui-layout.c (next_layout, prev_layout): Likewise.
11045         * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
11046         (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
11047         * tui-wingeneral.c (tui_refresh_all):  Likewise.
11048
11049 2015-02-27  Pedro Alves  <palves@redhat.com>
11050
11051         * target.h: Include "infrun.h".
11052
11053 2015-02-27  Pedro Alves  <palves@redhat.com>
11054
11055         * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
11056
11057 2015-02-27  Pedro Alves  <palves@redhat.com>
11058
11059         * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
11060         (IPA_SYM): Use it.
11061         * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
11062
11063 2015-02-27  Pedro Alves  <palves@redhat.com>
11064
11065         * cli-out.c (_rl_erase_entire_line): Move declaration out of
11066         cli_mld_erase_entire_line, and make it extern "C".
11067         * common/common-defs.h (EXTERN_C): New.
11068         * completer.c (_rl_completion_prefix_display_length)
11069         (_rl_print_completions_horizontally, QSFUNC): Move declarations
11070         out of gdb_display_match_list_1.
11071         (_rl_qsort_string_compare): Move declaration out of
11072         gdb_display_match_list_1, and make it extern "C".
11073         * defs.h (re_comp): Use EXTERN_C.
11074         * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
11075         and make it extern "C".
11076         (monstartup): Move declaration out of maintenance_set_profile_cmd,
11077         and make it extern "C".
11078         (main): Move declaration out of maintenance_set_profile_cmd.
11079         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
11080         EXTERN_C.
11081
11082 2015-02-27  Pedro Alves  <palves@redhat.com>
11083
11084         * python/python.c (GdbMethods): Rename to ...
11085         (python_GdbMethods): ... this and make extern.
11086         (GdbModuleDef): Rename to ...
11087         (python_GdbModuleDef): ... this and make extern.
11088
11089 2015-02-27  Pedro Alves  <palves@redhat.com>
11090
11091         * record-btrace.c (set_record_btrace_cmdlist)
11092         (show_record_btrace_cmdlist): Remove redefinitions.
11093
11094 2015-02-27  Tom Tromey  <tromey@redhat.com>
11095             Pedro Alves  <palves@redhat.com>
11096
11097         * dwarf2-frame.c (enum cfa_how_kind, struct
11098         dwarf2_frame_state_reg_info): Move out of struct
11099         dwarf2_frame_state.
11100         * dwarf2read.c (struct tu_stats): Move out of struct
11101         dwarf2_per_objfile.
11102         (struct file_entry): Move out of struct line_header.
11103         (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
11104         typedef_field_list): Move out of struct field_info.
11105         * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
11106         Move out of struct dynamic_prop.
11107         (union type_owner, union field_location, struct field, struct
11108         range_bounds, union type_specific): Move out of struct main_type.
11109         (struct fn_fieldlist, struct fn_field, struct typedef_field)
11110         (VOFFSET_STATIC): Move out of struct cplus_struct_type.
11111         (struct call_site_target, union call_site_parameter_u, struct
11112         call_site_parameter): Move out of struct call_site.
11113         * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
11114         m32c_prologue.
11115         (enum srcdest_kind): Move out of struct srcdest.
11116         * main.c (enum cmdarg_kind): Move out of struct cmdarg.
11117         * prologue-value.h (enum prologue_value_kind): Move out of struct
11118         prologue_value.
11119         * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
11120         gdbarch_tdep.
11121         * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
11122         out of struct field_info.
11123         * symfile.h (struct other_sections): Move out of struct
11124         section_addr_info.
11125         * symtab.c (struct symbol_cache_slot): Move out struct
11126         block_symbol_cache.
11127         * target-descriptions.c (enum tdesc_type_kind): Move out of
11128         typedef struct tdesc_type.
11129         * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
11130         struct tui_line_or_address.
11131         * value.c (enum internalvar_kind, union internalvar_data): Move
11132         out of struct internalvar.
11133         * xtensa-tdep.h (struct ctype_cache): Move out of struct
11134         gdbarch_tdep.
11135
11136 2015-02-27  Tom Tromey  <tromey@redhat.com>
11137             Pedro Alves  <palves@redhat.com>
11138
11139         Rename symbols whose names are reserved C++ keywords throughout.
11140
11141 2015-02-27  Pedro Alves  <palves@redhat.com>
11142
11143         * Makefile.in (COMPILER): New, get it from autoconf.
11144         (COMPILE.pre, CC_LD): Use COMPILER.
11145         (CXX): Get from autoconf instead.
11146         (CXX_FOR_TARGET): Default to g++ instead of gcc.
11147         * acinclude.m4: Include build-with-cxx.m4.
11148         * build-with-cxx.m4: New file.
11149         * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
11150         Disable -Werror by default if building in C++ mode.
11151         (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
11152         -Wno-narrowing in C++ mode.  Only enable -Wpointer-sign in C mode.
11153         Run supported-warning-flags tests with the C++ compiler.
11154         Save/restore CXXFLAGS too.
11155         * configure: Regenerate.
11156
11157 2015-02-27  Pedro Alves  <palves@redhat.com>
11158
11159         * libiberty.m4: New file.
11160         * acinclude.m4: Include libiberty.m4.
11161         * configure.ac: Call libiberty_INIT.
11162         * config.in, configure: Regenerate.
11163
11164 2015-02-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11165
11166         * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
11167         31-bit targets, but 64-bit targets as well.
11168         (s390_gnu_triplet_regexp): New function.
11169         (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
11170         64-bit targets as well.  Set the gnu_triplet_regexp gdbarch
11171         method.
11172
11173 2015-02-27  Jon TURNEY  <jon.turney@dronecode.org.uk>  (tiny patch)
11174
11175         * windows-nat.c (CONTEXT_DEBUGGER): Remove.
11176         (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS.  Incorporate flags
11177         from CONTEXT_DEBUGGER.
11178
11179 2015-02-26  Doug Evans  <dje@google.com>
11180
11181         * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
11182         CHECK_TYPEDEF.
11183         (set_type_vptr_fieldno): Ditto.
11184         (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
11185         * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
11186
11187 2015-02-26  Pedro Alves  <palves@redhat.com>
11188
11189         * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
11190         * complaints.c (vcomplaint): Pass argument FMT directly to
11191         printf-like functions instead of complaint->fmt.
11192         * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
11193         * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
11194         * compile/compile-loc2c.c (pushf, unary, binary): Add
11195         ATTRIBUTE_PRINTF.
11196         (do_compile_dwarf_expr_to_c): Pass string literal as format string
11197         to pushf.
11198         (BINARY): Pass string literal as format string to 'binary'.
11199         * compile/compile-object-load.c (link_callbacks_einfo): Add
11200         ATTRIBUTE_PRINTF.
11201         * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
11202
11203 2015-02-26  Pedro Alves  <palves@redhat.com>
11204
11205         * windows-termcap.c: Rename to ...
11206         * stub-termcap.c: ... this.  Adjust header line.
11207         * Makefile.in (SFILES): Refer to stub-termcap.c instead of
11208         windows-termcap.c.
11209         * configure: Regenerate.
11210         * configure.ac: Refer to stub-termcap.o instead of
11211         windows-termcap.o.
11212         * gdb_curses.h: Mention stub-termcap.c instead of
11213         windows-termcap.c.
11214
11215 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11216
11217         * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
11218         (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
11219
11220 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11221
11222         * gdb/infcmd.c (print_return_value): use type_to_string to print type.
11223
11224 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11225
11226         * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
11227         bfd_canonicalize_symtab.
11228
11229 2015-02-25  John Baldwin  <jhb@FreeBSD.org>
11230
11231         * amd64fbsd-nat.c: Include sys/user.h.
11232         (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11233         instead of KERN_PS_STRINGS to locate the signal trampoline.
11234         * i386fbsd-nat.c: Include sys/user.h.
11235         (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11236         instead of KERN_PS_STRINGS to locate the signal trampoline.
11237         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
11238         (amd64fbsd_sigtramp_p): New.
11239         (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
11240         longer set default values.
11241         (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
11242         * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
11243         (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
11244         (i386fbsd_freebsd4_sigtramp_start)
11245         (i386fbsd_freebsd4_sigtramp_middle)
11246         (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
11247         (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
11248         (i386fbsd_sigtramp_p): New.
11249         (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
11250         longer set default values.
11251         (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
11252
11253 2015-02-25  John Baldwin  <jhb@freebsd.org>
11254
11255         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
11256         get_frame_register instead of frame_unwind_register_unsigned.
11257
11258 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11259
11260         PR build/18033
11261         * compile/compile-c-support.c (c_compute_program): Change // comment.
11262         * compile/compile-object-load.c (setup_sections): Change // comment.
11263
11264 2015-02-26  Joel Brobecker  <brobecker@adacore.com>
11265
11266         PR build/18033:
11267         * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11268
11269 2015-02-23  Pedro Alves  <palves@redhat.com>
11270
11271         * remote.c (skip_to_semicolon): New function.
11272         (remote_parse_stop_reply) <T stop reply>: Use it.  Don't
11273         special case the stop reasons that look like hex numbers
11274         upfront.  Instead handle real register numbers after matching
11275         all the known stop reasons.
11276
11277 2015-02-21  Doug Evans  <dje@google.com>
11278
11279         PR c++/17976, symtab/17821
11280         * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11281         is_in_anonymous.  All callers updated.
11282         (find_symbol_in_baseclass): Ditto.
11283         (cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
11284         for symbols in an anonymous namespace.
11285         * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11286         DW_AT_name directly.
11287         (dwarf2_name): Convert missing namespace name to
11288         CP_ANONYMOUS_NAMESPACE_STR.
11289
11290 2015-02-20  Pedro Alves  <palves@redhat.com>
11291
11292         * linux-nat.c (linux_handle_extended_wait): Call
11293         thread_db_notice_clone whenever a new clone LWP is detected.
11294         (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11295         functions.
11296         * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11297         (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11298         (linux_unstop_all_lwps): Declare.
11299         * linux-thread-db.c (struct thread_get_info_inout): Delete.
11300         (thread_get_info_callback): Delete.
11301         (thread_from_lwp): Use td_thr_get_info and record_thread.
11302         (thread_db_attach_lwp): Delete.
11303         (thread_db_notice_clone): New function.
11304         (try_thread_db_load_1): If /proc is mounted and shows the
11305         process'es task list, walk over all LWPs and call thread_from_lwp
11306         instead of relying on td_ta_thr_iter.
11307         (attach_thread): Don't call check_thread_signals here.  Split the
11308         tail part of the function (which adds the thread to the core GDB
11309         thread list) to ...
11310         (record_thread): ... this function.  Call check_thread_signals
11311         here.
11312         (thread_db_wait): Don't call thread_db_find_new_threads_1.  Always
11313         call thread_from_lwp.
11314         (thread_db_update_thread_list): Rename to ...
11315         (thread_db_update_thread_list_org): ... this.
11316         (thread_db_update_thread_list): New function.
11317         (thread_db_find_thread_from_tid): Delete.
11318         (thread_db_get_ada_task_ptid): Simplify.
11319         * nat/linux-procfs.c: Include <sys/stat.h>.
11320         (linux_proc_task_list_dir_exists): New function.
11321         * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11322
11323 2015-02-20  Pedro Alves  <palves@redhat.com>
11324
11325         * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11326         main LWP.  Handle the case of waitpid returning 0 if we're already
11327         attached to the LWP.  Don't set the LWP's last_resume_kind to
11328         resume_stop if we already knew about the LWP.
11329         (linux_nat_filter_event): Add debug logs.
11330
11331 2015-02-20  Pedro Alves  <palves@redhat.com>
11332
11333         * target.h (forward_target_decr_pc_after_break): Delete
11334         declaration.
11335
11336 2015-02-20  Pedro Alves  <palves@redhat.com>
11337
11338         PR threads/18006
11339         * linux-thread-db.c (thread_get_info_callback): Return early if
11340         the thread's lwp id is -1.
11341
11342 2015-02-20  Joel Brobecker  <brobecker@adacore.com>
11343
11344         GDB 7.9 released.
11345
11346 2015-02-19  Steve Ellcey  <sellcey@imgtec.com>
11347
11348         * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11349         (dtrace_get_probes) Change type of variable 'dof'.
11350
11351 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11352
11353         PR breakpoints/16812
11354         * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11355         * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11356         * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11357
11358 2015-02-19  David Taylor  <dtaylor@emc.com>
11359
11360         * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11361
11362 2015-02-18  Patrick Palka  <patrick@parcs.ath.cx>
11363
11364         * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11365         function.
11366         (tui_putc): Don't call tui_handle_resize_during_io.
11367         (tui_getc): Likewise.
11368         (tui_mld_getc): Likewise.
11369         * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11370         (tui_sigwinch_token): New static variable.
11371         (tui_initialize_win): Adjust documentation.  Set
11372         tui_sigwinch_token.
11373         (tui_async_resize_screen): New asynchronous callback.
11374         (tui_sigwinch_handler): Adjust documentation.  Asynchronously
11375         invoke tui_async_resize_screen.
11376
11377 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11378
11379         * configure: Regenerated.
11380         * configure.ac: Use GDB_AC_TRANSFORM.
11381         * Makefile.in (aclocal_m4_deps): Added transform.m4.
11382         * acinclude.m4: sinclude transform.m4.
11383         * transform.m4: New file.
11384         (GDB_AC_TRANSFORM): New macro.
11385
11386 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11387
11388         * NEWS: Announce the support for DTrace SDT probes.
11389
11390 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11391
11392         * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11393         (amd64_dtrace_parse_probe_argument): New function.
11394         (amd64_dtrace_probe_is_enabled): Likewise.
11395         (amd64_dtrace_enable_probe): Likewise.
11396         (amd64_dtrace_disable_probe): Likewise.
11397         (amd64_linux_init_abi): Register the
11398         `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11399         `gdbarch_dtrace_disable_probe' and
11400         `gdbarch_dtrace_probe_is_enabled' hooks.
11401         (amd64_dtrace_disabled_probe_sequence_1): New constant.
11402         (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11403         (amd64_dtrace_enable_probe_sequence): Likewise.
11404         (amd64_dtrace_disable_probe_sequence): Likewise.
11405
11406 2015-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11407
11408         * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11409         the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11410         * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11411         handle ELF files.
11412         * Makefile.in (SFILES): dtrace-probe.c added.
11413         * configure: Regenerate.
11414         * dtrace-probe.c: New file.
11415         (SHT_SUNW_dof): New constant.
11416         (dtrace_probe_type): New enum.
11417         (dtrace_probe_arg): New struct.
11418         (dtrace_probe_arg_s): New typedef.
11419         (struct dtrace_probe_enabler): New struct.
11420         (dtrace_probe_enabler_s): New typedef.
11421         (dtrace_probe): New struct.
11422         (dtrace_probe_is_linespec): New function.
11423         (dtrace_dof_sect_type): New enum.
11424         (dtrace_dof_dofh_ident): Likewise.
11425         (dtrace_dof_encoding): Likewise.
11426         (DTRACE_DOF_ENCODE_LSB): Likewise.
11427         (DTRACE_DOF_ENCODE_MSB): Likewise.
11428         (dtrace_dof_hdr): New struct.
11429         (dtrace_dof_sect): Likewise.
11430         (dtrace_dof_provider): Likewise.
11431         (dtrace_dof_probe): Likewise.
11432         (DOF_UINT): New macro.
11433         (DTRACE_DOF_PTR): Likewise.
11434         (DTRACE_DOF_SECT): Likewise.
11435         (dtrace_process_dof_probe): New function.
11436         (dtrace_process_dof): Likewise.
11437         (dtrace_build_arg_exprs): Likewise.
11438         (dtrace_get_arg): Likewise.
11439         (dtrace_get_probes): Likewise.
11440         (dtrace_get_probe_argument_count): Likewise.
11441         (dtrace_can_evaluate_probe_arguments): Likewise.
11442         (dtrace_evaluate_probe_argument): Likewise.
11443         (dtrace_compile_to_ax): Likewise.
11444         (dtrace_probe_destroy): Likewise.
11445         (dtrace_gen_info_probes_table_header): Likewise.
11446         (dtrace_gen_info_probes_table_values): Likewise.
11447         (dtrace_probe_is_enabled): Likewise.
11448         (dtrace_probe_ops): New variable.
11449         (info_probes_dtrace_command): New function.
11450         (_initialize_dtrace_probe): Likewise.
11451         (dtrace_type_name): Likewise.
11452
11453 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11454
11455         * gdbarch.sh (dtrace_parse_probe_argument): New.
11456         (dtrace_probe_is_enabled): Likewise.
11457         (dtrace_enable_probe): Likewise.
11458         (dtrace_disable_probe): Likewise.
11459         * gdbarch.c: Regenerate.
11460         * gdbarch.h: Regenerate.
11461
11462 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11463
11464         * stap-probe.c (stap_probe_ops): Add NULLs in the static
11465         stap_probe_ops for `enable_probe' and `disable_probe'.
11466         * probe.c (enable_probes_command): New function.
11467         (disable_probes_command): Likewise.
11468         (_initialize_probe): Define the cli commands `enable probe' and
11469         `disable probe'.
11470         (parse_probe_linespec): New function.
11471         (info_probes_for_ops): Use parse_probe_linespec.
11472         * probe.h (probe_ops): New hooks `enable_probe' and
11473         `disable_probe'.
11474
11475 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11476
11477         * probe.c (compute_probe_arg): Moved from stap-probe.c
11478         (compile_probe_arg): Likewise.
11479         (probe_funcs): Likewise.
11480         * stap-probe.c (compute_probe_arg): Moved to probe.c.
11481         (compile_probe_arg): Likewise.
11482         (probe_funcs): Likewise.
11483
11484 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11485
11486         * probe.c (print_ui_out_not_applicables): New function.
11487         (exists_probe_with_pops): Likewise.
11488         (info_probes_for_ops): Do not include column headers for probe
11489         types for which no probe has been actually found on any object.
11490         Also invoke `print_ui_out_not_applicables' in order to match the
11491         column rows with the header when probes of several types are
11492         listed.
11493         Print the "Type" column.
11494         * probe.h (probe_ops): Added a new probe operation `type_name'.
11495         * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11496         (stap_type_name): New function.
11497
11498 2015-02-17  Patrick Palka  <patrick@parcs.ath.cx>
11499
11500         * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11501         (key_is_command_char): Delete.
11502
11503 2015-02-17  Pedro Alves  <palves@redhat.com>
11504
11505         * tui/tui.c (tui_enable): Resize windows before anything
11506         might show a window.
11507
11508 2015-02-17  Max Ostapenko  <m.ostapenko@partner.samsung.com>
11509
11510         PR gdb/17984
11511         * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11512         (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11513         call.
11514         * aarch64-tdep.h (tdesc_aarch64): Declare.
11515
11516 2015-02-12  Mark Wielaard  <mjw@redhat.com>
11517
11518         * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11519
11520 2015-02-13  Doug Evans  <dje@google.com>
11521
11522         * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11523         anonymous_namespace to is_in_anonymous for consistency with the rest
11524         of the file.
11525         (cp_lookup_bare_symbol): Fix typo in comment.
11526         (cp_search_static_and_baseclasses): Ditto.
11527         (search_symbol_list): Use vertical space in comment better.
11528         (reset_directive_searched): Ditto. Fix typo.
11529         (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11530
11531 2015-02-13  Yao Qi  <yao.qi@arm.com>
11532
11533         * MAINTAINERS: Update my email address.
11534
11535 2015-02-12  Doug Evans  <dje@google.com>
11536
11537         * symtab.c (completion_list_add_name): Fix memory leak.
11538
11539 2015-02-12  Doug Evans  <dje@google.com>
11540
11541         * completer.c (complete_line): Remove incorrect comment.
11542
11543 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11544
11545         * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11546         (py_print_frame): Use RETURN_MASK_ERROR.
11547
11548 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11549
11550         * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11551         function comment.  Wrap all function that can throw in cleanups.
11552         (gdbpy_apply_frame_filter): Wrap all function that can throw in
11553         cleanups.
11554
11555 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11556
11557         * python/py-framefilter.c (py_print_frame): Substitute goto error.
11558         Remove the error label.
11559
11560 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11561
11562         * python/py-framefilter.c (py_print_frame): Put conditional code paths
11563         with goto first, indent the former else codepath left.  Put variable
11564         'elided' to a new inner block.
11565
11566 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11567
11568         * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11569
11570 2015-02-11  Pedro Alves  <palves@redhat.com>
11571
11572         * xcoffread.c (within_function): Delete.
11573
11574 2015-02-11  Tom Tromey  <tromey@redhat.com>
11575             Pedro Alves <palves@redhat.com>
11576
11577         * breakpoint.c (base_breakpoint_ops): Delete.
11578         * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11579         * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11580         * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11581         * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11582         * python/py-arch.c (arch_object_type): Make extern.
11583         * python/py-block.c (block_syms_iterator_object_type): Make extern.
11584         * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11585         * python/py-cmd.c (cmdpy_object_type): Make extern.
11586         * python/py-continueevent.c (continue_event_object_type)
11587         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11588         parameter.  Update all callers.
11589         * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11590         * python/py-exitedevent.c (exited_event_object_type): Make extern.
11591         * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11592         * python/py-function.c (fnpy_object_type): Make extern.
11593         * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11594         * python/py-infevents.c (call_pre_event_object_type)
11595         (inferior_call_post_event_object_type).
11596         (memory_changed_event_object_type): Make extern.
11597         * python/py-infthread.c (thread_object_type): Make extern.
11598         * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11599         * python/py-linetable.c (linetable_entry_object_type)
11600         (linetable_object_type, ltpy_iterator_object_type): Make extern.
11601         * python/py-newobjfileevent.c (new_objfile_event_object_type)
11602         (clear_objfiles_event_object_type): Make extern.
11603         * python/py-objfile.c (objfile_object_type): Make extern.
11604         * python/py-param.c (parmpy_object_type): Make extern.
11605         * python/py-progspace.c (pspace_object_type): Make extern.
11606         * python/py-signalevent.c (signal_event_object_type): Make extern.
11607         * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11608         * python/py-type.c (type_object_type, field_object_type)
11609         (type_iterator_object_type): Make extern.
11610         * python/python.c (python_extension_script_ops)
11611         (python_extension_ops): Make extern.
11612         * stap-probe.c (stap_probe_ops): Make extern.
11613
11614 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11615
11616         * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11617         because the event thread is not the current thread.
11618
11619 2015-02-11  Doug Evans  <xdje42@gmail.com>
11620
11621         * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11622         been initialized yet, return NULL.
11623
11624 2015-02-11  Doug Evans  <dje@google.com>
11625
11626         * symfile.h (new_symfile_objfile): Delete.
11627         * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11628         All callers updated.
11629
11630 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11631
11632         * tui/tui-io.c (tui_handle_resize_during_io): Call
11633         tui_update_gdb_sizes() after resizing the screen.
11634         * tui/tui.c (tui_enable): Resize the terminal before
11635         calling tui_update_gdb_sizes().
11636
11637 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11638
11639         * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11640         line before printing a newline.
11641
11642 2015-02-11  Mark Wielaard  <mjw@redhat.com>
11643
11644         * utils.c (producer_is_gcc): Return true or false.
11645
11646 2015-02-10  Mark Wielaard  <mjw@redhat.com>
11647
11648         * utils.h (producer_is_gcc): Change return type to bool. Add major
11649         argument.
11650         * utils.c (producer_is_gcc): Likewise.
11651         (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11652         * dwarf2read.c (check_producer): Likewise.
11653
11654 2015-02-10  Pedro Alves  <palves@redhat.com>
11655
11656         * infrun.c (displaced_step_fixup): Switch to the event thread
11657         before calling gdbarch_displaced_step_fixup.
11658
11659 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11660
11661         * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11662
11663 2015-02-10  Simon Marchi  <simon.marchi@ericsson.com>
11664
11665         * ada-varobj.c (ada_name_of_child): Constify parent.
11666         (ada_path_expr_of_child): Same.
11667         (ada_value_of_child): Same.
11668         (ada_type_of_child): Same.
11669         * c-varobj.c (c_is_path_expr_parent): Same.
11670         (c_describe_child): Same.
11671         (c_name_of_child): Same.
11672         (c_value_of_child): Same.
11673         (c_type_of_child): Same.
11674         (cplus_number_of_children): Same.
11675         (cplus_describe_child): Constify var.
11676         (cplus_name_of_child): Constify parent.
11677         (cplus_value_of_child): Same.
11678         (cplus_type_of_child): Same.
11679         * jv-varobj.c (java_name_of_child): Same.
11680         (java_value_of_child): Same.
11681         (java_type_of_child): Same.
11682         * varobj.c (value_of_child): Same.
11683         (varobj_default_is_path_expr_parent): Constify var, parent and return
11684         value.
11685         (varobj_get_path_expr): Constify var, modify path_expr through
11686         mutable_var.
11687         (install_new_value): Constify parent.
11688         (value_of_child): Constify parent.
11689         * varobj.h (struct varobj): Constify parent.
11690         (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11691         type_of_child.
11692         (varobj_get_path_expr): Constify var.
11693         (varobj_get_path_expr_parent): Constify var and return value.
11694
11695 2015-02-10  Luis Machado  <lgustavo@codesourcery.com>
11696
11697         * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11698         (arm_prologue_this_id): Move PC and SP limit checks to
11699         arm_prologue_unwind_stop_reason.
11700         (arm_prologue_unwind) <stop_reason> : Set to
11701         arm_prologue_unwind_stop_reason.
11702
11703 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11704
11705         * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11706         DW_LANG_Fortran08 as language_fortran.
11707
11708 2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>
11709
11710         PR remote/17946
11711         * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11712         of pointer against char.
11713
11714 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11715
11716         * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11717         (c_type_print_modifier): Likewise.
11718         * dwarf2read.c (read_tag_atomic_type): New function.
11719         (read_type_die_1): Handle DW_TAG_atomic_type.
11720         * gdbtypes.c (make_atomic_type): New function.
11721         (recursive_dump_type): Handle TYPE_ATOMIC.
11722         * gdbtypes.h (enum type_flag_values): Renumber.
11723         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11724         (TYPE_ATOMIC): New macro.
11725         (make_atomic_type): Declare.
11726
11727 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11728
11729         * btrace.c (ftrace_find_call): Skip gaps.
11730         (ftrace_new_function): Initialize level.
11731         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11732         (ftrace_new_switch): Update
11733         level computation.
11734         (ftrace_new_gap): New.
11735         (ftrace_update_function): Create new function after gap.
11736         (btrace_compute_ftrace_bts): Create gap on error.
11737         (btrace_stitch_bts): Update parameters.  Clear trace if it
11738         becomes empty.
11739         (btrace_stitch_trace): Update parameters.  Update callers.
11740         (btrace_clear): Reset the number of gaps.
11741         (btrace_insn_get): Return NULL if the iterator points to a gap.
11742         (btrace_insn_number): Return zero if the iterator points to a gap.
11743         (btrace_insn_end): Allow gaps at the end.
11744         (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11745         (btrace_find_insn_by_number): Assert that the found iterator does
11746         not point to a gap.
11747         (btrace_call_next, btrace_call_prev): Assert that the last function
11748         is not a gap.
11749         * btrace.h (btrace_bts_error): New.
11750         (btrace_function): Update comment.
11751         (btrace_function) <insn, insn_offset, number>: Update comment.
11752         (btrace_function) <errcode>: New.
11753         (btrace_thread_info) <ngaps>: New.
11754         (btrace_thread_info) <replay>: Update comment.
11755         (btrace_insn_get): Update comment.
11756         * record-btrace.c (btrace_ui_out_decode_error): New.
11757         (record_btrace_info): Print number of gaps.
11758         (btrace_insn_history, btrace_call_history): Call
11759         btrace_ui_out_decode_error for gaps.
11760         (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11761
11762 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11763
11764         * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11765         * nat/linux-btrace.c: (btrace_this_cpu): New.
11766         (cpu_supports_bts): Call btrace_this_cpu.
11767         (intel_supports_bts): Add cpu parameter.
11768
11769 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11770
11771         * btrace.h (btrace_insn_class): New.
11772         (btrace_insn) <size, iclass>: New.
11773         * btrace.c (ftrace_find_call): Update parameters.  Update users.
11774         Use instruction classification.
11775         (ftrace_new_return): Update parameters.  Update users.
11776         (ftrace_update_function): Update parameters.  Update users.  Use
11777         instruction classification.
11778         (ftrace_update_insns): Update parameters.  Update users.
11779         (ftrace_classify_insn): New.
11780         (btrace_compute_ftrace_bts): Fill in new btrace_insn fields.  Add
11781         TRY_CATCH around call to gdb_insn_length.
11782
11783 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11784
11785         * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11786         Update parameters.  Update users.
11787
11788 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11789
11790         * btrace.c (parse_xml_btrace_conf_bts): Add size.
11791         (btrace_conf_bts_attributes): New.
11792         (btrace_conf_children): Add attributes.
11793         * common/btrace-common.h (btrace_config_bts): New.
11794         (btrace_config)<bts>: New.
11795         (btrace_config): Update comment.
11796         * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11797         Use config.
11798         * features/btrace-conf.dtd: Increment version.  Add size
11799         attribute to bts element.
11800         * record-btrace.c (set_record_btrace_bts_cmdlist,
11801         show_record_btrace_bts_cmdlist): New.
11802         (record_btrace_adjust_size, record_btrace_print_bts_conf,
11803         record_btrace_print_conf, cmd_set_record_btrace_bts,
11804         cmd_show_record_btrace_bts): New.
11805         (record_btrace_info): Call record_btrace_print_conf.
11806         (_initialize_record_btrace): Add commands.
11807         * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11808         (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11809         (btrace_sync_conf): Synchronize bts size.
11810         (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11811         * NEWS: Announce new commands and new packets.
11812
11813 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11814
11815         * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11816         * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11817         (x86_linux_btrace_conf): New.
11818         (x86_linux_create_target): Initialize to_btrace_conf.
11819         * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11820         Check format.  Split into this and ...
11821         (linux_enable_bts): ... this.
11822         (linux_btrace_conf): New.
11823         (perf_event_skip_record): Renamed into ...
11824         (perf_event_skip_bts_record): ... this.  Updated users.
11825         (linux_disable_btrace): Split into this and ...
11826         (linux_disable_bts): ... this.
11827         (linux_read_btrace): Check format.
11828         * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11829         (linux_btrace_conf): New.
11830         (btrace_target_info)<ptid>: Moved.
11831         (btrace_target_info)<conf>: New.
11832         (btrace_target_info): Split into this and ...
11833         (btrace_tinfo_bts): ... this.  Updated users.
11834         * btrace.c (btrace_enable): Update parameters.
11835         (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11836         (btrace_conf_children, btrace_conf_attributes)
11837         (btrace_conf_elements): New.
11838         * btrace.h (btrace_enable): Update parameters.
11839         (btrace_conf, parse_xml_btrace_conf): New.
11840         * common/btrace-common.h (btrace_config): New.
11841         * feature/btrace-conf.dtd: New.
11842         * record-btrace.c (record_btrace_conf): New.
11843         (record_btrace_cmdlist): New.
11844         (record_btrace_enable_warn, record_btrace_open): Pass
11845         &record_btrace_conf.
11846         (record_btrace_info): Print recording format.
11847         (cmd_record_btrace_bts_start): New.
11848         (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11849         (_initialize_record_btrace): Add "record btrace bts" subcommand.
11850         Add "record bts" alias command.
11851         * remote.c (remote_state)<btrace_config>: New.
11852         (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11853         (remote_protocol_features): Add qXfer:btrace-conf:read.
11854         (remote_open_1): Call remote_btrace_reset.
11855         (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11856         (btrace_target_info)<conf>: New.
11857         (btrace_sync_conf, btrace_read_config): New.
11858         (remote_enable_btrace): Update parameters.  Call btrace_sync_conf and
11859         btrace_read_conf.
11860         (remote_btrace_conf): New.
11861         (init_remote_ops): Initialize to_btrace_conf.
11862         (_initialize_remote): Add qXfer:btrace-conf packet.
11863         * target.c (target_enable_btrace): Update parameters.
11864         (target_btrace_conf): New.
11865         * target.h (target_enable_btrace): Update parameters.
11866         (target_btrace_conf): New.
11867         (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11868         (target_ops)<to_enable_btrace>: Update parameters and comment.
11869         (target_ops)<to_btrace_conf>: New.
11870         * target-delegates: Regenerate.
11871         * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11872         (target_debug_print_const_struct_btrace_target_info_p): New.
11873         * NEWS: Announce new command and new packet.
11874
11875 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11876
11877         * nat/linux-btrace.h (perf_event_buffer): New.
11878         (btrace_target_info) <buffer, size, data_head>: Replace with ...
11879         <bts>: ... this.
11880         * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11881         (perf_event_buffer_size, perf_event_buffer_begin)
11882         (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11883         Updated users.
11884         (perf_event_new_data): New.
11885
11886 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11887
11888         * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11889         * record-btrace.c (record_btrace_open): Remove call to
11890         target_supports_btrace.
11891         * remote.c (remote_supports_btrace): Update parameters.
11892         * target.c (target_supports_btrace): Update parameters.
11893         * target.h (to_supports_btrace, target_supports_btrace): Update
11894         parameters.
11895         * target-delegates.c: Regenerate.
11896         * target-debug.h (target_debug_print_enum_btrace_format): New.
11897         * nat/linux-btrace.c
11898         (kernel_supports_btrace): Rename into ...
11899         (kernel_supports_bts): ... this.  Update users.  Update warning text.
11900         (intel_supports_btrace): Rename into ...
11901         (intel_supports_bts): ... this.  Update users.
11902         (cpu_supports_btrace): Rename into ...
11903         (cpu_supports_bts): ... this.  Update users.
11904         (linux_supports_btrace): Update parameters.  Split into this and ...
11905         (linux_supports_bts): ... this.
11906         * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
11907
11908 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11909
11910         * Makefile.in (SFILES): Add common/btrace-common.c.
11911         (COMMON_OBS): Add common/btrace-common.o.
11912         (btrace-common.o): Add build rules.
11913         * btrace.c (parse_xml_btrace): Update parameters.
11914         (parse_xml_btrace_block): Set format field.
11915         (btrace_add_pc, btrace_fetch): Use struct btrace_data.
11916         (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
11917         (btrace_compute_ftrace): Split into this and...
11918         (btrace_compute_ftrace_bts): ...this.
11919         (btrace_stitch_trace): Split into this and...
11920         (btrace_stitch_bts): ...this.
11921         * btrace.h (parse_xml_btrace): Update parameters.
11922         (make_cleanup_btrace_data): New.
11923         * common/btrace-common.c: New.
11924         * common/btrace-common.h: Include common-defs.h.
11925         (btrace_block_s): Update comment.
11926         (btrace_format): New.
11927         (btrace_format_string): New.
11928         (btrace_data_bts): New.
11929         (btrace_data): New.
11930         (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
11931         * remote.c (remote_read_btrace): Update parameters.
11932         * target.c (target_read_btrace): Update parameters.
11933         * target.h (target_read_btrace): Update parameters.
11934         (target_ops)<to_read_btrace>: Update parameters.
11935         * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
11936         * target-delegates.c: Regenerate.
11937         * target-debug (target_debug_print_struct_btrace_data_p): New.
11938         * nat/linux-btrace.c (linux_read_btrace): Split into this and...
11939         (linux_read_bts): ...this.
11940         * nat/linux-btrace.h (linux_read_btrace): Update parameters.
11941
11942 2015-02-06  Doug Evans  <dje@google.com>
11943
11944         * remote-m32r-sdi.c: Include symfile.h.
11945
11946 2015-02-06  Doug Evans  <dje@google.com>
11947
11948         * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
11949         * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
11950         to here.
11951
11952 2015-02-06  Pedro Alves  <palves@redhat.com>
11953
11954         * linux-thread-db.c (find_new_threads_callback): Add debug output.
11955
11956 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
11957
11958         PR gdb/15678
11959         * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
11960         (enable_count_command): Check args for NULL value.
11961
11962 2015-02-05  Doug Evans  <xdje42@gmail.com>
11963
11964         * guile/scm-frame.c: Fix spelling errors in a comment.
11965
11966 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11967
11968         * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
11969         * python/py-value.c (valpy_fetch_lazy): Use it.  Remove cast to the
11970         return type.
11971
11972 2015-02-04  Pedro Alves  <palves@redhat.com>
11973
11974         * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
11975         (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
11976         returns true.
11977         (resume_stopped_resumed_lwps): Don't check whether the thread is
11978         marked as executing.
11979         (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
11980
11981 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11982
11983         * regset.h (struct regset): Add flags field.
11984         (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
11985         * corelow.c (get_core_register_section): Add warning if the size
11986         exceeds the requested size and the regset does not have the
11987         REGSET_VARIABLE_SIZE flag set.
11988         * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
11989         flag.
11990         * armbsd-tdep.c (armbsd_gregset): Likewise.
11991         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
11992         * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
11993         * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
11994         * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
11995
11996 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11997
11998         * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
11999         For ".reg-xstate", explicitly specify the requested section size
12000         via X86_XSTATE_SIZE instead of just 0 on input and
12001         X86_XSTATE_MAX_SIZE on output.
12002         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
12003         Likewise.
12004
12005 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12006
12007         PR corefiles/17808:
12008         * gdbarch.sh (iterate_over_regset_sections_cb): Document this
12009         function type, particularly its SIZE parameter.
12010         * gdbarch.h: Regenerate.
12011         * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
12012         actual against required size using ">=" instead of "==".
12013         (amd64_collect_fpregset): Likewise.
12014         * i386-tdep.c (i386_supply_gregset): Likewise.
12015         (i386_collect_gregset): Likewise.
12016         (i386_supply_fpregset): Likewise.
12017         (i386_collect_fpregset): Likewise.
12018         * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
12019         (mips_fill_gregset_wrapper): Likewise.
12020         (mips_supply_fpregset_wrapper): Likewise.
12021         (mips_fill_fpregset_wrapper): Likewise.
12022         (mips64_supply_gregset_wrapper): Likewise.
12023         (mips64_fill_gregset_wrapper): Likewise.
12024         (mips64_supply_fpregset_wrapper): Likewise.
12025         (mips64_fill_fpregset_wrapper): Likewise.
12026         * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
12027         (am33_supply_fpregset_method): Likewise.
12028         (am33_collect_gregset_method): Likewise.
12029         (am33_collect_fpregset_method): Likewise.
12030
12031 2015-02-04  Doug Evans  <dje@google.com>
12032             Pedro Alves  <palves@redhat.com>
12033             Eli Zaretskii  <eliz@gnu.org>
12034
12035         PR tui/17810
12036         * tui/tui-command.c (tui_refresh_cmd_win): New function.
12037         * tui/tui-command.c (tui_refresh_cmd_win): Declare.
12038         * tui/tui-file.c: #include tui/tui-command.h.
12039         (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
12040         (tui_file_flush): Refresh command window if stream is gdb_stdout.
12041         * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
12042
12043 2015-02-04  Pedro Alves  <palves@redhat.com>
12044
12045         Fix build breakage.
12046         * event-loop.c (gdb_do_one_event): Add default switch case.
12047
12048 2015-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12049
12050         Filter out inferior gcc option -fpreprocessed.
12051         * compile/compile.c (filter_args): New function.
12052         (get_args): Use it.
12053
12054 2015-02-03  Pedro Alves  <palves@redhat.com>
12055
12056         * event-loop.c: Don't declare nor define a queue type for
12057         gdb_event_p.
12058         (event_queue): Delete.
12059         (create_event, create_file_event, gdb_event_xfree)
12060         (initialize_event_loop, process_event): Delete.
12061         (gdb_do_one_event): Return as soon as one event is handled.
12062         (handle_file_event): Change prototype.  Used the passed in
12063         file_handler pointer and ready_mask instead of looping over all
12064         file handlers.
12065         (gdb_wait_for_event): Update the poll/select timeouts before
12066         blocking.  Run event handlers directly instead of queueing events.
12067         Return as soon as one event is handled.
12068         (struct async_event_handler_data): Delete.
12069         (invoke_async_event_handler): Delete.
12070         (check_async_event_handlers): Change return type to int.  Run
12071         event handlers directly instead of queueing events.  Return as
12072         soon as one event is handled.
12073         (handle_timer_event): Delete.
12074         (update_wait_timeout): New function, factored out from
12075         poll_timers.
12076         (poll_timers): Reimplement.
12077         * event-loop.h (initialize_event_loop): Delete declaration.
12078         * top.c (gdb_init): Don't call initialize_event_loop.
12079
12080 2015-02-03  Pedro Alves  <palves@redhat.com>
12081
12082         * event-loop.c (clear_async_event_handler): New function.
12083         * event-loop.h (clear_async_event_handler): New declaration.
12084         * record-btrace.c (record_btrace_async): New function.
12085         (init_record_btrace_ops): Install record_btrace_async.
12086         * record-full.c (record_full_async): New function.
12087         (record_full_resume): Don't mark the async event source here.
12088         (init_record_full_ops): Install record_full_async.
12089         (record_full_core_resume): Don't mark the async event source here.
12090         (init_record_full_core_ops): Install record_full_async.
12091         * remote.c (remote_async): Mark and clear the async stop reply
12092         queue event-loop token as appropriate.
12093
12094 2015-02-03  Pedro Alves  <palves@redhat.com>
12095
12096         * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
12097         target_is_async_p instead of target_can_async.
12098         (linux_nat_wait): Use target_is_async_p instead of
12099         target_can_async.  Don't enable async here.
12100         * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
12101         target_is_async_p instead of target_can_async.
12102
12103 2015-02-02  Simon Marchi  <simon.marchi@ericsson.com>
12104
12105         * varobj.h (lang_varobj_ops): Mention which return values need
12106         to be freed.
12107
12108 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12109
12110         * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
12111
12112 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12113
12114         PR gdb/17856:
12115         * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
12116         results found in the cache.
12117
12118 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12119
12120         PR gdb/17854:
12121         * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
12122         when allocating a new one.
12123
12124 2015-02-01  Tom Tromey  <tom@tromey.com>
12125
12126         * MAINTAINERS: Remove myself.
12127
12128 2015-01-31  Doug Evans  <xdje42@gmail.com>
12129
12130         * dwarf2read.c (process_structure_scope): Update setting of
12131         TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
12132         * gdbtypes.c (internal_type_vptr_fieldno): New function.
12133         (set_type_vptr_fieldno): New function.
12134         (internal_type_vptr_basetype): New function.
12135         (set_type_vptr_basetype): New function.
12136         (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
12137         TYPE_VPTR_BASETYPE.
12138         (allocate_cplus_struct_type): Initialize vptr_fieldno.
12139         (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
12140         (print_cplus_stuff): ... moved here.
12141         (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
12142         * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
12143         moved to ...
12144         (struct cplus_struct_type): ... here.  All uses updated.
12145         (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
12146         (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
12147         (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
12148         * stabsread.c (read_tilde_fields): Update setting of
12149         TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
12150
12151 2015-01-31  Doug Evans  <xdje42@gmail.com>
12152
12153         * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
12154         to self_p.
12155         (cp_print_class_member): Rename local domain to self_type.
12156         * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
12157         domain_type to self_type.
12158         (set_die_type) <need_gnat_info>: Handle
12159         TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
12160         * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
12161         TYPE_SPECIFIC_SELF_TYPE.
12162         * gdbtypes.c (internal_type_self_type): New function.
12163         (set_type_self_type): New function.
12164         (smash_to_memberptr_type): Rename parameter domain to self_type.
12165         Update setting of TYPE_SELF_TYPE.
12166         (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
12167         (smash_to_method_type): Rename parameter domain to self_type.
12168         Update setting of TYPE_SELF_TYPE.
12169         (check_stub_method): Call smash_to_method_type.
12170         (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
12171         (copy_type_recursive): Ditto.
12172         * gdbtypes.h (enum type_specific_kind): New value
12173         TYPE_SPECIFIC_SELF_TYPE.
12174         (struct main_type) <type_specific>: New member self_type.
12175         (struct cplus_struct_type) <fn_field.type>: Update comment.
12176         (TYPE_SELF_TYPE): Rewrite.
12177         (internal_type_self_type, set_type_self_type): Declare.
12178         * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
12179         self_type.
12180         (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
12181         * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
12182         TYPE_TARGET_TYPE.
12183         * stabsread.c (read_member_functions): Mark methods with
12184         TYPE_CODE_METHOD, not TYPE_CODE_FUNC.  Update setting of
12185         TYPE_SELF_TYPE.
12186
12187 2015-01-31  Doug Evans  <xdje42@gmail.com>
12188
12189         * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
12190         All uses updated.
12191
12192 2015-01-31  Doug Evans  <xdje42@gmail.com>
12193
12194         * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
12195         or unions.  Return zero if union.
12196         (gnuv3_get_vtable): Call check_typedef.  Assert only passed structs.
12197         (gnuv3_rtti_type): Pass already-check_typedef'd value to
12198         gnuv3_get_vtable.
12199         (compute_vtable_size): Assert only passed structs.
12200         (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
12201
12202 2015-01-31  Doug Evans  <xdje42@gmail.com>
12203
12204         * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
12205         kinds.
12206
12207 2015-01-31  Gary Benson <gbenson@redhat.com>
12208             Doug Evans  <dje@google.com>
12209
12210         PR cli/9007
12211         PR cli/11920
12212         PR cli/15548
12213         * cli/cli-cmds.c (complete_command): Notify user if max-completions
12214         reached.
12215         * common/common-exceptions.h (enum errors)
12216         <MAX_COMPLETIONS_REACHED_ERROR>: New value.
12217         * completer.h (get_max_completions_reached_message): New declaration.
12218         (max_completions): Likewise.
12219         (completion_tracker_t): New typedef.
12220         (new_completion_tracker): New declaration.
12221         (make_cleanup_free_completion_tracker): Likewise.
12222         (maybe_add_completion_enum): New enum.
12223         (maybe_add_completion): New declaration.
12224         (throw_max_completions_reached_error): Likewise.
12225         * completer.c (max_completions): New global variable.
12226         (new_completion_tracker): New function.
12227         (free_completion_tracker): Likewise.
12228         (make_cleanup_free_completion_tracker): Likewise.
12229         (maybe_add_completions): Likewise.
12230         (throw_max_completions_reached_error): Likewise.
12231         (complete_line): Remove duplicates and limit result to max_completions
12232         entries.
12233         (get_max_completions_reached_message): New function.
12234         (gdb_display_match_list): Handle max_completions.
12235         (_initialize_completer): New declaration and function.
12236         * symtab.c: Include completer.h.
12237         (completion_tracker): New static variable.
12238         (completion_list_add_name): Call maybe_add_completion.
12239         (default_make_symbol_completion_list_break_on_1): Renamed from
12240         default_make_symbol_completion_list_break_on.  Maintain
12241         completion_tracker across calls to completion_list_add_name.
12242         (default_make_symbol_completion_list_break_on): New function.
12243         * top.c (init_main): Set rl_completion_display_matches_hook.
12244         * tui/tui-io.c: Include completer.h.
12245         (tui_old_rl_display_matches_hook): New static global.
12246         (tui_rl_display_match_list): Notify user if max-completions reached.
12247         (tui_setup_io): Save/restore rl_completion_display_matches_hook.
12248         * NEWS (New Options): Mention set/show max-completions.
12249
12250 2015-01-31  Gary Benson  <gbenson@redhat.com>
12251
12252         * symtab.c (struct add_name_data) <code>: New field.
12253         Updated comments.
12254         (add_symtab_completions): New function.
12255         (symtab_expansion_callback): Likewise.
12256         (default_make_symbol_completion_list_break_on): Set datum.code.
12257         Move minimal symbol scan before calling expand_symtabs_matching.
12258         Scan known primary symtabs for externs and statics before calling
12259         expand_symtabs_matching.  Pass symtab_expansion_callback as
12260         expansion_notify argument to expand_symtabs_matching.  Do not scan
12261         primary symtabs for externs and statics after calling
12262         expand_symtabs_matching.
12263
12264 2015-01-31  Gary Benson  <gbenson@redhat.com>
12265
12266         * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12267         (struct quick_symbol_functions) <expand_symtabs_matching>:
12268         New argument expansion_notify.  All uses updated.
12269         (expand_symtabs_matching): New argument expansion_notify.
12270         All uses updated.
12271         * symfile-debug.c (debug_qf_expand_symtabs_matching):
12272         Also print expansion notify.
12273         * symtab.c (expand_symtabs_matching_via_partial): Call
12274         expansion_notify whenever a partial symbol table is expanded.
12275         * dwarf2read.c (dw2_expand_symtabs_matching): Call
12276         expansion_notify whenever a symbol table is instantiated.
12277
12278 2015-01-31  Doug Evans  <xdje42@gmail.com>
12279
12280         * cli-out.c: #include completer.h, readline/readline.h.
12281         (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12282         (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12283         (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12284         * cli-out.h (cli_display_match_list): Declare.
12285         * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12286         (ELLIPSIS_LEN): Ditto.
12287         (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12288         (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12289         (gdb_fnprint, gdb_print_filename): Ditto.
12290         (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12291         (gdb_display_match_list): Ditto.
12292         * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12293         (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12294         (mld_beep_ftype, mld_read_key_ftype): Ditto.
12295         (match_list_displayer): New struct.
12296         (gdb_display_match_list): Declare.
12297         * top.c (init_main): Set rl_completion_display_matches_hook.
12298         * tui/tui-io.c: #include completer.h.
12299         (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12300         (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12301         (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12302         (tui_mld_getc, tui_mld_read_key): Ditto.
12303         (tui_rl_display_match_list): Rewrite.
12304         (tui_handle_resize_during_io): New arg for_completion.  All callers
12305         updated.
12306
12307 2015-01-31  Doug Evans  <xdje42@gmail.com>
12308
12309         Add symbol lookup cache.
12310         * NEWS: Document new options and commands.
12311         * symtab.c (symbol_cache_key): New static global.
12312         (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12313         (SYMBOL_LOOKUP_FAILED): New macro.
12314         (symbol_cache_slot_state): New enum.
12315         (block_symbol_cache): New struct.
12316         (symbol_cache): New struct.
12317         (new_symbol_cache_size, symbol_cache_size): New static globals.
12318         (hash_symbol_entry, eq_symbol_entry): New functions.
12319         (symbol_cache_byte_size, resize_symbol_cache): New functions.
12320         (make_symbol_cache, free_symbol_cache): New functions.
12321         (get_symbol_cache, symbol_cache_cleanup): New function.
12322         (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12323         (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12324         (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12325         (symbol_cache_flush, symbol_cache_dump): New functions.
12326         (maintenance_print_symbol_cache): New function.
12327         (maintenance_flush_symbol_cache): New function.
12328         (symbol_cache_stats): New function.
12329         (maintenance_print_symbol_cache_statistics): New function.
12330         (symtab_new_objfile_observer): New function.
12331         (symtab_free_objfile_observer): New function.
12332         (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12333         (_initialize_symtab): Init symbol_cache_key.  New parameter
12334         maint symbol-cache-size.  New maint commands print symbol-cache,
12335         print symbol-cache-statistics, flush-symbol-cache.
12336         Install new_objfile, free_objfile observers.
12337
12338 2015-01-31  Joel Brobecker  <brobecker@adacore.com>
12339
12340         PR symtab/17855
12341         * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12342         to end.
12343
12344 2015-01-31  Doug Evans  <xdje42@gmail.com>
12345
12346         * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12347         * auto-load.c: #include ctype.h.
12348         (struct auto_load_pspace_info): Replace member loaded_scripts with
12349         new members loaded_script_files, loaded_script_texts.
12350         (auto_load_pspace_data_cleanup): Update.
12351         (init_loaded_scripts_info): Update.
12352         (get_auto_load_pspace_data_for_loading): Update.
12353         (maybe_add_script_file): Renamed from maybe_add_script.  All callers
12354         updated.
12355         (maybe_add_script_text): New function.
12356         (clear_section_scripts): Update.
12357         (source_script_file, execute_script_contents): New functions.
12358         (source_section_scripts): Add support for
12359         SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12360         (print_scripts): New function.
12361         (auto_load_info_scripts): Also print inlined scripts.
12362         (maybe_print_unsupported_script_warning): Renamed from
12363         unsupported_script_warning_print.  All callers updated.
12364         (maybe_print_script_not_found_warning): Renamed from
12365         script_not_found_warning_print.  All callers updated.
12366         * extension-priv.h (struct extension_language_script_ops): New member
12367         objfile_script_executor.
12368         * extension.c (ext_lang_objfile_script_executor): New function.
12369         * extension.h (objfile_script_executor_func): New typedef.
12370         (ext_lang_objfile_script_executor): Declare.
12371         * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12372         * guile/guile.c (guile_extension_script_ops): Update.
12373         * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12374         * python/python.c (python_extension_script_ops): Update.
12375         (gdbpy_execute_objfile_script): New function.
12376
12377 2015-01-31  Eli Zaretskii  <eliz@gnu.org>
12378
12379         * tui/tui-io.c (tui_expand_tabs): New function.
12380         (tui_puts, tui_redisplay_readline): Expand TABs into the
12381         appropriate number of spaces.
12382         * tui/tui-regs.c: Include tui-io.h.
12383         (tui_register_format): Call tui_expand_tabs to expand TABs into
12384         the appropriate number of spaces.
12385         * tui/tui-io.h: Add prototype for tui_expand_tabs.
12386
12387 2015-01-30  Doug Evans  <dje@google.com>
12388
12389         * NEWS: "info source" command now display producer string if present.
12390         * source.c (source_info): Print producer string if present.
12391
12392 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12393
12394         * varobj.c (varobj_delete): Fix comment.
12395
12396 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12397
12398         * varobj.c (create_child): Modify comment.
12399
12400 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12401
12402         * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12403         parameter.
12404         (ada_name_of_variable): Same.
12405         (ada_path_expr_of_child): Same.
12406         (ada_value_of_variable): Same.
12407         (ada_value_is_changeable_p): Same.
12408         (ada_value_has_mutated): Same.
12409         * c-varobj.c (varobj_is_anonymous_child): Same.
12410         (c_is_path_expr_parent): Same.
12411         (c_number_of_children): Same.
12412         (c_name_of_variable): Same.
12413         (c_path_expr_of_child): Same.
12414         (get_type): Same.
12415         (c_value_of_variable): Same.
12416         (cplus_number_of_children): Same.
12417         (cplus_name_of_variable): Same.
12418         (cplus_path_expr_of_child): Same.
12419         (cplus_value_of_variable): Same.
12420         * jv-varobj.c (java_number_of_children): Same.
12421         (java_name_of_variable): Same.
12422         (java_path_expr_of_child): Same.
12423         (java_value_of_variable): Same.
12424         * varobj.c (number_of_children): Same.
12425         (name_of_variable): Same.
12426         (is_root_p): Same.
12427         (varobj_ensure_python_env): Same.
12428         (varobj_get_objname): Same.
12429         (varobj_get_expression): Same.
12430         (varobj_get_display_format): Same.
12431         (varobj_get_display_hint): Same.
12432         (varobj_has_more): Same.
12433         (varobj_get_thread_id): Same.
12434         (varobj_get_frozen): Same.
12435         (dynamic_varobj_has_child_method): Same.
12436         (varobj_get_gdb_type): Same.
12437         (is_path_expr_parent): Same.
12438         (varobj_default_is_path_expr_parent): Same.
12439         (varobj_get_language): Same.
12440         (varobj_get_attributes): Same.
12441         (varobj_is_dynamic_p): Same.
12442         (varobj_get_child_range): Same.
12443         (varobj_value_has_mutated): Same.
12444         (varobj_get_value_type): Same.
12445         (number_of_children): Same.
12446         (name_of_variable): Same.
12447         (check_scope): Same.
12448         (varobj_editable_p): Same.
12449         (varobj_value_is_changeable_p): Same.
12450         (varobj_floating_p): Same.
12451         (varobj_default_value_is_changeable_p): Same.
12452
12453 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12454
12455         * varobj.c (varobj_get_path_expr): Set var->path_expr.
12456         * c-varobj.c (c_path_expr_of_child): Set local var instead of
12457         child->path_expr.
12458         (cplus_path_expr_of_child): Same.
12459
12460 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12461
12462         * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12463         result.
12464         (mi_cmd_var_info_expression): Same.
12465         * varobj.c (varobj_get_expression): Mention in the comment that
12466         the result must by freed by the caller.
12467
12468 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12469
12470         * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12471         varobj_get_type.
12472         (varobj_update_one): Same.
12473         * varobj.c (update_type_if_necessary): Free curr_type_str and
12474         new_type_str.
12475         (varobj_get_type): Specify in comment that the result needs to be
12476         freed by the caller.
12477
12478 2015-01-29  Doug Evans  <dje@google.com>
12479
12480         PR symtab/17890
12481         * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12482
12483 2015-01-25  Mark Wielaard  <mjw@redhat.com>
12484
12485         * dwarf2read.c (checkproducer): Call producer_is_gcc.
12486         * utils.c (producer_is_gcc_ge_4): Likewise.
12487         (producer_is_gcc): New function.
12488         * utils.h (producer_is_gcc): New declaration.
12489
12490 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12491
12492         * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12493         kind.
12494         * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12495         parameter by "addr_stack" parameter.
12496         (resolve_dynamic_range): Replace "addr" parameter by
12497         "stack_addr" parameter.  Update function documentation.
12498         Update code accordingly.
12499         (resolve_dynamic_array, resolve_dynamic_union)
12500         (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12501         (resolve_dynamic_type): Update code, following the changes made
12502         to resolve_dynamic_type_internal's interface.
12503         * dwarf2loc.h (struct property_addr_info): New.
12504         (dwarf2_evaluate_property): Replace "address" parameter
12505         by "addr_stack" parameter.  Adjust function documentation.
12506         (struct dwarf2_offset_baton): New.
12507         (struct dwarf2_property_baton): Update documentation of
12508         field "referenced_type" to be more general. New field
12509         "offset_info" in union data field.
12510         * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12511         parameter by "addr_stack" parameter.  Adjust code accordingly.
12512         Add support for PROP_ADDR_OFFSET properties.
12513         * dwarf2read.c (attr_to_dynamic_prop): Add support for
12514         DW_AT_data_member_location attributes as well.  Use case
12515         statements instead of if/else condition.
12516
12517 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12518
12519         * ada-varobj.c (ada_varobj_get_array_number_of_children):
12520         Return zero if PARENT_VALUE is NULL and parent_type's
12521         range type is dynamic.
12522
12523 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12524
12525         * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12526         nonzero if the type's subtype is dynamic.
12527         (resolve_dynamic_range): Also resolve the range's subtype.
12528
12529 2015-01-29  Alexander Klimov  <alserkli@inbox.ru>  (tiny patch)
12530
12531         Pushed by Joel Brobecker  <brobecker@adacore.com>.
12532         * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12533
12534 2015-01-27  Doug Evans  <dje@google.com>
12535
12536         * NEWS: Mention gdb.Objfile.username.
12537         * python/py-objfile.c (objfpy_get_username): New function.
12538         (objfile_getset): Add "username".
12539
12540 2015-01-24  Mark Wielaard  <mjw@redhat.com>
12541
12542         * stack.c (return_command): Markup warning message with _.
12543
12544 2015-01-24  Doug Evans  <xdje42@gmail.com>
12545
12546         * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12547
12548 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12549
12550         Fix 100x slowdown regression on DWZ files.
12551         * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12552         (struct line_header): Add offset and offset_in_dwz.
12553         (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12554         (free_line_header_voidp): New declaration.
12555         (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12556         functions.
12557         (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12558         (handle_DW_AT_stmt_list): Use line_header_hash.
12559         (free_line_header_voidp): New function.
12560         (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12561         (dwarf_decode_lines): New parameter decode_mapping, use it.
12562         (dwarf2_free_objfile): Free line_header_hash.
12563
12564 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
12565
12566         PR gdb/17416
12567         * valops.c (value_rtti_indirect_type): Catch exception thrown by
12568         value_ind.
12569
12570 2015-01-15  Mark Wielaard  <mjw@redhat.com>
12571
12572         * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12573         DW_AT_noreturn.
12574         * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12575         calling_convention an 8 bit bit field.
12576         (TYPE_NO_RETURN): New macro.
12577         * infcmd.c (finish_command): Query if function does not return
12578         normally.
12579         * stack.c (return_command): Likewise.
12580
12581 2015-01-23  Pedro Alves  <palves@redhat.com>
12582
12583         * linux-nat.c (linux_is_async_p): New macro.
12584         (linux_nat_is_async_p):
12585         (linux_nat_terminal_inferior): Check whether the target can async
12586         instead of whether it is already async.
12587         (linux_nat_terminal_ours): Don't check whether the target is
12588         async.
12589         (linux_async_pipe): Use linux_is_async_p.
12590
12591 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12592
12593         * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12594         '-ascending'.
12595         * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12596         (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12597         Sort tp_array using tp_array_compar.
12598         (_initialize_thread): Extend thread_apply_all_command help.
12599
12600 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12601
12602         * corelow.c (core_open): Call also thread_command.
12603         * gdbthread.h (thread_command): New prototype moved from ...
12604         * thread.c (thread_command): ... here.
12605         (thread_command): Make it global.
12606
12607 2015-01-22  Pedro Alves  <palves@redhat.com>
12608
12609         * configure.ac [*mingw32*]: Check $curses_found instead of
12610         $prefer_curses.
12611         * configure: Regenerate.
12612         * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12613         HAVE_NCURSES_NCURSES_H checks.
12614
12615 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12616
12617         * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
12618         fails with the 1st arg NULL, try again with "unknown".  Don't test
12619         the "cup" capability: it isn't supported by the Windows port of
12620         ncurses, but the Windows console driver is still capable of
12621         supporting TUI.
12622
12623 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12624
12625         * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12626
12627 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12628
12629         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12630         (ALLDEPFILES): Remove irix5-nat.c.  These two are part of the
12631         reason that "make TAGS" is broken.
12632
12633 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
12634
12635         * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12636         and check additional store instructions.
12637
12638 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12639
12640         * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12641
12642 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12643
12644         * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12645         ppc_canonicalize_syscall, ppc_linux_syscall_record,
12646         ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12647         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12648         * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12649         rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12650         rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12651         ppc_process_record_op19, ppc_process_record_op31,
12652         ppc_process_record_op59, ppc_process_record_op60,
12653         ppc_process_record_op63): Likewise.
12654
12655 2015-01-20  Joel Brobecker  <brobecker@adacore.com>
12656
12657         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12658         (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12659         strerror.
12660
12661 2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
12662
12663         * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12664         ppc_process_record_op31, ppc_process_record_op59,
12665         ppc_process_record_op60, ppc_process_record_op63,
12666         ppc_process_record): Fix -Wformat warning.
12667         * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12668         Remove unused variables.
12669
12670 2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
12671
12672         * MAINTAINERS (Write After Approval): Add "Chen Gang".
12673
12674 2015-01-19  Eli Zaretskii  <eliz@gnu.org>
12675
12676         * configure.ac [*mingw32*]: Only add windows-termcap.o to
12677         CONFIG_OBS if not building with a curses library.
12678         * configure: Regenerate.
12679
12680         * windows-termcap.c: Include defs.h.  Make the whole body empty if
12681         either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12682         HAVE_NCURSES_NCURSES_H is defined.
12683
12684 2015-01-19  Joel Brobecker  <brobecker@adacore.com>
12685
12686         * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12687         from end of line to start of next line.
12688
12689 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12690
12691         * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12692         Scan PLT stub backward for reverse debugging.
12693         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12694
12695 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12696             Ulrich Weigand  <uweigand@de.ibm.com>
12697
12698         * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12699         gdb_target_obs.
12700         (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12701         record.
12702         (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12703         ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12704         (ppc_linux_init_abi): Set process_record, process_record_signal.
12705         * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12706         ppc_linux_record_tdep to gdbarch_tdep.
12707         (ppc_process_record): New declaration.
12708         * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12709         ppc_process_record_op19, ppc_process_record_op31,
12710         ppc_process_record_op59, ppc_process_record_op60,
12711         ppc_process_record_op63, ppc_process_record): New functions.
12712
12713 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12714
12715         * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12716         rs6000_in_function_epilogue_frame_p and add an argument
12717         for frame_info.
12718         (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12719         rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12720         New functions.
12721         (rs6000_epilogue_frame_unwind): New.
12722         (rs6000_gdbarch_init): Append epilogue unwinder.
12723
12724 2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12725
12726         * nat/linux-personality.c: Replace "#ifndef
12727         HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12728         !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12729         systems.
12730
12731 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
12732
12733         * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12734         functions.
12735         (_initialize_tui_win) <border-kind, border-mode>:
12736         <active-border-mode>: Use tui_set_var_cmd as the "set" function.
12737         (tui_set_tab_width_command): Fix the commentary.
12738
12739         * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12740
12741         * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12742         Doc fix.
12743         (tui_set_tab_width_command): Delete and recreate the source and
12744         the disassembly windows, to show the effect of the changed tab
12745         size immediately.
12746
12747         * tui/tui-data.h (LINE_PREFIX): Make shorter
12748         (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12749         "Thread NNNNN.XXXX" thread ID notation on Windows.
12750
12751 2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
12752
12753         Fix gcc-5 compilation.
12754         * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12755
12756 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12757
12758         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12759         (linux-personality.o): New rule.
12760         * common/common-defs.h: Include <stdint.h>.
12761         * config/aarch64/linux.mh (NATDEPFILES): Include
12762         linux-personality.o.
12763         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12764         * config/arm/linux.mh (NATDEPFILES): Likewise.
12765         * config/i386/linux64.mh (NATDEPFILES): Likewise.
12766         * config/i386/linux.mh (NATDEPFILES): Likewise.
12767         * config/ia64/linux.mh (NATDEPFILES): Likewise.
12768         * config/m32r/linux.mh (NATDEPFILES): Likewise.
12769         * config/m68k/linux.mh (NATDEPFILES): Likewise.
12770         * config/mips/linux.mh (NATDEPFILES): Likewise.
12771         * config/pa/linux.mh (NATDEPFILES): Likewise.
12772         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12773         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12774         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12775         * config/s390/linux.mh (NATDEPFILES): Likewise.
12776         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12777         * config/sparc/linux.mh (NATDEPFILES): Likewise.
12778         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12779         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12780         * defs.h: Remove #include <stdint.h> (moved to
12781         common/common-defs.h).
12782         * linux-nat.c: Include nat/linux-personality.h.  Remove #include
12783         <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12784         nat/linux-personality.c).
12785         (linux_nat_create_inferior): Remove code to disable address space
12786         randomization (moved to nat/linux-personality.c).  Create cleanup
12787         to disable address space randomization.
12788         * nat/linux-personality.c: New file.
12789         * nat/linux-personality.h: Likewise.
12790
12791 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12792
12793         * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12794         common/posix-strerror.c.
12795         (posix-strerror.o): New rule.
12796         (mingw-strerror.o): Likewise.
12797         * common/common-utils.h (safe_strerror): Move prototype to here,
12798         from utils.h.
12799         * common/common.host: New file.
12800         * common/mingw-strerror.c: Likewise.
12801         * common/posix-strerror.c: Likewise.
12802         * configure: Regenerated.
12803         * configure.ac: Source common/common.host.  Add variable
12804         common_host_obs to gdb_host_obs.
12805         * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12806         gdb/common/posix-strerror.c when warning about the use of
12807         strerror.
12808         * mingw-hdep.c (safe_strerror): Remove definition; move it to
12809         common/mingw-strerror.c.
12810         * posix-hdep.c (safe_strerror): Remove definition; move it to
12811         common/posix-hdep.c.
12812         * utils.h (safe_strerror): Remove prototype; move to
12813         common/common-utils.h.
12814
12815 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12816
12817         GDB 7.8.2 released.
12818
12819 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12820
12821         * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12822         ___XA type if the array has already been fixed.
12823
12824 2015-01-14  Yao Qi  <yao@codesourcery.com>
12825
12826         * Makefile.in (ppc-linux.o): New rule.
12827         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12828         * configure.ac: AC_CHECK_FUNCS(getauxval).
12829         * config.in: Re-generated.
12830         * configure: Re-generated.
12831         * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12832         Declare.
12833         * nat/ppc-linux.c: New file.
12834         * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12835         Call ppc64_64bit_inferior_p.
12836
12837 2015-01-14  Yao Qi  <yao@codesourcery.com>
12838
12839         * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12840         nat/ppc-linux.h.
12841         (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12842         (PPC_FEATURE_HAS_DFP): Likewise.
12843         (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12844         (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12845         (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12846         Include "nat/ppc-linux.h".
12847         * nat/ppc-linux.h: New file.
12848         * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12849
12850 2015-01-14  Pedro Alves  <palves@redhat.com>
12851
12852         PR gdb/17525
12853         * breakpoint.c: Include "interps.h".
12854         (bpstat_do_actions_1): Also check whether the interpreter is
12855         async.
12856
12857 2015-01-14  Pedro Alves  <palves@redhat.com>
12858
12859         PR cli/17828
12860         * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12861         reinstall if the interpreter is sync.
12862
12863 2015-01-13  Doug Evans  <dje@google.com>
12864
12865         * objfiles.c (objfile_filename): New function.
12866         * objfiles.h (objfile_filename): Declare it.
12867         (objfile_name): Add function comment.
12868         * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12869         bfd file name (which may be realpath'd), and the original name.
12870
12871 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12872
12873         * NEWS: Create a new section for the next release branch.
12874         Rename the section of the current branch, now that it has
12875         been cut.
12876
12877 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12878
12879         GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12880         * version.in: Bump version to 7.9.50.DATE-cvs.
12881
12882 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12883
12884         * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12885         Remove trailing new-line in argument of call to warning.
12886
12887 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12888
12889         * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12890         new-line in argument of call to "warning".
12891
12892 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12893
12894         * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12895         in static block, then try searching for primitive types.
12896
12897 2015-01-12  Patrick Palka  <patrick@parcs.ath.cx>
12898
12899         * top.h (gdb_add_history): Declare.
12900         * top.c (command_count): New variable.
12901         (gdb_add_history): New function.
12902         (gdb_safe_append_history): New static function.
12903         (quit_force): Call it.
12904         (command_line_input): Use gdb_add_history instead of
12905         add_history.
12906         * event-top.c (command_line_handler): Likewise.
12907
12908 2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)
12909
12910         PR gdb/17046
12911         * darwin-nat.c: Replace <machine/setjmp.h> #include by
12912         <setjmp.h> #include.
12913
12914 2015-01-11  Doug Evans  <xdje42@gmail.com>
12915
12916         * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
12917
12918 2015-01-11  Doug Evans  <xdje42@gmail.com>
12919
12920         PR gdb/15830
12921         * NEWS: The "maint demangle" command is renamed as "demangle".
12922         * demangle.c: #include cli/cli-utils.h, language.h.
12923         (demangle_command): New function.
12924         (_initialize_demangle): Add new command "demangle".
12925         * maint.c (maintenance_demangle): Stub out.
12926         (_initialize_maint_cmds): Update help text for "maint demangle",
12927         and mark as deprecated.
12928
12929 2015-01-11  Mark Kettenis  <kettenis@gnu.org>
12930
12931         * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
12932         inferior_thread is a function.
12933
12934 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
12935
12936         * Makefile.in (.y.c): Don't munge yacc's #line
12937         directives.
12938
12939 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
12940
12941         * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
12942         to prompt for input.
12943         * tui/tui-hooks.c (tui_query_hook): Remove.
12944         (tui_install_hooks): Don't set deprecated_query_hook.
12945         * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
12946         height calculation.  Always update the command window's cur_line.
12947
12948 2015-01-09  Pedro Alves  <palves@redhat.com>
12949
12950         * breakpoint.c (hardware_breakpoint_inserted_here_p): New
12951         function.
12952         * breakpoint.h (hardware_breakpoint_inserted_here_p): New
12953         declaration.
12954         * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
12955         (linux_resume_one_lwp): Store the thread's PC.  Adjust to clear
12956         stop_reason.
12957         (check_stopped_by_watchpoint): New function.
12958         (save_sigtrap): Reimplement.
12959         (linux_nat_stopped_by_watchpoint): Adjust.
12960         (linux_nat_lp_status_is_event): Delete.
12961         (stop_wait_callback): Only call save_sigtrap after storing the
12962         pending status.
12963         (status_callback): If the thread had been stopped for a breakpoint
12964         that has since been removed, discard the event and resume the LWP.
12965         (count_events_callback, select_event_lwp_callback): Use
12966         lwp_status_pending_p instead of linux_nat_lp_status_is_event.
12967         (cancel_breakpoint): Rename to ...
12968         (check_stopped_by_breakpoint): ... this.  Record whether the LWP
12969         stopped for a software breakpoint or hardware breakpoint.
12970         (select_event_lwp): Only give preference to the stepping LWP in
12971         all-stop mode.  Adjust comments.
12972         (stop_and_resume_callback): Remove references to new_pending_p.
12973         (linux_nat_filter_event): Likewise.  Leave exit events of the
12974         leader thread pending here.  Handle signal short circuiting here.
12975         Only call save_sigtrap after storing the pending waitstatus.
12976         (linux_nat_wait_1): Remove 'retry' label.  Remove references to
12977         new_pending.  Don't handle leaving events the caller is not
12978         interested in pending here, nor handle signal short-circuiting
12979         here.  Also give equal priority to all LWPs that have had events
12980         in non-stop mode.  If reporting a software breakpoint event,
12981         unadjust the LWP's PC.
12982         * linux-nat.h (enum lwp_stop_reason): New.
12983         (struct lwp_info) <stop_pc>: New field.
12984         (struct lwp_info) <stopped_by_watchpoint>: Delete field.
12985         (struct lwp_info) <stop_reason>: New field.
12986         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
12987
12988 2015-01-09  Pedro Alves  <palves@redhat.com>
12989
12990         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
12991         Set the LWP's 'resumed' flag.
12992
12993 2015-01-09  Pedro Alves  <palves@redhat.com>
12994
12995         * linux-nat.c (linux_resume_one_lwp): New function.
12996         (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
12997         (linux_nat_resume): Use lwp_status_pending_p and
12998         linux_resume_one_lwp.
12999         (linux_handle_syscall_trap): Use linux_resume_one_lwp.
13000         (linux_handle_extended_wait): Use linux_resume_one_lwp.
13001         (status_callback, running_callback): Use lwp_status_pending_p.
13002         (lwp_status_pending_p): New function.
13003         (stop_and_resume_callback): Use lwp_status_pending_p.
13004         (linux_nat_filter_event): Use linux_resume_one_lwp.
13005         (linux_nat_wait_1): Always use status_callback to look for an LWP
13006         with a pending status.  Use linux_resume_one_lwp.
13007         (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
13008         linux_resume_one_lwp.
13009
13010 2015-01-09  Pedro Alves  <palves@redhat.com>
13011
13012         * breakpoint.c (bp_location_inserted_here_p): New function,
13013         factored out from ...
13014         (breakpoint_inserted_here_p): ... here.  Use
13015         ALL_BP_LOCATIONS_AT_ADDR.
13016         (software_breakpoint_inserted_here_p): Use
13017         bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
13018
13019 2014-01-09  Pedro Alves  <palves@redhat.com>
13020
13021         Skip enabling event reporting if the kernel supports
13022         PTRACE_EVENT_CLONE.
13023         * linux-thread-db.c: Include "nat/linux-ptrace.h".
13024         (thread_db_use_events): New function.
13025         (try_thread_db_load_1): Check thread_db_use_events before enabling
13026         event reporting.
13027         (update_thread_state): New function.
13028         (attach_thread): Use it.  Check thread_db_use_events before
13029         enabling event reporting.
13030         (thread_db_detach): Check thread_db_use_events before disabling
13031         event reporting.
13032         (find_new_threads_callback): Check thread_db_use_events before
13033         enabling event reporting.  Update the thread's state if not using
13034         libthread_db events.
13035
13036 2015-01-09  Pedro Alves  <palves@redhat.com>
13037
13038         * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
13039         about to wait for is > 0.
13040         * linux-thread-db.c (find_new_threads_callback): Ignore thread if
13041         the kernel thread ID is -1.
13042
13043 2015-01-09  Pedro Alves  <palves@redhat.com>
13044
13045         * linux-nat.c (attach_proc_task_lwp_callback): New function.
13046         (linux_nat_attach): Use linux_proc_attach_tgid_threads.
13047         (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
13048         ptrace option flags.
13049         * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
13050         field.
13051         * nat/linux-procfs.c: Include <dirent.h>.
13052         (linux_proc_get_int): New parameter "warn".  Handle it.
13053         (linux_proc_get_tgid): Adjust.
13054         (linux_proc_get_tracerpid): Rename to ...
13055         (linux_proc_get_tracerpid_nowarn): ... this.
13056         (linux_proc_pid_get_state): New function, factored out from
13057         (linux_proc_pid_has_state): ... this.  Add new parameter "warn"
13058         and handle it.
13059         (linux_proc_pid_is_gone): New function.
13060         (linux_proc_pid_is_stopped): Adjust.
13061         (linux_proc_pid_is_zombie_maybe_warn)
13062         (linux_proc_pid_is_zombie_nowarn): New functions.
13063         (linux_proc_pid_is_zombie): Use
13064         linux_proc_pid_is_zombie_maybe_warn.
13065         (linux_proc_attach_tgid_threads): New function.
13066         * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
13067         (linux_proc_get_tracerpid): Rename to ...
13068         (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
13069         (linux_proc_pid_is_gone): New declaration.
13070         (linux_proc_pid_is_zombie): Update comment.
13071         (linux_proc_pid_is_zombie_nowarn): New declaration.
13072         (linux_proc_attach_lwp_func): New typedef.
13073         (linux_proc_attach_tgid_threads): New declaration.
13074         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
13075         use nowarn functions.
13076         (linux_ptrace_attach_fail_reason_string): Move here from
13077         gdbserver/linux-low.c and rename.
13078         (ptrace_supports_feature): If the current ptrace options are not
13079         known yet, check them now, instead of asserting.
13080         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
13081         Declare.
13082
13083 2015-01-09  Pedro Alves  <palves@redhat.com>
13084
13085         * linux-thread-db.c (thread_db_find_new_threads_silently)
13086         (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
13087         (find_new_threads_once): Print debug output on gdb_stdlog.
13088
13089 2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
13090             Pedro Alves  <palves@redhat.com>
13091
13092         * compile/compile.c: Include "gdb_wait.h".
13093         (do_rmdir): Check return value, and free 'zap'.
13094
13095 2015-01-08  Pedro Alves  <palves@redhat.com>
13096             Yao Qi  <yao@codesourcery.com>
13097
13098         * dwarf2loc.c (indirect_pieced_value): Don't call
13099         gdb_sign_extend.  Call extract_signed_integer instead.
13100         * utils.c (gdb_sign_extend): Remove.
13101         * utils.h (gdb_sign_extend): Remove declaration.
13102
13103 2015-01-07  Pierre Muller  <muller@sourceware.org>
13104
13105         PR symtab/17811
13106         * stabsread.c (define_symbol): Set language for C++ special symbols.
13107
13108 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13109
13110         * inflow.c (initial_gdb_ttystate): Tweak comment.
13111
13112 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13113
13114         * inflow.c (set_initial_gdb_ttystate): Add empty line after
13115         comment documenting function.
13116
13117 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13118
13119         * terminal.h (set_initial_gdb_ttystate): Declare.
13120         * inflow.c (initial_gdb_ttystate): New static variable.
13121         (set_initial_gdb_ttystate): New setter.
13122         (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
13123         instead of our current terminal state.
13124         * top.c (gdb_init): Call set_initial_gdb_ttystate.
13125
13126 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13127
13128         * guile/scm-type.c (tyscm_array_1): Add comment.
13129         * python/py-type.c (typy_array_1): Add comment.
13130
13131 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13132
13133         * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
13134         error if N2 is equal to N1 - 1.
13135
13136 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13137
13138         * python/py-type.c (typy_array_1): Do not raise negative-length
13139         exception if N2 is equal to N1 - 1.
13140
13141 2015-01-03  Doug Evans  <xdje42@gmail.com>
13142
13143         * c-exp.y: Whitespace cleanup.
13144         (classify_inner_name): Remove extra ;.
13145
13146 2015-01-02  Maciej W. Rozycki  <macro@codesourcery.com>
13147
13148         * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
13149         offset signed.
13150
13151 2015-01-02  Doug Evans  <dje@google.com>
13152
13153         * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
13154
13155 2015-01-02  Doug Evans  <dje@google.com>
13156
13157         * symtab.h (struct symbol): Fix typo in comment.
13158
13159 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13160
13161         Update year range in copyright notice of all files.
13162
13163 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13164
13165         * top.c (print_gdb_version): Update copyright year to 2015.
13166
13167 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13168
13169         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
13170
13171 For older changes see ChangeLog-2014.
13172 \f
13173 Local Variables:
13174 mode: change-log
13175 left-margin: 8
13176 fill-column: 74
13177 version-control: never
13178 coding: utf-8
13179 End: