Pass noaliases_p to aarch64_decode_insn
[external/binutils.git] / gdb / ChangeLog
1 2015-10-28  Yao Qi  <yao.qi@linaro.org>
2
3         * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to
4         aarch64_decode_insn.
5
6 2015-10-27  Pedro Alves  <palves@redhat.com>
7
8         * common/print-utils.c (host_address_to_string): Rename to ...
9         (host_address_to_string_1): ... this.
10         * common/print-utils.h (host_address_to_string): Reimplement as
11         wrapper around host_address_to_string_1.
12         * utils.c (gdb_print_host_address): Rename to ...
13         (gdb_print_host_address_1): ... this.
14         * utils.h (gdb_print_host_address): Reimplement as wrapper macro
15         around  host_address_to_string_1.
16
17 2015-10-27  Pedro Alves  <palves@redhat.com>
18
19         * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
20         memory_error.  Rename local 'status' to 'res'.
21         * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to
22         memory_error.
23         * corefile.c (read_stack, read_code, write_memory): Always pass
24         TARGET_XFER_E_IO to memory_error.
25         * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to
26         memory_error.  Rename parameter 'status' to 'err'.
27         (dump_insns): Rename local 'status' to 'err'.
28         * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
29         to 'errp'.  Rename local 'status' to 'err'.  Always pass
30         TARGET_XFER_E_IO to memory_error.
31         (mips_breakpoint_from_pc): Rename local 'status' to 'err'.
32         * target.c (target_read_memory, target_read_raw_memory)
33         (target_read_stack, target_read_code, target_write_memory)
34         (target_write_raw_memory): Return -1 on error instead of
35         TARGET_XFER_E_IO.
36         * valprint.c (val_print_string): Rename local 'errcode' to 'err'.
37         Always pass TARGET_XFER_E_IO to memory_error.  Update comment.
38
39 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
40
41         * guile/guile-internal.h (gdbscm_with_guile): Change return
42         types to const char *.
43         * guile/scm-safe-call.c (gdbscm_with_guile): Likewise.
44         (struct c_data) <func>: Likewise.
45         (struct c_data) <result>: Change type to const char *.
46         (scscm_eval_scheme_string): Change return type to
47         const char *.
48         (scscm_source_scheme_script): Likewise.
49         (gdbscm_safe_eval_string): Change type of result variable to
50         const char * and remove cast.
51         (gdbscm_safe_source_script): Likewise.
52         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker):
53         Change return type to const char *.
54         (gdbscm_disasm_read_memory): Change type of status to
55         const char *.
56
57 2015-10-27  Pedro Alves  <palves@redhat.com>
58
59         * source.c (openp): New local 'last_errno'.  Use it to
60         save/restore errno.
61
62 2015-10-27  Pedro Alves  <palves@redhat.com>
63
64         * psymtab.c (dump_psymtab_addrmap_1): Add casts.
65
66 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
67
68         * ctf.c (SET_ENUM_FIELD): New macro.
69         (ctf_read_status): Use it.
70         (ctf_read_tp): Use it.
71
72 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
73
74         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
75         scm_t_dynwind_flags casts.
76         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
77         * guile/scm-ports.c (gdbscm_open_memory): Likewise.
78         * guile/scm-value.c (gdbscm_value_to_string): Likewise.
79
80 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
81
82         * ax.h (ax_raw_byte): New declaration.
83         * ax-general.c (ax_raw_byte): New function.
84         (ax_simple): Use ax_raw_byte.
85         * ax-gdb.c (gen_printf): Likewise.
86
87 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
88
89         * ada-lang.h (GROW_VECT): Add cast.
90
91 2015-10-26  Doug Evans  <xdje42@gmail.com>
92
93         * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
94
95 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
96
97         * target.c (memory_xfer_partial): Change type of buf to gdb_byte
98         pointer.
99         (simple_search_memory): Cast return of memmem.
100
101 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
102
103         * stap-probe.c (handle_stap_probe): Add (const char *) casts.
104
105 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
106
107         * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
108         -1 on error.
109
110 2015-10-26  Doug Evans  <dje@google.com>
111
112         PR symtab/17391
113         * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
114         instead of gdbarch_dwarf2_reg_to_regnum.
115         (dwarf2_frame_cache): Ditto.
116         (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
117         gdbarch_dwarf2_reg_to_regnum.
118         (get_reg_value): Ditto.
119         (dwarf2_fetch_cfa_info): Ditto.
120         (dwarf2_frame_prev_register): Ditto.
121         * dwarf2loc.c: #include "complaints.h".
122         (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
123         instead of gdbarch_dwarf2_reg_to_regnum.
124         (dwarf_expr_get_reg_value): Ditto.
125         (read_pieced_value): Ditto.
126         (write_pieced_value): Ditto.
127         (dwarf2_evaluate_loc_desc_full): Ditto.
128         (dwarf_reg_to_regnum): New function.
129         (throw_bad_regnum_error): New function.
130         (dwarf_reg_to_regnum_or_error): Renamed from
131         dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
132         All callers updated.  Call throw_bad_regnum_error.
133         (locexpr_regname): Improve text of bad register number.
134         * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
135         (dwarf_reg_to_regnum_or_error): Update prototype.
136         * dwarf2expr.c: #include "dwarf2loc.h".
137         (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
138         gdbarch_dwarf2_reg_to_regnum.
139         * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
140         * gdbarch.h: Regenerate.
141         * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
142         register.
143         * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
144         * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
145         * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
146         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
147         Remove warning for bad register.
148         * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
149         * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
150         i386_svr4_reg_to_regnum.  Return -1 for bad registers.
151         (i386_svr4_reg_to_regnum): New function.
152         (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
153         * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
154         on bad registers, return -1.
155         * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
156         Remove warning for bad register.
157         * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
158         (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
159         Remove warning for bad register.  Return -1 for bad register.
160         * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
161         for bad register, return -1.
162         * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
163         * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
164         * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
165         * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
166         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
167         * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
168         for bad regs.
169         * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
170         bad regs.  Fix error result.
171         * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
172         (reg_value_complaint): Update complaint text.
173         * mdebugread.c (reg_value_complaint): New function.
174         (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
175
176 2015-10-26  Doug Evans  <dje@google.com>
177
178         PR python/18938
179         * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
180         All callers updated.
181
182 2015-10-26  Doug Evans  <dje@google.com>
183
184         * psymtab.c (struct dump_psymtab_addrmap_data): Define.
185         (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
186         (maintenance_print_psymbols): Print address map.
187
188 2015-10-26  Doug Evans  <dje@google.com>
189
190         * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
191
192 2015-10-26  Doug Evans  <dje@google.com>
193
194         * common/gdb_wait.h (W_STOPCODE): Define, moved here from
195         gdbserver/linux-low.c.
196         (WSETSTOP): Simplify.
197
198 2015-10-26  Doug Evans  <dje@google.com>
199
200         * linux-thread-db.c (find_new_threads_callback): Ditto.
201         (thread_db_pid_to_str): Ditto.
202
203 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
204
205         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
206         local char array to scm_mode_bits, use a cast instead.
207
208 2015-10-26  Simon Marchi  <simon.marchi@ericsson.com>
209
210         * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
211         result.  Change type of element_block_ptr.  Change allocation to
212         use XNEWVEC.
213
214 2015-10-26  Luis Machado  <lgustavo@codesourcery.com>
215
216         * record-full.c (record_full_message_wrapper_safe): Pass empty string to
217         catch_errors call instead of NULL.
218
219 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
220
221         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
222         char pointer to scm_mode_bits.
223
224 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
225
226         * symtab.c (default_make_symbol_completion_list_break_on_1): Add
227         cast.
228
229 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
230
231         * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
232         "data" local variable and use it.
233
234 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
235
236         * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
237         domain_enum cast.
238         (gdbscm_lookup_symbol): Likewise.
239
240 2015-10-25  Iain Buclaw  <ibuclaw@gdcproject.org>
241
242         * d-exp.y: Remove an obsolete comment and propagate the block
243         information to the produced expression.
244
245 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
246
247         * tui/tui-data.c (tui_add_to_source_windows): Remove void *
248         cast.
249         (tui_add_content_elements): Likewise.
250
251 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
252
253         * cli/cli-setshow.c (do_set_command): Constify p.
254
255 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
256
257         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
258         (void *) cast with (gdb_byte *).
259
260 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
261
262         * proc-service.c (ps_pdread): Add cast.
263
264 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
265
266         * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
267         valbuf.
268
269 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
270
271         * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
272         (ia64_push_dummy_call): Remove cast and change type of "to" to
273         array of gdb_byte.
274
275 2015-10-23  Simon Marchi  <simon.marchi@polymtl.ca>
276
277         * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
278
279 2015-10-23  Simon Marchi  <simon.marchi@ericsson.com>
280
281         * observer.h (observer_${event}_notification_stub): Add cast.
282
283 2015-10-23  Yao Qi  <yao.qi@linaro.org>
284
285         * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
286         dsd.insn_count to zero.
287
288 2015-10-22  Pedro Alves  <palves@redhat.com>
289
290         * infrun.c (stop_after_trap): Delete.
291         (clear_proceed_status, handle_signal_stop, struct
292         infcall_control_state, save_infcall_control_state)
293         (restore_infcall_control_state): Remove references to
294         stop_after_trap.
295
296 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
297
298         * python/python.c (_initialize_python): Add cast.
299
300 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
301
302         * nto-tdep.c (nto_inferior_data): Add cast.
303
304 2015-10-22  Pedro Alves  <palves@redhat.com>
305
306         * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
307         windows_wait and windows_resume directly instead of
308         wait_for_inferior and resume.
309
310 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
311
312         * xtensa-tdep.h (XTREG): Add casts.
313         (XTREG_END): Likewise.
314
315 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
316
317         * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
318
319 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
320
321         * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
322
323 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
324
325         * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
326         buf to gdb_byte*.
327         (supply_32bit_reg): Add cast.
328         (mips64_fill_gregset): Likewise.
329
330 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
331
332         PR python/18073
333         * python/py-type.c (typy_get_composite): Allow returning a
334         function type.
335
336 2015-10-21  Keven Boell  <keven.boell@intel.com>
337
338         * dwarf2read.c (set_die_type): Add read of
339         DW_AT_allocated and DW_AT_associated.
340         * f-typeprint.c: New include of typeprint.h
341         (f_print_type): Add check for allocated/associated
342         status of type.
343         (f_type_print_varspec_suffix): Add check for
344         * gdbtypes.c (create_array_type_with_stride):
345         Add check for valid data location of type in
346         case allocated or associated attributes are set.
347         Length of an array should be only calculated if
348         allocated or associated is resolved as true.
349         (is_dynamic_type_internal): Add check for allocated/
350         associated.
351         (resolve_dynamic_array): Evaluate allocated/associated
352         properties.
353         * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
354         <DYN_PROP_ASSOCIATED>: New enums.
355         (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
356         (type_not_allocated): New function.
357         (type_not_associated): New function.
358         * valarith.c (value_subscripted_rvalue): Add check for
359         allocated/associated.
360         * valprint.c: New include of typeprint.h.
361         (valprint_check_validity): Add check for allocated/associated.
362         (value_check_printable): Add check for allocated/
363         associated.
364         * typeprint.h (val_print_not_allocated): New function.
365         (val_print_not_associated): New function.
366         * typeprint.c (val_print_not_allocated): New function.
367         (val_print_not_associated): New function.
368
369 2015-10-21  Antoine Tremblay  <antoine.tremblay@ericsson.com>
370
371         * Makefile.in: Add arm.c/o.
372         * arch/arm.c: New file.
373         * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
374         (MAKE_THUMB_ADDR): Likewise.
375         (UNMAKE_THUMB_ADDR): Likewise.
376         * arm-tdep.c (int thumb_insn_size): Move to arm.c.
377         (IS_THUMB_ADDR): Move to arm.h.
378         (MAKE_THUMB_ADDR): Likewise.
379         (UNMAKE_THUMB_ADDR): Likewise.
380         * configure.tgt: Add arm.o to all ARM configs.
381
382 2015-10-21  Yao Qi  <yao.qi@linaro.org>
383
384         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
385         Remove argument exp_vCont_s.
386         * gdb.base/range-stepping.exp: Callers updated.
387         * gdb.trace/range-stepping.exp: Likewise.
388
389 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
390
391         * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
392         (nto_sniff_abi_note_section): New function.
393         (nto_elf_osabi_sniffer): Use new function to recognize nto specific
394         binary.
395
396 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
397
398         * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
399         (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
400         * nto-tdep.c (nto_new_inferior_data_reg): New definition.
401         (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
402         New functions.
403         (_initialize_nto_tdep): New forward declaration, new function.
404         * nto-tdep.h (struct nto_inferior_data): New struct.
405         (nto_inferior_data): New function declaration.
406
407 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
408
409         * findvar.c (address_from_register): Check REGNUM validity.
410
411 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
412
413         * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
414         (init_procfs_targets): Wire new function.
415
416 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
417
418         * nto-procfs.c (sys/auxv.h): Include.
419         (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
420         * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
421         * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
422
423 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
424
425         * nto-procfs.c (nto_procfs_path): Rename to...
426         (nodestr): ... this, and change type.
427         (nto_node): Use new variable and logic accordingly.
428         (procfs_open_1): Use new variable name. Use local buffer to construct
429         procfrs path.
430         (procfs_pidlist): Use NODESTR to construct procfs path.
431         (procfs_files_info): Use NODESTR to output meaningful text.
432         (do_attach): Construct procfs using NODESTR.
433         (procfs_create_inferior): Compare pointer to NULL.
434
435 2015-10-19  Josh Stone  <jistone@redhat.com>
436
437         * linux-nat.c (linux_handle_syscall_trap): Always update entry/
438         return state, even when not actively catching syscalls at all.
439         (linux_handle_extended_wait): Mark syscall_state like an entry.
440         (wait_lwp): Set syscall_state ignored for other traps.
441         (linux_nat_filter_event): Likewise.
442
443 2015-10-19  Luis Machado  <lgustavo@codesourcery.com>
444
445         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
446         when handling 'E', 'T', 'S', 'X' and 'W' packets.
447         Do not set rs->waiting_for_stop_reply back to 1.
448
449 2015-10-16  Aleksandar Ristovski  <aristovski@qnx.com>
450
451         * nto-procfs.c (common/filestuff.h): Include.
452         (procfs_can_use_hw_breakpoint): Fix enum name.
453         (procfs_open_1): Fix compiler warning.
454         (procfs_pidlist): Make static.
455         (procfs_meminfo): Make static, fix type name, add missing argument.
456         (procfs_store_registers): Make static.
457         (procfs_thread_info): Remove unused function.
458         (_initialize_procfs): Forward declare.
459
460 2015-10-16  Yao Qi  <yao.qi@arm.com>
461
462         * MAINTAINERS: Update my email address.
463
464 2015-10-15  Yao Qi  <yao.qi@linaro.org>
465
466         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
467         Call gdbarch_breakpoint_from_pc to instruction length.
468         (aarch64_linux_remove_hw_breakpoint): Likewise.
469         * common/common-regcache.h (regcache_register_size): Declare.
470         * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
471         (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
472         the process is 32bit, otherwise set alignment to 4.
473         (aarch64_handle_breakpoint): Update comments.
474         * regcache.c (regcache_register_size): New function.
475
476 2015-10-15  Aleksandar Ristovski  <aristovski@qnx.com>
477
478         * gdbarch.sh (core_regset_section): Remove.
479         * gdbarch.h: Regenerate.
480
481 2015-10-14  Yao Qi  <yao.qi@linaro.org>
482
483         * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
484         out of it.
485         (enum aarch64_memory_operand_type): New.
486
487 2015-10-13  David Edelsohn  <dje.gcc@gmail.com>
488
489         * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
490
491 2015-10-13  Pedro Alves  <palves@redhat.com>
492
493         * ada-lang.c (ada_enum_name): Constify local.
494         * ada-typeprint.c (print_range_bound): Constify locals.
495         * c-varobj.c (c_describe_child): Likewise.
496         * cli/cli-setshow.c (do_set_command): Likewise.
497         * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
498         * dwarf2read.c (find_file_and_directory): Likewise.
499         (anonymous_struct_prefix, dwarf2_name): Likewise.
500         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
501         * go-lang.c (unpack_mangled_go_symbol): Likewise.
502         * jv-typeprint.c (java_type_print_base): Likewise.
503         * ser-tcp.c (net_open): Likewise.
504         * symfile.c (deduce_language_from_filename): Likewise.
505         * symtab.c (gdb_mangle_name): Likewise.
506         * tui/tui-io.c (tui_redisplay_readline): Likewise.
507
508 2015-10-13  Pedro Alves  <palves@redhat.com>
509
510         * infrun.c (restore_execution_direction): New function.
511         (fetch_inferior_event): Use it instead of
512         make_cleanup_restore_integer.
513         (execution_direction): Change type to enum
514         exec_direction_kind.
515         * infrun.h (execution_direction): Likewise.
516
517 2015-10-13  Pedro Alves  <palves@redhat.com>
518
519         * ada-lang.c (ada_value_primitive_packed_val): Constify
520         locals.  Use value_contents_writeable.  Remove casts.
521
522 2015-10-13  Pedro Alves  <palves@redhat.com>
523
524         * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
525         and alloca calls.
526
527 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
528
529         * lm32-tdep.c (lm32_push_dummy_call): Replace call to
530         write_memory with write_memory_unsigned_integer.
531
532 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
533
534         * solib-dsbt.c (cmp_name): Constify arguments.
535         * solib-frv.c (cmp_name): Likewise.
536         * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
537         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
538         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
539         (gdb_bfd_lookup_symbol): Likewise.
540         * solib.h (gdb_bfd_lookup_symbol): Likewise.
541         (gdb_bfd_lookup_symbol_from_symtab): Likewise.
542
543 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
544
545         * stack.c (parse_frame_specification): Remove message parameter,
546         replace with fixed string in function body, update function
547         comment.
548         (frame_info): Remove message to parse_frame_specification.
549         (select_frame_command): Likewise.
550
551 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
552
553         * stack.c (parse_frame_specification): Delete.
554         (parse_frame_specification_1): Rename to
555         parse_frame_specification.
556         (frame_info): Use parse_frame_specification.
557         (select_frame_command): Likewise.
558         (return_command): Use select_frame and print_stack_frame rather
559         than frame_command and select_frame_command.
560         (func_command): Use get_current_frame rather than
561         parse_frame_specification.
562
563 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
564
565         * stack.c (func_command): Return early when there is no ARG
566         string.
567
568 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
569
570         * stack.c: Include safe-ctype.h not ctype.h.
571         (parse_frame_specification): Use ISSPACE not isspace.
572         (backtrace_command): Use TOLOWER not tolower.
573
574 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
575
576         * mep-tdep.c (current_me_module): Add cast.
577         (mep_gdbarch_init): Likewise.
578
579 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
580
581         * m32c-tdep.c (m32c_move_reg_t): Replace with...
582         (m32c_write_reg_t): ...this and...
583         (m32c_read_reg_t): ...this.
584         (struct m32c_reg): Update types of read and write.
585         (m32c_raw_read): Change declaration type to m32c_read_reg_t and
586         adjust definition.
587         (m32c_banked_read): Likewise.
588         (m32c_sb_read): Likewise.
589         (m32c_part_read): Likewise.
590         (m32c_cat_read): Likewise.
591         (m32c_r3r2r1r0_read): Likewise.
592         (m32c_raw_write): Change declaration type to m32c_write_reg_t
593         and adjust definition.
594         (m32c_banked_write): Likewise.
595         (m32c_sb_write): Likewise.
596         (m32c_part_write): Likewise.
597         (m32c_cat_write): Likewise.
598         (m32c_r3r2r1r0_write): Likewise.
599
600 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
601
602         * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
603
604 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
605
606         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
607         gdb_sys_no_syscall instead of -1.
608
609 2015-10-12  Yao Qi  <yao.qi@linaro.org>
610
611         * NEWS: Mention the change.
612
613 2015-10-12  Yao Qi  <yao.qi@linaro.org>
614
615         * arch/aarch64-insn.c (emit_load_store): Rename to ...
616         (aarch64_emit_load_store): ... it.  All callers updated.
617
618 2015-10-12  Yao Qi  <yao.qi@linaro.org>
619
620         * arch/aarch64-insn.c (emit_insn): Rename to ...
621         (aarch64_emit_insn): ... it.  All callers updated.
622
623 2015-10-12  Yao Qi  <yao.qi@linaro.org>
624
625         * aarch64-linux-tdep.c: Include arch-utils.h.
626         (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
627         set_gdbarch_displaced_step_copy_insn,
628         set_gdbarch_displaced_step_fixup,
629         set_gdbarch_displaced_step_free_closure,
630         set_gdbarch_displaced_step_location,
631         and set_gdbarch_displaced_step_hw_singlestep.
632         * aarch64-tdep.c (struct displaced_step_closure): New.
633         (struct aarch64_displaced_step_data): New.
634         (aarch64_displaced_step_b): New function.
635         (aarch64_displaced_step_b_cond): Likewise.
636         (aarch64_register): Likewise.
637         (aarch64_displaced_step_cb): Likewise.
638         (aarch64_displaced_step_tb): Likewise.
639         (aarch64_displaced_step_adr): Likewise.
640         (aarch64_displaced_step_ldr_literal): Likewise.
641         (aarch64_displaced_step_others): Likewise.
642         (aarch64_displaced_step_copy_insn): Likewise.
643         (aarch64_displaced_step_fixup): Likewise.
644         (aarch64_displaced_step_hw_singlestep): Likewise.
645         * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
646         (aarch64_displaced_step_copy_insn): Declare.
647         (aarch64_displaced_step_fixup): Declare.
648         (aarch64_displaced_step_hw_singlestep): Declare.
649         * arch/aarch64-insn.c (emit_insn): Moved from
650         gdbserver/linux-aarch64-low.c.
651         (emit_load_store): Likewise.
652         * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
653         gdbserver/linux-aarch64-low.c.
654         (struct aarch64_register): Likewise.
655         (struct aarch64_memory_operand): Likewise.
656         (ENCODE): Likewise.
657         (can_encode_int32): New macro.
658         (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
659         (emit_tb, emit_nop): Likewise.
660         (emit_insn): Declare.
661         (emit_load_store): Declare.
662
663 2015-10-12  Yao Qi  <yao.qi@linaro.org>
664
665         * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
666         gdbserver/linux-aarch64-low.c.
667         (aarch64_relocate_instruction): Likewise.
668         * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
669         (struct aarch64_insn_data): Moved from
670         gdbserver/linux-aarch64-low.c.
671         (struct aarch64_insn_visitor): Likewise.
672         (aarch64_relocate_instruction): Declare.
673
674 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
675
676         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
677         EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
678         to the returned value.
679
680 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
681
682         * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
683         is large enough for BIT_SIZE.  Update function comment.
684
685 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
686
687         * ada-lang.c (ada_value_primitive_packed_val): Move
688         src_len variable to local block where used.  Override
689         BIT_SIZE if bigger than size of resolved type.
690
691 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
692
693         * gdbtypes.h (is_scalar_type): Add extern declaration.
694         * gdbtypes.c (is_scalar_type): Make non-static.
695         * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
696         to compute IS_SCALAR instead of doing it ourselves.
697
698 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
699
700         * ada-lang.c (ada_value_primitive_packed_val): Rework handling
701         of case where TYPE is dynamic.
702
703 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
704
705         * ada-lang.c (ada_unpack_from_contents): New function,
706         extracted from ada_value_primitive_packed_val.
707         (ada_value_primitive_packed_val): Replace extracted out code
708         by call to ada_unpack_from_contents.
709
710 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
711
712         * ada-lang.c (ada_value_primitive_packed_val): Reorder local
713         variable declarations.
714
715 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
716
717         * ada-lang.c (ada_value_primitive_packed_val): Change the type
718         of local variables src and unpacked to "gdb_type *" instead of
719         "unsigned char *".
720
721 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
722
723         * ada-lang.c (ada_value_primitive_packed_val): Make the name
724         of various local variables more explicit and consistent.
725         No real code change otherwise.
726
727 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
728
729         * i386-tdep.h (struct gdbarch_tdep): Change type of
730         register_reggroup_p to gdbarch_register_reggroup_p_ftype.
731
732 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
733
734         * cris-tdep.c (struct instruction_environment): Change type of
735         byte_order to enum bfd_endian.
736
737 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
738
739         * arm-linux-tdep.c (arm_canonicalize_syscall): Add
740         enum gdb_syscall casts.
741
742 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
743
744         * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
745         * arm-tdep.c (struct stack_item): Likewise.
746         (push_stack_item): Add gdb_byte* cast.
747         * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
748         (push_stack_item): Add gdb_byte* cast.
749         * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
750         and add cast.
751         * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
752         (push_stack_item): Add gdb_byte* cast.
753         * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
754         add cast.
755         * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
756         gdb_byte*.
757         * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
758         gdb_byte* and remove unnecessary cast.
759         (h8300h_extract_return_value): Likewise.
760         (h8300_store_return_value): Change type of valbuf to gdb_byte*.
761         (h8300h_store_return_value): Likewise.
762         * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
763         gdb_byte* and remove unnecessary cast.
764         * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
765         and add cast.
766         * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
767         gdb_byte* and remove unnecessary cast.
768         (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
769         valbuf.
770         * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
771         (mep_pseudo_cr64_read): Likewise.
772         (mep_pseudo_csr_write): Likewise.
773         (mep_pseudo_cr32_write): Likewise.
774         (mep_pseudo_cr64_write): Likewise.
775         * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
776         gdb_byte* and add cast.
777         * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
778         gdb_byte* and remove unnecessary cast.
779         (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
780         valbuf.
781         * p-valprint.c (print_scalar_formatted): Change type of valaddr to
782         gdb_byte*.
783         * printcmd.c (void): Likewise.
784         * python/py-inferior.c (infpy_read_memory): Change type of buffer to
785         gdb_byte* and add cast.
786         (infpy_write_memory): Likewise.
787         (infpy_search_memory): Likewise.
788         * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
789         and add cast.
790         (regcache_raw_write_unsigned): Likewise.
791         (regcache_cooked_write_signed): Likewise.
792         (regcache_cooked_write_unsigned): Likewise.
793         * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
794         gdb_byte*.
795
796 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
797
798         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
799         * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
800
801 2015-10-09  Eli Zaretskii  <eliz@gnu.org>
802
803         * stack.c (print_stack_frame):
804         * utils.c (printchar): Fix typos in commentary.
805
806 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
807
808         * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
809         (PostfixExpression): Support `expr.sizeof' expressions.
810         (PrimaryExpression): Support `typeof(expr)' expressions.
811
812 2015-10-08  Maciej W. Rozycki  <macro@imgtec.com>
813
814         * MAINTAINERS: Update my email address.
815
816 2015-10-08  Markus Metzger  <markus.t.metzger@intel.com>
817
818         * record-btrace.c (record_btrace_resume): Fix void return.
819
820 2015-10-07  Yao Qi  <yao.qi@linaro.org>
821
822         * aarch64-tdep.c: Include opcode/aarch64.h.
823         (submask): Move it above.
824         (bit): Likewise.
825         (bits): Likewise.
826         (aarch64_software_single_step): Call aarch64_decode_insn.
827         Decode instruction by aarch64_inst instead of using
828         aarch64_decode_bcond and decode_masked_match.
829
830 2015-10-06  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
831
832         * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
833         only when the file is binary.
834
835 2015-10-02  James Bowman  <james.bowman@ftdichip.com>
836
837         * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
838         subroutine handling.
839
840 2015-10-01  Simon Marchi  <simon.marchi@ericsson.com>
841
842         * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
843
844 2015-09-30  Doug Evans  <dje@google.com>
845
846         * dwarf2read.c (setup_type_unit_groups): Add comment.
847
848 2015-09-30  Pedro Alves  <palves@redhat.com>
849
850         * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
851         * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
852         (x86_linux_create_target): Don't install
853         x86_linux_always_non_stop_p.
854
855 2015-09-30  Don Breazeal  <donb@codesourcery.com>
856
857         * remote.c (remote_parse_stop_reply): Call strprefix instead
858         of strncmp.
859
860 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
861
862         * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
863         * gdbarch.h: Regenerate.
864         * i386-tdep.c (i386_gdbarch_init): Remove cast to
865         struct gdbarch_tdep_info *.
866         * mips-tdep.c (mips_gdbarch_init): Likewise.
867         * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
868         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
869         * spu-multiarch.c (spu_gdbarch): Likewise.
870
871 2015-09-30  Kevin Buettner  <kevinb@redhat.com>
872
873         * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
874         record a NULL value.
875
876 2015-09-29  Kevin Buettner  <kevinb@redhat.com>
877
878         * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
879         and union arguments the same as pointer arguments when determining
880         size of argument.
881
882 2015-09-29  James Bowman  <james.bowman@ftdichip.com>
883
884         * ft32-tdep.c: #include "opcode/ft32.h".
885         Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
886         (ft32_analyze_prologue): Use FT32_* macros.
887
888 2015-09-28  Simon Marchi  <simon.marchi@ericsson.com>
889
890         * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
891         comment.
892
893 2015-09-28  Doug Evans  <dje@google.com>
894
895         * MAINTAINERS: Add Iain Buclaw as D language maintainer.
896
897 2015-09-28  Doug Evans  <dje@google.com>
898
899         * common/filestuff.c (make_cleanup_close): Update comment.
900
901 2015-09-26  Simon Marchi  <simon.marchi@polymtl.ca>
902
903         * btrace.c (parse_xml_btrace_block): Fix cast of
904         xml_find_attribute's return value.
905         * memory-map.c (memory_map_start_memory): Likewise.
906         * solib-svr4.c (library_list_start_library): Likewise.
907         * solib-target.c (library_list_start_segment): Likewise.
908         (library_list_start_section): Likewise.
909         * tracepoint.c (traceframe_info_start_memory): Likewise.
910
911 2015-09-26  Iain Buclaw  <ibuclaw@gdcproject.org>
912
913         * d-namespace.c (d_lookup_symbol): New arg langdef.
914         All callers updated.  Support looking up symbol as a primitive type.
915         (lookup_module_scope): New arg langdef.  All callers updated.
916         Call d_lookup_symbol directly for simple bare symbols.
917
918 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
919
920         * macrocmd.c (print_macro_callback): Add cast(s).
921         * macrotab.c (macro_bcache_str): Likewise.
922         (new_macro_definition): Likewise.
923         * main.c (captured_main): Likewise.
924         * maint.c (print_bfd_section_info): Likewise.
925         * mdebugread.c (mdebug_build_psymtabs): Likewise.
926         (basic_type): Likewise.
927         * memattr.c (mem_region_cmp): Likewise.
928         * memory-map.c (memory_map_start_memory): Likewise.
929         (memory_map_end_memory): Likewise.
930         (memory_map_start_property): Likewise.
931         (memory_map_end_property): Likewise.
932         (clear_result): Likewise.
933         * memrange.c (compare_mem_ranges): Likewise.
934         * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
935         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
936         * mi/mi-console.c (mi_console_file_delete): Likewise.
937         (mi_console_file_fputs): Likewise.
938         (mi_console_raw_packet): Likewise.
939         (mi_console_file_flush): Likewise.
940         (mi_console_set_raw): Likewise.
941         * mi/mi-interp.c (mi_interpreter_resume): Likewise.
942         (mi_new_thread): Likewise.
943         (mi_thread_exit): Likewise.
944         (mi_record_changed): Likewise.
945         (mi_inferior_added): Likewise.
946         (mi_inferior_appeared): Likewise.
947         (mi_inferior_exit): Likewise.
948         (mi_inferior_removed): Likewise.
949         (mi_interp_data): Likewise.
950         (mi_on_normal_stop): Likewise.
951         (mi_traceframe_changed): Likewise.
952         (mi_tsv_created): Likewise.
953         (mi_tsv_deleted): Likewise.
954         (mi_tsv_modified): Likewise.
955         (mi_breakpoint_created): Likewise.
956         (mi_breakpoint_deleted): Likewise.
957         (mi_breakpoint_modified): Likewise.
958         (mi_output_running_pid): Likewise.
959         (mi_inferior_count): Likewise.
960         (mi_solib_loaded): Likewise.
961         (mi_solib_unloaded): Likewise.
962         (mi_command_param_changed): Likewise.
963         (mi_memory_changed): Likewise.
964         (report_initial_inferior): Likewise.
965         (mi_ui_out): Likewise.
966         (mi_set_logging): Likewise.
967         * mi/mi-main.c (collect_cores): Likewise.
968         (print_one_inferior): Likewise.
969         (free_vector_of_ints): Likewise.
970         (free_splay_tree): Likewise.
971         (mi_execute_command): Likewise.
972         * mi/mi-out.c (mi_table_body): Likewise.
973         (mi_table_end): Likewise.
974         (mi_table_header): Likewise.
975         (mi_begin): Likewise.
976         (mi_end): Likewise.
977         (mi_field_int): Likewise.
978         (mi_field_string): Likewise.
979         (mi_field_fmt): Likewise.
980         (mi_flush): Likewise.
981         (mi_redirect): Likewise.
982         (field_separator): Likewise.
983         (mi_open): Likewise.
984         (mi_close): Likewise.
985         (mi_out_buffered): Likewise.
986         (mi_out_rewind): Likewise.
987         (mi_out_put): Likewise.
988         (mi_version): Likewise.
989         (mi_out_data_dtor): Likewise.
990         * mi/mi-parse.c (mi_parse_cleanup): Likewise.
991         * microblaze-tdep.c (microblaze_frame_cache): Likewise.
992         * minidebug.c (lzma_open): Likewise.
993         (lzma_pread): Likewise.
994         (lzma_close): Likewise.
995         (lzma_stat): Likewise.
996         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
997         * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
998         (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
999         * mips-tdep.c (mips_insn16_frame_cache): Likewise.
1000         (mips_micro_frame_cache): Likewise.
1001         (mips_insn32_frame_cache): Likewise.
1002         (mips_stub_frame_cache): Likewise.
1003         (gdb_print_insn_mips): Likewise.
1004         (value_of_mips_user_reg): Likewise.
1005         (mips_gdbarch_init): Likewise.
1006         * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
1007         * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
1008         (mipsnbsd_supply_gregset): Likewise.
1009         * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
1010         (am33_collect_gregset_method): Likewise.
1011         (am33_collect_fpregset_method): Likewise.
1012         * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
1013         * moxie-tdep.c (moxie_frame_cache): Likewise.
1014         * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
1015         (msp430_analyze_frame_prologue): Likewise.
1016         * mt-tdep.c (mt_frame_unwind_cache): Likewise.
1017         * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
1018         (nios2_collect_gregset): Likewise.
1019         * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
1020         (nios2_stub_frame_cache): Likewise.
1021         * objc-lang.c (find_methods): Likewise.
1022         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1023         (get_objfile_pspace_data): Likewise.
1024         (get_objfile_bfd_data): Likewise.
1025         (objfile_bfd_data_free): Likewise.
1026         (add_to_objfile_sections): Likewise.
1027         (do_free_objfile_cleanup): Likewise.
1028         (resume_section_map_updates_cleanup): Likewise.
1029         * opencl-lang.c (builtin_opencl_type): Likewise.
1030         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1031         * osdata.c (osdata_start_osdata): Likewise.
1032         (osdata_start_item): Likewise.
1033         (osdata_start_column): Likewise.
1034         (osdata_end_column): Likewise.
1035         (clear_parsing_data): Likewise.
1036         (osdata_free_cleanup): Likewise.
1037         * parse.c (type_stack_cleanup): Likewise.
1038         (exp_uses_objfile_iter): Likewise.
1039         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
1040         (ppc_linux_collect_gregset): Likewise.
1041         (ppu2spu_prev_arch): Likewise.
1042         (ppu2spu_this_id): Likewise.
1043         (ppu2spu_prev_register): Likewise.
1044         (ppu2spu_unwind_register): Likewise.
1045         (ppu2spu_sniffer): Likewise.
1046         (ppu2spu_dealloc_cache): Likewise.
1047         (ppc_linux_init_abi): Likewise.
1048         * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
1049         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1050         * progspace.c (restore_program_space): Likewise.
1051         * psymtab.c (find_pc_sect_psymtab): Likewise.
1052         (compare_psymbols): Likewise.
1053         (psymbol_bcache_full): Likewise.
1054         (allocate_psymtab): Likewise.
1055         (discard_psymtabs_upto): Likewise.
1056         * python/py-block.c (set_block): Likewise.
1057         (del_objfile_blocks): Likewise.
1058         * python/py-breakpoint.c (build_bp_list): Likewise.
1059         * python/py-inferior.c (inferior_to_inferior_object): Likewise.
1060         (build_inferior_list): Likewise.
1061         (py_free_inferior): Likewise.
1062         * python/py-objfile.c (py_free_objfile): Likewise.
1063         (objfile_to_objfile_object): Likewise.
1064         * python/py-prettyprint.c (py_restore_tstate): Likewise.
1065         * python/py-progspace.c (py_free_pspace): Likewise.
1066         (pspace_to_pspace_object): Likewise.
1067         * python/py-symbol.c (set_symbol): Likewise.
1068         (del_objfile_symbols): Likewise.
1069         * python/py-symtab.c (set_sal): Likewise.
1070         (set_symtab): Likewise.
1071         (del_objfile_symtab): Likewise.
1072         (del_objfile_sal): Likewise.
1073         * python/py-type.c (save_objfile_types): Likewise.
1074         (set_type): Likewise.
1075         * python/py-unwind.c (pyuw_prev_register): Likewise.
1076         (pyuw_on_new_gdbarch): Likewise.
1077         * python/py-utils.c (py_decref): Likewise.
1078         (py_xdecref): Likewise.
1079         (gdb_py_generic_dict): Likewise.
1080         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
1081         (gdbpy_clone_xmethod_worker_data): Likewise.
1082         (gdbpy_get_xmethod_arg_types): Likewise.
1083         (gdbpy_get_xmethod_result_type): Likewise.
1084         (gdbpy_invoke_xmethod): Likewise.
1085         * python/python.c (gdbpy_apply_type_printers): Likewise.
1086         (gdbpy_free_type_printers): Likewise.
1087         * record-btrace.c (record_btrace_disable_callback): Likewise.
1088         (bfcache_hash): Likewise.
1089         (bfcache_eq): Likewise.
1090         (btrace_get_frame_function): Likewise.
1091         (record_btrace_frame_unwind_stop_reason): Likewise.
1092         (record_btrace_frame_this_id): Likewise.
1093         (record_btrace_frame_prev_register): Likewise.
1094         (record_btrace_frame_dealloc_cache): Likewise.
1095         * record-full.c (record_full_message_wrapper): Likewise.
1096         (record_full_save_cleanups): Likewise.
1097         * regcache.c (regcache_descr): Likewise.
1098         (do_regcache_xfree): Likewise.
1099         (do_regcache_invalidate): Likewise.
1100         (do_cooked_read): Likewise.
1101         (regcache_transfer_regset): Likewise.
1102         * reggroups.c (reggroup_add): Likewise.
1103         (reggroup_next): Likewise.
1104         (reggroup_prev): Likewise.
1105         * remote-fileio.c (do_remote_fileio_request): Likewise.
1106         * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
1107         (do_notif_event_xfree): Likewise.
1108         * remote.c (get_remote_arch_state): Likewise.
1109         (remote_pspace_data_cleanup): Likewise.
1110         (get_remote_exec_file): Likewise.
1111         (set_pspace_remote_exec_file): Likewise.
1112         (compare_pnums): Likewise.
1113         (clear_threads_listing_context): Likewise.
1114         (remote_newthread_step): Likewise.
1115         (start_thread): Likewise.
1116         (end_thread): Likewise.
1117         (remove_child_of_pending_fork): Likewise.
1118         (remove_stop_reply_for_inferior): Likewise.
1119         (remove_stop_reply_of_remote_state): Likewise.
1120         (remote_notif_remove_once_on_match): Likewise.
1121         (stop_reply_match_ptid_and_ws): Likewise.
1122         (kill_child_of_pending_fork): Likewise.
1123         (register_remote_g_packet_guess): Likewise.
1124         (remote_read_description_p): Likewise.
1125         (remote_read_description): Likewise.
1126         (free_actions_list_cleanup_wrapper): Likewise.
1127         (remote_async_serial_handler): Likewise.
1128         * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
1129         (rl78_analyze_frame_prologue): Likewise.
1130         * rs6000-tdep.c (ppc_supply_gregset): Likewise.
1131         (ppc_supply_fpregset): Likewise.
1132         (ppc_supply_vsxregset): Likewise.
1133         (ppc_supply_vrregset): Likewise.
1134         (ppc_collect_gregset): Likewise.
1135         (ppc_collect_fpregset): Likewise.
1136         (ppc_collect_vsxregset): Likewise.
1137         (ppc_collect_vrregset): Likewise.
1138         (e500_move_ev_register): Likewise.
1139         (do_regcache_raw_write): Likewise.
1140         (rs6000_frame_cache): Likewise.
1141         (rs6000_epilogue_frame_cache): Likewise.
1142         (rs6000_gdbarch_init): Likewise.
1143         * rx-tdep.c (rx_get_opcode_byte): Likewise.
1144         (rx_analyze_frame_prologue): Likewise.
1145         (rx_frame_type): Likewise.
1146         (rx_frame_sniffer_common): Likewise.
1147         * s390-linux-tdep.c (s390_check_for_saved): Likewise.
1148         (s390_frame_unwind_cache): Likewise.
1149         (s390_stub_frame_unwind_cache): Likewise.
1150         (s390_sigtramp_frame_unwind_cache): Likewise.
1151         * score-tdep.c (score_make_prologue_cache): Likewise.
1152         * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
1153         (sentinel_frame_prev_arch): Likewise.
1154         * ser-base.c (fd_event): Likewise.
1155         (push_event): Likewise.
1156         (ser_base_write): Likewise.
1157         * ser-pipe.c (pipe_close): Likewise.
1158         * serial.c (serial_write): Likewise.
1159         * sh-tdep.c (sh_frame_cache): Likewise.
1160         (sh_stub_this_id): Likewise.
1161         * sh64-tdep.c (sh64_frame_cache): Likewise.
1162         * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1163         (library_list_start_library): Likewise.
1164         (library_list_start_list): Likewise.
1165         (solib_aix_free_library_list): Likewise.
1166         * solib-darwin.c (get_darwin_info): Likewise.
1167         * solib-dsbt.c (get_dsbt_info): Likewise.
1168         * solib-spu.c (append_ocl_sos): Likewise.
1169         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1170         (get_svr4_info): Likewise.
1171         (library_list_start_library): Likewise.
1172         (svr4_library_list_start_list): Likewise.
1173         (hash_probe_and_action): Likewise.
1174         (equal_probe_and_action): Likewise.
1175         (svr4_update_solib_event_breakpoint): Likewise.
1176         (set_solib_svr4_fetch_link_map_offsets): Likewise.
1177         (svr4_fetch_link_map_offsets): Likewise.
1178         (svr4_have_link_map_offsets): Likewise.
1179         * solib-target.c (library_list_start_segment): Likewise.
1180         (library_list_start_section): Likewise.
1181         (library_list_start_library): Likewise.
1182         (library_list_end_library): Likewise.
1183         (library_list_start_list): Likewise.
1184         (solib_target_free_library_list): Likewise.
1185         * solib.c (solib_ops): Likewise.
1186         (set_solib_ops): Likewise.
1187         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1188         * sparc-tdep.c (sparc_frame_cache): Likewise.
1189         (sparc32_frame_cache): Likewise.
1190         (sparc32_supply_gregset): Likewise.
1191         (sparc32_collect_gregset): Likewise.
1192         (sparc32_supply_fpregset): Likewise.
1193         (sparc32_collect_fpregset): Likewise.
1194         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1195         * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1196         (sparc64_collect_gregset): Likewise.
1197         (sparc64_supply_fpregset): Likewise.
1198         (sparc64_collect_fpregset): Likewise.
1199         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
1200         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
1201         * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
1202         (sparc64obsd_trapframe_cache): Likewise.
1203         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
1204         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
1205         * spu-multiarch.c (spu_gdbarch): Likewise.
1206         * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1207         (spu2ppu_prev_arch): Likewise.
1208         (spu2ppu_this_id): Likewise.
1209         (spu2ppu_prev_register): Likewise.
1210         (spu2ppu_dealloc_cache): Likewise.
1211         (spu_dis_asm_print_address): Likewise.
1212         (gdb_print_insn_spu): Likewise.
1213         (spu_get_overlay_table): Likewise.
1214         * stabsread.c (rs6000_builtin_type): Likewise.
1215         * stack.c (do_print_variable_and_value): Likewise.
1216         * stap-probe.c (get_stap_base_address_1): Likewise.
1217         * symfile-debug.c (debug_qf_has_symbols): Likewise.
1218         (debug_qf_find_last_source_symtab): Likewise.
1219         (debug_qf_forget_cached_source_info): Likewise.
1220         (debug_qf_map_symtabs_matching_filename): Likewise.
1221         (debug_qf_lookup_symbol): Likewise.
1222         (debug_qf_print_stats): Likewise.
1223         (debug_qf_dump): Likewise.
1224         (debug_qf_relocate): Likewise.
1225         (debug_qf_expand_symtabs_for_function): Likewise.
1226         (debug_qf_expand_all_symtabs): Likewise.
1227         (debug_qf_expand_symtabs_with_fullname): Likewise.
1228         (debug_qf_map_matching_symbols): Likewise.
1229         (debug_qf_expand_symtabs_matching): Likewise.
1230         (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1231         (debug_qf_map_symbol_filenames): Likewise.
1232         (debug_sym_get_probes): Likewise.
1233         (debug_sym_new_init): Likewise.
1234         (debug_sym_init): Likewise.
1235         (debug_sym_read): Likewise.
1236         (debug_sym_read_psymbols): Likewise.
1237         (debug_sym_finish): Likewise.
1238         (debug_sym_offsets): Likewise.
1239         (debug_sym_read_linetable): Likewise.
1240         (debug_sym_relocate): Likewise.
1241         (uninstall_symfile_debug_logging): Likewise.
1242         * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1243         * symfile.c (place_section): Likewise.
1244         (add_section_size_callback): Likewise.
1245         (load_progress): Likewise.
1246         (load_section_callback): Likewise.
1247         (clear_memory_write_data): Likewise.
1248         (allocate_symtab): Likewise.
1249         * symmisc.c (maintenance_expand_file_matcher): Likewise.
1250         * symtab.c (lookup_symtab_callback): Likewise.
1251         (hash_demangled_name_entry): Likewise.
1252         (eq_demangled_name_entry): Likewise.
1253         (get_symbol_cache): Likewise.
1254         (symbol_cache_cleanup): Likewise.
1255         (set_symbol_cache_size): Likewise.
1256         (symbol_cache_flush): Likewise.
1257         (maintenance_print_symbol_cache): Likewise.
1258         (maintenance_print_symbol_cache_statistics): Likewise.
1259         (delete_filename_seen_cache): Likewise.
1260         (output_partial_symbol_filename): Likewise.
1261         (search_symbols_file_matches): Likewise.
1262         (search_symbols_name_matches): Likewise.
1263         (do_free_completion_list): Likewise.
1264         (maybe_add_partial_symtab_filename): Likewise.
1265         (get_main_info): Likewise.
1266         (main_info_cleanup): Likewise.
1267         * target-dcache.c (target_dcache_cleanup): Likewise.
1268         (target_dcache_init_p): Likewise.
1269         (target_dcache_invalidate): Likewise.
1270         (target_dcache_get): Likewise.
1271         (target_dcache_get_or_init): Likewise.
1272         * target-descriptions.c (target_find_description): Likewise.
1273         (tdesc_find_type): Likewise.
1274         (tdesc_data_cleanup): Likewise.
1275         (tdesc_find_arch_register): Likewise.
1276         (tdesc_register_name): Likewise.
1277         (tdesc_register_type): Likewise.
1278         (tdesc_register_reggroup_p): Likewise.
1279         (set_tdesc_pseudo_register_name): Likewise.
1280         (set_tdesc_pseudo_register_type): Likewise.
1281         (set_tdesc_pseudo_register_reggroup_p): Likewise.
1282         (tdesc_use_registers): Likewise.
1283         (free_target_description): Likewise.
1284         * target-memory.c (compare_block_starting_address): Likewise.
1285         (cleanup_request_data): Likewise.
1286         (cleanup_write_requests_vector): Likewise.
1287         * target.c (open_target): Likewise.
1288         (cleanup_restore_target_terminal): Likewise.
1289         (free_memory_read_result_vector): Likewise.
1290         * thread.c (disable_thread_stack_temporaries): Likewise.
1291         (finish_thread_state_cleanup): Likewise.
1292         (do_restore_current_thread_cleanup): Likewise.
1293         (restore_current_thread_cleanup_dtor): Likewise.
1294         (set_thread_refcount): Likewise.
1295         (tp_array_compar): Likewise.
1296         (do_captured_thread_select): Likewise.
1297         * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1298         (tic6x_stub_this_id): Likewise.
1299         * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1300         * top.c (do_restore_instream_cleanup): Likewise.
1301         (gdb_readline_wrapper_cleanup): Likewise.
1302         (kill_or_detach): Likewise.
1303         (print_inferior_quit_action): Likewise.
1304         * tracefile-tfile.c (match_blocktype): Likewise.
1305         (build_traceframe_info): Likewise.
1306         * tracefile.c (trace_file_writer_xfree): Likewise.
1307         * tracepoint.c (memrange_cmp): Likewise.
1308         (do_collect_symbol): Likewise.
1309         (do_clear_collection_list): Likewise.
1310         (do_restore_current_traceframe_cleanup): Likewise.
1311         (restore_current_traceframe_cleanup_dtor): Likewise.
1312         (free_current_marker): Likewise.
1313         (traceframe_info_start_memory): Likewise.
1314         (traceframe_info_start_tvar): Likewise.
1315         (free_result): Likewise.
1316         * tramp-frame.c (tramp_frame_cache): Likewise.
1317         * tui/tui-file.c (tui_file_delete): Likewise.
1318         (tui_fileopen): Likewise.
1319         (tui_sfileopen): Likewise.
1320         (tui_file_isatty): Likewise.
1321         (tui_file_rewind): Likewise.
1322         (tui_file_put): Likewise.
1323         (tui_file_fputs): Likewise.
1324         (tui_file_get_strbuf): Likewise.
1325         (tui_file_adjust_strbuf): Likewise.
1326         (tui_file_flush): Likewise.
1327         * tui/tui-layout.c (make_command_window): Likewise.
1328         (make_data_window): Likewise.
1329         (show_source_disasm_command): Likewise.
1330         (show_data): Likewise.
1331         (make_source_or_disasm_window): Likewise.
1332         (show_source_or_disasm_and_command): Likewise.
1333         * tui/tui-out.c (tui_field_int): Likewise.
1334         (tui_field_string): Likewise.
1335         (tui_field_fmt): Likewise.
1336         (tui_text): Likewise.
1337         * typeprint.c (hash_typedef_field): Likewise.
1338         (eq_typedef_field): Likewise.
1339         (do_free_typedef_hash): Likewise.
1340         (copy_typedef_hash_element): Likewise.
1341         (do_free_global_table): Likewise.
1342         (find_global_typedef): Likewise.
1343         (find_typedef_in_hash): Likewise.
1344         * ui-file.c (ui_file_write_for_put): Likewise.
1345         (do_ui_file_xstrdup): Likewise.
1346         (mem_file_delete): Likewise.
1347         (mem_file_rewind): Likewise.
1348         (mem_file_put): Likewise.
1349         (mem_file_write): Likewise.
1350         (stdio_file_delete): Likewise.
1351         (stdio_file_flush): Likewise.
1352         (stdio_file_read): Likewise.
1353         (stdio_file_write): Likewise.
1354         (stdio_file_write_async_safe): Likewise.
1355         (stdio_file_fputs): Likewise.
1356         (stdio_file_isatty): Likewise.
1357         (stdio_file_fseek): Likewise.
1358         (tee_file_delete): Likewise.
1359         (tee_file_flush): Likewise.
1360         (tee_file_write): Likewise.
1361         (tee_file_fputs): Likewise.
1362         (tee_file_isatty): Likewise.
1363         * ui-out.c (do_cleanup_table_end): Likewise.
1364         (do_cleanup_end): Likewise.
1365         * user-regs.c (user_reg_add): Likewise.
1366         (user_reg_map_name_to_regnum): Likewise.
1367         (usernum_to_user_reg): Likewise.
1368         (maintenance_print_user_registers): Likewise.
1369         * utils.c (do_bfd_close_cleanup): Likewise.
1370         (do_fclose_cleanup): Likewise.
1371         (do_obstack_free): Likewise.
1372         (do_ui_file_delete): Likewise.
1373         (do_ui_out_redirect_pop): Likewise.
1374         (do_free_section_addr_info): Likewise.
1375         (restore_integer): Likewise.
1376         (do_unpush_target): Likewise.
1377         (do_htab_delete_cleanup): Likewise.
1378         (do_restore_ui_file): Likewise.
1379         (do_value_free): Likewise.
1380         (do_free_so): Likewise.
1381         (free_current_contents): Likewise.
1382         (do_regfree_cleanup): Likewise.
1383         (core_addr_hash): Likewise.
1384         (core_addr_eq): Likewise.
1385         (do_free_char_ptr_vec): Likewise.
1386         * v850-tdep.c (v850_frame_cache): Likewise.
1387         * varobj.c (do_free_variable_cleanup): Likewise.
1388         * vax-tdep.c (vax_supply_gregset): Likewise.
1389         (vax_frame_cache): Likewise.
1390         * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1391         * xml-support.c (gdb_xml_body_text): Likewise.
1392         (gdb_xml_values_cleanup): Likewise.
1393         (gdb_xml_start_element): Likewise.
1394         (gdb_xml_start_element_wrapper): Likewise.
1395         (gdb_xml_end_element): Likewise.
1396         (gdb_xml_end_element_wrapper): Likewise.
1397         (gdb_xml_cleanup): Likewise.
1398         (gdb_xml_fetch_external_entity): Likewise.
1399         (gdb_xml_parse_attr_enum): Likewise.
1400         (xinclude_start_include): Likewise.
1401         (xinclude_end_include): Likewise.
1402         (xml_xinclude_default): Likewise.
1403         (xml_xinclude_start_doctype): Likewise.
1404         (xml_xinclude_end_doctype): Likewise.
1405         (xml_xinclude_cleanup): Likewise.
1406         (xml_fetch_content_from_file): Likewise.
1407         * xml-syscall.c (free_syscalls_info): Likewise.
1408         (syscall_start_syscall): Likewise.
1409         * xml-tdesc.c (tdesc_end_arch): Likewise.
1410         (tdesc_end_osabi): Likewise.
1411         (tdesc_end_compatible): Likewise.
1412         (tdesc_start_target): Likewise.
1413         (tdesc_start_feature): Likewise.
1414         (tdesc_start_reg): Likewise.
1415         (tdesc_start_union): Likewise.
1416         (tdesc_start_struct): Likewise.
1417         (tdesc_start_flags): Likewise.
1418         (tdesc_start_field): Likewise.
1419         (tdesc_start_vector): Likewise.
1420         (fetch_available_features_from_target): Likewise.
1421         * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1422         * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1423         (xtensa_frame_cache): Likewise.
1424         (xtensa_frame_prev_register): Likewise.
1425         (xtensa_extract_return_value): Likewise.
1426
1427 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1428
1429         * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1430         (aarch64_make_stub_cache): Likewise.
1431         (value_of_aarch64_user_reg): Likewise.
1432         * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1433         (get_ada_inferior_data): Likewise.
1434         (get_ada_pspace_data): Likewise.
1435         (ada_pspace_data_cleanup): Likewise.
1436         (ada_complete_symbol_matcher): Likewise.
1437         (ada_exc_search_name_matches): Likewise.
1438         * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1439         (get_ada_tasks_inferior_data): Likewise.
1440         * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1441         (splay_obstack_alloc): Likewise.
1442         (splay_obstack_free): Likewise.
1443         * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1444         (alpha_linux_collect_gregset): Likewise.
1445         (alpha_linux_supply_fpregset): Likewise.
1446         (alpha_linux_collect_fpregset): Likewise.
1447         * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1448         * alpha-tdep.c (alpha_lds): Likewise.
1449         (alpha_sts): Likewise.
1450         (alpha_sigtramp_frame_unwind_cache): Likewise.
1451         (alpha_heuristic_frame_unwind_cache): Likewise.
1452         (alpha_supply_int_regs): Likewise.
1453         (alpha_fill_int_regs): Likewise.
1454         (alpha_supply_fp_regs): Likewise.
1455         (alpha_fill_fp_regs): Likewise.
1456         * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1457         (alphanbsd_aout_supply_gregset): Likewise.
1458         (alphanbsd_supply_gregset): Likewise.
1459         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1460         (amd64_x32_linux_init_abi): Likewise.
1461         * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1462         (amd64_collect_native_gregset): Likewise.
1463         * amd64-tdep.c (amd64_frame_cache): Likewise.
1464         (amd64_sigtramp_frame_cache): Likewise.
1465         (amd64_epilogue_frame_cache): Likewise.
1466         (amd64_supply_fxsave): Likewise.
1467         (amd64_supply_xsave): Likewise.
1468         (amd64_collect_fxsave): Likewise.
1469         (amd64_collect_xsave): Likewise.
1470         * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1471         * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1472         * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1473         (arm_linux_collect_gregset): Likewise.
1474         (arm_linux_supply_nwfpe): Likewise.
1475         (arm_linux_collect_nwfpe): Likewise.
1476         (arm_linux_supply_vfp): Likewise.
1477         (arm_linux_collect_vfp): Likewise.
1478         * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1479         (arm_prologue_unwind_stop_reason): Likewise.
1480         (arm_prologue_this_id): Likewise.
1481         (arm_prologue_prev_register): Likewise.
1482         (arm_exidx_data_free): Likewise.
1483         (arm_find_exidx_entry): Likewise.
1484         (arm_stub_this_id): Likewise.
1485         (arm_m_exception_this_id): Likewise.
1486         (arm_m_exception_prev_register): Likewise.
1487         (arm_normal_frame_base): Likewise.
1488         (gdb_print_insn_arm): Likewise.
1489         (arm_objfile_data_free): Likewise.
1490         (arm_record_special_symbol): Likewise.
1491         (value_of_arm_user_reg): Likewise.
1492         * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1493         (armbsd_supply_gregset): Likewise.
1494         * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1495         (get_auto_load_pspace_data): Likewise.
1496         (hash_loaded_script_entry): Likewise.
1497         (eq_loaded_script_entry): Likewise.
1498         (clear_section_scripts): Likewise.
1499         (collect_matching_scripts): Likewise.
1500         * auxv.c (auxv_inferior_data_cleanup): Likewise.
1501         (get_auxv_inferior_data): Likewise.
1502         * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1503         * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1504         * bfd-target.c (target_bfd_xfer_partial): Likewise.
1505         (target_bfd_xclose): Likewise.
1506         (target_bfd_get_section_table): Likewise.
1507         * bfin-tdep.c (bfin_frame_cache): Likewise.
1508         * block.c (find_block_in_blockvector): Likewise.
1509         (call_site_for_pc): Likewise.
1510         (block_find_non_opaque_type_preferred): Likewise.
1511         * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1512         (signal_catchpoint_remove_location): Likewise.
1513         (signal_catchpoint_breakpoint_hit): Likewise.
1514         (signal_catchpoint_print_one): Likewise.
1515         (signal_catchpoint_print_mention): Likewise.
1516         (signal_catchpoint_print_recreate): Likewise.
1517         * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1518         * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1519         (bp_location_compare_addrs): Likewise.
1520         (get_first_locp_gte_addr): Likewise.
1521         (check_tracepoint_command): Likewise.
1522         (do_map_commands_command): Likewise.
1523         (get_breakpoint_objfile_data): Likewise.
1524         (free_breakpoint_probes): Likewise.
1525         (do_captured_breakpoint_query): Likewise.
1526         (compare_breakpoints): Likewise.
1527         (bp_location_compare): Likewise.
1528         (bpstat_remove_breakpoint_callback): Likewise.
1529         (do_delete_breakpoint_cleanup): Likewise.
1530         * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1531         (bsd_uthread_set_collect_uthread): Likewise.
1532         (bsd_uthread_activate): Likewise.
1533         (bsd_uthread_fetch_registers): Likewise.
1534         (bsd_uthread_store_registers): Likewise.
1535         * btrace.c (check_xml_btrace_version): Likewise.
1536         (parse_xml_btrace_block): Likewise.
1537         (parse_xml_btrace_pt_config_cpu): Likewise.
1538         (parse_xml_btrace_pt_raw): Likewise.
1539         (parse_xml_btrace_pt): Likewise.
1540         (parse_xml_btrace_conf_bts): Likewise.
1541         (parse_xml_btrace_conf_pt): Likewise.
1542         (do_btrace_data_cleanup): Likewise.
1543         * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1544         * charset.c (cleanup_iconv): Likewise.
1545         (do_cleanup_iterator): Likewise.
1546         * cli-out.c (cli_uiout_dtor): Likewise.
1547         (cli_table_begin): Likewise.
1548         (cli_table_body): Likewise.
1549         (cli_table_end): Likewise.
1550         (cli_table_header): Likewise.
1551         (cli_begin): Likewise.
1552         (cli_end): Likewise.
1553         (cli_field_int): Likewise.
1554         (cli_field_skip): Likewise.
1555         (cli_field_string): Likewise.
1556         (cli_field_fmt): Likewise.
1557         (cli_spaces): Likewise.
1558         (cli_text): Likewise.
1559         (cli_message): Likewise.
1560         (cli_wrap_hint): Likewise.
1561         (cli_flush): Likewise.
1562         (cli_redirect): Likewise.
1563         (out_field_fmt): Likewise.
1564         (field_separator): Likewise.
1565         (cli_out_set_stream): Likewise.
1566         * cli/cli-cmds.c (compare_symtabs): Likewise.
1567         * cli/cli-dump.c (call_dump_func): Likewise.
1568         (restore_section_callback): Likewise.
1569         * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1570         (do_restore_user_call_depth): Likewise.
1571         (do_free_command_lines_cleanup): Likewise.
1572         * coff-pe-read.c (get_section_vmas): Likewise.
1573         (pe_as16): Likewise.
1574         (pe_as32): Likewise.
1575         * coffread.c (coff_symfile_read): Likewise.
1576         * common/agent.c (agent_look_up_symbols): Likewise.
1577         * common/filestuff.c (do_close_cleanup): Likewise.
1578         * common/format.c (free_format_pieces_cleanup): Likewise.
1579         * common/vec.c (vec_o_reserve): Likewise.
1580         * compile/compile-c-support.c (print_one_macro): Likewise.
1581         * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1582         (eq_symbol_error): Likewise.
1583         (del_symbol_error): Likewise.
1584         (error_symbol_once): Likewise.
1585         (gcc_convert_symbol): Likewise.
1586         (gcc_symbol_address): Likewise.
1587         (hash_symname): Likewise.
1588         (eq_symname): Likewise.
1589         * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1590         (eq_type_map_instance): Likewise.
1591         (insert_type): Likewise.
1592         (convert_type): Likewise.
1593         * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1594         (setup_sections): Likewise.
1595         (link_hash_table_free): Likewise.
1596         (copy_sections): Likewise.
1597         * compile/compile-object-run.c (do_module_cleanup): Likewise.
1598         * compile/compile.c (compile_print_value): Likewise.
1599         (do_rmdir): Likewise.
1600         (cleanup_compile_instance): Likewise.
1601         (cleanup_unlink_file): Likewise.
1602         * completer.c (free_completion_tracker): Likewise.
1603         * corelow.c (add_to_spuid_list): Likewise.
1604         * cp-namespace.c (reset_directive_searched): Likewise.
1605         * cp-support.c (reset_directive_searched): Likewise.
1606         * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1607         (cris_frame_unwind_cache): Likewise.
1608         * d-lang.c (builtin_d_type): Likewise.
1609         * d-namespace.c (reset_directive_searched): Likewise.
1610         * dbxread.c (dbx_free_symfile_info): Likewise.
1611         (do_free_bincl_list_cleanup): Likewise.
1612         * disasm.c (hash_dis_line_entry): Likewise.
1613         (eq_dis_line_entry): Likewise.
1614         (dis_asm_print_address): Likewise.
1615         (fprintf_disasm): Likewise.
1616         (do_ui_file_delete): Likewise.
1617         * doublest.c (convert_floatformat_to_doublest): Likewise.
1618         * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1619         (dummy_frame_prev_register): Likewise.
1620         (dummy_frame_this_id): Likewise.
1621         * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1622         (cache_eq): Likewise.
1623         (cache_find): Likewise.
1624         (tailcall_frame_this_id): Likewise.
1625         (dwarf2_tailcall_prev_register_first): Likewise.
1626         (tailcall_frame_prev_register): Likewise.
1627         (tailcall_frame_dealloc_cache): Likewise.
1628         (tailcall_frame_prev_arch): Likewise.
1629         * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1630         (dwarf2_frame_set_init_reg): Likewise.
1631         (dwarf2_frame_init_reg): Likewise.
1632         (dwarf2_frame_set_signal_frame_p): Likewise.
1633         (dwarf2_frame_signal_frame_p): Likewise.
1634         (dwarf2_frame_set_adjust_regnum): Likewise.
1635         (dwarf2_frame_adjust_regnum): Likewise.
1636         (clear_pointer_cleanup): Likewise.
1637         (dwarf2_frame_cache): Likewise.
1638         (find_cie): Likewise.
1639         (dwarf2_frame_find_fde): Likewise.
1640         * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1641         (free_dwarf_expr_context_cleanup): Likewise.
1642         * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1643         (locexpr_get_frame_base): Likewise.
1644         (loclist_find_frame_base_location): Likewise.
1645         (loclist_get_frame_base): Likewise.
1646         (dwarf_expr_dwarf_call): Likewise.
1647         (dwarf_expr_get_base_type): Likewise.
1648         (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1649         (dwarf_expr_get_obj_addr): Likewise.
1650         (entry_data_value_coerce_ref): Likewise.
1651         (entry_data_value_copy_closure): Likewise.
1652         (entry_data_value_free_closure): Likewise.
1653         (get_frame_address_in_block_wrapper): Likewise.
1654         (dwarf2_evaluate_property): Likewise.
1655         (dwarf2_compile_property_to_c): Likewise.
1656         (needs_frame_read_addr_from_reg): Likewise.
1657         (needs_frame_get_reg_value): Likewise.
1658         (needs_frame_frame_base): Likewise.
1659         (needs_frame_frame_cfa): Likewise.
1660         (needs_frame_tls_address): Likewise.
1661         (needs_frame_dwarf_call): Likewise.
1662         (needs_dwarf_reg_entry_value): Likewise.
1663         (get_ax_pc): Likewise.
1664         (locexpr_read_variable): Likewise.
1665         (locexpr_read_variable_at_entry): Likewise.
1666         (locexpr_read_needs_frame): Likewise.
1667         (locexpr_describe_location): Likewise.
1668         (locexpr_tracepoint_var_ref): Likewise.
1669         (locexpr_generate_c_location): Likewise.
1670         (loclist_read_variable): Likewise.
1671         (loclist_read_variable_at_entry): Likewise.
1672         (loclist_describe_location): Likewise.
1673         (loclist_tracepoint_var_ref): Likewise.
1674         (loclist_generate_c_location): Likewise.
1675         * dwarf2read.c (line_header_hash_voidp): Likewise.
1676         (line_header_eq_voidp): Likewise.
1677         (dwarf2_has_info): Likewise.
1678         (dwarf2_get_section_info): Likewise.
1679         (locate_dwz_sections): Likewise.
1680         (hash_file_name_entry): Likewise.
1681         (eq_file_name_entry): Likewise.
1682         (delete_file_name_entry): Likewise.
1683         (dw2_setup): Likewise.
1684         (dw2_get_file_names_reader): Likewise.
1685         (dw2_find_pc_sect_compunit_symtab): Likewise.
1686         (hash_signatured_type): Likewise.
1687         (eq_signatured_type): Likewise.
1688         (add_signatured_type_cu_to_table): Likewise.
1689         (create_debug_types_hash_table): Likewise.
1690         (lookup_dwo_signatured_type): Likewise.
1691         (lookup_dwp_signatured_type): Likewise.
1692         (lookup_signatured_type): Likewise.
1693         (hash_type_unit_group): Likewise.
1694         (eq_type_unit_group): Likewise.
1695         (get_type_unit_group): Likewise.
1696         (process_psymtab_comp_unit_reader): Likewise.
1697         (sort_tu_by_abbrev_offset): Likewise.
1698         (process_skeletonless_type_unit): Likewise.
1699         (psymtabs_addrmap_cleanup): Likewise.
1700         (dwarf2_read_symtab): Likewise.
1701         (psymtab_to_symtab_1): Likewise.
1702         (die_hash): Likewise.
1703         (die_eq): Likewise.
1704         (load_full_comp_unit_reader): Likewise.
1705         (reset_die_in_process): Likewise.
1706         (free_cu_line_header): Likewise.
1707         (handle_DW_AT_stmt_list): Likewise.
1708         (hash_dwo_file): Likewise.
1709         (eq_dwo_file): Likewise.
1710         (hash_dwo_unit): Likewise.
1711         (eq_dwo_unit): Likewise.
1712         (create_dwo_cu_reader): Likewise.
1713         (create_dwo_unit_in_dwp_v1): Likewise.
1714         (create_dwo_unit_in_dwp_v2): Likewise.
1715         (lookup_dwo_unit_in_dwp): Likewise.
1716         (dwarf2_locate_dwo_sections): Likewise.
1717         (dwarf2_locate_common_dwp_sections): Likewise.
1718         (dwarf2_locate_v2_dwp_sections): Likewise.
1719         (hash_dwp_loaded_cutus): Likewise.
1720         (eq_dwp_loaded_cutus): Likewise.
1721         (lookup_dwo_cutu): Likewise.
1722         (abbrev_table_free_cleanup): Likewise.
1723         (dwarf2_free_abbrev_table): Likewise.
1724         (find_partial_die_in_comp_unit): Likewise.
1725         (free_line_header_voidp): Likewise.
1726         (follow_die_offset): Likewise.
1727         (follow_die_sig_1): Likewise.
1728         (free_heap_comp_unit): Likewise.
1729         (free_stack_comp_unit): Likewise.
1730         (dwarf2_free_objfile): Likewise.
1731         (per_cu_offset_and_type_hash): Likewise.
1732         (per_cu_offset_and_type_eq): Likewise.
1733         (get_die_type_at_offset): Likewise.
1734         (partial_die_hash): Likewise.
1735         (partial_die_eq): Likewise.
1736         (dwarf2_per_objfile_free): Likewise.
1737         (hash_strtab_entry): Likewise.
1738         (eq_strtab_entry): Likewise.
1739         (add_string): Likewise.
1740         (hash_symtab_entry): Likewise.
1741         (eq_symtab_entry): Likewise.
1742         (delete_symtab_entry): Likewise.
1743         (cleanup_mapped_symtab): Likewise.
1744         (add_indices_to_cpool): Likewise.
1745         (hash_psymtab_cu_index): Likewise.
1746         (eq_psymtab_cu_index): Likewise.
1747         (add_address_entry_worker): Likewise.
1748         (unlink_if_set): Likewise.
1749         (write_one_signatured_type): Likewise.
1750         (save_gdb_index_command): Likewise.
1751         * elfread.c (elf_symtab_read): Likewise.
1752         (elf_gnu_ifunc_cache_hash): Likewise.
1753         (elf_gnu_ifunc_cache_eq): Likewise.
1754         (elf_gnu_ifunc_record_cache): Likewise.
1755         (elf_gnu_ifunc_resolve_by_cache): Likewise.
1756         (elf_get_probes): Likewise.
1757         (probe_key_free): Likewise.
1758         * f-lang.c (builtin_f_type): Likewise.
1759         * frame-base.c (frame_base_append_sniffer): Likewise.
1760         (frame_base_set_default): Likewise.
1761         (frame_base_find_by_frame): Likewise.
1762         * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1763         (frame_unwind_append_unwinder): Likewise.
1764         (frame_unwind_find_by_frame): Likewise.
1765         * frame.c (frame_addr_hash): Likewise.
1766         (frame_addr_hash_eq): Likewise.
1767         (frame_stash_find): Likewise.
1768         (do_frame_register_read): Likewise.
1769         (unwind_to_current_frame): Likewise.
1770         (frame_cleanup_after_sniffer): Likewise.
1771         * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1772         * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1773         * ft32-tdep.c (ft32_frame_cache): Likewise.
1774         * gcore.c (do_bfd_delete_cleanup): Likewise.
1775         (gcore_create_callback): Likewise.
1776         * gdb_bfd.c (hash_bfd): Likewise.
1777         (eq_bfd): Likewise.
1778         (gdb_bfd_open): Likewise.
1779         (free_one_bfd_section): Likewise.
1780         (gdb_bfd_ref): Likewise.
1781         (gdb_bfd_unref): Likewise.
1782         (get_section_descriptor): Likewise.
1783         (gdb_bfd_map_section): Likewise.
1784         (gdb_bfd_crc): Likewise.
1785         (gdb_bfd_mark_parent): Likewise.
1786         (gdb_bfd_record_inclusion): Likewise.
1787         (gdb_bfd_requires_relocations): Likewise.
1788         (print_one_bfd): Likewise.
1789         * gdbtypes.c (type_pair_hash): Likewise.
1790         (type_pair_eq): Likewise.
1791         (builtin_type): Likewise.
1792         (objfile_type): Likewise.
1793         * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1794         (vtable_address_point_offset): Likewise.
1795         (gnuv3_get_vtable): Likewise.
1796         (hash_value_and_voffset): Likewise.
1797         (eq_value_and_voffset): Likewise.
1798         (compare_value_and_voffset): Likewise.
1799         (compute_vtable_size): Likewise.
1800         (gnuv3_get_typeid_type): Likewise.
1801         * go-lang.c (builtin_go_type): Likewise.
1802         * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1803         (bkscm_eq_block_smob): Likewise.
1804         (bkscm_objfile_block_map): Likewise.
1805         (bkscm_del_objfile_blocks): Likewise.
1806         * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1807         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1808         (gdbscm_disasm_print_address): Likewise.
1809         * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1810         (frscm_eq_frame_smob): Likewise.
1811         (frscm_inferior_frame_map): Likewise.
1812         (frscm_del_inferior_frames): Likewise.
1813         * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1814         * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1815         (ofscm_objfile_smob_from_objfile): Likewise.
1816         * guile/scm-ports.c (ioscm_write): Likewise.
1817         (ioscm_file_port_delete): Likewise.
1818         (ioscm_file_port_rewind): Likewise.
1819         (ioscm_file_port_put): Likewise.
1820         (ioscm_file_port_write): Likewise.
1821         * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1822         (psscm_pspace_smob_from_pspace): Likewise.
1823         * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1824         (scscm_recording_unwind_handler): Likewise.
1825         (gdbscm_with_catch): Likewise.
1826         (scscm_call_0_body): Likewise.
1827         (scscm_call_1_body): Likewise.
1828         (scscm_call_2_body): Likewise.
1829         (scscm_call_3_body): Likewise.
1830         (scscm_call_4_body): Likewise.
1831         (scscm_apply_1_body): Likewise.
1832         (scscm_eval_scheme_string): Likewise.
1833         (gdbscm_safe_eval_string): Likewise.
1834         (scscm_source_scheme_script): Likewise.
1835         (gdbscm_safe_source_script): Likewise.
1836         * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1837         (gdbscm_call_scm_from_stringn): Likewise.
1838         * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1839         (syscm_eq_symbol_smob): Likewise.
1840         (syscm_get_symbol_map): Likewise.
1841         (syscm_del_objfile_symbols): Likewise.
1842         * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1843         (stscm_eq_symtab_smob): Likewise.
1844         (stscm_objfile_symtab_map): Likewise.
1845         (stscm_del_objfile_symtabs): Likewise.
1846         * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1847         (tyscm_eq_type_smob): Likewise.
1848         (tyscm_type_map): Likewise.
1849         (tyscm_copy_type_recursive): Likewise.
1850         (save_objfile_types): Likewise.
1851         * guile/scm-utils.c (extract_arg): Likewise.
1852         * h8300-tdep.c (h8300_frame_cache): Likewise.
1853         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
1854         * hppa-tdep.c (compare_unwind_entries): Likewise.
1855         (find_unwind_entry): Likewise.
1856         (hppa_frame_cache): Likewise.
1857         (hppa_stub_frame_unwind_cache): Likewise.
1858         * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
1859         * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
1860         (hppaobsd_supply_fpregset): Likewise.
1861         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1862         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1863         * i386-tdep.c (i386_frame_cache): Likewise.
1864         (i386_epilogue_frame_cache): Likewise.
1865         (i386_sigtramp_frame_cache): Likewise.
1866         (i386_supply_gregset): Likewise.
1867         (i386_collect_gregset): Likewise.
1868         (i386_gdbarch_init): Likewise.
1869         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
1870         (i386obsd_trapframe_cache): Likewise.
1871         * i387-tdep.c (i387_supply_fsave): Likewise.
1872         (i387_collect_fsave): Likewise.
1873         (i387_supply_fxsave): Likewise.
1874         (i387_collect_fxsave): Likewise.
1875         (i387_supply_xsave): Likewise.
1876         (i387_collect_xsave): Likewise.
1877         * ia64-tdep.c (ia64_frame_cache): Likewise.
1878         (ia64_sigtramp_frame_cache): Likewise.
1879         * infcmd.c (attach_command_continuation): Likewise.
1880         (attach_command_continuation_free_args): Likewise.
1881         * inferior.c (restore_inferior): Likewise.
1882         (delete_thread_of_inferior): Likewise.
1883         * inflow.c (inflow_inferior_data_cleanup): Likewise.
1884         (get_inflow_inferior_data): Likewise.
1885         (inflow_inferior_exit): Likewise.
1886         * infrun.c (displaced_step_clear_cleanup): Likewise.
1887         (restore_current_uiout_cleanup): Likewise.
1888         (release_stop_context_cleanup): Likewise.
1889         (do_restore_infcall_suspend_state_cleanup): Likewise.
1890         (do_restore_infcall_control_state_cleanup): Likewise.
1891         (restore_inferior_ptid): Likewise.
1892         * inline-frame.c (block_starting_point_at): Likewise.
1893         * iq2000-tdep.c (iq2000_frame_cache): Likewise.
1894         * jit.c (get_jit_objfile_data): Likewise.
1895         (get_jit_program_space_data): Likewise.
1896         (jit_object_close_impl): Likewise.
1897         (jit_find_objf_with_entry_addr): Likewise.
1898         (jit_breakpoint_deleted): Likewise.
1899         (jit_unwind_reg_set_impl): Likewise.
1900         (jit_unwind_reg_get_impl): Likewise.
1901         (jit_dealloc_cache): Likewise.
1902         (jit_frame_sniffer): Likewise.
1903         (jit_frame_prev_register): Likewise.
1904         (jit_prepend_unwinder): Likewise.
1905         (jit_inferior_exit_hook): Likewise.
1906         (free_objfile_data): Likewise.
1907         * jv-lang.c (jv_per_objfile_free): Likewise.
1908         (get_dynamics_objfile): Likewise.
1909         (get_java_class_symtab): Likewise.
1910         (builtin_java_type): Likewise.
1911         * language.c (language_string_char_type): Likewise.
1912         (language_bool_type): Likewise.
1913         (language_lookup_primitive_type): Likewise.
1914         (language_lookup_primitive_type_as_symbol): Likewise.
1915         * linespec.c (hash_address_entry): Likewise.
1916         (eq_address_entry): Likewise.
1917         (iterate_inline_only): Likewise.
1918         (iterate_name_matcher): Likewise.
1919         (decode_line_2_compare_items): Likewise.
1920         (collect_one_symbol): Likewise.
1921         (compare_symbols): Likewise.
1922         (compare_msymbols): Likewise.
1923         (add_symtabs_to_list): Likewise.
1924         (collect_symbols): Likewise.
1925         (compare_msyms): Likewise.
1926         (add_minsym): Likewise.
1927         (cleanup_linespec_result): Likewise.
1928         * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
1929         * linux-nat.c (delete_lwp_cleanup): Likewise.
1930         (count_events_callback): Likewise.
1931         (select_event_lwp_callback): Likewise.
1932         (resume_stopped_resumed_lwps): Likewise.
1933         * linux-tdep.c (get_linux_gdbarch_data): Likewise.
1934         (invalidate_linux_cache_inf): Likewise.
1935         (get_linux_inferior_data): Likewise.
1936         (linux_find_memory_regions_thunk): Likewise.
1937         (linux_make_mappings_callback): Likewise.
1938         (linux_corefile_thread_callback): Likewise.
1939         (find_mapping_size): Likewise.
1940         * linux-thread-db.c (find_new_threads_callback): Likewise.
1941         * lm32-tdep.c (lm32_frame_cache): Likewise.
1942         * m2-lang.c (builtin_m2_type): Likewise.
1943         * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
1944         * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
1945         (m32r_linux_supply_gregset): Likewise.
1946         (m32r_linux_collect_gregset): Likewise.
1947         * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
1948         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1949         * m68k-tdep.c (m68k_frame_cache): Likewise.
1950         * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
1951         (m68kbsd_supply_gregset): Likewise.
1952         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
1953         * m88k-tdep.c (m88k_frame_cache): Likewise.
1954         (m88k_supply_gregset): Likewise.
1955
1956 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1957
1958         * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
1959         to allocation result assignment.
1960         * ada-exp.y (write_object_renaming): Likewise.
1961         (write_ambiguous_var): Likewise.
1962         (ada_nget_field_index): Likewise.
1963         (write_var_or_type): Likewise.
1964         * ada-lang.c (ada_decode_symbol): Likewise.
1965         (ada_value_assign): Likewise.
1966         (value_pointer): Likewise.
1967         (cache_symbol): Likewise.
1968         (add_nonlocal_symbols): Likewise.
1969         (ada_name_for_lookup): Likewise.
1970         (symbol_completion_add): Likewise.
1971         (ada_to_fixed_type_1): Likewise.
1972         (ada_get_next_arg): Likewise.
1973         (defns_collected): Likewise.
1974         * ada-lex.l (processId): Likewise.
1975         (processString): Likewise.
1976         * ada-tasks.c (read_known_tasks_array): Likewise.
1977         (read_known_tasks_list): Likewise.
1978         * ada-typeprint.c (decoded_type_name): Likewise.
1979         * addrmap.c (addrmap_mutable_create_fixed): Likewise.
1980         * amd64-tdep.c (amd64_push_arguments): Likewise.
1981         (amd64_displaced_step_copy_insn): Likewise.
1982         (amd64_classify_insn_at): Likewise.
1983         (amd64_relocate_instruction): Likewise.
1984         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
1985         * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
1986         (initialize_current_architecture): Likewise.
1987         * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
1988         * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
1989         * arm-tdep.c (arm_exidx_new_objfile): Likewise.
1990         (arm_push_dummy_call): Likewise.
1991         (extend_buffer_earlier): Likewise.
1992         (arm_adjust_breakpoint_address): Likewise.
1993         (arm_skip_stub): Likewise.
1994         * auto-load.c (filename_is_in_pattern): Likewise.
1995         (maybe_add_script_file): Likewise.
1996         (maybe_add_script_text): Likewise.
1997         (auto_load_objfile_script_1): Likewise.
1998         * auxv.c (ld_so_xfer_auxv): Likewise.
1999         * ax-general.c (new_agent_expr): Likewise.
2000         (grow_expr): Likewise.
2001         (ax_reg_mask): Likewise.
2002         * bcache.c (bcache_full): Likewise.
2003         * breakpoint.c (program_breakpoint_here_p): Likewise.
2004         * btrace.c (parse_xml_raw): Likewise.
2005         * build-id.c (build_id_to_debug_bfd): Likewise.
2006         * buildsym.c (end_symtab_with_blockvector): Likewise.
2007         * c-exp.y (string_exp): Likewise.
2008         (qualified_name): Likewise.
2009         (write_destructor_name): Likewise.
2010         (operator_stoken): Likewise.
2011         (parse_number): Likewise.
2012         (scan_macro_expansion): Likewise.
2013         (yylex): Likewise.
2014         (c_print_token): Likewise.
2015         * c-lang.c (c_get_string): Likewise.
2016         (emit_numeric_character): Likewise.
2017         * charset.c (wchar_iterate): Likewise.
2018         * cli/cli-cmds.c (complete_command): Likewise.
2019         (make_command): Likewise.
2020         * cli/cli-dump.c (restore_section_callback): Likewise.
2021         (restore_binary_file): Likewise.
2022         * cli/cli-interp.c (cli_interpreter_exec): Likewise.
2023         * cli/cli-script.c (execute_control_command): Likewise.
2024         * cli/cli-setshow.c (do_set_command): Likewise.
2025         * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
2026         (read_pe_exported_syms): Likewise.
2027         * coffread.c (coff_read_struct_type): Likewise.
2028         (coff_read_enum_type): Likewise.
2029         * common/btrace-common.c (btrace_data_append): Likewise.
2030         * common/buffer.c (buffer_grow): Likewise.
2031         * common/filestuff.c (gdb_fopen_cloexec): Likewise.
2032         * common/format.c (parse_format_string): Likewise.
2033         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
2034         * common/xml-utils.c (xml_escape_text): Likewise.
2035         * compile/compile-object-load.c (copy_sections): Likewise.
2036         (compile_object_load): Likewise.
2037         * compile/compile-object-run.c (compile_object_run): Likewise.
2038         * completer.c (filename_completer): Likewise.
2039         * corefile.c (read_memory_typed_address): Likewise.
2040         (write_memory_unsigned_integer): Likewise.
2041         (write_memory_signed_integer): Likewise.
2042         (complete_set_gnutarget): Likewise.
2043         * corelow.c (get_core_register_section): Likewise.
2044         * cp-name-parser.y (d_grab): Likewise.
2045         (allocate_info): Likewise.
2046         (cp_new_demangle_parse_info): Likewise.
2047         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
2048         (cp_lookup_symbol_in_namespace): Likewise.
2049         (lookup_namespace_scope): Likewise.
2050         (find_symbol_in_baseclass): Likewise.
2051         (cp_lookup_nested_symbol): Likewise.
2052         (cp_lookup_transparent_type_loop): Likewise.
2053         * cp-support.c (copy_string_to_obstack): Likewise.
2054         (make_symbol_overload_list): Likewise.
2055         (make_symbol_overload_list_namespace): Likewise.
2056         (make_symbol_overload_list_adl_namespace): Likewise.
2057         (first_component_command): Likewise.
2058         * cp-valprint.c (cp_print_value): Likewise.
2059         * ctf.c (ctf_xfer_partial): Likewise.
2060         * d-exp.y (StringExp): Likewise.
2061         * d-namespace.c (d_lookup_symbol_in_module): Likewise.
2062         (lookup_module_scope): Likewise.
2063         (find_symbol_in_baseclass): Likewise.
2064         (d_lookup_nested_symbol): Likewise.
2065         * dbxread.c (find_stab_function_addr): Likewise.
2066         (read_dbx_symtab): Likewise.
2067         (dbx_end_psymtab): Likewise.
2068         (cp_set_block_scope): Likewise.
2069         * dcache.c (dcache_alloc): Likewise.
2070         * demangle.c (_initialize_demangler): Likewise.
2071         * dicos-tdep.c (dicos_load_module_p): Likewise.
2072         * dictionary.c (dict_create_hashed_expandable): Likewise.
2073         (dict_create_linear_expandable): Likewise.
2074         (expand_hashtable): Likewise.
2075         (add_symbol_linear_expandable): Likewise.
2076         * dwarf2-frame.c (add_cie): Likewise.
2077         (add_fde): Likewise.
2078         (dwarf2_build_frame_info): Likewise.
2079         * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
2080         (dwarf_expr_fetch_address): Likewise.
2081         (add_piece): Likewise.
2082         (execute_stack_op): Likewise.
2083         * dwarf2loc.c (chain_candidate): Likewise.
2084         (dwarf_entry_parameter_to_value): Likewise.
2085         (read_pieced_value): Likewise.
2086         (write_pieced_value): Likewise.
2087         * dwarf2read.c (dwarf2_read_section): Likewise.
2088         (add_type_unit): Likewise.
2089         (read_comp_units_from_section): Likewise.
2090         (fixup_go_packaging): Likewise.
2091         (dwarf2_compute_name): Likewise.
2092         (dwarf2_physname): Likewise.
2093         (create_dwo_unit_in_dwp_v1): Likewise.
2094         (create_dwo_unit_in_dwp_v2): Likewise.
2095         (read_func_scope): Likewise.
2096         (read_call_site_scope): Likewise.
2097         (dwarf2_attach_fields_to_type): Likewise.
2098         (process_structure_scope): Likewise.
2099         (mark_common_block_symbol_computed): Likewise.
2100         (read_common_block): Likewise.
2101         (abbrev_table_read_table): Likewise.
2102         (guess_partial_die_structure_name): Likewise.
2103         (fixup_partial_die): Likewise.
2104         (add_file_name): Likewise.
2105         (dwarf2_const_value_data): Likewise.
2106         (dwarf2_const_value_attr): Likewise.
2107         (build_error_marker_type): Likewise.
2108         (guess_full_die_structure_name): Likewise.
2109         (anonymous_struct_prefix): Likewise.
2110         (typename_concat): Likewise.
2111         (dwarf2_canonicalize_name): Likewise.
2112         (dwarf2_name): Likewise.
2113         (write_constant_as_bytes): Likewise.
2114         (dwarf2_fetch_constant_bytes): Likewise.
2115         (copy_string): Likewise.
2116         (parse_macro_definition): Likewise.
2117         * elfread.c (elf_symfile_segments): Likewise.
2118         (elf_rel_plt_read): Likewise.
2119         (elf_gnu_ifunc_resolve_by_cache): Likewise.
2120         (elf_gnu_ifunc_resolve_by_got): Likewise.
2121         (elf_read_minimal_symbols): Likewise.
2122         (elf_gnu_ifunc_record_cache): Likewise.
2123         * event-top.c (top_level_prompt): Likewise.
2124         (command_line_handler): Likewise.
2125         * exec.c (resize_section_table): Likewise.
2126         * expprint.c (print_subexp_standard): Likewise.
2127         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2128         * findcmd.c (parse_find_args): Likewise.
2129         * findvar.c (address_from_register): Likewise.
2130         * frame.c (get_prev_frame_always): Likewise.
2131         * gdb_bfd.c (gdb_bfd_ref): Likewise.
2132         (get_section_descriptor): Likewise.
2133         * gdb_obstack.c (obconcat): Likewise.
2134         (obstack_strdup): Likewise.
2135         * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
2136         (create_set_type): Likewise.
2137         (lookup_unsigned_typename): Likewise.
2138         (lookup_signed_typename): Likewise.
2139         (resolve_dynamic_union): Likewise.
2140         (resolve_dynamic_struct): Likewise.
2141         (add_dyn_prop): Likewise.
2142         (copy_dynamic_prop_list): Likewise.
2143         (arch_flags_type): Likewise.
2144         (append_composite_type_field_raw): Likewise.
2145         * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
2146         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
2147         * go-exp.y (string_exp): Likewise.
2148         * go-lang.c (go_demangle): Likewise.
2149         * guile/guile.c (compute_scheme_string): Likewise.
2150         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
2151         (gdbscm_canonicalize_command_name): Likewise.
2152         * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
2153         (ioscm_init_memory_port): Likewise.
2154         (ioscm_reinit_memory_port): Likewise.
2155         * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
2156         (gdbscm_gc_dup_argv): Likewise.
2157         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2158         * hppa-tdep.c (internalize_unwinds): Likewise.
2159         (read_unwind_info): Likewise.
2160         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2161         (windows_core_xfer_shared_libraries): Likewise.
2162         * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2163         (i386_stap_parse_special_token_triplet): Likewise.
2164         (i386_stap_parse_special_token_three_arg_disp): Likewise.
2165         * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2166         * inf-child.c (inf_child_fileio_readlink): Likewise.
2167         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2168         (inf_ptrace_store_register): Likewise.
2169         * infrun.c (follow_exec): Likewise.
2170         (displaced_step_prepare_throw): Likewise.
2171         (save_stop_context): Likewise.
2172         (save_infcall_suspend_state): Likewise.
2173         * jit.c (jit_read_descriptor): Likewise.
2174         (jit_read_code_entry): Likewise.
2175         (jit_symtab_line_mapping_add_impl): Likewise.
2176         (finalize_symtab): Likewise.
2177         (jit_unwind_reg_get_impl): Likewise.
2178         * jv-exp.y (QualifiedName): Likewise.
2179         * jv-lang.c (get_java_utf8_name): Likewise.
2180         (type_from_class): Likewise.
2181         (java_demangle_type_signature): Likewise.
2182         (java_class_name_from_physname): Likewise.
2183         * jv-typeprint.c (java_type_print_base): Likewise.
2184         * jv-valprint.c (java_value_print): Likewise.
2185         * language.c (add_language): Likewise.
2186         * linespec.c (add_sal_to_sals_basic): Likewise.
2187         (add_sal_to_sals): Likewise.
2188         (decode_objc): Likewise.
2189         (find_linespec_symbols): Likewise.
2190         * linux-fork.c (fork_save_infrun_state): Likewise.
2191         * linux-nat.c (linux_nat_detach): Likewise.
2192         (linux_nat_fileio_readlink): Likewise.
2193         * linux-record.c (record_linux_sockaddr): Likewise.
2194         (record_linux_msghdr): Likewise.
2195         (Do): Likewise.
2196         * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
2197         (linux_collect_regset_section_cb): Likewise.
2198         (linux_get_siginfo_data): Likewise.
2199         * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
2200         (try_thread_db_load_from_dir): Likewise.
2201         (thread_db_load_search): Likewise.
2202         (info_auto_load_libthread_db): Likewise.
2203         * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
2204         (m32c_m16c_pointer_to_address): Likewise.
2205         * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
2206         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2207         * machoread.c (macho_check_dsym): Likewise.
2208         * macroexp.c (resize_buffer): Likewise.
2209         (gather_arguments): Likewise.
2210         (maybe_expand): Likewise.
2211         * macrotab.c (new_macro_key): Likewise.
2212         (new_source_file): Likewise.
2213         (new_macro_definition): Likewise.
2214         * mdebugread.c (parse_symbol): Likewise.
2215         (parse_type): Likewise.
2216         (parse_partial_symbols): Likewise.
2217         (psymtab_to_symtab_1): Likewise.
2218         * mem-break.c (default_memory_insert_breakpoint): Likewise.
2219         * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2220         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2221         (mi_cmd_data_read_memory_bytes): Likewise.
2222         (mi_cmd_data_write_memory_bytes): Likewise.
2223         (mi_cmd_trace_frame_collected): Likewise.
2224         * mi/mi-parse.c (mi_parse_argv): Likewise.
2225         (mi_parse): Likewise.
2226         * minidebug.c (lzma_open): Likewise.
2227         (lzma_pread): Likewise.
2228         * mips-tdep.c (mips_read_fp_register_single): Likewise.
2229         (mips_print_fp_register): Likewise.
2230         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2231         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2232         * mt-tdep.c (mt_register_name): Likewise.
2233         (mt_registers_info): Likewise.
2234         (mt_push_dummy_call): Likewise.
2235         * namespace.c (add_using_directive): Likewise.
2236         * nat/linux-btrace.c (perf_event_read): Likewise.
2237         (linux_enable_bts): Likewise.
2238         * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2239         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2240         * nto-tdep.c (nto_find_and_open_solib): Likewise.
2241         (nto_parse_redirection): Likewise.
2242         * objc-lang.c (objc_demangle): Likewise.
2243         (find_methods): Likewise.
2244         * objfiles.c (get_objfile_bfd_data): Likewise.
2245         (set_objfile_main_name): Likewise.
2246         (allocate_objfile): Likewise.
2247         (objfile_relocate): Likewise.
2248         (update_section_map): Likewise.
2249         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2250         * p-exp.y (exp): Likewise.
2251         (yylex): Likewise.
2252         * p-valprint.c (pascal_object_print_value): Likewise.
2253         * parse.c (initialize_expout): Likewise.
2254         (mark_completion_tag): Likewise.
2255         (copy_name): Likewise.
2256         (parse_float): Likewise.
2257         (type_stack_reserve): Likewise.
2258         * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2259         (ppu2spu_prev_register): Likewise.
2260         * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2261         * printcmd.c (printf_wide_c_string): Likewise.
2262         (printf_pointer): Likewise.
2263         * probe.c (parse_probes): Likewise.
2264         * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2265         (cmdpy_init): Likewise.
2266         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2267         * python/py-symtab.c (set_sal): Likewise.
2268         * python/py-unwind.c (pyuw_sniffer): Likewise.
2269         * python/python.c (python_interactive_command): Likewise.
2270         (compute_python_string): Likewise.
2271         * ravenscar-thread.c (get_running_thread_id): Likewise.
2272         * record-full.c (record_full_exec_insn): Likewise.
2273         (record_full_core_open_1): Likewise.
2274         * regcache.c (regcache_raw_read_signed): Likewise.
2275         (regcache_raw_read_unsigned): Likewise.
2276         (regcache_cooked_read_signed): Likewise.
2277         (regcache_cooked_read_unsigned): Likewise.
2278         * remote-fileio.c (remote_fileio_func_open): Likewise.
2279         (remote_fileio_func_rename): Likewise.
2280         (remote_fileio_func_unlink): Likewise.
2281         (remote_fileio_func_stat): Likewise.
2282         (remote_fileio_func_system): Likewise.
2283         * remote-mips.c (mips_xfer_memory): Likewise.
2284         (mips_load_srec): Likewise.
2285         (pmon_end_download): Likewise.
2286         * remote.c (new_remote_state): Likewise.
2287         (map_regcache_remote_table): Likewise.
2288         (remote_register_number_and_offset): Likewise.
2289         (init_remote_state): Likewise.
2290         (get_memory_packet_size): Likewise.
2291         (remote_pass_signals): Likewise.
2292         (remote_program_signals): Likewise.
2293         (remote_start_remote): Likewise.
2294         (remote_check_symbols): Likewise.
2295         (remote_query_supported): Likewise.
2296         (extended_remote_attach): Likewise.
2297         (process_g_packet): Likewise.
2298         (store_registers_using_G): Likewise.
2299         (putpkt_binary): Likewise.
2300         (read_frame): Likewise.
2301         (compare_sections_command): Likewise.
2302         (remote_hostio_pread): Likewise.
2303         (remote_hostio_readlink): Likewise.
2304         (remote_file_put): Likewise.
2305         (remote_file_get): Likewise.
2306         (remote_pid_to_exec_file): Likewise.
2307         (_initialize_remote): Likewise.
2308         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2309         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2310         * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2311         (bfd_uses_spe_extensions): Likewise.
2312         * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2313         * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2314         * solib-dsbt.c (decode_loadmap): Likewise.
2315         (fetch_loadmap): Likewise.
2316         (scan_dyntag): Likewise.
2317         (enable_break): Likewise.
2318         (dsbt_relocate_main_executable): Likewise.
2319         * solib-frv.c (fetch_loadmap): Likewise.
2320         (enable_break2): Likewise.
2321         (frv_relocate_main_executable): Likewise.
2322         * solib-spu.c (spu_relocate_main_executable): Likewise.
2323         (spu_bfd_open): Likewise.
2324         * solib-svr4.c (lm_info_read): Likewise.
2325         (read_program_header): Likewise.
2326         (find_program_interpreter): Likewise.
2327         (scan_dyntag): Likewise.
2328         (elf_locate_base): Likewise.
2329         (open_symbol_file_object): Likewise.
2330         (read_program_headers_from_bfd): Likewise.
2331         (svr4_relocate_main_executable): Likewise.
2332         * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2333         * solib.c (solib_find_1): Likewise.
2334         (exec_file_find): Likewise.
2335         (solib_find): Likewise.
2336         * source.c (openp): Likewise.
2337         (print_source_lines_base): Likewise.
2338         (forward_search_command): Likewise.
2339         * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2340         * spu-tdep.c (spu2ppu_prev_register): Likewise.
2341         (spu_get_overlay_table): Likewise.
2342         * stabsread.c (patch_block_stabs): Likewise.
2343         (define_symbol): Likewise.
2344         (again:): Likewise.
2345         (read_member_functions): Likewise.
2346         (read_one_struct_field): Likewise.
2347         (read_enum_type): Likewise.
2348         (common_block_start): Likewise.
2349         * stack.c (read_frame_arg): Likewise.
2350         (backtrace_command): Likewise.
2351         * stap-probe.c (stap_parse_register_operand): Likewise.
2352         * symfile.c (syms_from_objfile_1): Likewise.
2353         (find_separate_debug_file): Likewise.
2354         (load_command): Likewise.
2355         (load_progress): Likewise.
2356         (load_section_callback): Likewise.
2357         (reread_symbols): Likewise.
2358         (add_filename_language): Likewise.
2359         (allocate_compunit_symtab): Likewise.
2360         (read_target_long_array): Likewise.
2361         (simple_read_overlay_table): Likewise.
2362         * symtab.c (symbol_set_names): Likewise.
2363         (resize_symbol_cache): Likewise.
2364         (rbreak_command): Likewise.
2365         (completion_list_add_name): Likewise.
2366         (completion_list_objc_symbol): Likewise.
2367         (add_filename_to_list): Likewise.
2368         * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2369         * target-memory.c (target_write_memory_blocks): Likewise.
2370         * target.c (target_read_string): Likewise.
2371         (read_whatever_is_readable): Likewise.
2372         (target_read_alloc_1): Likewise.
2373         (simple_search_memory): Likewise.
2374         (target_fileio_read_alloc_1): Likewise.
2375         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2376         * top.c (command_line_input): Likewise.
2377         * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2378         * tracefile.c (tracefile_fetch_registers): Likewise.
2379         * tracepoint.c (add_memrange): Likewise.
2380         (init_collection_list): Likewise.
2381         (add_aexpr): Likewise.
2382         (trace_dump_actions): Likewise.
2383         (parse_trace_status): Likewise.
2384         (parse_tracepoint_definition): Likewise.
2385         (parse_tsv_definition): Likewise.
2386         (parse_static_tracepoint_marker_definition): Likewise.
2387         * tui/tui-file.c (tui_sfileopen): Likewise.
2388         (tui_file_adjust_strbuf): Likewise.
2389         * tui/tui-io.c (tui_expand_tabs): Likewise.
2390         * tui/tui-source.c (tui_set_source_content): Likewise.
2391         * typeprint.c (find_global_typedef): Likewise.
2392         * ui-file.c (do_ui_file_xstrdup): Likewise.
2393         (ui_file_obsavestring): Likewise.
2394         (mem_file_write): Likewise.
2395         * utils.c (make_hex_string): Likewise.
2396         (get_regcomp_error): Likewise.
2397         (puts_filtered_tabular): Likewise.
2398         (gdb_realpath_keepfile): Likewise.
2399         (ldirname): Likewise.
2400         (gdb_bfd_errmsg): Likewise.
2401         (substitute_path_component): Likewise.
2402         * valops.c (search_struct_method): Likewise.
2403         (find_oload_champ_namespace_loop): Likewise.
2404         * valprint.c (print_decimal_chars): Likewise.
2405         (read_string): Likewise.
2406         (generic_emit_char): Likewise.
2407         * varobj.c (varobj_delete): Likewise.
2408         (varobj_value_get_print_value): Likewise.
2409         * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2410         * windows-tdep.c (display_one_tib): Likewise.
2411         * xcoffread.c (read_xcoff_symtab): Likewise.
2412         (process_xcoff_symbol): Likewise.
2413         (swap_sym): Likewise.
2414         (scan_xcoff_symtab): Likewise.
2415         (xcoff_initial_scan): Likewise.
2416         * xml-support.c (gdb_xml_end_element): Likewise.
2417         (xml_process_xincludes): Likewise.
2418         (xml_fetch_content_from_file): Likewise.
2419         * xml-syscall.c (xml_list_of_syscalls): Likewise.
2420         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2421
2422 2015-09-23  James Bowman  <james.bowman@ftdichip.com>
2423
2424         * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2425         instead of builtin_func_ptr.
2426         (ft32_pointer_to_address): New function.
2427         (ft32_address_class_type_flags): New function.
2428         (ft32_address_class_type_flags_to_name): New function.
2429         (ft32_address_class_name_to_type_flags): New function.
2430         (ft32_gdbarch_init): Set tdep->pc_type.  Call
2431         set_gdbarch_pointer_to_address,
2432         set_gdbarch_address_class_type_flags
2433         set_gdbarch_address_class_name_to_type_flags,
2434         and set_gdbarch_address_class_type_flags_to_name.
2435         * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2436
2437 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
2438
2439         * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2440         value is a reference, actually dereference it in order to get
2441         the underlying value.
2442
2443 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
2444
2445         * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2446
2447 2015-09-21  Simon Marchi  <simon.marchi@ericsson.com>
2448
2449         * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2450         * linespec.c (linespec_lexer_lex_string): Same.
2451
2452 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2453
2454         * NEWS: Mention support for fast tracepoints on aarch64-linux.
2455
2456 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2457
2458         * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2459         variable.  Call aarch64_decode_adr instead of
2460         aarch64_decode_adrp.
2461         * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2462         (aarch64_decode_adr): New function declaration.
2463         * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2464         (aarch64_decode_adr): New function, factored out from
2465         aarch64_decode_adrp to decode both adr and adrp instructions.
2466
2467 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2468
2469         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2470         (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2471         (aarch64-insn.o): New rule.
2472         * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2473         (aarch64*-*-linux*): Likewise.
2474         * arch/aarch64-insn.c: New file.
2475         * arch/aarch64-insn.h: New file.
2476         * aarch64-tdep.c: Include arch/aarch64-insn.h.
2477         (aarch64_debug): Move to arch/aarch64-insn.c.  Declare in
2478         arch/aarch64-insn.h.
2479         (decode_add_sub_imm): Rename to ...
2480         (aarch64_decode_add_sub_imm): ... this.
2481         (decode_adrp): Rename to ...
2482         (aarch64_decode_adrp): ... this.  Move to arch/aarch64-insn.c.
2483         Declare in arch/aarch64-insn.h.
2484         (decode_b): Rename to ...
2485         (aarch64_decode_b): ... this.  Move to arch/aarch64-insn.c.
2486         Declare in arch/aarch64-insn.h.
2487         (decode_bcond): Rename to ...
2488         (aarch64_decode_bcond): ... this.  Move to arch/aarch64-insn.c.
2489         Declare in arch/aarch64-insn.h.
2490         (decode_br): Rename to ...
2491         (aarch64_decode_br): ... this.
2492         (decode_cb): Rename to ...
2493         (aarch64_decode_cb): ... this.  Move to arch/aarch64-insn.c.
2494         Declare in arch/aarch64-insn.h.
2495         (decode_eret): Rename to ...
2496         (aarch64_decode_eret): ... this.
2497         (decode_movz): Rename to ...
2498         (aarch64_decode_movz): ... this.
2499         (decode_orr_shifted_register_x): Rename to ...
2500         (aarch64_decode_orr_shifted_register_x): ... this.
2501         (decode_ret): Rename to ...
2502         (aarch64_decode_ret): ... this.
2503         (decode_stp_offset): Rename to ...
2504         (aarch64_decode_stp_offset): ... this.
2505         (decode_stp_offset_wb): Rename to ...
2506         (aarch64_decode_stp_offset_wb): ... this.
2507         (decode_stur): Rename to ...
2508         (aarch64_decode_stur): ... this.
2509         (decode_tb): Rename to ...
2510         (aarch64_decode_tb): ... this.  Move to arch/aarch64-insn.c.
2511         Declare in arch/aarch64-insn.h.
2512         (aarch64_analyze_prologue): Adjust calls to renamed functions.
2513
2514 2015-09-20  Doug Evans  <xdje42@gmail.com>
2515
2516         * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2517
2518 2015-09-20  Doug Evans  <xdje42@gmail.com>
2519
2520         * dwarf2read.c (dwarf2_compute_name): Add FIXME.  Don't use a local
2521         variable name that collides with a parameter.
2522
2523 2015-09-20  Joel Brobecker  <brobecker@adacore.com>
2524
2525         * dwarf2loc.c (locexpr_get_frame_base): Renames
2526         block_op_get_frame_base.
2527         (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2528         block_op_get_frame_base by reference to locexpr_get_frame_base.
2529         (loclist_get_frame_base): New function, near identical copy of
2530         locexpr_get_frame_base.
2531         (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2532         block_op_get_frame_base by reference to loclist_get_frame_base.
2533
2534 2015-09-19  Doug Evans  <xdje42@gmail.com>
2535
2536         * ravenscar-thread.c (ravenscar_inferior_created): Replace
2537         current_inferior ()->gdbarch with its wrapper target_gdbarch.
2538
2539 2015-09-18  Doug Evans  <xdje42@gmail.com>
2540
2541         * linux-thread-db.c (record_thread): Return the created thread.
2542         (thread_from_lwp): Likewise.
2543         (thread_db_get_thread_local_address): Update.
2544
2545 2015-09-18  Doug Evans  <xdje42@gmail.com>
2546
2547         * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2548         move only member demangled_name up.  All uses updated.
2549
2550 2015-09-18  Doug Evans  <xdje42@gmail.com>
2551
2552         * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2553         kind of minimal symbol in the error message.
2554         * objfiles.c (objfile_flavour_name): New function.
2555         * objfiles.h (objfile_flavour_name): Declare.
2556
2557 2015-09-18  Yao Qi  <yao.qi@linaro.org>
2558
2559         * nat/aarch64-linux.c: Include elf/common.h,
2560         nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2561         (aarch64_ps_get_thread_area): New function.
2562         * nat/aarch64-linux.h: Include gdb_proc_service.h.
2563         (aarch64_ps_get_thread_area): Declare.
2564         * aarch64-linux-nat.c (ps_get_thread_area): Call
2565         aarch64_ps_get_thread_area.
2566
2567 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2568
2569         * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2570
2571 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2572
2573         * NEWS: Announce new scheduler-locking mode.
2574         * infrun.c (schedlock_replay): New.
2575         (scheduler_enums): Add schedlock_replay.
2576         (scheduler_mode): Change default to schedlock_replay.
2577         (user_visible_resume_ptid): Handle schedlock_replay.
2578         (clear_proceed_status_thread): Stop replaying if resumed thread is
2579         not replaying.
2580         (schedlock_applies): Handle schedlock_replay.
2581         (_initialize_infrun): Document new scheduler-locking mode.
2582         * record-btrace.c (record_btrace_resume): Remove code to stop other
2583         threads when not replaying the resumed thread.
2584
2585 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2586
2587         * record-btrace.c ((record_btrace_will_replay): New.
2588         (init_record_btrace_ops): Initialize to_record_will_replay.
2589         * record-full.c ((record_full_will_replay): New.
2590         (init_record_full_ops): Initialize to_record_will_replay.
2591         * target-delegates.c: Regenerated.
2592         * target.c (target_record_will_replay): New.
2593         * target.h (struct target_ops) <to_record_will_replay>: New.
2594         (target_record_will_replay): New.
2595
2596 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2597
2598         * record-btrace.c (record_btrace_resume): Call
2599         target_record_stop_replaying.
2600         (record_btrace_stop_replaying_all): New.
2601         (init_record_btrace_ops): Initialize to_record_stop_replaying.
2602         * record-full.c (record_full_stop_replaying): New.
2603         (init_record_full_ops ): Initialize to_record_stop_replaying.
2604         * target-delegates.c: Regenerated.
2605         * target.c (target_record_stop_replaying): New.
2606         * target.h (struct target_ops) <to_record_stop_replaying>: New.
2607         (target_record_stop_replaying): New.
2608
2609 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2610
2611         * record-btrace.c (record_btrace_xfer_partial)
2612         (record_btrace_store_registers, record_btrace_prepare_to_store):
2613         Call record_btrace_is_replaying with inferior_ptid instead of
2614         minus_one_ptid.
2615         (record_btrace_store_registers): Change error message.
2616
2617 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2618
2619         * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2620         Update users to pass minus_one_ptid.
2621         * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2622         * record.c (cmd_record_delete): Pass inferior_ptid to
2623         target_record_is_replaying.
2624         * target-delegates.c: Regenerated.
2625         * target.c (target_record_is_replaying): Add ptid argument.
2626         * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2627         argument.
2628         (target_record_is_replaying): Add ptid argument.
2629
2630 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2631
2632         * record-btrace.c (record_btrace_open): Remove non_stop check.
2633         * NEWS: Announce that record btrace supports non-stop mode.
2634
2635 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2636
2637         * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2638         in the TARKET_WAITKIND_NO_HISTORY case.
2639
2640 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2641
2642         * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2643         (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2644
2645 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2646
2647         * record-btrace.c (get_thread_current_frame): New.
2648         (record_btrace_start_replaying): Call get_thread_current_frame.
2649
2650 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2651
2652         * record-btrace.c (record_btrace_resume_thread): A move request
2653         overwrites a previous move request.
2654         (record_btrace_find_resume_thread): Removed.
2655         (record_btrace_resume): Resume all requested threads.
2656
2657 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2658
2659         * record-btrace.c: Include vec.h.
2660         (record_btrace_find_thread_to_move): Removed.
2661         (btrace_step_no_resumed, btrace_step_again)
2662         (record_btrace_stop_replaying_at_end): New.
2663         (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2664         (record_btrace_single_step_forward): Remove calls to
2665         record_btrace_stop_replaying.
2666         (record_btrace_step_thread): Do only one step for BTHR_CONT and
2667         BTHR_RCONT.  Keep threads at the end of their history moving.
2668         (record_btrace_wait): Call record_btrace_step_thread for all threads
2669         until one reports an event.  Call record_btrace_stop_replaying_at_end
2670         for the eventing thread.
2671
2672 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2673
2674         * record-btrace.c (record_btrace_single_step_forward): Return
2675         NO_HISTORY if a step brings us to the end of the execution history.
2676
2677 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2678
2679         * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2680         to ...
2681         (record_btrace_single_step_forward): ... here and
2682         (record_btrace_single_step_backward): ... here.
2683
2684 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2685
2686         * record-btrace.c (btrace_step_spurious)
2687         (record_btrace_single_step_forward)
2688         (record_btrace_single_step_backward): New.
2689         (record_btrace_step_thread): Call record_btrace_single_step_forward
2690         and record_btrace_single_step_backward.
2691
2692 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2693
2694         * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2695         (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2696
2697 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2698
2699         * record-btrace.c (btrace_thread_flag_to_str)
2700         (record_btrace_cancel_resume): New.
2701         (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2702         (record_btrace_resume): Print execution direction.
2703         (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2704         (record_btrace_wait): Call record_btrace_cancel_resume.
2705
2706 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2707
2708         * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2709         * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2710         (record_btrace_find_thread_to_move): Also accept threads that have
2711         BTHR_STOP set.
2712         (btrace_step_stopped_on_request, record_btrace_stop): New.
2713         (record_btrace_step_thread): Support BTHR_STOP.
2714         (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2715         (init_record_btrace_ops): Initialize to_stop.
2716
2717 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2718
2719         * record-btrace.c (record_btrace_wait): Replace non_stop check with
2720         target_is_non_stop_p ().
2721
2722 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
2723
2724         * ada-typeprint.c (print_array_type): Do not describe arrays as
2725         packed when they embed dynamic elements.
2726
2727 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2728
2729         * symtab.h (address_class): Document that TLS variables
2730         are handled by LOC_UNRESOLVED.
2731         * findvar.c (default_read_var_value): Don't relocate TLS variables.
2732         * printcmd.c (address_info): Don't relocate TLS variables.
2733
2734 2015-09-15  Pierre Langlois  <pierre.langlois@arm.com>
2735
2736         * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2737         (decode_adrp): Likewise.
2738         (decode_b): Likewise.
2739         (decode_bcond): Likewise.
2740         (decode_br): Likewise.
2741         (decode_cb): Likewise.
2742         (decode_eret): Likewise.
2743         (decode_movz): Likewise.
2744         (decode_orr_shifted_register_x): Likewise.
2745         (decode_ret): Likewise.
2746         (decode_stp_offset): Likewise.
2747         (decode_stp_offset_wb): Likewise.
2748         (decode_stur): Likewise.
2749         (decode_tb): Likewise.
2750         (aarch64_analyze_prologue): Likewise.
2751         (pass_in_x): Likewise.
2752         (pass_in_v): Likewise.
2753         (pass_on_stack): Likewise.
2754         (aarch64_push_dummy_call): Likewise.
2755         (aarch64_extract_return_value): Likewise.
2756         (aarch64_store_return_value): Likewise.
2757         (aarch64_return_value): Likewise.
2758         (aarch64_record_asimd_load_store): Likewise.
2759         (aarch64_record_load_store): Likewise.
2760         (aarch64_record_data_proc_simd_fp): Likewise.
2761
2762 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2763
2764         * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2765         * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2766         (ppc64_skip_trampoline_code_1): ... here.
2767         (ppc64_skip_trampoline_code): New wrapper function.
2768         * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2769
2770 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2771
2772         * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2773         function.
2774         (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2775         * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2776         if target_can_do_single_step returns 1.
2777         * remote.c (struct vCont_action_support) <s, S>: New fields.
2778         (PACKET_vContSupported): New enum.
2779         (remote_protocol_features): New element for vContSupported.
2780         (remote_query_supported): Append "vContSupported+".
2781         (remote_vcont_probe): Remove support_s and support_S, use
2782         rs->supports_vCont.s and rs->supports_vCont.S instead.  Disable
2783         vCont packet if c and C actions are not supported.
2784         (remote_can_do_single_step): New function.
2785         (init_remote_ops): Install it to to_can_do_single_step.
2786         (_initialize_remote): Call add_packet_config_cmd.
2787         * target.h (struct target_ops) <to_can_do_single_step>: New field.
2788         (target_can_do_single_step): New macro.
2789         * target-delegates.c: Re-generated.
2790
2791 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2792
2793         * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2794         (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2795         * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2796         New function.
2797         (aarch64_siginfo_from_compat_siginfo): New function.
2798         * nat/aarch64-linux.h: Include signal.h.
2799         (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2800         (compat_timer_t, compat_clock_t): Likewise.
2801         (struct compat_timeval): New.
2802         (union compat_sigval): New.
2803         (struct compat_siginfo): New.
2804         (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2805         (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2806         (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2807         (cpt_si_band, cpt_si_fd): Likewise.
2808
2809 2015-09-14  Pedro Alves  <palves@redhat.com>
2810
2811         * infrun.c (current_stop_id): New global.
2812         (get_stop_id, new_stop_id): New functions.
2813         (fetch_inferior_event): Handle normal_stop proceeding the target.
2814         (struct stop_context): New.
2815         (save_stop_context, release_stop_context_cleanup)
2816         (stop_context_changed): New functions.
2817         (normal_stop): Return true if the hook-stop changes the stop
2818         context.
2819         * infrun.h (get_stop_id): Declare.
2820         (normal_stop): Now returns int.  Add documentation.
2821
2822 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
2823
2824         * ada-lang.c (ada_value_ptr_subscript): Update the heading
2825         comment.  Handle packed arrays.
2826
2827 2015-09-14  Pedro Alves  <palves@redhat.com>
2828
2829         * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2830         mention of maint set/show target-non-stop.
2831
2832 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2833
2834         * NEWS: Announce new remote packets for the exec-events
2835         feature and the exec-events feature and associated commands.
2836
2837 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2838
2839         * remote.c (remote_exec_event_p): New function.
2840         (remote_insert_exec_catchpoint): New function.
2841         (remote_remove_exec_catchpoint): New function.
2842         (init_extended_remote_ops): Initialize extended_remote_ops
2843         members to_insert_exec_catchpoint and
2844         to_remove_exec_catchpoint.
2845
2846 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2847             Luis Machado  <lgustavo@codesourcery.com>
2848
2849         * infrun.c (follow_exec): Use process-style ptid for
2850         exec message.  Call add_inferior_with_spaces and
2851         target_follow_exec.
2852         * nat/linux-ptrace.c (linux_supports_traceexec): New function.
2853         * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
2854         * remote.c (remote_pspace_data): New static variable.
2855         (remote_pspace_data_cleanup): New function.
2856         (get_remote_exec_file): New function.
2857         (set_remote_exec_file_1): New function.
2858         (set_remote_exec_file): New function.
2859         (show_remote_exec_file): New function.
2860         (remote_exec_file): Delete static variable.
2861         (anonymous enum) <PACKET_exec_event_feature>: New
2862         enumeration constant.
2863         (remote_protocol_features): Add entry for exec-events feature.
2864         (remote_query_supported): Add client side of qSupported query
2865         for exec-events feature.
2866         (remote_follow_exec): New function.
2867         (remote_parse_stop_reply): Handle 'exec' stop reason.
2868         (extended_remote_run, extended_remote_create_inferior): Call
2869         get_remote_exec_file and set_remote_exec_file_1.
2870         (init_extended_remote_ops) <to_follow_exec>: Initialize new
2871         member.
2872         (_initialize_remote): Call
2873         register_program_space_data_with_cleanup.  Call
2874         add_packet_config_cmd for remote exec-events feature.
2875         Modify call to add_setshow_string_noescape_cmd for exec-file
2876         to use new functions set_remote_exec_file and
2877         show_remote_exec_file.
2878         * target-debug.h, target-delegates.c: Regenerated.
2879         * target.c (target_follow_exec): New function.
2880         * target.h (struct target_ops) <to_follow_exec>: New member.
2881         (target_follow_exec): Declare new function.
2882
2883 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
2884
2885         * aarch64-tdep.c (decode_cb): Move up comment describing the
2886         encoding.
2887         (decode_tb): Fix a typo in comment above the function.  Move up
2888         comment describing the encoding.
2889
2890 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
2891
2892         * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
2893
2894 2015-09-11  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
2895
2896         PR gdb/18947
2897         * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
2898         glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
2899
2900 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2901
2902         * ada-lang.c (scan_discrim_bound): Factor out arithmetic
2903         operations.
2904
2905 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2906
2907         * ada-lang.c (ada_search_struct_field): Constify parameters
2908         and/or variables..
2909         (xget_renaming_scope): Likewise.
2910         (ada_is_redundant_range_encoding): Likewise.
2911         (scan_discrim_bound): Likewise.
2912         (to_fixed_range_type): Likewise.
2913
2914 2015-09-10  Yao Qi  <yao.qi@linaro.org>
2915
2916         * breakpoint.c (download_tracepoint_locations): New local
2917         can_download_tracepoint.  Check the result of
2918         target_can_download_tracepoint and save it in
2919         can_download_tracepoint if there are tracepoints to download.
2920         * linux-nat.h (enum tribool): Move it to ...
2921         * common/common-types.h: ... here.
2922
2923 2015-09-09  Pedro Alves  <palves@redhat.com>
2924
2925         * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
2926         * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
2927
2928 2015-09-09  Pedro Alves  <palves@redhat.com>
2929
2930         * continuations.c (add_continuation, restore_thread_cleanup)
2931         (do_all_continuations_ptid, do_all_continuations_thread_callback)
2932         (do_all_continuations_thread, do_all_continuations)
2933         (discard_all_continuations_thread_callback)
2934         (discard_all_continuations_thread, discard_all_continuations)
2935         (add_intermediate_continuation)
2936         (do_all_intermediate_continuations_thread_callback)
2937         (do_all_intermediate_continuations_thread)
2938         (do_all_intermediate_continuations)
2939         (discard_all_intermediate_continuations_thread_callback)
2940         (discard_all_intermediate_continuations_thread)
2941         (discard_all_intermediate_continuations): Delete.
2942         * continuations.h (add_continuation, do_all_continuations)
2943         (do_all_continuations_thread, discard_all_continuations)
2944         (discard_all_continuations_thread, add_intermediate_continuation)
2945         (do_all_intermediate_continuations)
2946         (do_all_intermediate_continuations_thread)
2947         (discard_all_intermediate_continuations)
2948         (discard_all_intermediate_continuations_thread): Delete
2949         declarations.
2950         * event-top.c (stdin_event_handler): Delete references to
2951         continuations.
2952         * gdbthread.h (struct thread_info): Delete continuations and
2953         intermediate_continuations fields.
2954         * inf-loop.c (inferior_event_handler): Remove references to
2955         continuations.
2956         * infrun.c (infrun_thread_stop_requested_callback): Remove
2957         references to continuations.
2958         * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
2959         * thread.c: Don't include "continuations.h".
2960         (clear_thread_inferior_resources): Remove references to
2961         continuations.
2962
2963 2015-09-09  Pedro Alves  <palves@redhat.com>
2964
2965         * infcall.c (struct dummy_frame_context_saver): Delete.
2966         (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
2967         (dummy_frame_context_saver_drop)
2968         (dummy_frame_context_saver_cleanup)
2969         (dummy_frame_context_saver_get_regs)
2970         (dummy_frame_context_saver_setup): Delete.
2971         * infcall.h (dummy_frame_context_saver_drop)
2972         (dummy_frame_context_saver_cleanup)
2973         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
2974         Delete.
2975         (get_return_value): Remove 'ctx_saver' paremeter.  Adjust.
2976         * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
2977         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
2978
2979 2015-09-09  Pedro Alves  <palves@redhat.com>
2980
2981         * breakpoint.c: Include "thread-fsm.h".
2982         (struct until_break_command_continuation_args): Delete.
2983         (struct until_break_fsm): New.
2984         (until_break_fsm_ops): New global.
2985         (new_until_break_fsm, until_break_fsm_should_stop): New functions.
2986         (until_break_command_continuation): Delete.
2987         (until_break_fsm_clean_up): New function.
2988         (until_break_fsm_async_reply_reason): New function.
2989         (until_break_command): Adjust to create an until_break_fsm instead
2990         of a continuation.
2991         (momentary_bkpt_print_it): No longer print MI's async-stop-reason
2992         here.
2993         * infcmd.c (struct until_next_fsm): New.
2994         (until_next_fsm_ops): New global.
2995         (new_until_next_fsm, until_next_fsm_should_stop): New function.
2996         (until_next_continuation): Delete.
2997         (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
2998         functions.
2999         (until_next_command): Adjust to create a new until_next_fsm
3000         instead of a continuation.
3001
3002 2015-09-09  Pedro Alves  <palves@redhat.com>
3003
3004         * infcall.c: Include thread_fsm.h.
3005         (struct call_return_meta_info): New.
3006         (get_call_return_value): New function, factored out from
3007         call_function_by_hand_dummy.
3008         (struct call_thread_fsm): New.
3009         (call_thread_fsm_ops): New global.
3010         (new_call_thread_fsm, call_thread_fsm_should_stop)
3011         (call_thread_fsm_should_notify_stop): New functions.
3012         (run_inferior_call): Add 'sm' parameter.  Associate the FSM with
3013         the thread.
3014         (call_function_by_hand_dummy): Create a new call_thread_fsm
3015         instance, associate it with the thread, and wait for the FSM to
3016         finish.  If finished successfully, fetch the function's result
3017         value out of the FSM.
3018         * infrun.c (fetch_inferior_event): If the FSM says the stop
3019         shouldn't be notified, don't call normal_stop.
3020         (maybe_remove_breakpoints): New function, factored out from ...
3021         (normal_stop): ... here.  Simplify.
3022         * infrun.h (maybe_remove_breakpoints): Declare.
3023         * thread-fsm.c (thread_fsm_should_notify_stop): New function.
3024         (thread-fsm.h) <struct thread_fsm_ops>: New field.
3025         (thread_fsm_should_notify_stop): Declare.
3026
3027 2015-09-09  Pedro Alves  <palves@redhat.com>
3028
3029         * Makefile.in (COMMON_OBS): Add thread-fsm.o.
3030         * breakpoint.c (handle_jit_event): Print debug output.
3031         (bpstat_what): Split event callback handling to ...
3032         (bpstat_run_callbacks): ... this new function.
3033         (momentary_bkpt_print_it): No longer handle bp_finish here.
3034         * breakpoint.h (bpstat_run_callbacks): Declare.
3035         * gdbthread.h (struct thread_info) <step_multi>: Delete field.
3036         <thread_fsm>: New field.
3037         (thread_cancel_execution_command): Declare.
3038         * infcmd.c: Include thread-fsm.h.
3039         (struct step_command_fsm): New.
3040         (step_command_fsm_ops): New global.
3041         (new_step_command_fsm, step_command_fsm_prepare): New functions.
3042         (step_1): Adjust to use step_command_fsm_prepare and
3043         prepare_one_step.
3044         (struct step_1_continuation_args): Delete.
3045         (step_1_continuation): Delete.
3046         (step_command_fsm_should_stop): New function.
3047         (step_once): Delete.
3048         (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
3049         (prepare_one_step): New function, based on step_once.
3050         (until_next_command): Remove step_multi reference.
3051         (struct return_value_info): New.
3052         (print_return_value): Rename to ...
3053         (print_return_value_1): ... this.  New struct return_value_info
3054         parameter.  Adjust.
3055         (print_return_value): Reimplement as wrapper around
3056         print_return_value_1.
3057         (struct finish_command_fsm): New.
3058         (finish_command_continuation): Delete.
3059         (finish_command_fsm_ops): New global.
3060         (new_finish_command_fsm, finish_command_fsm_should_stop): New
3061         functions.
3062         (finish_command_fsm_clean_up, finish_command_fsm_return_value):
3063         New.
3064         (finish_command_continuation_free_arg): Delete.
3065         (finish_command_fsm_async_reply_reason): New.
3066         (finish_backward, finish_forward): Change symbol parameter to a
3067         finish_command_fsm.  Adjust.
3068         (finish_command): Create a finish_command_fsm.  Adjust.
3069         * infrun.c: Include "thread-fsm.h".
3070         (clear_proceed_status_thread): Delete the thread's FSM.
3071         (infrun_thread_stop_requested_callback): Cancel the thread's
3072         execution command.
3073         (clean_up_just_stopped_threads_fsms): New function.
3074         (fetch_inferior_event): Handle the event_thread's should_stop
3075         method saying the command isn't done yet.
3076         (process_event_stop_test): Run breakpoint callbacks here.
3077         (print_stop_event): Rename to ...
3078         (print_stop_location): ... this.
3079         (restore_current_uiout_cleanup): New function.
3080         (print_stop_event): Reimplement.
3081         (normal_stop): No longer notify the end_stepping_range observers
3082         here handle "step N" nor "finish" here.  No longer call
3083         print_stop_event here.
3084         * infrun.h (struct return_value_info): Forward declare.
3085         (print_return_value): Declare.
3086         (print_stop_event): Change prototype.
3087         * thread-fsm.c: New file.
3088         * thread-fsm.h: New file.
3089         * thread.c: Include "thread-fsm.h".
3090         (thread_cancel_execution_command): New function.
3091         (clear_thread_inferior_resources): Call it.
3092         * cli/cli-interp.c (cli_on_normal_stop): New function.
3093         (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
3094         observer.
3095         * mi/mi-interp.c: Include "thread-fsm.h".
3096         (restore_current_uiout_cleanup): Delete.
3097         (mi_on_normal_stop): If the thread has an FSM associated, and it
3098         finished, ask it for the async-reply-reason to print.  Always call
3099         print_stop_event here, regardless of the top-level interpreter.
3100         Check bpstat_what to tell whether an asynchronous breakpoint hit
3101         triggered.
3102         * tui/tui-interp.c (tui_on_normal_stop): New function.
3103         (tui_init): Install tui_on_normal_stop as normal_stop observer.
3104
3105 2015-09-09  Pedro Alves  <palves@redhat.com>
3106
3107         * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
3108         check whether the target can async.
3109         * inf-loop.c (inferior_event_handler): Only call target_async if
3110         the target can async.
3111         * infcall.c: Include top.h and interps.h.
3112         (run_inferior_call): For the interpreter to sync mode while
3113         running the infcall.  Call wait_sync_command_done instead of
3114         wait_for_inferior plus normal_stop.
3115         * infcmd.c (prepare_execution_command): Don't check whether the
3116         target can async when running in the foreground.
3117         (step_1): Delete synchronous case handling.
3118         (step_once): Always install a continuation, even in sync mode.
3119         (until_next_command, finish_forward): Don't check whether the
3120         target can async.
3121         (attach_command_post_wait, notice_new_inferior): Always install a
3122         continuation, even in sync mode.
3123         * infrun.c (mark_infrun_async_event_handler): New function.
3124         (proceed): In sync mode, mark infrun's event source instead of
3125         waiting for events here.
3126         (fetch_inferior_event): If the target can't async, do a blocking
3127         wait.
3128         (prepare_to_wait): In sync mode, mark infrun's event source.
3129         (infrun_async_inferior_event_handler): No longer bail out if the
3130         target can't async.
3131         * infrun.h (mark_infrun_async_event_handler): New declaration.
3132         * linux-nat.c (linux_nat_wait_1): Remove calls to
3133         set_sigint_trap/clear_sigint_trap.
3134         (linux_nat_terminal_inferior): No longer check whether the target
3135         can async.
3136         * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
3137         comment.
3138         (mi_execute_command_input_handler): No longer check whether the
3139         target is async.  Update and simplify comment.
3140         * target.c (default_target_wait): New function.
3141         * target.h (struct target_ops) <to_wait>: Now defaults to
3142         default_target_wait.
3143         (default_target_wait): Declare.
3144         * top.c (wait_sync_command_done): New function, factored out from
3145         ...
3146         (maybe_wait_sync_command_done): ... this.
3147         * top.h (wait_sync_command_done): Declare.
3148         * target-delegates.c: Regenerate.
3149
3150 2015-09-09  Markus Metzger  <markus.t.metzger@intel.com>
3151
3152         * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
3153         * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
3154         Remove include of sys/utsname.h.
3155         (linux_determine_kernel_ptr_bits): Remove.
3156         (linux_determine_kernel_start): New.
3157         (perf_event_is_kernel_addr): Remove tinfo argument.  Update users.
3158         Update check.
3159         (perf_event_skip_bts_record): Remove tinfo argument.  Update users.
3160         (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
3161         initialization.
3162         * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
3163         assignment.
3164
3165 2015-09-07  Pedro Alves  <palves@redhat.com>
3166
3167         * guile/guile-internal.h (as_a_scm_t_subr): New.
3168         * guile/guile.c (misc_guile_functions): Use it.
3169         * guile/scm-arch.c (arch_functions): Use it.
3170         * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
3171         Use it.
3172         * guile/scm-breakpoint.c (breakpoint_functions): Use it.
3173         * guile/scm-cmd.c (command_functions): Use it.
3174         * guile/scm-disasm.c (disasm_functions): Use it.
3175         * guile/scm-exception.c (exception_functions)
3176         (private_exception_functions): Use it.
3177         * guile/scm-frame.c (frame_functions)
3178         * guile/scm-gsmob.c (gsmob_functions): Use it.
3179         * guile/scm-iterator.c (iterator_functions): Use it.
3180         * guile/scm-lazy-string.c (lazy_string_functions): Use it.
3181         * guile/scm-math.c (math_functions): Use it.
3182         * guile/scm-objfile.c (objfile_functions): Use it.
3183         * guile/scm-param.c (parameter_functions): Use it.
3184         * guile/scm-ports.c (port_functions, private_port_functions): Use
3185         it.
3186         * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
3187         * guile/scm-progspace.c (pspace_functions): Use it.
3188         * guile/scm-string.c (string_functions): Use it.
3189         * guile/scm-symbol.c (symbol_functions): Use it.
3190         * guile/scm-symtab.c (symtab_functions): Use it.
3191         * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
3192         it.
3193         * guile/scm-value.c (value_functions): Use it.
3194
3195 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3196
3197         * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
3198         (tui_next_win): Likewise.
3199         (tui_prev_win): Likewise.
3200         (tui_partial_win_by_name): Likewise.
3201         (tui_init_generic_part): Likewise.
3202         (init_content_element): Likewise.
3203         (tui_del_window): Likewise.
3204         (tui_free_window): Likewise.
3205         (tui_del_data_windows): Likewise.
3206         (tui_free_data_content): Likewise.
3207         * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3208         * tui/tui-regs.c (tui_show_register_group): Likewise.
3209         * tui/tui-win.c (tui_resize_all): Likewise.
3210         (tui_set_focus): Likewise.
3211         (tui_set_win_height): Likewise.
3212         (make_invisible_and_set_new_height): Likewise.
3213         * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3214         * tui/tui-wingeneral.c (make_visible): Likewise.
3215
3216 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3217
3218         * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3219
3220 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3221
3222         * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3223         pointer.
3224         * dbxread.c (dbx_end_psymtab): Likewise.
3225         * gnu-nat.c (gnu_write_inferior): Likewise.
3226         * mdebugread.c (cross_ref): Likewise.
3227         * p-valprint.c (pascal_val_print): Likewise.
3228         * xcoffread.c (xcoff_end_psymtab): Likewise.
3229
3230 2015-09-04  Yao Qi  <yao.qi@linaro.org>
3231
3232         * NEWS: Mention the aarch64 multi-arch debugging support.
3233
3234 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
3235
3236         * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3237         type instead of a TYPE_CODE_INT one for the string_char_type
3238         and the ada_primitive_type_char types.
3239
3240 2015-09-03  Yao Qi  <yao.qi@linaro.org>
3241
3242         * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3243         Move code to aarch64_linux_region_ok_for_watchpoint.  Call
3244         aarch64_linux_region_ok_for_watchpoint.
3245         * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3246         New function.
3247         * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3248         Declare it.
3249
3250 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3251
3252         * gdb_obstack.h (obstack_strdup): Declare.
3253         * gdb_obstack.c (obstack_strdup): Define.
3254         * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3255         * gdbarch.c: Regenerate.
3256         * gdbarch.h: Regenerate.
3257         * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3258
3259 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3260
3261         * gdbtypes.c (copy_type_recursive): Update documentation.
3262
3263 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3264
3265         * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3266         as zero.
3267
3268 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3269
3270         * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3271
3272 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3273
3274         * solib-svr4.c (solib_event_probe_action): Call
3275         get_probe_argument_count using TRY...CATCH.
3276         (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3277
3278 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3279
3280         * probe.h (struct probe_ops) <get_probe_argument_count,
3281         evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3282         the comment that the function can throw an exception.
3283         (get_probe_argument_count): Likewise.
3284         (evaluate_probe_argument): Likewise.
3285         * stap-probe.c (stap_get_opcode): Call error instead of
3286         internal_error.
3287         (stap_get_expected_argument_type): Likewise.  Add argument
3288         'probe'.  Improve error message by mentioning the probe's name.
3289         (stap_parse_probe_arguments): Adjust call to
3290         stap_get_expected_argument_type.
3291         (stap_get_arg): Add comment.  Assert that 'probe->args_parsed' is
3292         not zero.  Call internal_error if GDB requests an argument but the
3293         probe has no arguments.
3294
3295 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
3296
3297         * ada-lang.c (ada_resolve_function): Do not ask the user what
3298         match to use when in completion mode.
3299
3300 2015-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
3301
3302         * tui/tui-data.c (tui_win_name): Make local variable const, remove
3303         cast of NULL.
3304
3305 2015-08-31  Max Filippov  <jcmvbkbc@gmail.com>
3306
3307         * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3308         call_abi using XSHAL_ABI macro.
3309
3310 2015-08-29  Doug Evans  <xdje42@gmail.com>
3311
3312         * symtab.h (struct symbol): Tweak comment.
3313
3314 2015-08-29  Patrick Palka  <patrick@parcs.ath.cx>
3315
3316         * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3317         gdbarch obstack instead of on the heap.  Update commentary
3318         accordingly.
3319
3320 2015-08-28  Joel Brobecker  <brobecker@adacore.com>
3321
3322         GDB 7.10 released.
3323
3324 2015-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3325
3326         * NEWS: Update entry about non-8-bits addressable memory.
3327
3328 2015-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
3329
3330         Revert:
3331         2014-11-06  Doug Evans  <xdje42@gmail.com>
3332         * solib.c (solib_global_lookup): Fetch arch from objfile,
3333         not target_gdbarch.
3334
3335 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3336
3337         * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3338         attempt to relocate a TLS variable offset.
3339
3340 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3341
3342         * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3343         registered yet.  Set inferior_ptid while calling target_read_memory.
3344
3345 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3346
3347         * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3348         (GDB_ARCH_IS_TRAP_BRKPT): ... this.  Add __powerpc__ case.
3349         * linux-nat.c (check_stopped_by_breakpoint): Use
3350         GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3351
3352 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3353
3354         * linux-thread-db.c (thread_db_get_thread_local_address): If the
3355         thread was not yet discovered, use thread_from_lwp instead of
3356         calling thread_db_find_new_threads_1.
3357
3358 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3359
3360         * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3361         statements.
3362
3363 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3364
3365         * NEWS: Document support for non-8-bits addressable memory.
3366
3367 2015-08-27  Pedro Alves  <palves@redhat.com>
3368
3369         * configure.ac: Remove AC_TYPE_SIGNAL call.
3370         * configure, config.in: Regenerate.
3371
3372 2015-08-27  Pedro Alves  <palves@redhat.com>
3373
3374         * cp-support.c (gdb_demangle): Use sighandler_t.  Remove cast.
3375         * extension-priv.h: Include signal.h.
3376         (struct signal_handler) <handler>: Change type to sighandler_t.
3377         * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3378         * inflow.c (sigint_ours, sigquit_ours): Change type to
3379         sighandler_t.
3380         (child_terminal_inferior): Remove casts.
3381         (child_terminal_ours_1, new_tty): Use sighandler_t.  Remove casts.
3382         (osig): Change type to sighandler_t.
3383         * nto-procfs.c (ofunc): Change type to sighandler_t.
3384         (procfs_wait): Remove casts.
3385         * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3386         * remote-sim.c (gdbsim_wait): Use sighandler_t.
3387         * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3388
3389 2015-08-27  Pedro Alves  <palves@redhat.com>
3390
3391         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3392         * gnulib/aclocal.m4: Renegerate.
3393         * gnulib/config.in: Renegerate.
3394         * gnulib/configure: Renegerate.
3395         * gnulib/import/Makefile.am: Update.
3396         * gnulib/import/Makefile.in: Regenerate.
3397         * gnulib/import/m4/gnulib-cache.m4: Update.
3398         * gnulib/import/m4/gnulib-comp.m4: Update.
3399         * gnulib/import/m4/signal_h.m4: New file.
3400         * gnulib/import/signal.in.h: New file.
3401
3402 2015-08-27  Pedro Alves  <palves@redhat.com>
3403
3404         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3405         (MIN_MEMORY_PACKET_SIZE): New.
3406         (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3407         (get_memory_packet_size): Adjust.  No longer limit the max packet
3408         size.
3409         (set_memory_packet_size): Adjust, and remove dead code.
3410         (remote_check_symbols): Use xmalloc and a cleanup instead of
3411         alloca.
3412         (remote_packet_size): No longer cap the packet size.
3413         (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3414
3415 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
3416
3417         * compile/compile.c (compile_to_object): Mention language in
3418         error message.
3419
3420 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
3421
3422         * target.c (target_pre_inferior): Unset attach_flag.
3423
3424 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3425
3426         * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3427         * gdbarch.c: Re-generate.
3428
3429 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3430
3431         * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3432         function with the XNEW-family equivalent.
3433         * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3434         * ada-exp.y (write_ambiguous_var): Likewise.
3435         * ada-lang.c (resolve_subexp): Likewise.
3436         (user_select_syms): Likewise.
3437         (assign_aggregate): Likewise.
3438         (ada_evaluate_subexp): Likewise.
3439         (cache_symbol): Likewise.
3440         * addrmap.c (allocate_key): Likewise.
3441         (addrmap_create_mutable): Likewise.
3442         * aix-thread.c (sync_threadlists): Likewise.
3443         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3444         (alpha_gdbarch_init): Likewise.
3445         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3446         * arm-linux-nat.c (arm_linux_add_process): Likewise.
3447         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3448         * arm-tdep.c (push_stack_item): Likewise.
3449         (arm_displaced_step_copy_insn): Likewise.
3450         (arm_gdbarch_init): Likewise.
3451         (_initialize_arm_tdep): Likewise.
3452         * avr-tdep.c (push_stack_item): Likewise.
3453         * ax-general.c (new_agent_expr): Likewise.
3454         * block.c (block_initialize_namespace): Likewise.
3455         * breakpoint.c (alloc_counted_command_line): Likewise.
3456         (update_dprintf_command_list): Likewise.
3457         (parse_breakpoint_sals): Likewise.
3458         (decode_static_tracepoint_spec): Likewise.
3459         (until_break_command): Likewise.
3460         (clear_command): Likewise.
3461         (update_global_location_list): Likewise.
3462         (get_breakpoint_objfile_data) Likewise.
3463         * btrace.c (ftrace_new_function): Likewise.
3464         (btrace_set_insn_history): Likewise.
3465         (btrace_set_call_history): Likewise.
3466         * buildsym.c (add_symbol_to_list): Likewise.
3467         (record_pending_block): Likewise.
3468         (start_subfile): Likewise.
3469         (start_buildsym_compunit): Likewise.
3470         (push_subfile): Likewise.
3471         (end_symtab_get_static_block): Likewise.
3472         (buildsym_init): Likewise.
3473         * cli/cli-cmds.c (source_command): Likewise.
3474         * cli/cli-decode.c (add_cmd): Likewise.
3475         * cli/cli-script.c (build_command_line): Likewise.
3476         (setup_user_args): Likewise.
3477         (realloc_body_list): Likewise.
3478         (process_next_line): Likewise.
3479         (copy_command_lines): Likewise.
3480         * cli/cli-setshow.c (do_set_command): Likewise.
3481         * coff-pe-read.c (read_pe_exported_syms): Likewise.
3482         * coffread.c (coff_locate_sections): Likewise.
3483         (coff_symtab_read): Likewise.
3484         (coff_read_struct_type): Likewise.
3485         * common/cleanups.c (make_my_cleanup2): Likewise.
3486         * common/common-exceptions.c (throw_it): Likewise.
3487         * common/filestuff.c (make_cleanup_close): Likewise.
3488         * common/format.c (parse_format_string): Likewise.
3489         * common/queue.h (DEFINE_QUEUE_P): Likewise.
3490         * compile/compile-object-load.c (munmap_list_add): Likewise.
3491         (compile_object_load): Likewise.
3492         * compile/compile-object-run.c (compile_object_run): Likewise.
3493         * compile/compile.c (append_args): Likewise.
3494         * corefile.c (specify_exec_file_hook): Likewise.
3495         * cp-support.c (make_symbol_overload_list): Likewise.
3496         * cris-tdep.c (push_stack_item): Likewise.
3497         (cris_gdbarch_init): Likewise.
3498         * ctf.c (ctf_trace_file_writer_new): Likewise.
3499         * dbxread.c (init_header_files): Likewise.
3500         (add_new_header_file): Likewise.
3501         (init_bincl_list): Likewise.
3502         (dbx_end_psymtab): Likewise.
3503         (start_psymtab): Likewise.
3504         (dbx_end_psymtab): Likewise.
3505         * dcache.c (dcache_init): Likewise.
3506         * dictionary.c (dict_create_hashed): Likewise.
3507         (dict_create_hashed_expandable): Likewise.
3508         (dict_create_linear): Likewise.
3509         (dict_create_linear_expandable): Likewise.
3510         * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3511         * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3512         * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3513         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3514         (decode_frame_entry_1): Likewise.
3515         * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3516         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3517         * dwarf2read.c (dwarf2_has_info): Likewise.
3518         (create_signatured_type_table_from_index): Likewise.
3519         (dwarf2_read_index): Likewise.
3520         (dw2_get_file_names_reader): Likewise.
3521         (create_all_type_units): Likewise.
3522         (read_cutu_die_from_dwo): Likewise.
3523         (init_tu_and_read_dwo_dies): Likewise.
3524         (init_cutu_and_read_dies): Likewise.
3525         (create_all_comp_units): Likewise.
3526         (queue_comp_unit): Likewise.
3527         (inherit_abstract_dies): Likewise.
3528         (read_call_site_scope): Likewise.
3529         (dwarf2_add_field): Likewise.
3530         (dwarf2_add_typedef): Likewise.
3531         (dwarf2_add_member_fn): Likewise.
3532         (attr_to_dynamic_prop): Likewise.
3533         (abbrev_table_alloc_abbrev): Likewise.
3534         (abbrev_table_read_table): Likewise.
3535         (add_include_dir): Likewise.
3536         (add_file_name): Likewise.
3537         (dwarf_decode_line_header): Likewise.
3538         (dwarf2_const_value_attr): Likewise.
3539         (dwarf_alloc_block): Likewise.
3540         (parse_macro_definition): Likewise.
3541         (set_die_type): Likewise.
3542         (write_psymtabs_to_index): Likewise.
3543         (create_cus_from_index): Likewise.
3544         (dwarf2_create_include_psymtab): Likewise.
3545         (process_psymtab_comp_unit_reader): Likewise.
3546         (build_type_psymtab_dependencies): Likewise.
3547         (read_comp_units_from_section): Likewise.
3548         (compute_compunit_symtab_includes): Likewise.
3549         (create_dwo_unit_in_dwp_v1): Likewise.
3550         (create_dwo_unit_in_dwp_v2): Likewise.
3551         (read_func_scope): Likewise.
3552         (process_structure_scope): Likewise.
3553         (mark_common_block_symbol_computed): Likewise.
3554         (load_partial_dies): Likewise.
3555         (dwarf2_symbol_mark_computed): Likewise.
3556         * elfread.c (elf_symfile_segments): Likewise.
3557         (elf_read_minimal_symbols): Likewise.
3558         * environ.c (make_environ): Likewise.
3559         * eval.c (evaluate_subexp_standard): Likewise.
3560         * event-loop.c (create_file_handler): Likewise.
3561         (create_async_signal_handler): Likewise.
3562         (create_async_event_handler): Likewise.
3563         (create_timer): Likewise.
3564         * exec.c (build_section_table): Likewise.
3565         * fbsd-nat.c (fbsd_remember_child): Likewise.
3566         * fork-child.c (fork_inferior): Likewise.
3567         * frv-tdep.c (new_variant): Likewise.
3568         * gdbarch.sh (gdbarch_alloc): Likewise.
3569         (append_name): Likewise.
3570         * gdbtypes.c (rank_function): Likewise.
3571         (copy_type_recursive): Likewise.
3572         (add_dyn_prop): Likewise.
3573         * gnu-nat.c (make_proc): Likewise.
3574         (make_inf): Likewise.
3575         (gnu_write_inferior): Likewise.
3576         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3577         (build_std_type_info_type): Likewise.
3578         * guile/scm-param.c (compute_enum_list): Likewise.
3579         * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3580         * guile/scm-value.c (gdbscm_value_call): Likewise.
3581         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3582         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3583         (read_unwind_info): Likewise.
3584         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3585         * infcall.c (dummy_frame_context_saver_setup): Likewise.
3586         (call_function_by_hand_dummy): Likewise.
3587         * infcmd.c (step_once): Likewise.
3588         (finish_forward): Likewise.
3589         (attach_command): Likewise.
3590         (notice_new_inferior): Likewise.
3591         * inferior.c (add_inferior_silent): Likewise.
3592         * infrun.c (add_displaced_stepping_state): Likewise.
3593         (save_infcall_control_state): Likewise.
3594         (save_inferior_ptid): Likewise.
3595         (_initialize_infrun): Likewise.
3596         * jit.c (bfd_open_from_target_memory): Likewise.
3597         (jit_gdbarch_data_init): Likewise.
3598         * language.c (add_language): Likewise.
3599         * linespec.c (decode_line_2): Likewise.
3600         * linux-nat.c (add_to_pid_list): Likewise.
3601         (add_initial_lwp): Likewise.
3602         * linux-thread-db.c (add_thread_db_info): Likewise.
3603         (record_thread): Likewise.
3604         (info_auto_load_libthread_db): Likewise.
3605         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3606         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3607         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3608         * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3609         * macrocmd.c (macro_define_command): Likewise.
3610         * macroexp.c (gather_arguments): Likewise.
3611         * macroscope.c (sal_macro_scope): Likewise.
3612         * macrotab.c (new_macro_table): Likewise.
3613         * mdebugread.c (push_parse_stack): Likewise.
3614         (parse_partial_symbols): Likewise.
3615         (parse_symbol): Likewise.
3616         (psymtab_to_symtab_1): Likewise.
3617         (new_block): Likewise.
3618         (new_psymtab): Likewise.
3619         (mdebug_build_psymtabs): Likewise.
3620         (add_pending): Likewise.
3621         (elfmdebug_build_psymtabs): Likewise.
3622         * mep-tdep.c (mep_gdbarch_init): Likewise.
3623         * mi/mi-main.c (mi_execute_command): Likewise.
3624         * mi/mi-parse.c (mi_parse_argv): Likewise.
3625         * minidebug.c (lzma_open): Likewise.
3626         * minsyms.c (terminate_minimal_symbol_table): Likewise.
3627         * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3628         * mips-tdep.c (mips_gdbarch_init): Likewise.
3629         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3630         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3631         * mt-tdep.c (mt_registers_info): Likewise.
3632         * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3633         * nat/linux-btrace.c (linux_enable_bts): Likewise.
3634         (linux_enable_pt): Likewise.
3635         * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3636         (linux_xfer_osdata_processgroups): Likewise.
3637         * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3638         * nto-procfs.c (procfs_meminfo): Likewise.
3639         * objc-lang.c (start_msglist): Likewise.
3640         (selectors_info): Likewise.
3641         (classes_info): Likewise.
3642         (find_methods): Likewise.
3643         * objfiles.c (allocate_objfile): Likewise.
3644         (update_section_map): Likewise.
3645         * osabi.c (gdbarch_register_osabi): Likewise.
3646         (gdbarch_register_osabi_sniffer): Likewise.
3647         * parse.c (start_arglist): Likewise.
3648         * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3649         (hwdebug_insert_point): Likewise.
3650         * printcmd.c (display_command): Likewise.
3651         (ui_printf): Likewise.
3652         * procfs.c (create_procinfo): Likewise.
3653         (load_syscalls): Likewise.
3654         (proc_get_LDT_entry): Likewise.
3655         (proc_update_threads): Likewise.
3656         * prologue-value.c (make_pv_area): Likewise.
3657         (pv_area_store): Likewise.
3658         * psymtab.c (extend_psymbol_list): Likewise.
3659         (init_psymbol_list): Likewise.
3660         (allocate_psymtab): Likewise.
3661         * python/py-inferior.c (add_thread_object): Likewise.
3662         * python/py-param.c (compute_enum_values): Likewise.
3663         * python/py-value.c (valpy_call): Likewise.
3664         * python/py-varobj.c (py_varobj_iter_next): Likewise.
3665         * python/python.c (ensure_python_env): Likewise.
3666         * record-btrace.c (record_btrace_start_replaying): Likewise.
3667         * record-full.c (record_full_reg_alloc): Likewise.
3668         (record_full_mem_alloc): Likewise.
3669         (record_full_end_alloc): Likewise.
3670         (record_full_core_xfer_partial): Likewise.
3671         * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3672         * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3673         * remote-notif.c (remote_notif_state_allocate): Likewise.
3674         * remote.c (demand_private_info): Likewise.
3675         (remote_notif_stop_alloc_reply): Likewise.
3676         (remote_enable_btrace): Likewise.
3677         * reverse.c (save_bookmark_command): Likewise.
3678         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3679         * rx-tdep.c (rx_gdbarch_init): Likewise.
3680         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3681         * ser-go32.c (dos_get_tty_state): Likewise.
3682         (dos_copy_tty_state): Likewise.
3683         * ser-mingw.c (ser_windows_open): Likewise.
3684         (ser_console_wait_handle): Likewise.
3685         (ser_console_get_tty_state): Likewise.
3686         (make_pipe_state): Likewise.
3687         (net_windows_open): Likewise.
3688         * ser-unix.c (hardwire_get_tty_state): Likewise.
3689         (hardwire_copy_tty_state): Likewise.
3690         * solib-aix.c (solib_aix_new_lm_info): Likewise.
3691         * solib-dsbt.c (dsbt_current_sos): Likewise.
3692         (dsbt_relocate_main_executable): Likewise.
3693         * solib-frv.c (frv_current_sos): Likewise.
3694         (frv_relocate_main_executable): Likewise.
3695         * solib-spu.c (spu_bfd_fopen): Likewise.
3696         * solib-svr4.c (lm_info_read): Likewise.
3697         (svr4_copy_library_list): Likewise.
3698         (svr4_default_sos): Likewise.
3699         * source.c (find_source_lines): Likewise.
3700         (line_info): Likewise.
3701         (add_substitute_path_rule): Likewise.
3702         * spu-linux-nat.c (spu_bfd_open): Likewise.
3703         * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3704         * stabsread.c (dbx_lookup_type): Likewise.
3705         (read_type): Likewise.
3706         (read_member_functions): Likewise.
3707         (read_struct_fields): Likewise.
3708         (read_baseclasses): Likewise.
3709         (read_args): Likewise.
3710         (_initialize_stabsread): Likewise.
3711         * stack.c (func_command): Likewise.
3712         * stap-probe.c (handle_stap_probe): Likewise.
3713         * symfile.c (addrs_section_sort): Likewise.
3714         (addr_info_make_relative): Likewise.
3715         (load_section_callback): Likewise.
3716         (add_symbol_file_command): Likewise.
3717         (init_filename_language_table): Likewise.
3718         * symtab.c (create_filename_seen_cache): Likewise.
3719         (sort_search_symbols_remove_dups): Likewise.
3720         (search_symbols): Likewise.
3721         * target.c (make_cleanup_restore_target_terminal): Likewise.
3722         * thread.c (new_thread): Likewise.
3723         (enable_thread_stack_temporaries): Likewise.
3724         (make_cleanup_restore_current_thread): Likewise.
3725         (thread_apply_all_command): Likewise.
3726         * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3727         * top.c (gdb_readline_wrapper): Likewise.
3728         * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3729         * tracepoint.c (trace_find_line_command): Likewise.
3730         (all_tracepoint_actions_and_cleanup): Likewise.
3731         (make_cleanup_restore_current_traceframe): Likewise.
3732         (get_uploaded_tp): Likewise.
3733         (get_uploaded_tsv): Likewise.
3734         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3735         (tui_alloc_win_info): Likewise.
3736         (tui_alloc_content): Likewise.
3737         (tui_add_content_elements): Likewise.
3738         * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3739         (tui_set_disassem_content): Likewise.
3740         * ui-file.c (ui_file_new): Likewise.
3741         (stdio_file_new): Likewise.
3742         (tee_file_new): Likewise.
3743         * utils.c (make_cleanup_restore_integer): Likewise.
3744         (add_internal_problem_command): Likewise.
3745         * v850-tdep.c (v850_gdbarch_init): Likewise.
3746         * valops.c (find_oload_champ): Likewise.
3747         * value.c (allocate_value_lazy): Likewise.
3748         (record_latest_value): Likewise.
3749         (create_internalvar): Likewise.
3750         * varobj.c (install_variable): Likewise.
3751         (new_variable): Likewise.
3752         (new_root_variable): Likewise.
3753         (cppush): Likewise.
3754         (_initialize_varobj): Likewise.
3755         * windows-nat.c (windows_make_so): Likewise.
3756         * x86-nat.c (x86_add_process): Likewise.
3757         * xcoffread.c (arrange_linetable): Likewise.
3758         (allocate_include_entry): Likewise.
3759         (process_linenos): Likewise.
3760         (SYMBOL_DUP): Likewise.
3761         (xcoff_start_psymtab): Likewise.
3762         (xcoff_end_psymtab): Likewise.
3763         * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3764         * xtensa-tdep.c (xtensa_register_type): Likewise.
3765         * gdbarch.c: Regenerate.
3766         * gdbarch.h: Regenerate.
3767
3768 2015-08-25  Don Breazeal  <donb@codesourcery.com>
3769
3770         * infrun.c (follow_exec): Re-order operations for
3771         handling follow-exec-mode "new".
3772         (handle_inferior_event_1): Assign ecs->event_thread
3773         to the current thread.
3774         * remote.c (get_remote_arch_state): Add an assertion.
3775
3776 2015-08-26  Pedro Alves  <palves@redhat.com>
3777
3778         * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3779
3780 2015-08-25  Pedro Alves  <palves@redhat.com>
3781
3782         PR gdb/18804
3783         * defs.h (maybe_quit): Declare.
3784         (QUIT): Now calls maybe_quit.
3785         * event-loop.c (clear_async_signal_handler)
3786         (async_signal_handler_is_marked): New functions.
3787         * event-loop.h (async_signal_handler_is_marked)
3788         (clear_async_signal_handler): New declarations.
3789         * remote.c (remote_check_pending_interrupt): New function.
3790         (interrupt_query): Use make_cleanup_restore_target_terminal.  No
3791         longer check whether the target is async.  If waiting for a stop
3792         reply, and a Ctrl-C as been sent to the target, offer to
3793         disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3794         Otherwise do not disconnect and throw a quit.
3795         (_initialize_remote): Install remote_check_pending_interrupt as
3796         to_check_pending_interrupt.
3797         * target.c (target_check_pending_interrupt): New function.
3798         * target.h (struct target_ops) <to_check_pending_interrupt>: New
3799         field.
3800         (target_check_pending_interrupt): New declaration.
3801         * utils.c (maybe_quit): New function.
3802         * target-delegates.c: Regenerate.
3803
3804 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3805
3806         * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3807         Rename local variable pid to tid, and get lwpid of lwp.  Update
3808         debug output.
3809
3810 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
3811
3812         * ada-lang.c (ada_read_var_value): Add a var_block argument
3813         and pass it to default_read_var_value.
3814         * block.c (block_static_link): New accessor.
3815         * block.h (block_static_link): Declare it.
3816         * buildsym.c (finish_block_internal): Add a static_link
3817         argument.  If there is a static link, associate it to the new
3818         block.
3819         (finish_block): Add a static link argument and pass it to
3820         finish_block_internal.
3821         (end_symtab_get_static_block): Update calls to finish_block and
3822         to finish_block_internal.
3823         (end_symtab_with_blockvector): Update call to
3824         finish_block_internal.
3825         * buildsym.h: Forward-declare struct dynamic_prop.
3826         (struct context_stack): Add a static_link field.
3827         (finish_block): Add a static link argument.
3828         * c-exp.y: Remove an obsolete comment (evaluation of variables
3829         already start from the selected frame, and now they climb *up*
3830         the call stack) and propagate the block information to the
3831         produced expression.
3832         * d-exp.y: Likewise.
3833         * f-exp.y: Likewise.
3834         * go-exp.y: Likewise.
3835         * jv-exp.y: Likewise.
3836         * m2-exp.y: Likewise.
3837         * p-exp.y: Likewise.
3838         * coffread.c (coff_symtab_read): Update calls to finish_block.
3839         * dbxread.c (process_one_symbol): Likewise.
3840         * xcoffread.c (read_xcoff_symtab): Likewise.
3841         * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3842         "sym" parameter to struct block_symbol, update its uses and pass
3843         its block to calls to read_var_value.
3844         (convert_symbol_sym): Update the calls to convert_one_symbol.
3845         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3846         call to read_var_value.
3847         * dwarf2loc.c (block_op_get_frame_base): New.
3848         (dwarf2_block_frame_base_locexpr_funcs): Implement the
3849         get_frame_base method.
3850         (dwarf2_block_frame_base_loclist_funcs): Likewise.
3851         (dwarf2locexpr_baton_eval): Add a frame argument and use it
3852         instead of the selected frame in order to evaluate the
3853         expression.
3854         (dwarf2_evaluate_property): Add a frame argument.  Update call
3855         to dwarf2_locexpr_baton_eval to provide a frame in available and
3856         to handle the absence of address stack.
3857         * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
3858         * dwarf2read.c (attr_to_dynamic_prop): Add a forward
3859         declaration.
3860         (read_func_scope): Record any available static link description.
3861         Update call to finish_block.
3862         (read_lexical_block_scope): Update call to finish_block.
3863         * findvar.c (follow_static_link): New.
3864         (get_hosting_frame): New.
3865         (default_read_var_value): Add a var_block argument.  Use
3866         get_hosting_frame to handle non-local references.
3867         (read_var_value): Add a var_block argument and pass it to the
3868         LA_READ_VAR_VALUE method.
3869         * gdbtypes.c (resolve_dynamic_range): Update calls to
3870         dwarf2_evaluate_property.
3871         (resolve_dynamic_type_internal): Likewise.
3872         * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
3873         read_var_value, passing it the block coming from symbol lookup.
3874         * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
3875         read_var_value (TODO).
3876         * infcmd.c (finish_command_continuation): Update call to
3877         read_var_value, passing it the block coming from symbol lookup.
3878         * infrun.c (insert_exception_resume_breakpoint): Likewise.
3879         * language.h (struct language_defn): Add a var_block argument to
3880         the LA_READ_VAR_VALUE method.
3881         * objfiles.c (struct static_link_htab_entry): New.
3882         (static_link_htab_entry_hash): New.
3883         (static_link_htab_entry_eq): New.
3884         (objfile_register_static_link): New.
3885         (objfile_lookup_static_link): New.
3886         (free_objfile): Free the STATIC_LINKS hashed map if needed.
3887         * objfiles.h: Include hashtab.h.
3888         (struct objfile): Add a static_links field.
3889         (objfile_register_static_link): New.
3890         (objfile_lookup_static_link): New.
3891         * printcmd.c (print_variable_and_value): Update call to
3892         read_var_value.
3893         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3894         * python/py-frame.c (frapy_read_var): Update call to
3895         read_var_value, passing it the block coming from symbol lookup.
3896         * python/py-framefilter.c (extract_sym): Add a sym_block
3897         parameter and set the pointed value to NULL (TODO).
3898         (enumerate_args): Update call to extract_sym.
3899         (enumerate_locals): Update calls to extract_sym and to
3900         read_var_value.
3901         * python/py-symbol.c (sympy_value): Update call to
3902         read_var_value (TODO).
3903         * stack.c (read_frame_local): Update call to read_var_value.
3904         (read_frame_arg): Likewise.
3905         (return_command): Likewise.
3906         * symtab.h (struct symbol_block_ops): Add a get_frame_base
3907         method.
3908         (struct symbol): Add a block field.
3909         (SYMBOL_BLOCK): New accessor.
3910         * valops.c (value_of_variable): Remove frame/block handling and
3911         pass the block argument to read_var_value, which does this job
3912         now.
3913         (value_struct_elt_for_reference): Update calls to
3914         read_var_value.
3915         (value_of_this): Pass the block found to read_var_value.
3916         * value.h (read_var_value): Add a var_block argument.
3917         (default_read_var_value): Likewise.
3918
3919 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3920
3921         * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
3922         * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
3923         * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
3924
3925 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3926
3927         * Makefile.in (aarch64-liunx.o): New rule.
3928         (HFILES_NO_SRCDIR): Add aarch64-linux.h.
3929         * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
3930         * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
3931         * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
3932         extern.
3933         (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
3934         * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
3935         * nat/aarch64-linux.c: New file.
3936         * nat/aarch64-linux.h: New file.
3937
3938 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3939
3940         * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
3941         lwp_arch_private_info and ptid_of_lwp.
3942
3943 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3944
3945         * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
3946         Move it to nat/aarch64-linux-hw-point.c.
3947         (debug_reg_change_callback): Likewise.
3948         (aarch64_notify_debug_reg_change): :Likewise.
3949         * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
3950         (aarch64_dr_update_callback_param): New.
3951         (debug_reg_change_callback): New function.
3952         (aarch64_notify_debug_reg_change): Likewise.
3953         * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
3954         Remove the declaration.
3955
3956 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3957
3958         * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
3959         Call current_lwp_ptid.
3960
3961 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3962
3963         * aarch64-linux-nat.c (debug_reg_change_callback): Use
3964         debug_printf.
3965
3966 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3967
3968         * aarch64-linux-nat.c (debug_reg_change_callback): Call
3969         ptid_get_pid rather than ptid_get_lwp.
3970
3971 2015-08-24  Pedro Alves  <palves@redhat.com>
3972
3973         * NEWS (New commands): Mention set/show remote
3974         multiprocess-extensions-packet.
3975         * remote.c (remote_query_supported): Only tell the server to use
3976         the multiprocess extensions if the user hasn't force-disabled them
3977         with "set remote multiprocess-extensions-packet off".
3978
3979 2015-08-24  Pedro Alves  <palves@redhat.com>
3980
3981         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
3982         1029a8112290f6eee9d7878a391c49db42c999bd.
3983         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
3984         Regenerate.
3985         * gnulib/import/Makefile.am: Update.
3986         * gnulib/import/Makefile.in: Update.
3987         * gnulib/import/alloca.in.h: Update.
3988         * gnulib/import/basename-lgpl.c: Update.
3989         * gnulib/import/canonicalize-lgpl.c: Update.
3990         * gnulib/import/config.charset: Update.
3991         * gnulib/import/dirent.in.h: Update.
3992         * gnulib/import/dirfd.c: Update.
3993         * gnulib/import/dirname-lgpl.c: Update.
3994         * gnulib/import/dirname.h: Update.
3995         * gnulib/import/dosname.h: Update.
3996         * gnulib/import/errno.in.h: Update.
3997         * gnulib/import/extra/snippet/arg-nonnull.h: Update.
3998         * gnulib/import/extra/snippet/c++defs.h: Update.
3999         * gnulib/import/extra/snippet/warn-on-use.h: Update.
4000         * gnulib/import/extra/update-copyright: Update.
4001         * gnulib/import/float+.h: Update.
4002         * gnulib/import/float.c: Update.
4003         * gnulib/import/float.in.h: Update.
4004         * gnulib/import/fnmatch.c: Update.
4005         * gnulib/import/fnmatch.in.h: Update.
4006         * gnulib/import/fnmatch_loop.c: Update.
4007         * gnulib/import/fpucw.h: Update.
4008         * gnulib/import/frexp.c: Update.
4009         * gnulib/import/frexpl.c: Update.
4010         * gnulib/import/gettimeofday.c: Update.
4011         * gnulib/import/inttypes.in.h: Update.
4012         * gnulib/import/isnan.c: Update.
4013         * gnulib/import/isnand-nolibm.h: Update.
4014         * gnulib/import/isnand.c: Update.
4015         * gnulib/import/isnanl-nolibm.h: Update.
4016         * gnulib/import/isnanl.c: Update.
4017         * gnulib/import/itold.c: Update.
4018         * gnulib/import/localcharset.c: Update.
4019         * gnulib/import/localcharset.h: Update.
4020         * gnulib/import/lstat.c: Update.
4021         * gnulib/import/m4/00gnulib.m4: Update.
4022         * gnulib/import/m4/absolute-header.m4: Update.
4023         * gnulib/import/m4/alloca.m4: Update.
4024         * gnulib/import/m4/canonicalize.m4: Update.
4025         * gnulib/import/m4/codeset.m4: Update.
4026         * gnulib/import/m4/configmake.m4: Update.
4027         * gnulib/import/m4/dirent_h.m4: Update.
4028         * gnulib/import/m4/dirfd.m4: Update.
4029         * gnulib/import/m4/dirname.m4: Update.
4030         * gnulib/import/m4/double-slash-root.m4: Update.
4031         * gnulib/import/m4/eealloc.m4: Update.
4032         * gnulib/import/m4/errno_h.m4: Update.
4033         * gnulib/import/m4/exponentd.m4: Update.
4034         * gnulib/import/m4/exponentl.m4: Update.
4035         * gnulib/import/m4/extensions.m4: Update.
4036         * gnulib/import/m4/extern-inline.m4: Update.
4037         * gnulib/import/m4/fcntl-o.m4: Update.
4038         * gnulib/import/m4/float_h.m4: Update.
4039         * gnulib/import/m4/fnmatch.m4: Update.
4040         * gnulib/import/m4/fpieee.m4: Update.
4041         * gnulib/import/m4/frexp.m4: Update.
4042         * gnulib/import/m4/frexpl.m4: Update.
4043         * gnulib/import/m4/gettimeofday.m4: Update.
4044         * gnulib/import/m4/glibc21.m4: Update.
4045         * gnulib/import/m4/gnulib-cache.m4: Update.
4046         * gnulib/import/m4/gnulib-common.m4: Update.
4047         * gnulib/import/m4/gnulib-comp.m4: Update.
4048         * gnulib/import/m4/gnulib-tool.m4: Update.
4049         * gnulib/import/m4/include_next.m4: Update.
4050         * gnulib/import/m4/inttypes-pri.m4: Update.
4051         * gnulib/import/m4/inttypes.m4: Update.
4052         * gnulib/import/m4/isnand.m4: Update.
4053         * gnulib/import/m4/isnanl.m4: Update.
4054         * gnulib/import/m4/largefile.m4: Update.
4055         * gnulib/import/m4/localcharset.m4: Update.
4056         * gnulib/import/m4/locale-fr.m4: Update.
4057         * gnulib/import/m4/locale-ja.m4: Update.
4058         * gnulib/import/m4/locale-zh.m4: Update.
4059         * gnulib/import/m4/longlong.m4: Update.
4060         * gnulib/import/m4/lstat.m4: Update.
4061         * gnulib/import/m4/malloc.m4: Update.
4062         * gnulib/import/m4/malloca.m4: Update.
4063         * gnulib/import/m4/math_h.m4: Update.
4064         * gnulib/import/m4/mbrtowc.m4: Update.
4065         * gnulib/import/m4/mbsinit.m4: Update.
4066         * gnulib/import/m4/mbsrtowcs.m4: Update.
4067         * gnulib/import/m4/mbstate_t.m4: Update.
4068         * gnulib/import/m4/memchr.m4: Update.
4069         * gnulib/import/m4/memmem.m4: Update.
4070         * gnulib/import/m4/mmap-anon.m4: Update.
4071         * gnulib/import/m4/multiarch.m4: Update.
4072         * gnulib/import/m4/nocrash.m4: Update.
4073         * gnulib/import/m4/off_t.m4: Update.
4074         * gnulib/import/m4/pathmax.m4: Update.
4075         * gnulib/import/m4/readlink.m4: Update.
4076         * gnulib/import/m4/rename.m4: Update.
4077         * gnulib/import/m4/rmdir.m4: Update.
4078         * gnulib/import/m4/ssize_t.m4: Update.
4079         * gnulib/import/m4/stat.m4: Update.
4080         * gnulib/import/m4/stdbool.m4: Update.
4081         * gnulib/import/m4/stddef_h.m4: Update.
4082         * gnulib/import/m4/stdint.m4: Update.
4083         * gnulib/import/m4/stdio_h.m4: Update.
4084         * gnulib/import/m4/stdlib_h.m4: Update.
4085         * gnulib/import/m4/string_h.m4: Update.
4086         * gnulib/import/m4/strstr.m4: Update.
4087         * gnulib/import/m4/strtok_r.m4: Update.
4088         * gnulib/import/m4/sys_socket_h.m4: Update.
4089         * gnulib/import/m4/sys_stat_h.m4: Update.
4090         * gnulib/import/m4/sys_time_h.m4: Update.
4091         * gnulib/import/m4/sys_types_h.m4: Update.
4092         * gnulib/import/m4/time_h.m4: Update.
4093         * gnulib/import/m4/unistd_h.m4: Update.
4094         * gnulib/import/m4/warn-on-use.m4: Update.
4095         * gnulib/import/m4/wchar_h.m4: Update.
4096         * gnulib/import/m4/wchar_t.m4: Update.
4097         * gnulib/import/m4/wctype_h.m4: Update.
4098         * gnulib/import/m4/wint_t.m4: Update.
4099         * gnulib/import/malloc.c: Update.
4100         * gnulib/import/malloca.c: Update.
4101         * gnulib/import/malloca.h: Update.
4102         * gnulib/import/math.in.h: Update.
4103         * gnulib/import/mbrtowc.c: Update.
4104         * gnulib/import/mbsinit.c: Update.
4105         * gnulib/import/mbsrtowcs-impl.h: Update.
4106         * gnulib/import/mbsrtowcs-state.c: Update.
4107         * gnulib/import/mbsrtowcs.c: Update.
4108         * gnulib/import/memchr.c: Update.
4109         * gnulib/import/memmem.c: Update.
4110         * gnulib/import/pathmax.h: Update.
4111         * gnulib/import/readlink.c: Update.
4112         * gnulib/import/ref-add.sin: Update.
4113         * gnulib/import/ref-del.sin: Update.
4114         * gnulib/import/rename.c: Update.
4115         * gnulib/import/rmdir.c: Update.
4116         * gnulib/import/same-inode.h: Update.
4117         * gnulib/import/stat.c: Update.
4118         * gnulib/import/stdbool.in.h: Update.
4119         * gnulib/import/stddef.in.h: Update.
4120         * gnulib/import/stdint.in.h: Update.
4121         * gnulib/import/stdio.c: Update.
4122         * gnulib/import/stdio.in.h: Update.
4123         * gnulib/import/stdlib.in.h: Update.
4124         * gnulib/import/str-two-way.h: Update.
4125         * gnulib/import/streq.h: Update.
4126         * gnulib/import/string.in.h: Update.
4127         * gnulib/import/stripslash.c: Update.
4128         * gnulib/import/strnlen1.c: Update.
4129         * gnulib/import/strnlen1.h: Update.
4130         * gnulib/import/strstr.c: Update.
4131         * gnulib/import/strtok_r.c: Update.
4132         * gnulib/import/sys_stat.in.h: Update.
4133         * gnulib/import/sys_time.in.h: Update.
4134         * gnulib/import/sys_types.in.h: Update.
4135         * gnulib/import/time.in.h: Update.
4136         * gnulib/import/unistd.in.h: Update.
4137         * gnulib/import/verify.h: Update.
4138         * gnulib/import/wchar.in.h: Update.
4139         * gnulib/import/wctype.in.h: Update.
4140         * gnulib/import/gettimeofday.c: New file.
4141         * gnulib/import/m4/absolute-header.m4: New file.
4142         * gnulib/import/m4/gettimeofday.m4: New file.
4143         * gnulib/import/m4/sys_socket_h.m4: New file.
4144         * gnulib/import/m4/sys_time_h.m4: New file.
4145         * gnulib/import/stdio.c: Delete file.
4146         * gnulib/import/sys_time.in.h: New file.
4147
4148 2015-08-24  Pedro Alves  <palves@redhat.com>
4149
4150         * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
4151         * common/gdb_sys_time.h: New file.
4152         * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
4153         * gdb_select.h: Likewise.
4154         * gdb_usleep.c: Likewise.
4155         * maint.c: Likewise.
4156         * mi/mi-main.c: Likewise.
4157         * mi/mi-parse.h: Likewise.
4158         * remote-fileio.c: Likewise.
4159         * remote-m32r-sdi.c: Likewise.
4160         * remote.c: Likewise.
4161         * ser-base.c: Likewise.
4162         * ser-pipe.c: Likewise.
4163         * ser-tcp.c: Likewise.
4164         * ser-unix.c: Likewise.
4165         * symfile.c: Likewise.
4166         * symfile.c: Likewise.  Rename OSIZE to SIZE throughout.
4167         * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
4168         * utils.c: Likewise.
4169
4170 2015-08-24  Pedro Alves  <palves@redhat.com>
4171
4172         * NEWS: Mention removed support for the various ROM monitors.
4173         * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
4174         ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
4175         * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
4176         gdb_target_obs.
4177         (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
4178         gdb_target_obs.
4179         (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
4180         dsrec.o from gdb_target_obs.
4181         (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
4182         from gdb_target_obs.
4183         (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
4184         gdb_target_obs.
4185         (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
4186         dink32-rom.o from gdb_target_obs.
4187         (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
4188         (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
4189         * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
4190         monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
4191
4192 2015-08-21  Pedro Alves  <palves@redhat.com>
4193
4194         * frame.c (null_frame_id): Explicitly zero-initialize.
4195
4196 2015-08-21  Tom Tromey  <tromey@redhat.com>
4197
4198         * dwarf2read.c (struct dwarf2_section_info): Rename field
4199         'asection' to 'section'.
4200         (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
4201         (dwarf2_locate_sections, dwarf2_locate_sections)
4202         (locate_dwz_sections, locate_v1_virtual_dwo_sections)
4203         (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
4204         (dwarf2_locate_v2_dwp_sections): Adjust.
4205
4206 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4207
4208         * top.h (gdb_in_secondary_prompt_p): Declare.
4209         * top.c (gdb_secondary_prompt_depth): Define.
4210         (gdb_in_secondary_prompt_p): Define.
4211         (gdb_readline_wrapper_cleanup): Decrement
4212         gdb_secondary_prompt_depth.
4213         (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4214         * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4215         are in a secondary prompt.
4216
4217 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4218
4219         * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4220         emit the newline.
4221
4222 2015-08-21  Gary Benson  <gbenson@redhat.com>
4223
4224         * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4225
4226 2015-08-21  Gary Benson  <gbenson@redhat.com>
4227
4228         * target.h (struct target_ops) <to_fileio_open>: New argument
4229         warn_if_slow.  Update comment.  All implementations updated.
4230         (target_fileio_open_warn_if_slow): New declaration.
4231         * target.c (target_fileio_open): Renamed as...
4232         (target_fileio_open_1): ...this.  New argument warn_if_slow.
4233         Pass warn_if_slow to implementation.  Update debug printing.
4234         (target_fileio_open): New function.
4235         (target_fileio_open_warn_if_slow): Likewise.
4236         * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4237         target_fileio_open_warn_if_slow.
4238
4239 2015-08-21  Gary Benson  <gbenson@redhat.com>
4240
4241         * nat/linux-namespaces.c (linux_mntns_access_fs):
4242         Do not overwrite old_chain.
4243
4244 2015-08-20  Max Filippov  <jcmvbkbc@gmail.com>
4245
4246         * arch/xtensa.h: New file.
4247         * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4248         (ps_get_thread_area): New function.
4249         * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4250         set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4251         * xtensa-tdep.c (osabi.h): New #include.
4252         (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4253         xtensa-specific hooks.
4254         * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4255         member and move the structure to arch/xtensa.h.
4256
4257 2015-08-21  Pedro Alves  <palves@redhat.com>
4258
4259         * remote.c (struct readahead_cache): New.
4260         (struct remote_state) <readahead_cache>: New field.
4261         (remote_open_1): Invalidate the cache.
4262         (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4263         functions.
4264         (remote_hostio_pwrite): Invalidate the readahead cache.
4265         (remote_hostio_pread): Rename to ...
4266         (remote_hostio_pread_vFile): ... this.
4267         (remote_hostio_pread_from_cache): New function.
4268         (remote_hostio_pread): Reimplement.
4269         (remote_hostio_close): Invalidate the readahead cache.
4270
4271 2015-08-21  Marcin CieÅ›lak <saper@saper.info>  (tiny patch)
4272
4273         PR build/18843
4274         * procfs.c: Include "filestuff.h".
4275
4276 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4277
4278         * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4279         curch.
4280         * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4281         cur_line or curch, instead call wmove().
4282         (init_win_info) [CMD_WIN]: Likewise.
4283         * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4284         instead call getcury().
4285         (tui_redisplay_readline): Don't set cur_line or curch.
4286         (tui_mld_erase_entire_line): Don't read cur_line, instead call
4287         getcury().
4288         (tui_cont_sig): Remove call to wmove.
4289         (tui_getc): Don't read cur_line or curch, instead call getcury()
4290         or getyx().  Don't set curch.
4291         * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4292         set cur_line or curch.  Always move cursor to (0,0).
4293
4294 2015-08-20  Pedro Alves  <palves@redhat.com>
4295
4296         * infrun.c (print_target_wait_results): Make extern.
4297         * infrun.h (print_target_wait_results): Declare.
4298         * remote.c (set_stop_requested_callback): Delete.
4299         (process_initial_stop_replies): New function.
4300         (remote_start_remote): Use it.
4301         (stop_reply_queue_length): New function.
4302
4303 2015-08-20  Pedro Alves  <palves@redhat.com>
4304
4305         * dwarf2read.c (process_full_comp_unit): To tell whether
4306         start_subfile managed to deduce a language, test for
4307         language_unknown instead of language_c.
4308
4309 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
4310
4311         * ada-lex.l: Reset the start condition to INITIAL in the rule that
4312         matches attributes.
4313
4314 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
4315
4316         * dwarf2read.c (dwarf2_string_attr): New function.
4317         (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4318         (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4319         (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4320         (anonymous_struct_prefix, prepare_one_comp_unit): Use
4321         dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4322
4323 2015-08-18  Doug Evans  <dje@google.com>
4324             Adrian Sendroiu <adrian.sendroiu@freescale.com>
4325
4326         PR mi/18833
4327         * cli/cli-logging.c (pop_output_files): Don't restore redirection
4328         if MI-like.
4329         * mi/mi-out.c: #include "vec.h".
4330         (ui_filep): New type.
4331         (DEV_VEC_P (ui_filep)): New type.
4332         (struct ui_out_data) <buffer, original_buffer>: Delete.
4333         (struct ui_out_data) <streams>: New member.
4334         (mi_ui_out_impl): Add data_destroy field.
4335         (mi_field_string, mi_field_fmt): Update.
4336         (mi_flush, mi_redirect, field_separator): Update.
4337         (mi_open, mi_close): Update.
4338         (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4339         (mi_out_data_ctor, mi_out_data_dtor): New functions.
4340         (mi_out_new): Call mi_out_data_ctor.
4341
4342 2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>
4343
4344         * remote.c (strprefix): New.
4345         (remote_parse_stop_reply): Use strprefix instead of strncmp
4346         to ensure exact match of keyword.
4347
4348 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4349
4350         * gdb_bfd.c (debug_bfd_cache): New variable.
4351         (show_bfd_cache_debug): New function.
4352         (gdb_bfd_open): Add debug logging.
4353         (gdb_bfd_ref): Likewise.
4354         (gdb_bfd_unref): Likewise.
4355         (_initialize_gdb_bfd): Add new set/show command.
4356         * NEWS: Mention new command.
4357
4358 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4359
4360         * gdb_bfd.c (bfd_sharing): New variable.
4361         (show_bfd_sharing): New function.
4362         (gdb_bfd_open): Check bfd_sharing variable.
4363         (_initialize_gdb_bfd): Add new set/show command.
4364         * NEWS: Mention new command.
4365
4366 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4367
4368         * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4369         field.
4370         (struct gdb_bfd_cache_search): Likewise.
4371         (eq_bfd): Compare the size, inode, and device id fields.
4372         (gdb_bfd_open): Initialise the size, inode, and device id fields.
4373         (gdb_bfd_ref): Likewise.
4374         (gdb_bfd_unref): Likewise.
4375
4376 2015-08-18  Pedro Alves  <palves@redhat.com>
4377
4378         * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4379         target implements to_always_non_stop_p, call it.
4380         * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4381         (x86_linux_create_target): Install it as to_always_non_stop_p
4382         method.
4383
4384 2015-08-17  Doug Evans  <dje@google.com>
4385
4386         * ui-out.c (default_ui_out_impl): Add comment.
4387
4388 2015-08-17  Iain Buclaw  <ibuclaw@gdcproject.org>
4389
4390         * d-exp.y (type_aggregate_p): New function.
4391         (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4392         (classify_inner_name): Likewise.
4393         * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4394
4395 2015-08-15  Doug Evans  <xdje42@gmail.com>
4396
4397         * psymtab.c (add_psymbol_to_bcache): Remove "val" arg.  All callers
4398         updated.
4399         (add_psymbol_to_list): Ditto.
4400
4401 2015-08-15  Doug Evans  <xdje42@gmail.com>
4402
4403         * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab.  All callers
4404         updated.  Call end_psymtab_common.
4405         * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4406         end_psymtab_common.
4407         (build_type_psymtabs_reader): Ditto.
4408         * psympriv.h (sort_pst_symbols): Delete.
4409         (end_psymtab_common): Declare.
4410         * psymtab.c (sort_pst_symbols): Make static.
4411         (end_psymtab_common): New function.
4412         * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4413
4414 2015-08-15  Doug Evans  <xdje42@gmail.com>
4415
4416         * defs.h (LANGUAGE_BITS): Define.
4417         * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4418         (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4419         * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4420         (minimal_symbol_type): Add nr_minsym_types.
4421         (MINSYM_TYPE_BITS): Define.
4422         (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4423         (domain_enum_tag): Add NR_DOMAINS.
4424         (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4425         (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4426
4427 2015-08-15  Doug Evans  <xdje42@gmail.com>
4428
4429         * objfiles.h: Whitespace cleanup.
4430         * psympriv.h: Whitespace cleanup.
4431         * psymtab.c: Whitespace/coding convention cleanup.
4432
4433 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
4434
4435         * inferior.c (detach_inferior_command): Don't call
4436         any_thread_of_process when pid is 0.
4437         (kill_inferior_command): Likewise.
4438
4439 2015-08-14  Doug Evans  <xdje42@gmail.com>
4440
4441         PR gdb/11833
4442         * NEWS: Document new /s modifier for the disassemble command.
4443         * cli/cli-cmds.c (disassemble_command): Add support for /s.
4444         (_initialize_cli_cmds): Update online docs of disassemble command.
4445         * disasm.c: #include "source.h".
4446         (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4447         All uses updated.
4448         (dis_line_entry): New struct.
4449         (hash_dis_line_entry, eq_dis_line_entry): New functions.
4450         (allocate_dis_line_table): New functions.
4451         (maybe_add_dis_line_entry, line_has_code_p): New functions.
4452         (dump_insns): New arg end_pc.  All callers updated.
4453         (do_mixed_source_and_assembly_deprecated): Renamed from
4454         do_mixed_source_and_assembly.  All callers updated.
4455         (do_mixed_source_and_assembly): New function.
4456         (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4457         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4458         DISASSEMBLY_SOURCE.  All uses updated.
4459         (DISASSEMBLY_SOURCE): New macro.
4460         * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4461
4462 2015-08-14  Keith Seitz  <keiths@redhat.com>
4463
4464         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4465         `typename' to `type_name' to avoid C++ reserved word.
4466
4467 2015-08-14  Keith Seitz  <keiths@redhat.com>
4468
4469         * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4470         (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4471         silence ARI errors.
4472
4473 2015-08-14  Iain Buclaw  <ibuclaw@gdcproject.org>
4474
4475         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4476         xstrprintf instead of malloc and sprintf.
4477         (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4478         (lex_one_token): Likewise.
4479
4480 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4481
4482         * solib-svr4.c (read_program_header): Add base_addr argument to
4483         report the runtime address of the segment.
4484         (find_program_interpreter): Update read_program_header call to pass
4485         a NULL pointer for the new argument.
4486         (scan_dyntag): Add ptr_addr argument to report the runtime address
4487         of the tag payload.
4488         (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4489         read_program_header to get the base address of the dynamic segment.
4490         (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4491         read_program_header.
4492         (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4493
4494 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4495
4496         * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4497
4498 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4499
4500         * d-exp.y (%union): Add voidval.
4501         (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4502         name in the lexing stage.
4503         (PostfixExpression): Move symbol completion handling in grammar here
4504         from PrimaryExpression.
4505         (PrimaryExpression): Move routines to handle resolving identifier
4506         tokens in the grammar here from push_expression_name.
4507         (IdentifierExp): Remove the handling of alternating '.' and identifier
4508         tokens.
4509         (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4510         (BasicType): Remove C-style typename rules.
4511         (d_type_from_name, d_module_from_name, push_variable)
4512         (push_fieldnames, push_type_name, push_module_name)
4513         (push_expression_name): Remove.
4514         (lex_one_token): Rename from yylex.  Replace pstate with par_state.
4515         (token_and_value): New type.
4516         (token_fifo, popping, name_obstack): New globals.
4517         (classify_name): New function.
4518         (classify_inner_name): Likewise.
4519         (yylex): Likewise.
4520         (d_parse): Initialize token_fifo, popping and name_obstack.
4521
4522 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4523
4524         * Makefile.in (SFILES): Add d-namespace.c.
4525         (COMMON_OBS): Add d-namespace.o.
4526         * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4527         la_lookup_symbol_nonlocal callback function pointer.
4528         * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4529         (d_lookup_nested_symbol): New declaration.
4530         * d-namespace.c: New file.
4531
4532 2015-08-13  Pedro Alves  <palves@redhat.com>
4533
4534         * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4535         cleanup after the decref cleanup, not before.
4536
4537 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
4538
4539         * ada-lang.c: Include namespace.h
4540         (aux_add_nonlocal_symbols): Fix a function name in comment.
4541         (ada_add_block_renamings): New.
4542         (add_nonlocal_symbols): Add global renamings handling.
4543         (ada_lookup_symbol_list_worker): Move the symbol lookup part
4544         to...
4545         (ada_add_all_symbols): ... this new function.
4546         (ada_add_block_symbols): Try to match the input name against the
4547         "using directives list", perform a recursive symbol lookup on
4548         the matched declarations.
4549         * block.h (struct block): Move the_namespace to top-level as
4550         namespace_info. Remove the language_specific field.
4551         (BLOCK_NAMESPACE): Update access to the namespace_info field.
4552         * buildsym.h (using_directives): Rename into...
4553         (local_using_directives): ... this.
4554         (global_using_directives): New.
4555         (struct context_stack): Rename the using_directives field into
4556         local_using_directives.
4557         * buildsym.c (finish_block_internal): Deal with the proper
4558         using directives repository (local or global).
4559         (prepare_for_building): Reset local_using_directives. Assert
4560         that there is no pending global using directive.
4561         (reset_symtab_globals): Reset global_using_directives and
4562         local_using_directives.
4563         (end_symtab_get_static_block): Don't ignore symtabs that have
4564         only using directives.
4565         (push_context): Update references to local_using_directives.
4566         (buildsym_init): Do not reset using_directives.
4567         * cp-support.c: Include namespace.h.
4568         * cp-support.h (struct using_direct): Move to namespace.h.
4569         (cp_add_using_directives): Move to namespace.h.
4570         * cp-namespace.c: Include namespace.h
4571         (cp_add_using_directive): Move to namespace.c, rename it to
4572         add_using_directive, add a "using_directives" argument and use
4573         it as the pending using directives repository.  All callers
4574         updated.
4575         * dwarf2read.c (using_directives): New.
4576         (read_import_statement): Call using_directives.
4577         (read_func_scope): Update references to local_using_directives.
4578         (read_lexical_block_scope): Likewise.
4579         (read_namespace): Update the heading comment, call
4580         using_directives.
4581         * namespace.h: New file.
4582         * namespace.c: New file.
4583         * Makefile.in (SFILES): Add namespace.c.
4584         (COMMON_OBS): Add namespace.o
4585
4586 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
4587
4588         * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4589         compute RETADDR.
4590
4591 2015-08-12  Keith Seitz  <keiths@redhat.com>
4592
4593         * break-catch-throw.c (re_set_exception_catchpoint) Rename
4594         reserved C++ keyword "explicit" to "explicit_loc".
4595         * breakpoint.c (create_overlay_event_breakpoint)
4596         (create_longjmp_master_breakpoint)
4597         (create_std_terminate_master_breakpoint)
4598         (create_exception_master_breakpoint, update_static_tracepoint):
4599         Rename reserved C++ keyword "explicit" to "explicit_loc".
4600         * completer.c (collect_explicit_location_matches)
4601         (explicit_location_completer): Rename reserved C++ keyword
4602         "explicit" to "explicit_loc".
4603         * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4604         (canonicalize_linespec, create_sals_line_offset)
4605         (convert_linespec_to_sals, convert_explicit_location_to_sals)
4606         (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4607         "explicit" to "explicit_loc".
4608         * location.c (struct event_location) <explicit>: Rename to
4609         "explicit_loc".
4610         (initialize_explicit_location, new_explicit_location)
4611         (explicit_location_to_string_internal, explicit_location_to_linespec):
4612         Rename reserved C++ keyword "explicit" to "explicit_loc".
4613         * location.h (explicit_location_to_string)
4614         (explicit_location_to_linespec, initialize_explicit_location)
4615         (new_explicit_location): Rename reserved C++ keyword "explicit"
4616         to "explicit_loc".
4617         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4618         keyword "explicit" to "explicit_loc".
4619
4620 2015-08-12  Keith Seitz  <keiths@redhat.com>
4621
4622         * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4623         and only call decode_line_1 when it is non-NULL.
4624
4625 2015-08-12  Luis Machado  <lgustavo@codesourcery.com>
4626
4627         * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4628         location address is not meaningful.
4629         (breakpoint_address_is_meaningful): Update comment.
4630
4631 2015-08-11  Keith Seitz  <keiths@redhat.com>
4632
4633         * NEWS: Mention explicit locations.
4634         * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4635         [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4636         (_initialize_breakpoint): Update documentation for
4637         "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4638
4639 2015-08-11  Keith Seitz  <keiths@redhat.com>
4640
4641         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4642         explicit locations, options "--source", "--function",
4643         "--label", and "--line".
4644
4645 2015-08-11  Keith Seitz  <keiths@redhat.com>
4646
4647         * completer.c: Include location.h.
4648         (enum match_type): New enum.
4649         (location_completer): Rename to ...
4650         (linespec_completer): ... this.
4651         (collect_explicit_location_matches, backup_text_ptr)
4652         (explicit_location_completer): New functions.
4653         (location_completer): "New" function; handle linespec
4654         and explicit location completions.
4655         (complete_line_internal): Remove all location completer-specific
4656         handling.
4657         * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4658         (find_toplevel_char): Export.
4659         (linespec_parse_line_offset): Export.
4660         Issue error if STRING is not numerical.
4661         (gdb_get_linespec_parser_quote_characters): New function.
4662         * linespec.h (linespec_parse_line_offset): Declare.
4663         (get_gdb_linespec_parser_quote_characters): Declare.
4664         (is_ada_operator): Declare.
4665         (find_toplevel_char): Declare.
4666         (linespec_lexer_lex_keyword): Declare.
4667         * location.c (explicit_to_event_location): New function.
4668         (explicit_location_lex_one): New function.
4669         (string_to_explicit_location): New function.
4670         (string_to_event_location): Handle explicit locations.
4671         * location.h (explicit_to_event_location): Declare.
4672         (string_to_explicit_location): Declare.
4673
4674 2015-08-11  Keith Seitz  <keiths@redhat.com>
4675
4676         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4677         linespec into explicit location.
4678         * breakpoint.c (create_overlay_breakpoint)
4679         (create_longjmp_master_breakpoint)
4680         (create_std_terminate_master_breakpoint)
4681         (create_exception_master_breakpoint): Convert linespec into explicit
4682         location.
4683         (update_static_tracepoint): Convert linespec into explicit location.
4684         * linespec.c (enum offset_relative_sign, struct line_offset): Move
4685         location.h.
4686         (struct linespec) <expression, expr_pc, source_filename>
4687         <function_name, label_name, line_offset>: Replace with ...
4688         <explicit>: ... this.
4689         <is_linespec>: New member.
4690         (PARSER_EXPLICIT): New accessor macro.
4691         (undefined_label_error): New function.
4692         (source_file_not_found_error): New function.
4693         (linespec_parse_basic): The parser result is now an explicit location.
4694         Use PARSER_EXPLICIT to access it.
4695         Use undefined_label_error.
4696         (canonicalize_linespec): Convert canonical linespec into explicit
4697         location.
4698         Move string representation of location to explicit_location_to_linespec
4699         and use it and explicit_location_to_string to save string
4700         representations of the canonical location.
4701         (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4702         explicit location.  Update all references.
4703         (convert_explicit_location_to_sals): New function.
4704         (parse_linespec): Use PARSER_EXPLICIT to access the parser
4705         result's explicit location.
4706         (linespec_state_constructor): Initialize is_linespec.
4707         Use PARSER_EXPLICIT.
4708         (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4709         result.
4710         (event_location_to_sals): For linespec locations, set is_linespec.
4711         Handle explicit locations.
4712         (decode_objc): 'ls' contains an explicit location now. Update all
4713         references.
4714         (symtabs_from_filename): Use source_file_not_found_error.
4715         * location.c (struct event_location.u) <explicit>: New member.
4716         (initialize_explicit_location): New function.
4717         (initialize_event_location): Initialize explicit locations.
4718         (new_explicit_location, get_explicit_location)
4719         (get_explicit_location_const): New functions.
4720         (explicit_to_string_internal): New function; most of contents moved
4721         from canonicalize_linespec.
4722         (explicit_location_to_string): New function.
4723         (explicit_location_to_linespec): New function.
4724         (copy_event_location, delete_event_location)
4725         (event_location_to_string_const, event_location_empty_p): Handle
4726         explicit locations.
4727         * location.h (enum offset_relative_sign, struct line_offset): Move
4728         here from linespec.h.
4729         (enum event_location_type): Add EXPLICIT_LOCATION.
4730         (struct explicit_location): New structure.
4731         (explicit_location_to_string): Declare.
4732         (explicit_location_to_linespec): Declare.
4733         (new_explicit_location, get_explicit_locationp
4734         (get_explicit_location_const, initialize_explicit_location): Declare.
4735
4736 2015-08-11  Keith Seitz  <keiths@redhat.com>
4737
4738         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4739         linespec for stap probe to probe location.
4740         * breakpoint.c (create_longjmp_master_breakpoint)
4741         (create_exception_master_breakpoint): Likewise.
4742         (break_command_1): Remove local variable `arg_cp'.
4743         Check location type to set appropriate breakpoint ops methods.
4744         (trace_command): Likewise.
4745         * linespec.c (event_location_to_sals): Assert on probe locations.
4746         * location.c (EL_PROBE): Add macro definition.
4747         (new_probe_location, get_probe_location): New functions.
4748         (copy_event_location, delete_event_location, event_location_to_string)
4749         (string_to_event_location, event_location_empty_p): Handle probe
4750         locations.
4751         * location.h (enum event_location_type): Add PROBE_LOCATION.
4752         (new_probe_location, get_probe_location): Declare.
4753         * probe.c (parse_probes): Assert that LOCATION is a probe location.
4754         Convert linespec into probe location.
4755
4756 2015-08-11  Keith Seitz  <keiths@redhat.com>
4757
4758         * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4759         Convert linespec to address location.
4760         * linespec.c (canonicalize_linespec): Do not handle address
4761         locations here.
4762         (convert_address_location_to_sals): New function; contents moved
4763         from ...
4764         (convert_linespc_to_sals): ... here.
4765         (parse_linespec): Remove address locations from linespec grammar.
4766         Remove handling of address locations.
4767         (linespec_lex_to_end): Remove handling of address linespecs.
4768         (event_location_to_sals): Handle ADDRESS_LOCATION.
4769         (linespec_expression_to_pc): Export.
4770         * linespec.h (linespec_expression_to_pc): Add declaration.
4771         * location.c (struct event_location.u) <address>: New member.
4772         (new_address_location, get_address_location): New functions.
4773         (copy_event_location, delete_event_location, event_location_to_string)
4774         (string_to_event_location, event_location_empty_p): Handle address
4775         locations.
4776         * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4777         (new_address_location, get_address_location): Declare.
4778         * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4779         to address location.
4780         * spu-tdep.c (spu_catch_start): Likewise.
4781
4782 2015-08-11  Keith Seitz  <keiths@redhat.com>
4783
4784         * ax-gdb.c: Include location.h.
4785         (agent_command_1) Use linespec location instead of address
4786         string.
4787         * break-catch-throw.c: Include location.h.
4788         (re_set_exception_catchpoint): Use linespec locations instead
4789         of address strings.
4790         * breakpoint.c: Include location.h.
4791         (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4792         (create_std_terminate_master_breakpoint)
4793         (create_exception_master_breakpoint, update_breakpoints_after_exec):
4794         Use linespec location instead of address string.
4795         (print_breakpoint_location):  Use locations and
4796         event_location_to_string.
4797         Print extra_string for pending locations for non-MI streams.
4798         (print_one_breakpoint_location): Use locations and
4799         event_location_to_string.
4800         (init_raw_breakpoint_without_location): Initialize b->location.
4801         (create_thread_event_breakpoint): Use linespec location instead of
4802         address string.
4803         (init_breakpoint_sal): Likewise.
4804         Only save extra_string if it is non-NULL and not the empty string.
4805         Use event_location_to_string instead of `addr_string'.
4806         Constify `p' and `endp'.
4807         Use skip_spaces_const/skip_space_const instead of non-const versions.
4808         Copy the location into the breakpoint.
4809         If LOCATION is NULL, save the breakpoint address as a linespec location
4810         instead of an address string.
4811         (create_breakpoint_sal): Change `addr_string' parameter to a struct
4812         event_location. All uses updated.
4813         (create_breakpoints_sal): Likewise for local variable `addr_string'.
4814         (parse_breakpoint_sals): Use locations instead of address strings.
4815         Remove check for empty linespec with conditional.
4816         Refactor.
4817         (decode_static_tracepoint_spec): Make argument const and update
4818         function.
4819         (create_breakpoint): Change `arg' to a struct event_location and
4820         rename.
4821         Remove `copy_arg' and `addr_start'.
4822         If EXTRA_STRING is empty, set it to NULL.
4823         Don't populate `canonical' for pending breakpoints.
4824         Pass `extra_string' to find_condition_and_thread.
4825         Clear `extra_string' if `rest' was NULL.
4826         Do not error with "garbage after location" if setting a dprintf
4827         breakpoint.
4828         Copy the location into the breakpoint instead of an address string.
4829         (break_command_1): Use string_to_event_location and pass this to
4830         create_breakpoint instead of an address string.
4831         Check against `arg_cp' for a probe linespec.
4832         (dprintf_command): Use string_to_event_location and pass this to
4833         create_breakpoint instead of an address string.
4834         Throw an exception if no format string was specified.
4835         (print_recreate_ranged_breakpoint): Use event_location_to_string
4836         instead of address strings.
4837         (break_range_command, until_break_command)
4838         (init_ada_exception_breakpoint): Use locations instead
4839         of address strings.
4840         (say_where): Print out extra_string for pending locations.
4841         (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4842         the breakpoint.
4843         (base_breakpoint_create_sals_from_location): Use struct event_location
4844         instead of address string.
4845         Remove `addr_start' and `copy_arg' parameters.
4846         (base_breakpoint_decode_location): Use struct event_location instead of
4847         address string.
4848         (bkpt_re_set): Use locations instead of address strings.
4849         Use event_location_empty_p to check for unset location.
4850         (bkpt_print_recreate): Use event_location_to_string instead of
4851         an address string.
4852         Print out extra_string for pending locations.
4853         (bkpt_create_sals_from_location, bkpt_decode_location)
4854         (bkpt_probe_create_sals_from_location): Use struct event_location
4855         instead of address string.
4856         (bkpt_probe_decode_location): Use struct event_location instead of
4857         address string.
4858         (tracepoint_print_recreate): Use event_location_to_string to
4859         recreate the tracepoint.
4860         (tracepoint_create_sals_from_location, tracepoint_decode_location)
4861         (tracepoint_probe_create_sals_from_location)
4862         (tracepoint_probe_decode_location): Use struct event_location
4863         instead of address string.
4864         (dprintf_print_recreate): Use event_location_to_string to recreate
4865         the dprintf.
4866         (dprintf_re_set): Remove check for valid/missing format string.
4867         (strace_marker_create_sals_from_location)
4868         (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
4869         (update_static_tracepoint): Use struct event_location instead of
4870         address string.
4871         (location_to_sals): Likewise.
4872         Pass `extra_string' to find_condition_and_thread.
4873         For newly resolved pending breakpoint locations, clear the location's
4874         string representation.
4875         Assert that the breakpoint's condition string is NULL when
4876         condition_not_parsed.
4877         (breakpoint_re_set_default, create_sals_from_location_default)
4878         (decode_location_default, trace_command, ftrace_command)
4879         (strace_command, create_tracepoint_from_upload): Use locations
4880         instead of address strings.
4881         * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
4882         Use struct event_location instead of address string.
4883         Update all uses.
4884         <decode_location>: Likewise.
4885         (struct breakpoint) <addr_string>: Change to struct event_location
4886         and rename `location'.
4887         <addr_string_range_end>: Change to struct event_location and rename
4888         `location_range_end'.
4889         (create_breakpoint): Use struct event_location instead of address
4890         string.
4891         * cli/cli-cmds.c: Include location.h.
4892         (edit_command, list_command): Use locations instead of address strings.
4893         * elfread.c: Include location.h.
4894         (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
4895         * guile/scm-breakpoint.c: Include location.h.
4896         (bpscm_print_breakpoint_smob): Use event_location_to_string.
4897         (gdbscm_register_breakpoint): Use locations instead of address
4898         strings.
4899         * linespec.c: Include location.h.
4900         (struct ls_parser) <stream>: Change to const char *.
4901         (PARSER_STREAM): Update.
4902         (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
4903         keywords must be followed by whitespace.
4904         (canonicalize_linespec): Save a linespec location into `canonical'.
4905         Save a canonical linespec into `canonical'.
4906         (parse_linespec): Change `argptr' to const char * and rename `arg'.
4907         All uses updated.
4908         Update function description.
4909         (linespec_parser_new): Initialize `parser'.
4910         Update initialization of  parsing stream.
4911         (event_location_to_sals): New function.
4912         (decode_line_full): Change `argptr' to a struct event_location and
4913         rename it `location'.
4914         Use locations instead of address strings.
4915         Call event_location_to_sals instead of parse_linespec.
4916         (decode_line_1): Likewise.
4917         (decode_line_with_current_source, decode_line_with_last_displayed)
4918         Use locations instead of address strings.
4919         (decode_objc): Likewise.
4920         Change `argptr' to const char * and rename `arg'.
4921         (destroy_linespec_result): Delete the linespec result's location
4922         instead of freeing the address string.
4923         * linespec.h (struct linespec_result) <addr_string>: Change to
4924         struct event_location and rename to ...
4925         <location>: ... this.
4926         (decode_line_1, decode_line_full): Change `argptr' to struct
4927         event_location.  All callers updated.
4928         * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
4929         (mi_cmd_break_insert_1): Use locations instead of address strings.
4930         Throw an error if there was "garbage" at the end of the specified
4931         linespec.
4932         * probe.c: Include location.h.
4933         (parse_probes): Change `argptr' to struct event_location.
4934         Use event locations instead of address strings.
4935         * probe.h (parse_probes): Change `argptr' to struct event_location.
4936         * python/py-breakpoint.c: Include location.h.
4937         (bppy_get_location): Constify local variable `str'.
4938         Use event_location_to_string.
4939         (bppy_init): Use locations instead of address strings.
4940         * python/py-finishbreakpoint.c: Include location.h.
4941         (bpfinishpy_init): Remove local variable `addr_str'.
4942         Use locations instead of address strings.
4943         * python/python.c: Include location.h.
4944         (gdbpy_decode_line): Use locations instead of address strings.
4945         * remote.c: Include location.h.
4946         (remote_download_tracepoint): Use locations instead of address
4947         strings.
4948         * spu-tdep.c: Include location.h.
4949         (spu_catch_start): Remove local variable `buf'.
4950         Use locations instead of address strings.
4951         * tracepoint.c: Include location.h.
4952         (scope_info): Use locations instead of address strings.
4953         (encode_source_string): Constify parameter `src'.
4954         * tracepoint.h (encode_source_string): Likewise.
4955
4956 2015-08-11  Keith Seitz  <keiths@redhat.com>
4957
4958         * Makefile.in (SFILES): Add location.c.
4959         (HFILES_NO_SRCDIR): Add location.h.
4960         (COMMON_OBS): Add location.o.
4961         * linespec.c (linespec_lex_to_end): New function.
4962         * linespec.h (linespec_lex_to_end): Declare.
4963         * location.c: New file.
4964         * location.h: New file.
4965
4966 2015-08-11  Keith Seitz  <keiths@redhat.com>
4967
4968         * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
4969         Renamed to create_sals_from_location.
4970         <decode_linespec>: Renamed to decode_location.
4971         Update all callers.
4972         * breakpoint.c (create_sals_from_address_default): Renamed to ...
4973         (create_sals_from_location_default): ... this.
4974         (addr_string_to_sals): Renamed to ...
4975         (location_to_sals): ... this.
4976         (decode_linespec_default): Renamed to ...
4977         (decode_location_default): ... this.
4978         (base_breakpoint_create_sals_from_address): Renamed to ...
4979         (base_breakpoint_create_sals_from_location): ... this.
4980         (bkpt_create_sals_from_address): Renamed to ...
4981         (bkpt_create_sals_from_location): ... this.
4982         (bkpt_decode_linespec): Renamed to ...
4983         (bkpt_decode_location): ... this.
4984         (bkpt_probe_create_sals_from_address): Renamed to ...
4985         (bkpt_probe_create_sals_from_location): ... this.
4986         (tracepoint_create_sals_from_address): Renamed to ...
4987         (tracepoint_create_sals_from_location): ... this.
4988         (tracepoint_decode_linespec): Renamed to ...
4989         (tracepoint_decode_location): ... this.
4990         (tracepoint_probe_create_sals_from_address): Renamed to ...
4991         (tracepoint_probe_create_sals_from_location): ... this.
4992         (tracepoint_probe_decode_linespec): Renamed to ...
4993         (tracepoint_probe_decode_location): ... this.
4994         (strace_marker_create_sals_from_address): Renamed to ...
4995         (strace_marker_create_sals_from_location): ... this.
4996         (decode_linespec_default): Renamed to ...
4997         (decode_location_default): ... this.
4998
4999 2015-08-10  Doug Evans  <dje@google.com>
5000             Keith Seitz  <keiths@redhat.com>
5001
5002         PR gdb/17960
5003         * symtab.c (make_file_symbol_completion_list_1): Renamed from
5004         make_file_symbol_completion_list and made static.
5005         (make_file_symbol_completion_list): New function.
5006
5007 2015-08-10  Joel Brobecker  <brobecker@adacore.com>
5008
5009         * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
5010         trailing new-line at end of warning message.
5011         (proceed): Add i18n marker to error messages.
5012
5013 2015-08-07  Pedro Alves  <palves@redhat.com>
5014
5015         * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
5016
5017 2015-08-07  Pedro Alves  <palves@redhat.com>
5018
5019         * s390-linux-tdep.c (is_non_branch_ril)
5020         (s390_displaced_step_copy_insn): New functions.
5021         (s390_displaced_step_fixup): Update comment.
5022         (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
5023         gdbarch_displaced_step_copy_insn hook.
5024
5025 2015-08-07  Pedro Alves  <palves@redhat.com>
5026
5027         * infrun.c (displaced_step_prepare_throw): Return -1 if
5028         gdbarch_displaced_step_copy_insn returns NULL.  Update intro
5029         comment.
5030         * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
5031         (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
5032         in file.
5033         (ppc_displaced_step_copy_insn): New function.
5034         (ppc_displaced_step_fixup): Update comment.
5035         (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
5036         gdbarch_displaced_step_copy_insn hook.
5037         * gdbarch.sh (displaced_step_copy_insn): Document what happens on
5038         NULL return.
5039         * gdbarch.h: Regenerate.
5040
5041 2015-08-07  Pedro Alves  <palves@redhat.com>
5042
5043         * inferior.h (struct inferior) <displaced_stepping_failed>: New
5044         field.
5045         * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
5046         Return false if dispaced stepping failed before.
5047         (resume): Pass the current inferior to
5048         use_displaced_stepping_now_p.  Wrap displaced_step_prepare in
5049         TRY/CATCH.  If we get a MEMORY_ERROR, set the inferior's
5050         displaced_stepping_failed flag, and fall back to an in-line
5051         step-over.
5052
5053 2015-08-07  Pedro Alves  <palves@redhat.com>
5054
5055         * darwin-nat.c (darwin_stop): Rename to ...
5056         (darwin_interrupt): ... this.
5057         (_initialize_darwin_inferior): Adjust.
5058         * gnu-nat.c (gnu_stop): Delete.
5059         (gnu_target): Don't install gnu_stop.
5060         * inf-ptrace.c (inf_ptrace_stop): Rename to ...
5061         (inf_ptrace_interrupt): ... this.
5062         (inf_ptrace_target): Adjust.
5063         * infcmd.c (interrupt_target_1): Use target_interrupt instead of
5064         target_stop.
5065         * linux-nat (linux_nat_stop): Rename to ...
5066         (linux_nat_interrupt): ... this.
5067         (linux_nat_stop): Reimplement.
5068         (linux_nat_add_target): Install linux_nat_interrupt.
5069         * nto-procfs.c (nto_interrupt_twice): Rename to ...
5070         (nto_handle_sigint_twice): ... this.
5071         (nto_interrupt): Rename to ...
5072         (nto_handle_sigint): ... this.  Call target_interrupt instead of
5073         target_stop.
5074         (procfs_wait): Adjust.
5075         (procfs_stop): Rename to ...
5076         (procfs_interrupt): ... this.
5077         (init_procfs_targets): Adjust.
5078         * procfs.c (procfs_stop): Rename to ...
5079         (procfs_interrupt): ... this.
5080         (procfs_target): Adjust.
5081         * remote-m32r-sdi.c (m32r_stop): Rename to ...
5082         (m32r_interrupt): ... this.
5083         (init_m32r_ops): Adjust.
5084         * remote-sim.c (gdbsim_stop_inferior): Rename to ...
5085         (gdbsim_interrupt_inferior): ... this.
5086         (gdbsim_stop): Rename to ...
5087         (gdbsim_interrupt): ... this.
5088         (gdbsim_cntrl_c): Adjust.
5089         (init_gdbsim_ops): Adjust.
5090         * remote.c (sync_remote_interrupt): Adjust comments.
5091         (remote_stop_as): Rename to ...
5092         (remote_interrupt_as): ... this.
5093         (remote_stop): Adjust comment.
5094         (remote_interrupt): New function.
5095         (init_remote_ops): Install remote_interrupt.
5096         * target.c (target_interrupt): New function.
5097         * target.h (struct target_ops) <to_interrupt>: New field.
5098         (target_interrupt): New declaration.
5099         * windows-nat.c (windows_stop): Rename to ...
5100         (windows_interrupt): ... this.
5101         * target-delegates.c: Regenerate.
5102
5103 2015-08-07  Pedro Alves  <palves@redhat.com>
5104
5105         * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
5106         threads" as alternative to "switching back to stepped thread".
5107
5108 2015-08-07  Pedro Alves  <palves@redhat.com>
5109
5110         * NEWS: Mention "maint set/show target-non-stop".
5111         * breakpoint.c (update_global_location_list): Check
5112         target_is_non_stop_p instead of non_stop.
5113         * infcmd.c (attach_command_post_wait, attach_command): Likewise.
5114         * infrun.c (show_can_use_displaced_stepping)
5115         (can_use_displaced_stepping_p, start_step_over_inferior):
5116         Likewise.
5117         (internal_resume_ptid): New function.
5118         (resume): Use it.
5119         (proceed): Check target_is_non_stop_p instead of non_stop.  If in
5120         all-stop mode but the target is always in non-stop mode, start all
5121         the other threads that are implicitly resumed too.
5122         (for_each_just_stopped_thread, fetch_inferior_event)
5123         (adjust_pc_after_break, stop_all_threads): Check
5124         target_is_non_stop_p instead of non_stop.
5125         (handle_inferior_event): Likewise.  Handle detach-fork in all-stop
5126         with the target always in non-stop mode.
5127         (handle_signal_stop) <random signal>: Check target_is_non_stop_p
5128         instead of non_stop.
5129         (switch_back_to_stepped_thread): Check target_is_non_stop_p
5130         instead of non_stop.
5131         (keep_going_stepped_thread): Use internal_resume_ptid.
5132         (stop_waiting): If in all-stop mode, and the target is in non-stop
5133         mode, stop all threads.
5134         (keep_going_pass): Likewise, when starting a new in-line step-over
5135         sequence.
5136         * linux-nat.c (get_pending_status, select_event_lwp)
5137         (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
5138         target_is_non_stop_p instead of non_stop.
5139         (linux_nat_always_non_stop_p): New function.
5140         (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
5141         (linux_nat_add_target): Install linux_nat_always_non_stop_p.
5142         * target-delegates.c: Regenerate.
5143         * target.c (target_is_non_stop_p): New function.
5144         (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
5145         (maint_set_target_non_stop_command)
5146         (maint_show_target_non_stop_command): New functions.
5147         (_initilize_target): Install "maint set/show target-non-stop"
5148         commands.
5149         * target.h (struct target_ops) <to_always_non_stop_p>: New field.
5150         (target_non_stop_enabled): New declaration.
5151         (target_is_non_stop_p): New declaration.
5152
5153 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5154
5155         * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
5156         has a pending status, return true.
5157         * gdbthread.h: Include target/waitstatus.h.
5158         (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
5159         stop_pc>: New fields.
5160         (struct thread_info) <resumed>: New field.
5161         (set_resumed): Declare.
5162         * infrun.c: Include "event-loop.h".
5163         (infrun_async_inferior_event_token, infrun_is_async): New globals.
5164         (infrun_async): New function.
5165         (clear_step_over_info): Add debug output.
5166         (displaced_step_in_progress_any_inferior): New function.
5167         (displaced_step_fixup): New returns int.
5168         (start_step_over): Handle in-line step-overs too.  Assert the
5169         thread is marked resumed.
5170         (resume_cleanups): Clear the thread's resumed flag.
5171         (resume): Set the thread's resumed flag.  Return early if the
5172         thread has a pending status.  Allow stepping a breakpoint with no
5173         signal.
5174         (proceed): Adjust to check 'resumed' instead of 'executing'.
5175         (clear_proceed_status_thread): If the thread has a pending status,
5176         and that status is a finished step, discard the pending status.
5177         (clear_proceed_status): Don't clear step_over_info here.
5178         (random_pending_event_thread, do_target_wait): New functions.
5179         (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
5180         do_target_wait.
5181         (wait_one): New function.
5182         (THREAD_STOPPED_BY): New macro.
5183         (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
5184         (thread_stopped_by_hw_breakpoint): New functions.
5185         (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
5186         functions.
5187         (handle_inferior_event): Also call set_resumed(false) on all
5188         threads implicitly stopped by the event.
5189         (restart_threads, resumed_thread_with_pending_status): New
5190         functions.
5191         (finish_step_over): If we were doing an in-line step-over before,
5192         and no longer are after trying to start a new step-over, restart
5193         all threads.  If we have multiple threads with pending events,
5194         save the current event and go through the event loop again.
5195         (handle_signal_stop): Return early if finish_step_over returns
5196         false.
5197         <random signal>: If we get a signal while stepping over a
5198         breakpoint in-line in non-stop mode, restart all threads.  Clear
5199         step_over_info before delivering the signal.
5200         (keep_going_stepped_thread): Use internal_error instead of
5201         gdb_assert.  Mark the thread as resumed.
5202         (keep_going_pass_signal): Assert the thread isn't already resumed.
5203         If some other thread is doing an in-line step-over, defer the
5204         resume.  If we just started a new in-line step-over, stop all
5205         threads.  Don't clear step_over_info.
5206         (infrun_async_inferior_event_handler): New function.
5207         (_initialize_infrun): Create async event handler with
5208         infrun_async_inferior_event_handler as callback.
5209         (infrun_async): New declaration.
5210         * target.c (target_async): New function.
5211         * target.h (target_async): Declare macro and readd as function
5212         declaration.
5213         * target/waitstatus.h (enum target_stop_reason)
5214         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5215         * thread.c (new_thread): Clear the new waitstatus field.
5216         (set_resumed): New function.
5217
5218 2015-08-07  Pedro Alves  <palves@redhat.com>
5219
5220         * infrun.c (keep_going_stepped_thread): New function, factored out
5221         from ...
5222         (switch_back_to_stepped_thread): ... here.
5223
5224 2015-08-07  Pedro Alves  <palves@redhat.com>
5225
5226         * infrun.c (currently_stepping): Extend intro comment.
5227         * target.h (target_resume): Extend intro comment.
5228
5229 2015-08-07  Pedro Alves  <palves@redhat.com>
5230
5231         * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5232         of inferior_ptid.  If the stepped thread vanished, return 0
5233         instead of resuming here.  Use reset_ecs.  Print the prev_pc and
5234         the current stop_pc in log message.  Clear trap_expected if the
5235         thread advanced.  Don't pass currently_stepping to
5236         do_target_resume.
5237
5238 2015-08-07  Pedro Alves  <palves@redhat.com>
5239
5240         * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5241         * infrun.c (struct execution_control_state): Move higher up in the
5242         file.
5243         (reset_ecs): New function.
5244         (start_step_over): Now returns int.  Rewrite to use
5245         keep_going_pass_signal instead of manually starting a displaced step.
5246         (resume): Don't call set_running here.  If displaced stepping
5247         can't start now, clear trap_expected.
5248         (find_thread_needs_step_over): Delete function.
5249         (proceed): Set up finish_thread_state_cleanup.  Call set_running.
5250         If the current thread needs a step over, push it in the step-over
5251         chain.  Don't set insert breakpoints nor call resume directly
5252         here.  Instead rewrite to use start_step_over and
5253         keep_going_pass_signal.
5254         (finish_step_over): New function.
5255         (handle_signal_stop): Call finish_step_over instead of
5256         start_step_over.
5257         (switch_back_to_stepped_thread): If the event thread needs another
5258         step-over do that first.  Use start_step_over.
5259         (keep_going_pass_signal): New function, factored out from ...
5260         (keep_going): ... here.
5261         (_initialize_infrun): Comment moved here.
5262         * thread.c (set_running_thread): New function.
5263         (set_running, finish_thread_state): Use set_running_thread.
5264
5265 2015-08-07  Pedro Alves  <palves@redhat.com>
5266
5267         * gdbthread.h (struct thread_info) <step_over_prev,
5268         step_over_next>: New fields.
5269         (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5270         (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5271         declarations.
5272         * infrun.c (struct displaced_step_request): Delete.
5273         (struct displaced_step_inferior_state) <step_request_queue>:
5274         Delete field.
5275         (displaced_step_prepare): Assert that trap_expected is set.  Use
5276         thread_step_over_chain_enqueue.  Split starting a new displaced
5277         step to ...
5278         (start_step_over): ... this new function.
5279         (resume): Assert the thread isn't waiting for a step over already.
5280         (proceed): Assert the thread isn't waiting for a step over
5281         already.
5282         (infrun_thread_stop_requested): Adjust to remove threads from the
5283         embedded step-over chain.
5284         (handle_inferior_event) <fork/vfork>: Call start_step_over after
5285         displaced_step_fixup.
5286         (handle_signal_stop): Call start_step_over after
5287         displaced_step_fixup.
5288         * infrun.h (step_over_queue_head): New declaration.
5289         * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5290         (thread_step_over_chain_next, thread_is_in_step_over_chain)
5291         (thread_step_over_chain_enqueue)
5292         (thread_step_over_chain_remove): New functions.
5293         (delete_thread_1): Remove thread from the step-over chain.
5294
5295 2015-08-07  Pedro Alves  <palves@redhat.com>
5296
5297         * infrun.c (thread_still_needs_step_over): Rename to ...
5298         (thread_still_needs_step_over_bp): ... this.
5299         (enum step_over_what): New.
5300         (thread_still_needs_step_over): Reimplement.
5301
5302 2015-08-07  Pedro Alves  <palves@redhat.com>
5303
5304         * remote.c (remote_wait_as): If not waiting for a stop reply,
5305         return TARGET_WAITKIND_NO_RESUMED.  If TARGET_WNOHANG is
5306         requested, don't block waiting forever.
5307
5308 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5309
5310         * infrun.c (adjust_pc_after_break): Now takes thread_info and
5311         waitstatus pointers instead of an ecs.  Adjust.
5312         (handle_inferior_event): Adjust caller.
5313
5314 2015-08-07  Pedro Alves  <palves@redhat.com>
5315
5316         * infrun.c (handle_inferior_event): If we get
5317         TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5318         mode, mark all threads of the exiting process as not-executing.
5319         (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5320         TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5321         exiting process, if inferior_ptid still points at a process.
5322         * thread.c (struct current_thread_cleanup) <next>: New field.
5323         (current_thread_cleanup_chain): New global.
5324         (restore_current_thread_ptid_changed): New function.
5325         (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5326         current_thread_cleanup_chain list.
5327         (make_cleanup_restore_current_thread): Add the cleanup data to the
5328         current_thread_cleanup_chain list.
5329         (_initialize_thread): Install restore_current_thread_ptid_changed
5330         as thread_ptid_changed observer.
5331
5332 2015-08-07  Joel Brobecker  <brobecker@adacore.com>
5333
5334         * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5335         data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5336         smaller than expected.
5337
5338 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5339
5340         * stack.c (get_frame_language): Moved ...
5341         * frame.c (get_frame_language): ... to here.
5342         * language.h (get_frame_language): Declaration moved to frame.h.
5343         * frame.h: Add language.h include, for language enum.
5344         (get_frame_language): Declaration moved from language.h.
5345         * language.c: Add frame.h include.
5346         * top.c: Add frame.h include.
5347         * symtab.h (struct obj_section): Declare.
5348         (struct cmd_list_element): Declare.
5349
5350 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5351
5352         * language.c (show_language_command): Find selected frame before
5353         asking for the language of that frame.
5354         (set_language_command): Likewise.
5355         * language.h (get_frame_language): Add frame parameter.
5356         * stack.c (get_frame_language): Add frame parameter, assert
5357         parameter is not NULL, update comment and reindent.
5358         * top.c (check_frame_language_change): Pass the selected frame
5359         into get_frame_language.
5360
5361 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5362
5363         * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5364         (pt_btrace_insn_flags): New.
5365         (ftrace_add_pt): Call pt_btrace_insn_flags.
5366         * btrace.h (btrace_insn_flag): New.
5367         (btrace_insn) <flags>: New.
5368         * record-btrace.c (btrace_insn_history): Print insn prefix.
5369         * NEWS: Announce it.
5370
5371 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5372
5373         * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5374         * configure: Regenerate.
5375
5376 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
5377
5378         * Makefile.in (LIBICONV): Define.
5379         (CLIBS): Add LIBICONV.
5380         * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5381         * configure: Regenerate.
5382
5383 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5384             Pedro Alves  <palves@redhat.com>
5385
5386         * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5387         (arm_set_abi): Likewise.
5388         * ax-general.c (ax_print): Likewise.
5389         * c-exp.y (exp : string_exp): Likewise.
5390         * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5391         (do_compile_dwarf_expr_to_c): Likewise.
5392         * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5393         Likewise.
5394         * dwarf2expr.c (execute_stack_op): Likewise.
5395         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5396         (disassemble_dwarf_expression): Likewise.
5397         * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5398         (read_array_order): Likewise.
5399         (abbrev_table_read_table): Likewise.
5400         (read_attribute_value): Likewise.
5401         (skip_unknown_opcode): Likewise.
5402         (dwarf_decode_macro_bytes): Likewise.
5403         (dwarf_decode_macros): Likewise.
5404         * eval.c (value_f90_subarray): Likewise.
5405         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5406         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5407         * infrun.c (handle_command): Likewise.
5408         * memory-map.c (memory_map_start_memory): Likewise.
5409         * osabi.c (set_osabi): Likewise.
5410         * parse.c (operator_length_standard): Likewise.
5411         * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5412         single return point.
5413         * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5414         * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5415         (gdbpy_lookup_global_symbol): Likewise.
5416         * record-full.c (record_full_restore): Likewise.
5417         * regcache.c (regcache_register_status): Likewise.
5418         (regcache_raw_read): Likewise.
5419         (regcache_cooked_read): Likewise.
5420         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5421         * symtab.c (initialize_ordinary_address_classes): Likewise.
5422         * target-debug.h (target_debug_print_signals): Likewise.
5423         * utils.c (do_restore_current_language): Likewise.
5424
5425 2015-08-06  Clem Dickey  <clemd@acm.org>
5426
5427         PR python/17136
5428         * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5429
5430 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5431
5432         * complaints.c (enum complaint_series): Add newlines and remove
5433         out of date comment.
5434         (struct complaints) <series>: Change type to enum
5435         complaint_series and remove out of date comment.
5436         (symfile_complaint_hook): Use equivalent enum value
5437         ISOLATED_MESSAGE instead of 0.
5438
5439 2015-08-06  Pedro Alves  <palves@redhat.com>
5440
5441         * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5442         returned > 0.
5443
5444 2015-08-06  Pierre Langlois  <pierre.langlois@arm.com>
5445
5446         * common/agent.c (symbol_list) <required>: Remove.
5447
5448 2015-08-06  Pedro Alves  <palves@redhat.com>
5449
5450         * target/waitstatus.h (enum target_stop_reason)
5451         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5452
5453 2015-08-05  Pedro Alves  <palves@redhat.com>
5454             Joel Brobecker  <brobecker@adacore.com>
5455
5456         * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
5457         <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5458         case where BS->STOP is not set.
5459
5460 2015-08-05  Ulrich Weigand  <uweigand@de.ibm.com>
5461
5462         * nat/gdb_thread_db.h: Add copyright header.
5463         Protect against multiple inclusion.
5464
5465 2015-08-05  Yao Qi  <yao.qi@linaro.org>
5466
5467         * aarch64-linux-nat.c (get_thread_id): Remove.
5468         (debug_reg_change_callback): Call ptid_get_lwp instead of
5469         get_thread_id.
5470         (fetch_gregs_from_thread): Likewise.
5471         (store_gregs_to_thread): Likewise.
5472         (fetch_fpregs_from_thread): Likewise.
5473         (store_fpregs_to_thread): Likewise.
5474         (aarch64_linux_get_debug_reg_capacity): Likewise.
5475         * arm-linux-nat.c (get_thread_id): Remove.
5476         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5477         * xtensa-linux-nat.c (get_thread_id): Remove.
5478         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5479         * arm-linux-nat.c (get_thread_id): Remove.
5480         (GET_THREAD_ID): Remove.
5481         (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5482         (store_fpregs, fetch_regs, store_regs): Likewise.
5483         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5484         (fetch_vfp_regs, store_vfp_regs): Likewise.
5485         (arm_linux_read_description): Likewise.
5486         (arm_linux_get_hwbp_cap): Likewise.
5487         * xtensa-linux-nat.c (get_thread_id): Remove.
5488         (GET_THREAD_ID): Remove.
5489         (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5490         GET_THREAD_ID.
5491
5492 2015-08-04  Ciro Santilli  <ciro.santilli@gmail.com>  (obvious patch)
5493
5494         * python/py-linetable.c: Fix case of Linetable to LineTable
5495         in docstrings and code comments.
5496         * python/py-symtab.c: Same.
5497
5498 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5499
5500         * infcmd.c (signal_command): Call do_cleanups for args_chain.
5501
5502 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5503
5504         PR gdb/18767
5505         * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5506         use.
5507
5508 2015-08-04  Pedro Alves  <palves@redhat.com>
5509
5510         * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5511         (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5512         (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5513         (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5514         (td_thr_validate_ftype, td_thr_get_info_ftype)
5515         (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5516         (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5517         New typedefs.
5518         * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5519         (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5520         local macros and use them instead of verbose_dlsym and dlsym
5521         calls.
5522
5523 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
5524
5525         * nios2-tdep.h: Include opcode/nios2.h here.
5526         (NIOS2_CDX_OPCODE_SIZE): New.
5527         (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5528         * nios2-tdep.c: Don't include opcode/nios2.h here.
5529         (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5530         4-byte read fails.
5531         (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5532         (nios2_match_addi, nios2_match_orhi): Likewise.
5533         (nios2_match_stw, nios2_match_ldw): Likewise.
5534         (nios2_match_rdctl): Likewise.
5535         (nios2_match_stwm, nios2_match_ldwm): New.
5536         (nios2_match_branch): Add cases for R2 encodings.
5537         (nios2_match_jmpi, nios2_match_calli): Likewise.
5538         (nios2_match_jmpr, nios2_match_callr): Likewise.
5539         (nios2_match_break, nios2_match_trap): Likewise.
5540         (nios2_in_epilogue_p): Add R2 support.
5541         (nios2_analyze_prologue): Update comments.  Recognize R2 CDX
5542         prologues.
5543         (nios2_breakpoint_from_pc): Handle R2 instructions.
5544         (nios2_get_next_pc): Likewise.  Adjust call to
5545         tdep->syscall_next_pc.
5546         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5547         Renamed from nios2_linux_rt_sigreturn_tramp_frame.  Use
5548         instruction field macros instead of literal hex values.
5549         (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5550         (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5551         Use size field from OP instead of assuming all instructions
5552         are the same size.
5553         (nios2_linux_init_abi): Register appropriate unwinder for mach.
5554
5555 2015-08-03  Ulrich Weigand  <uweigand@de.ibm.com>
5556
5557         * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5558         variable warning with some compilers.
5559
5560 2015-08-03  Yao Qi  <yao.qi@linaro.org>
5561
5562         * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5563         in comment.  Replace "rw" with "type".
5564         (arm_linux_remove_watchpoint): Change type of "rw" to
5565         "enum target_hw_bp_type".
5566
5567 2015-08-02  Pierre-Marie de Rodat  <derodat@adacore.com>
5568
5569         * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5570         lookup_symbol.
5571         * ft32-tdep.c (ft32_skip_prologue): Likewise.
5572         * moxie-tdep.c (moxie_skip_prologue): Likewise.
5573         * mt-tdep.c (mt_skip_prologue): Likewise.
5574         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5575
5576 2015-08-01  Pierre-Marie de Rodat  <derodat@adacore.com>
5577
5578         * ada-exp.y (write_object_renaming): Replace struct
5579         ada_symbol_info with struct block_symbol.  Update field
5580         references accordingly.
5581         (block_lookup, select_possible_type_sym): Likewise.
5582         (find_primitive_type): Likewise.  Also update call to
5583         ada_lookup_symbol to extract the symbol itself.
5584         (write_var_or_type, write_name_assoc): Likewise.
5585         * ada-lang.h (struct ada_symbol_info): Remove.
5586         (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5587         struct block_symbol.
5588         (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5589         (ada_lookup_symbol): Return struct block_symbol instead of a
5590         mere symbol.
5591         * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5592         with struct block_symbol.
5593         (resolve_subexp, ada_resolve_function, sort_choices,
5594         user_select_syms, is_nonfunction, add_defn_to_vec,
5595         num_defns_collected, defns_collected,
5596         symbols_are_identical_enums, remove_extra_symbols,
5597         remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5598         ada_lookup_symbol_list, ada_iterate_over_symbols,
5599         ada_lookup_encoded_symbol, get_var_value): Likewise.
5600         (ada_lookup_symbol): Return a block_symbol instead of a mere
5601         symbol.  Replace struct ada_symbol_info with struct
5602         block_symbol.
5603         (ada_lookup_symbol_nonlocal): Likewise.
5604         (standard_lookup): Make block passing explicit through
5605         lookup_symbol_in_language.
5606         * ada-tasks.c (get_tcb_types_info): Update the calls to
5607         lookup_symbol_in_language to extract the mere symbol out of the
5608         returned value.
5609         (ada_tasks_inferior_data_sniffer): Likewise.
5610         * ax-gdb.c (gen_static_field): Likewise for the call to
5611         lookup_symbol.
5612         (gen_maybe_namespace_elt): Deal with struct block_symbol from
5613         lookup functions.
5614         (gen_expr): Likewise.
5615         * c-exp.y: Likewise.  Remove uses of block_found.
5616         (lex_one_token, classify_inner_name, c_print_token): Likewise.
5617         (classify_name): Likewise.  Rename the "sym" local variable to
5618         "bsym".
5619         * c-valprint.c (print_unpacked_pointer): Likewise.
5620         * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5621         "sym" parameter from struct symbol * to struct block_symbol.
5622         Use it to remove uses of block_found.  Deal with struct
5623         block_symbol from lookup functions.
5624         (gcc_convert_symbol): Likewise.  Update the call to
5625         convert_symbol_sym.
5626         * compile/compile-object-load.c (compile_object_load): Deal with
5627         struct block_symbol from lookup functions.
5628         * cp-namespace.c (cp_lookup_nested_symbol_1,
5629         cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5630         cp_search_static_and_baseclasses,
5631         cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5632         cp_lookup_symbol_imports_or_template,
5633         cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5634         lookup_namespace_scope, cp_lookup_nonlocal,
5635         find_symbol_in_baseclass): Return struct block_symbol instead of
5636         mere symbols and deal with struct block_symbol from lookup
5637         functions.
5638         * cp-support.c (inspect_type, replace_typedefs,
5639         cp_lookup_rtti_type): Deal with struct block_symbol from
5640         lookup functions.
5641         * cp-support.h (cp_lookup_symbol_nonlocal,
5642         cp_lookup_symbol_from_namespace,
5643         cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
5644         Return struct block_symbol instead of mere symbols.
5645         * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5646         push_module_name):
5647         Deal with struct block_symbol from lookup functions.  Remove
5648         uses of block_found.
5649         * eval.c (evaluate_subexp_standard): Update call to
5650         cp_lookup_symbol_namespace.
5651         * f-exp.y: Deal with struct block_symbol from lookup functions.
5652         Remove uses of block_found.
5653         (yylex): Likewise.
5654         * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5655         lookup_enum, lookup_template_type, check_typedef): Deal with
5656         struct block_symbol from lookup functions.
5657         * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5658         * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5659         (gdbscm_lookup_global_symbol): Likewise.
5660         * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5661         * go-exp.y: Likewise.  Remove uses of block_found.
5662         (package_name_p, classify_packaged_name, classify_name):
5663         Likewise.
5664         * infrun.c (insert_exception_resume_breakpoint): Likewise.
5665         * jv-exp.y (push_variable): Likewise.
5666         * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5667         * language.c (language_bool_type): Likewise.
5668         * language.h (struct language_defn): Update
5669         la_lookup_symbol_nonlocal to return a struct block_symbol rather
5670         than a mere symbol.
5671         * linespec.c (find_label_symbols): Deal with struct block_symbol
5672         from lookup functions.
5673         * m2-exp.y: Likewise.  Remove uses of block_found.
5674         (yylex): Likewise.
5675         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5676         * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5677         * p-exp.y: Likewise.  Remove uses of block_found.
5678         (yylex): Likewise.
5679         * p-valprint.c (pascal_val_print): Likewise.
5680         * parse.c (write_dollar_variable): Likewise.  Remove uses of
5681         block_found.
5682         * parser-defs.h (struct symtoken): Turn the SYM field into a
5683         struct block_symbol.
5684         * printcmd.c (address_info): Deal with struct block_symbol from
5685         lookup functions.
5686         * python/py-frame.c (frapy_read_var): Likewise.
5687         * python/py-symbol.c (gdbpy_lookup_symbol,
5688         gdbpy_lookup_global_symbol): Likewise.
5689         * skip.c (skip_function_command): Likewise.
5690         * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
5691         block_symbol instead of a mere symbol.
5692         * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5693         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5694         * solib.c (solib_global_lookup): Likewise.
5695         * solist.h (solib_global_lookup): Likewise.
5696         (struct target_so_ops): Update lookup_lib_global_symbol to
5697         return a struct block_symbol rather than a mere symbol.
5698         * source.c (select_source_symtab): Deal with struct block_symbol
5699         from lookup functions.
5700         * stack.c (print_frame_args, iterate_over_block_arg_vars):
5701         Likewise.
5702         * symfile.c (set_initial_language): Likewise.
5703         * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
5704         block_symbol.
5705         (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5706         (struct symbol_cache_slot): Turn the FOUND field into a struct
5707         block_symbol.
5708         (block_found): Remove.
5709         (eq_symbol_entry): Update to deal with struct block_symbol in
5710         cache slots.
5711         (symbol_cache_lookup): Return a struct block_symbol rather than
5712         a mere symbol.
5713         (symbol_cache_mark_found): Add a BLOCK parameter to fill
5714         appropriately the cache slots.  Update callers.
5715         (symbol_cache_dump): Update cache slots handling to the type
5716         change.
5717         (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5718         lookup_symbol_aux, lookup_local_symbol,
5719         lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5720         lookup_symbol_in_objfile_symtabs,
5721         lookup_symbol_in_objfile_from_linkage_name,
5722         lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5723         lookup_symbol_in_static_block, lookup_static_symbol,
5724         lookup_global_symbol):
5725         Return a struct block_symbol rather than a mere symbol.  Deal
5726         with struct block_symbol from other lookup functions.  Remove
5727         uses of block_found.
5728         (lookup_symbol_in_block): Remove uses of block_found.
5729         (struct global_sym_lookup_data): Turn the RESULT field into a
5730         struct block_symbol.
5731         (lookup_symbol_global_iterator_cb): Update references to the
5732         RESULT field.
5733         (search_symbols): Deal with struct block_symbol from lookup
5734         functions.
5735         * symtab.h (struct block_symbol): New structure.
5736         (block_found): Remove.
5737         (lookup_symbol_in_language, lookup_symbol,
5738         basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
5739         lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5740         lookup_global_symbol_from_objfile): Return a struct block_symbol
5741         rather than just a mere symbol.  Update comments to remove
5742         mentions of block_found.
5743         * valops.c (find_function_in_inferior,
5744         value_struct_elt_for_reference, value_maybe_namespace_elt,
5745         value_of_this):  Deal with struct block_symbol from lookup
5746         functions.
5747         * value.c (value_static_field, value_fn_field): Likewise.
5748
5749 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5750
5751         * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5752         instead of integer.
5753
5754 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5755             Pedro Alves  <palves@redhat.com>
5756
5757         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5758         type or value instead of integer.
5759         (aarch64_linux_insert_watchpoint): Likewise.
5760         (aarch64_linux_remove_watchpoint): Likewise.
5761         * ada-lang.c (ada_op_print_tab): Likewise.
5762         * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5763         (amd64_linux_syscall_record_common): Likewise.
5764         * arch-utils.c (target_byte_order_user): Likewise.
5765         (default_byte_order): Likewise.
5766         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5767         (arm_linux_get_hwbp_type): Likewise.
5768         (arm_linux_hw_watchpoint_initialize): Likewise.
5769         (arm_linux_insert_watchpoint): Likewise.
5770         * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5771         (arm_linux_syscall_record): Likewise.
5772         * breakpoint.c (update_watchpoint): Likewise.
5773         (breakpoint_here_p): Likewise.
5774         (bpstat_print): Likewise.
5775         (enable_breakpoint_disp): Likewise.
5776         * c-lang.c (c_op_print_tab): Likewise.
5777         * cli/cli-decode.c (add_info_alias): Likewise.
5778         * d-lang.c (d_op_print_tab): Likewise.
5779         * eval.c (evaluate_subexp_standard): Likewise.
5780         * f-exp.y (dot_ops): Likewise.
5781         (f77_keywords): Likewise.
5782         * f-lang.c (f_op_print_tab): Likewise.
5783         * go-lang.c (go_op_print_tab): Likewise.
5784         * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5785         * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5786         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5787         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5788         * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5789         (struct scm_from_stringn_data): Likewise.
5790         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5791         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5792         (ia64_linux_remove_watchpoint): Likewise.
5793         (ia64_linux_can_use_hw_breakpoint): Likewise.
5794         * infrun.c (print_stop_event): Likewise.
5795         * jv-lang.c (java_op_print_tab): Likewise.
5796         * linux-nat.c (linux_proc_xfer_partial): Likewise.
5797         * linux-nat.h (struct lwp_info): Likewise.
5798         * linux-thread-db.c (enable_thread_event): Likewise.
5799         * m2-lang.c (m2_op_print_tab): Likewise.
5800         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5801         (mi_cmd_stack_list_variables): Likewise.
5802         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5803         * mi/mi-out.c (mi_table_begin): Likewise.
5804         (mi_table_header): Likewise.
5805         * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5806         (mips_linux_insert_watchpoint): Likewise.
5807         (mips_linux_remove_watchpoint): Likewise.
5808         * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5809         * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5810         (mips_linux_watch_type_to_irw): Likewise.
5811         * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5812         (procfs_insert_hw_watchpoint): Likewise.
5813         (procfs_remove_hw_watchpoint): Likewise.
5814         (procfs_hw_watchpoint): Likewise.
5815         (procfs_can_use_hw_breakpoint): Likewise.
5816         (procfs_remove_hw_watchpoint): Likewise.
5817         (procfs_insert_hw_watchpoint): Likewise.
5818         * p-lang.c (pascal_op_print_tab): Likewise.
5819         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5820         * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5821         * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5822         * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5823         (procfs_insert_watchpoint): Likewise.
5824         (procfs_remove_watchpoint): Likewise.
5825         * psymtab.c (recursively_search_psymtabs): Likewise.
5826         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5827         (m32r_insert_watchpoint): Likewise.
5828         * remote-mips.c (mips_can_use_watchpoint): Likewise.
5829         (mips_insert_watchpoint): Likewise.
5830         (mips_remove_watchpoint): Likewise.
5831         * remote.c (watchpoint_to_Z_packet): Likewise.
5832         (remote_insert_watchpoint): Likewise.
5833         (remote_remove_watchpoint): Likewise.
5834         (remote_check_watch_resources): Likewise.
5835         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5836         (s390_remove_watchpoint): Likewise.
5837         (s390_can_use_hw_breakpoint): Likewise.
5838         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5839         * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5840         * target.h (struct target_ops): Likewise.
5841         * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5842         * ui-out.c (struct ui_out_hdr): Likewise.
5843         (append_header_to_list): Likewise.
5844         (get_next_header): Likewise.
5845         (verify_field): Likewise.
5846         (ui_out_begin): Likewise.
5847         (ui_out_field_int): Likewise.
5848         (ui_out_field_fmt_int): Likewise.
5849         (ui_out_field_skip): Likewise.
5850         (ui_out_field_string): Likewise.
5851         (ui_out_field_fmt): Likewise.
5852         * varobj.c (new_variable): Likewise.
5853         * x86-nat.c (x86_insert_watchpoint): Likewise.
5854         (x86_remove_watchpoint): Likewise.
5855         (x86_can_use_hw_breakpoint): Likewise.
5856         * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
5857         * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
5858         previously anonymous enumeration type..
5859         * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
5860         value.
5861         * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
5862         (target_debug_print_enum_bptype): New.
5863         * target-delegates.c: Regenerate.
5864
5865 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5866
5867         * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
5868         already says and disallow non-stack memory writes in the prologue.
5869
5870 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5871
5872         * nios2-tdep.c (nios2_analyze_prologue): Update comments to
5873         reflect how current GCC emits stack overflow checks.  Match
5874         both trap and break instructions for backward compatbility.
5875         Disallow other trap and break instructions in the prologue.
5876
5877 2015-07-30  Pedro Alves  <palves@redhat.com>
5878
5879         PR threads/18600
5880         * linux-nat.c (wait_lwp): Report to the core when thread group
5881         leader exits.
5882
5883 2015-07-30  Pedro Alves  <palves@redhat.com>
5884             Simon Marchi  <simon.marchi@ericsson.com>
5885
5886         PR threads/18600
5887         * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
5888         mark the new thread as resumed.  Remove STOPPING parameter.
5889         (wait_lwp): Adjust call to linux_handle_extended_wait.
5890         (linux_nat_filter_event): Adjust call to
5891         linux_handle_extended_wait.
5892         (resume_stopped_resumed_lwps): Add debug output.
5893
5894 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
5895
5896         * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
5897         isize argument.
5898         * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
5899         * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
5900         gdbarch_fast_tracepoint_valid_at.
5901         * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
5902         * gdbarch.h: Regenerate.
5903         * gdbarch.c: Regenerate.
5904         * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
5905         argument.  Do not set it.
5906         * remote.c (remote_download_tracepoint): Adjust call to
5907         gdbarch_fast_tracepoint_valid_at.  Call gdb_insn_length to get
5908         the instruction length.
5909
5910 2015-07-30  Yao Qi  <yao.qi@linaro.org>
5911
5912         * arm-tdep.h (enum gdb_regnum): Move it to ...
5913         * arch/arm.h: ... here.  New file.
5914         * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
5915
5916 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
5917
5918         * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
5919         Change its type to int *.
5920         (decode_br): Rename link argument to is_blr.  Change its type to
5921         int *.
5922         (decode_cb): Rename op argument to is_cbnz.  Change its type to
5923         int *.
5924         (decode_tb): Rename op argument to is_tbnz.  Change its type to
5925         int *.  Set is_tbnz to either 1 or 0.
5926         (aarch64_analyze_prologue): Change type of is_link to int.  Add
5927         new variables is_cbnz and is_tbnz.  Adjust call to
5928         aarch64_decode_cb and aarch64_decode_tb.
5929
5930 2015-07-29  Simon Marchi  <simon.marchi@ericsson.com>
5931
5932         * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
5933         parameter.
5934         (mips_linux_new_thread): Likewise.
5935         * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
5936
5937 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5938
5939         * top.c: Include "tui/tui.h".
5940         (undo_terminal_modifications_before_exit): New static function.
5941         (quit_force): Use it.
5942
5943 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5944
5945         * target.c (terminal_state): Initialize to terminal_is_ours.
5946
5947 2015-07-29  Yao Qi  <yao.qi@linaro.org>
5948
5949         PR record/18691
5950         * dcache.c (dcache_read_memory_partial): Call
5951         raw_memory_xfer_partial.
5952         * target.c (raw_memory_xfer_partial): Make it non-static.
5953         * target.h (raw_memory_xfer_partial): Declare.
5954
5955 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5956
5957         * c-valprint.c (c_val_print_array): Consider addressable memory
5958         unit size.
5959         (c_val_print_ptr): Likewise.
5960         (c_val_print_int): Likewise.
5961         * findvar.c (read_frame_register_value): Likewise.
5962         * valarith.c (find_size_for_pointer_math): Likewise.
5963         (value_ptrdiff): Likewise.
5964         (value_subscripted_rvalue): Likewise.
5965         * valops.c (read_value_memory): Likewise (and rename variables).
5966         (value_assign): Likewise.
5967         (value_repeat): Likewise.
5968         (value_array): Likewise.
5969         (value_slice): Likewise.
5970         * valprint.c (generic_val_print_ptr): Likewise.
5971         (generic_val_print_enum): Likewise.
5972         (generic_val_print_bool): Likewise.
5973         (generic_val_print_int): Likewise.
5974         (generic_val_print_char): Likewise.
5975         (generic_val_print_float): Likewise.
5976         (generic_val_print_decfloat): Likewise.
5977         (generic_val_print_complex): Likewise.
5978         (val_print_scalar_formatted): Likewise.
5979         (val_print_array_elements): Likewise.
5980         * value.c (set_value_parent): Likewise.
5981         (value_contents_copy_raw): Likewise.
5982         (set_internalvar_component): Likewise.
5983         (value_primitive_field): Likewise.
5984         (value_fetch_lazy): Likewise.
5985         * value.h (read_value_memory): Update comment.
5986
5987 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5988
5989         * value.c (get_value_arch): New function.
5990         * value.h (get_value_arch): New declaration.
5991
5992 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5993
5994         * value.c (struct value): Update comments.
5995
5996 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5997
5998         * gdbtypes.c (type_length_units): New function.
5999         * gdbtypes.h (type_length_units): New declaration.
6000         (struct type) <length>: Update comment.
6001
6002 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6003
6004         * valprint.c (generic_val_print): Factor out complex
6005         printing code to ...
6006         (generic_val_print_complex): ... this new function.
6007
6008 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6009
6010         * valprint.c (generic_val_print): Factor out decfloat
6011         printing code to ...
6012         (generic_val_print_decfloat): ... this new function.
6013
6014 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6015
6016         * valprint.c (generic_val_print): Factor out float
6017         printing code to ...
6018         (generic_val_print_float): ... this new function.
6019
6020 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6021
6022         * valprint.c (generic_val_print): Factor out char
6023         printing code to ...
6024         (generic_val_print_char): ... this new function.
6025
6026 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6027
6028         * valprint.c (generic_val_print): Factor out integer
6029         printing code to ...
6030         (generic_val_print_int): ... this new function.
6031
6032 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6033
6034         * valprint.c (generic_val_print): Factor out bool
6035         printing code to ...
6036         (generic_val_print_bool): ... this new function.
6037
6038 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6039
6040         * valprint.c (generic_val_print): Factor out function/method
6041         printing code to ...
6042         (generic_val_print_func): ... this new function.
6043
6044 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6045
6046         * valprint.c (generic_val_print): Factor out flags
6047         printing code to ...
6048         (generic_val_print_flags): ... this new function.
6049
6050 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6051
6052         * valprint.c (generic_val_print): Factor out enum
6053         printing code to ...
6054         (generic_val_print_enum): ... this new function.
6055
6056 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6057
6058         * valprint.c (generic_val_print): Factor out reference
6059         printing code to ...
6060         (generic_val_print_ref): ... this new function.
6061
6062 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6063
6064         * valprint.c (generic_val_print): Factor out memberptr
6065         printing code to ...
6066         (generic_val_print_memberptr): ... this new function.
6067
6068 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6069
6070         * valprint.c (generic_val_print): Factor out pointer
6071         printing code to ...
6072         (generic_val_print_ptr): ... this new function.
6073
6074 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6075
6076         * valprint.c (generic_val_print): Factor out array
6077         printing code to ...
6078         (generic_val_print_array): ... this new function.
6079
6080 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6081
6082         * valprint.c (generic_val_print): Factor out
6083         print_unpacked_pointer code to ...
6084         (print_unpacked_pointer): ... this new function.
6085
6086 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
6087
6088         * event-top.c (handle_sigterm): Don't inspect
6089         target_can_async_p.  Always set the quit flag and always mark
6090         the async signal handler.
6091
6092 2015-07-27  Yao Qi  <yao.qi@linaro.org>
6093
6094         * Makefile.in (REMOTE_EXAMPLES): Remove it.
6095
6096 2015-07-25  Kevin Buettner  <kevinb@redhat.com>
6097
6098         * remote.c (read_ptid): Return null_ptid when no thread id
6099         is found.
6100         (remote_current_thread): Add log warning for malformed
6101         qC reply.
6102         (remote_start_remote): Add log warning when current thread
6103         not found.
6104
6105 2015-07-24  Pedro Alves  <palves@redhat.com>
6106
6107         * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
6108         (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
6109         forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
6110
6111 2015-07-24  Pedro Alves  <palves@redhat.com>
6112
6113         PR gdb/18717
6114         * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
6115         is resumed, and extend the debug log.
6116
6117 2015-07-24  Pedro Alves  <palves@redhat.com>
6118
6119         * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
6120
6121 2015-07-24  Pedro Alves  <palves@redhat.com>
6122
6123         * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
6124         sys/ptrace.h.
6125         * alpha-linux-nat.c: Likewise.
6126         * amd64-linux-nat.c: Likewise.
6127         * arm-linux-nat.c: Likewise.
6128         * hppa-linux-nat.c: Likewise.
6129         * i386-linux-nat.c: Likewise.
6130         * ia64-linux-nat.c: Likewise.
6131         * linux-fork.c: Likewise.
6132         * linux-nat.c: Likewise.
6133         * m32r-linux-nat.c: Likewise.
6134         * m68klinux-nat.c: Likewise.
6135         * mips-linux-nat.c: Likewise.
6136         * nat/linux-btrace.c: Likewise.
6137         * nat/linux-ptrace.c: Likewise.
6138         * nat/linux-ptrace.h
6139         * nat/mips-linux-watch.c: Likewise.
6140         * nat/x86-linux-dregs.c: Likewise.
6141         * ppc-linux-nat.c: Likewise.
6142         * s390-linux-nat.c: Likewise.
6143         * spu-linux-nat.c: Likewise.
6144         * tilegx-linux-nat.c: Likewise.
6145         * x86-linux-nat.c: Likewise.
6146         * xtensa-linux-nat.c: Likewise.
6147
6148 2015-07-24  Pedro Alves  <palves@redhat.com>
6149
6150         * ptrace.m4 (ptrace tests): Test in C++ mode.  Try with 'enum
6151         __ptrace_request as first parameter type instead of int.
6152         (PTRACE_TYPE_ARG1): Define.
6153         * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
6154         that casts first argument to PTRACE_TYPE_ARG1.
6155         * config.in: Regenerate.
6156         * configure: Regenerate.
6157
6158 2015-07-24  Pedro Alves  <palves@redhat.com>
6159
6160         * gdb_ptrace.h: Move ...
6161         * nat/gdb_ptrace.h: ... here.
6162         * inf-ptrace.c: Adjust.
6163
6164 2015-07-24  Pedro Alves  <palves@redhat.com>
6165
6166         * acinclude.m4: Include ptrace.m4.
6167         * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
6168         * ptrace.m4: ... to this new file.
6169
6170 2015-07-23  Doug Evans  <dje@google.com>
6171
6172         * dwarf2read.c (dwarf2_per_cu_data): Add comment.
6173         (load_cu): Handle dummy CUs.
6174         (dw2_do_instantiate_symtab, process_queuef): Ditto.
6175         (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
6176
6177 2015-07-23  Ciro Santilli  <ciro.santilli@gmail.com>  (tiny patch)
6178
6179         * py-linetable.c (ltpy_get_all_source_lines): Adjust function
6180         documentation to say that it returns a list rather than
6181         a FrozenSet.
6182         (linetable_object_methods): Update the docstring of the
6183         "source_line" entry.
6184
6185 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
6186
6187         * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
6188         type to the recursive call instead of the original (maybe
6189         TYPE_CODE_TYPEDEF) type.
6190
6191 2015-07-23  Yao Qi  <yao.qi@linaro.org>
6192
6193         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
6194         TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
6195         If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
6196
6197 2015-07-21  Yao Qi  <yao.qi@linaro.org>
6198
6199         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6200         Move it to nat/aarch64-linux-hw-point.c.
6201         (aarch64_linux_child_post_startup_inferior): Update.
6202         * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
6203         New function.
6204         * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
6205         Declare it.
6206
6207 2015-07-21  Markus Metzger  <markus.t.metzger@intel.com>
6208
6209         * common/btrace-common.c (btrace_data_append): Change case label.
6210
6211 2015-07-20  Yao Qi  <yao.qi@linaro.org>
6212
6213         * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6214         Re-indent the code.
6215         * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6216         "unsigned long long".
6217
6218 2015-07-18  Kevin Buettner  <kevinb@redhat.com>
6219
6220         * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6221         to be set for SEC_ALLOC sections too.
6222
6223 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6224
6225         * Makefile.in (HFILES_NO_SRCDIR): Add
6226         nat/aarch64-linux-hw-point.h.
6227         (aarch64-linux-hw-point.o): New rule.
6228         * nat/aarch64-linux-hw-point.h: New file.
6229         * nat/aarch64-linux-hw-point.c: New file.
6230         * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6231         (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6232         (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6233         (AARCH64_HWP_ALIGNMENT): Likewise.
6234         (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6235         (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6236         (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6237         (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6238         (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6239         (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6240         (struct aarch64_debug_reg_state): Likewise.
6241         (struct arch_lwp_info): Likewise.
6242         (aarch64_linux_set_debug_regs): Likewise.
6243         (aarch64_notify_debug_reg_change): Remove static.
6244         (aarch64_align_watchpoint): Likewise.
6245         (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6246         (aarch64_watchpoint_length): Likewise.
6247         (aarch64_point_encode_ctrl_reg): Likewise
6248         (aarch64_point_is_aligned): Likewise.
6249         (aarch64_dr_state_insert_one_point): Likewise.
6250         (aarch64_dr_state_remove_one_point): Likewise.
6251         (aarch64_handle_breakpoint): Likewise.
6252         (aarch64_handle_aligned_watchpoint): Likewise.
6253         (aarch64_handle_unaligned_watchpoint): Likewise.
6254         (aarch64_handle_watchpoint): Likewise.
6255         * config/aarch64/linux.mh (NAT_FILE): Add
6256         aarch64-linux-hw-point.o.
6257
6258 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6259
6260         * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6261         state and don't call aarch64_get_debug_reg_state.  All callers
6262         update.
6263         (aarch64_linux_insert_hw_breakpoint): Call
6264         aarch64_get_debug_reg_state earlier.
6265         (aarch64_linux_remove_hw_breakpoint): Likewise.
6266         (aarch64_handle_aligned_watchpoint): Add argument state and
6267         don't call aarch64_get_debug_reg_state.  All callers update.
6268         (aarch64_handle_unaligned_watchpoint): Likewise.
6269         (aarch64_handle_watchpoint): Add argument state.
6270         (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6271         earlier.
6272         (aarch64_linux_remove_watchpoint): Likewise.
6273
6274 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6275
6276         * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6277         debug_printf.
6278         (aarch64_handle_unaligned_watchpoint): Likewise.
6279
6280 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6281
6282         * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6283         argument type's type to 'enum target_hw_bp_type'.
6284         (aarch64_dr_state_remove_one_point): Likewise.
6285         (aarch64_handle_breakpoint): Likewise.
6286         (aarch64_linux_insert_hw_breakpoint): Likewise.
6287         (aarch64_linux_remove_hw_breakpoint): Likewise.
6288         (aarch64_handle_aligned_watchpoint): Likewise.
6289
6290 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6291
6292         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6293         ptid_get_pid instead of get_thread_id.
6294
6295 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6296
6297         * remote.c (get_current_thread): Initialise ptid to null_ptid.
6298         (add_current_inferior_and_thread): Don't initialise ptid.
6299
6300 2015-07-16  Pierre Langlois  <pierre.langlois@arm.com>
6301
6302         * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6303         unavailable if invalid.
6304
6305 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6306
6307         Revert the previous 6 commits:
6308         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6309         Move gdb_regex* to common/
6310         Prepare linux_find_memory_regions_full & co. for move
6311         Move linux_find_memory_regions_full & co.
6312         gdbserver build-id attribute generator
6313         Validate symbol file using build-id
6314
6315 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6316             Jan Kratochvil  <jan.kratochvil@redhat.com>
6317
6318         Validate symbol file using build-id.
6319         * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6320         and 'show validate-build-id'.  Add build-id attribute.
6321         * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6322         * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6323         * solib-frv.c (_initialize_frv_solib): Ditto.
6324         * solib-spu.c (set_spu_solib_ops): Ditto.
6325         * solib-svr4.c: Include rsp-low.h.
6326         (NOTE_GNU_BUILD_ID_NAME): New define.
6327         (svr4_validate): New function.
6328         (svr4_copy_library_list): Duplicate field build_id.
6329         (library_list_start_library): Parse 'build-id' attribute.
6330         (svr4_library_attributes): Add 'build-id' attribute.
6331         (_initialize_svr4_solib): Assign validate value.
6332         * solib-target.c (solib.h): Include.
6333         (_initialize_solib_target): Assign validate value.
6334         * solib.c (validate_build_id, show_validate_build_id): New.
6335         (solib_map_sections): Use ops->validate.
6336         (clear_so): Free build_id.
6337         (default_solib_validate): New function.
6338         (_initialize_solib): Add "validate-build-id".
6339         * solib.h (default_solib_validate): New declaration.
6340         * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6341         (target_so_ops): New field 'validate'.
6342
6343 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6344             Jan Kratochvil  <jan.kratochvil@redhat.com>
6345
6346         gdbserver build-id attribute generator.
6347         * features/library-list-svr4.dtd (library-list-svr4): New
6348         'build-id' attribute.
6349
6350 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6351             Jan Kratochvil  <jan.kratochvil@redhat.com>
6352
6353         Move linux_find_memory_regions_full & co.
6354         * linux-tdep.c (nat/linux-maps.h): Include.
6355         (gdb_regex.h): Remove the include.
6356         (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6357         (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6358         (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6359         (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6360         * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6361         and target/target.h.
6362         (struct smaps_vmflags, read_mapping, decode_vmflags)
6363         (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6364         (linux_find_memory_regions_full): Move from linux-tdep.c.
6365         * nat/linux-maps.h (read_mapping): New declaration.
6366         (linux_find_memory_region_ftype, enum filterflags): Moved from
6367         linux-tdep.c.
6368         (linux_find_memory_regions_full): New declaration.
6369         * target.c (target/target-utils.h): Include.
6370         (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6371         (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6372         definitions to target/target-utils.c.
6373         * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6374         * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6375         from target.c.
6376         * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6377         (read_alloc): New declaration.
6378         (read_stralloc_func_ftype): New typedef.
6379         (read_stralloc): New declaration.
6380         * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6381
6382 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6383             Jan Kratochvil  <jan.kratochvil@redhat.com>
6384
6385         Prepare linux_find_memory_regions_full & co. for move.
6386         * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6387         (linux_find_memory_regions_full): Change signature and prepare
6388         for moving to linux-maps.
6389         (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6390         (linux_find_memory_regions_thunk): New.
6391         (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6392         (linux_find_memory_regions_gdb): New.
6393         (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6394         (linux_make_mappings_corefile_notes): Use
6395         linux_find_memory_regions_gdb.
6396         * target.c (read_alloc_pread_ftype): New typedef.
6397         (target_fileio_read_alloc_1_pread): New function.
6398         (read_alloc): Refactor from target_fileio_read_alloc_1.
6399         (read_stralloc_func_ftype): New typedef.
6400         (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6401         (read_stralloc): Refactored from target_fileio_read_stralloc.
6402         (target_fileio_read_stralloc): New implementation, use read_stralloc.
6403
6404 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6405
6406         * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6407         common/gdb_regex.h.
6408         (COMMON_OBS): Add gdb_regex.o.
6409         (gdb_regex.o): New.
6410         * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6411         --without-included-regex and USE_INCLUDED_REGEX.
6412         * common/gdb_regex.c: New file from utils.c functions.
6413         * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6414         file wrapping define name.
6415         * configure: Rebuilt.
6416         * configure.ac (gdb_use_included_regex, --without-included-regex)
6417         (USE_INCLUDED_REGEX): Move them to common/common.m4.
6418         * gdb_regex.h: Move it to common/gdb_regex.h.
6419         * utils.c: Remove include gdb_regex.h.
6420         (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6421         (compile_rx_or_error): Move them to common/gdb_regex.c.
6422
6423 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6424             Jan Kratochvil  <jan.kratochvil@redhat.com>
6425
6426         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6427         * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6428         common/target-utils.h.
6429         (COMMON_OBS): Add target-utils.o.
6430         (linux-maps.o, target-utils.o): New.
6431         * target/target-utils.c: New file.
6432         * target/target-utils.h: New file.
6433         * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6434         * config/i386/linux64.mh (NATDEPFILES): Ditto.
6435         * nat/linux-maps.c: New file.
6436         * nat/linux-maps.h: New file.
6437
6438 2015-07-15  Markus Metzger  <markus.t.metzger@intel.com>
6439             Pedro Alves <palves@redhat.com>
6440
6441         * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6442         (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6443         (perf_event_read_bts): Change the type of SIZE and READ.
6444         (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6445         and DATA_OFFSET.  Move DATA_SIZE declaration.  Restrict the buffer size
6446         to UINT_MAX.  Check for overflows when using DATA_HEAD from the perf
6447         mmap page.
6448         (linux_enable_pt): Change the type of PAGES and SIZE.  Restrict the
6449         buffer size to UINT_MAX.
6450         (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6451         DATA_TAIL.
6452         * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6453         <last_head>: Change type.
6454         * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6455         * common/btrace-common.c (btrace_data_append): Change the type of
6456         SIZE.
6457         * btrace.c (parse_xml_raw): Change the type of SIZE.  Change oddness
6458         check.
6459
6460 2015-07-14  Simon Marchi  <simon.marchi@ericsson.com>
6461
6462         * gdbtypes.h (CHECK_TYPEDEF): Remove.
6463         * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6464         with check_typedef.
6465         * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6466         (ada_array_length): Likewise.
6467         (find_parallel_type_by_descriptive_type): Likewise.
6468         (ada_check_typedef): Likewise.
6469         * arm-tdep.c (arm_return_in_memory): Likewise.
6470         * ax-gdb.c (gen_trace_static_fields): Likewise.
6471         (gen_struct_ref_recursive): Likewise.
6472         * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6473         (variable: block COLONCOLON name): Likewise.
6474         (qualified_name: TYPENAME COLONCOLON name): Likewise.
6475         * c-lang.c (classify_type): Likewise.
6476         * c-typeprint.c (c_print_type): Likewise.
6477         (c_print_typedef): Likewise.
6478         (c_type_print_base): Likewise.
6479         * c-valprint.c (c_val_print): Likewise.
6480         * compile/compile-c-types.c (convert_type): Likewise.
6481         * compile/compile-object-load.c (get_out_value_type): Likewise.
6482         * completer.c (add_struct_fields): Likewise.
6483         (expression_completer): Likewise.
6484         * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6485         (cp_lookup_nested_symbol_1): Likewise.
6486         (cp_lookup_nested_symbol): Likewise.
6487         * cp-valprint.c (cp_print_value_fields): Likewise.
6488         (cp_print_static_field): Likewise.
6489         * d-valprint.c (d_val_print): Likewise.
6490         * eval.c (evaluate_subexp_standard): Likewise.
6491         (evaluate_subexp_for_sizeof): Likewise.
6492         * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6493         * f-typeprint.c (f_type_print_base): Likewise.
6494         * f-valprint.c (f_val_print): Likewise.
6495         * gdbtypes.c (get_discrete_bounds): Likewise.
6496         (create_array_type_with_stride): Likewise.
6497         (type_name_no_tag_or_error): Likewise.
6498         (lookup_struct_elt_type): Likewise.
6499         (get_unsigned_type_max): Likewise.
6500         (internal_type_vptr_fieldno): Likewise.
6501         (set_type_vptr_fieldno): Likewise.
6502         (internal_type_vptr_basetype): Likewise.
6503         (set_type_vptr_basetype): Likewise.
6504         (get_vptr_fieldno): Likewise.
6505         (is_integral_type): Likewise.
6506         (is_scalar_type): Likewise.
6507         (is_scalar_type_recursive): Likewise.
6508         (distance_to_ancestor): Likewise.
6509         (is_unique_ancestor_worker): Likewise.
6510         (check_types_equal): Likewise.
6511         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6512
6513 2015-07-14  Iain Buclaw  <ibuclaw@gdcproject.org>
6514
6515         * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6516         also test for language_d.
6517         (dwarf2_compute_name): Likewise.
6518         (read_func_scope): Likewise.
6519         (read_structure_type): Likewise.
6520         (new_symbol_full): Likewise.
6521         (determine_prefix): Likewise.
6522         (read_import_statement): Use dot as the separator for language_d.
6523         (typename_concat): Likewise, but don't prefix the D main function.
6524
6525 2015-07-14  Peter Bergner  <bergner@vnet.ibm.com>
6526
6527         * nat/linux-namespaces.c (setns): Rename from this ...
6528         (do_setns): ... to this.  Support calling setns if it exists.
6529         (mnsh_handle_setns): Call do_setns.
6530
6531 2015-07-13  Yao Qi  <yao.qi@linaro.org>
6532
6533         * exec.c (exec_file_attach): Add period at the end of error
6534         message.
6535
6536 2015-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6537
6538         * tui/tui-win.c (window_name_completer): New function.
6539         (focus_completer): Call window_name_completer.  All old content
6540         moved into window_name_completer.
6541         (winheight_completer): New function.
6542         (_initialize_tui_win): Rename variable.  Add completer to
6543         winheight command.  Update doc string on winheight.
6544
6545 2015-07-12  Sandra Loosemore  <sandra@codesourcery.com>
6546
6547         * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6548         all nios2 mach variants.
6549
6550 2015-07-10  Kevin Buettner  <kevinb@redhat.com>
6551
6552         * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6553         of target_read_memory.
6554
6555 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6556
6557         * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6558         string copy.
6559         (parse_scrolling_args): Likewise.
6560
6561 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6562
6563         * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6564         names in this function.
6565
6566 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6567
6568         * tui/tui-data.h (SRC_NAME): Convert to lower case.
6569         (CMD_NAME): Likewise.
6570         (DATA_NAME): Likewise.
6571         (DISASSEM_NAME): Likewise.
6572         * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6573         (tui_set_win_height): Likewise.
6574         (parse_scrolling_args): Likewise.
6575
6576 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
6577
6578         * record-btrace.c (record_btrace_goto_begin)
6579         (record_btrace_goto_end, record_btrace_goto): Move call to
6580         print_stack_frame ...
6581         (record_btrace_set_replay): ... here.  Set stop_pc.
6582         * record-full.c (record_full_goto_entry): Set stop_pc.
6583
6584 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6585
6586         * NEWS: Mention support for tracepoints on aarch64-linux.
6587
6588 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6589
6590         * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6591         function.  Return 1.
6592         (the_low_target): Install it.
6593
6594 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6595
6596         * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6597         * gdb.trace/collection.exp: Likewise.
6598         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6599         * gdb.trace/mi-trace-unavailable.exp: Likewise.
6600         * gdb.trace/report.exp: Likewise.
6601         * gdb.trace/trace-break.exp: Likewise.
6602         * gdb.trace/unavailable.exp: Likewise.
6603         * gdb.trace/while-dyn.exp: Likewise.
6604
6605 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6606
6607         * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6608         (aarch64_gen_return_address): New function.
6609         (aarch64_gdbarch_init): Hook it.
6610
6611 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6612
6613         * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6614         swallow NOT_AVAILABLE_ERROR.
6615         (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6616         available_p is not set.
6617         (aarch64_stub_frame_unwind_stop_reason): New function.
6618         (aarch64_stub_unwind): Install it.
6619
6620 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6621
6622         * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6623         field.
6624         (aarch64_make_prologue_cache_1): New function, factored out from
6625         aarch64_make_prologue_cache.  Do not allocate cache.  Set
6626         available_p.
6627         (aarch64_make_prologue_cache): Reimplement wrapping
6628         aarch64_make_prologue_cache_1, and swallowing
6629         NOT_AVAILABLE_ERROR.
6630         (aarch64_prologue_frame_unwind_stop_reason): New function.
6631         Return UNWIND_UNAVAILABLE if available_p is not set.
6632         (aarch64_prologue_unwind): Install it.
6633         (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6634         checks into aarch64_prologue_frame_unwind_stop_reason.  Call
6635         frame_id_build_unavailable_stack if available_p is not set.
6636
6637 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6638
6639         * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6640         fields.
6641         (aarch64_scan_prologue): Set prev_pc.
6642         (aarch64_make_prologue_cache): Set func.
6643         (aarch64_make_stub_cache): Set prev_pc.
6644         (aarch64_prologue_this_id): Remove local variables id, pc and
6645         func.  Read prev_pc and func from cache.
6646         (aarch64_stub_this_id): Read prev_pc from cache.
6647
6648 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6649
6650         * aarch64-tdep.c (aarch64_make_stub_cache): Update comment.  New
6651         argument this_cache.  Remove unused local variables reg and
6652         unwound_fp.  Return early if this_cache is already set.  Set
6653         this_cache.
6654         (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6655
6656 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6657
6658         * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6659         New argument this_cache.  Return early if this_cache is already
6660         set.  Set this_cache.
6661         (aarch64_prologue_this_id): Update call to
6662         aarch64_make_prologue_cache.
6663         (aarch64_prologue_prev_register): Likewise.
6664         (aarch64_normal_frame_base): Likewise.
6665
6666 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6667
6668         * c-valprint.c (c_val_print): Factor out memberptr printing code
6669         from c_val_print to ...
6670         (c_val_print_memberptr): ... this new function.
6671
6672 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6673
6674         * c-valprint.c (c_val_print): Factor out int printing code to ...
6675         (c_val_print_int): ... this new function.
6676
6677 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6678
6679         * c-valprint.c (c_val_print): Factor out struct and union
6680         printing code to ...
6681         (c_val_print_struct): ... this new function ...
6682         (c_val_print_union): ... and this new function.
6683
6684 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6685
6686         * c-valprint.c (c_val_print): Factor out pointer printing code
6687         to ...
6688         (c_val_print_ptr): ... this new function.
6689
6690 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6691
6692         * c-valprint.c (c_valprint): Factor our array printing code from
6693         c_val_print to ...
6694         (c_val_print_array): ... this new function.
6695
6696 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6697
6698         * c-valprint.c (c_val_print): Factor out pointer printing code
6699         to ...
6700         (print_unpacked_pointer): ... this new function.
6701
6702 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6703
6704         * c-valprint.c (c_val_print): Remove an assignment to i and move
6705         its declaration.
6706
6707 2015-07-09  Yao Qi  <yao.qi@linaro.org>
6708
6709         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6710         argument ptid.  Update comments.  Caller update.
6711
6712 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6713
6714         * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6715         mnt packets.
6716
6717 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6718
6719         * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6720
6721 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6722
6723         * progspace.c (delete_program_space): Add missing spaces.
6724
6725 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6726
6727         * inferior.c (delete_inferior_1): Rename to ...
6728         (delete_inferior): ..., remove 'silent' parameter, delete
6729         program space when unused and remove call to prune_program_spaces.
6730         Remove the old, unused, delete_inferior.
6731         (delete_inferior_silent): Remove.
6732         (prune_inferiors): Change call from delete_inferior_1 to
6733         delete_inferior and remove 'silent' parameter. Remove call to
6734         prune_program_spaces.
6735         (remove_inferior_command): Idem.
6736         * inferior.h (delete_inferior_1): Rename to...
6737         (delete_inferior): ..., remove 'silent' parameter and remove the
6738         original delete_inferior.
6739         (delete_inferior_silent): Remove.
6740         * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6741         delete_inferior_1 to delete_inferior and remove 'silent'
6742         parameter.
6743         * progspace.c (prune_program_spaces): Remove.
6744         (pspace_empty_p): Rename to...
6745         (program_space_empty_p): ... and make non-static.
6746         (delete_program_space): New.
6747         * progspace.h (prune_program_spaces): Remove declaration.
6748         (program_space_empty_p): New declaration.
6749         (delete_program_space): New declaration.
6750         * monitor.c (monitor_close): Replace call to
6751         delete_thread_silent and delete_inferior_silent with
6752         discard_all_inferiors.
6753
6754 2015-07-08  Patrick Palka  <patrick@parcs.ath.cx>
6755
6756         * defs.h (deprecated_register_changed_hook): Remove prototype.
6757         * interps.c (clear_iterpreter_hooks): Remove reference to
6758         deprecated_register_changed_hook.
6759         * top.c (deprecated_register_changed_hook): Remove prototype.
6760         * valops.c (value_assign): Remove reference to
6761         deprecated_register_changed_hook.
6762         * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6763         Add comment documenting the function.
6764         (tui_register_changed_observer): Define.
6765         (tui_install_hooks): Remove reference to
6766         deprecated_register_changed_hook.  Set
6767         tui_register_changed_observer.
6768         (tui_remove_hooks): Remove reference to
6769         deprecated_register_changed_hook.  Unset
6770         tui_register_changed_observer.
6771
6772 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6773
6774         PR compile/18484
6775         * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6776
6777 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
6778
6779         PR exp/18617
6780         * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6781
6782 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6783
6784         * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6785
6786 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6787
6788         * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6789         Use safe_strerror() instead of strerror().
6790
6791 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6792
6793         * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6794         * features/arm-with-m-fpa-layout.c: Regenerated.
6795         * features/arm-with-m-vfp-d16.xml: Likewise.
6796         * features/arm-with-m-vfp-d16.c: Regenerated.
6797         * features/arm-with-m.xml: Likewise.
6798         * features/arm-with-m.c: Regenerated.
6799         * features/arm-with-neon.xml: Likewise.
6800         * features/arm-with-neon.c: Regenerated.
6801         * features/arm-with-vfpv2.xml: Likewise.
6802         * features/arm-with-vfpv2.c: Regenerated.
6803         * features/arm-with-vfpv3.xml: Likewise.
6804         * features/arm-with-vfpv3.c: Regenerated.
6805
6806 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6807
6808         * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6809         arm-linux-nat.c.
6810         * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6811         elf/external.h.
6812         (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6813         if target is 32-bit.
6814         (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6815         if target is 32-bit.
6816         (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6817         if target is 32-bit.
6818         (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6819         if target is 32-bit.
6820         (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6821         (aarch64_linux_read_description): Return the right target
6822         description.
6823         * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6824         * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6825         * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6826         arm-linux-tdep.o.
6827
6828 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6829
6830         * aarch32-linux-nat.c: New file.
6831         * aarch32-linux-nat.h: New file.
6832         * arm-linux-nat.c: Include aarch32-linux-nat.h.
6833         (fetch_regs): Move code to aarch32-linux-nat.c.  Call
6834         aarch32_gp_regcache_supply.
6835         (store_regs): Move code to aarch32-linux-nat.c.  Call
6836         aarch32_gp_regcache_collect.
6837         (fetch_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6838         aarch32_vfp_regcache_supply.
6839         (store_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6840         aarch32_vfp_regcache_collect.
6841         * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6842
6843 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6844
6845         * arm-linux-nat.c (store_fpregister): Remove.
6846         (store_register): Likewise.
6847         (fetch_fpregister): Likewise.
6848         (fetch_register): Likewise.
6849         (arm_linux_store_inferior_registers): Call store_regs and
6850         store_fpregs instead.
6851         (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
6852         fetch_regs instead.
6853
6854 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6855
6856         * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
6857         and focus commands.
6858
6859 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
6860
6861         * NEWS: Create a new section for the next release branch.
6862         Rename the section of the current branch, now that it has
6863         been cut.
6864
6865 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
6866
6867         GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
6868         * version.in: Bump version to 7.10.50.DATE-cvs.
6869
6870 2015-07-06  Luis Machado  <lgustavo@codesourcery.com>
6871
6872         * breakpoint.c (remove_breakpoint_1): Don't handle permanent
6873         breakpoints in a special way.
6874         (remove_breakpoint): Likewise.
6875         (mark_breakpoints_out): Likewise.
6876
6877 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6878
6879         * doc/gdb.texinfo (TUI): Add comma after @xref.
6880
6881 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6882
6883         * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
6884         instead of casting the structure type.
6885
6886 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6887
6888         * valops.c (search_struct_field): Remove OFFSET parameter.
6889         (value_cast_structs): Adjust calls to search_struct_field.
6890         (value_struct_elt): Same.
6891         (find_overload_match): Same.
6892
6893 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6894
6895         * value.c (value_fetch_lazy): Update comment, change return
6896         value to void.
6897         * value.h (value_fetch_lazy): Change return value to void.
6898
6899 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6900
6901         * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
6902         (tui_win_name): Make parameter and result const.
6903         * tui/tui-data.h (tui_win_name): Make parameter and result const.
6904
6905 2015-07-06  Patrick Palka  <patrick@parcs.ath.cx>
6906
6907         * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
6908         use printf_unfiltered.
6909         (set_mpx_cmd): Add missing trailing space to command string
6910         literal.
6911         (_initialize_i386_tdep): Give the "mpx" prefix command its
6912         correct name.
6913
6914 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
6915
6916         * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
6917         (enum rx_frame_type): New.
6918         (struct rx_prologue): Add new field `frame_type'.
6919         (rx_analyze_prologue): Add `frame_type' parameter. Cache this
6920         parameter in the prologue struct.  Add code for recording
6921         locations of PC and PSW for fast interrupt and exception frames.
6922         (rx_skip_prologue): Adjust call to rx_analyze_prologue.
6923         (rx_analyze_frame_prologue): Add `frame_type' parameter.
6924         (rx_frame_type): New function.
6925         (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
6926         (rx_frame_this_id): Rename parameter `this_prologue_cache' to
6927         `this_cache'.
6928         (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
6929         `this_cache'.  Add cases for RX_FRAME_TYPE_EXCEPTION and
6930         RX_FRAME_TYPE_FAST_INTERRUPT.
6931         (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
6932         (rx_frame_sniffer, rx_exception_sniffer): New functions.
6933         (rx_frame_unwind): Use rx_frame_sniffer instead of
6934         default_frame_sniffer.
6935         (rx_frame_unwind): New unwinder.
6936         (rx_gdbarch_init): Register new unwinder.
6937
6938 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
6939
6940         * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
6941         (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
6942         (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
6943         and RX_FPSW_REGNUM.
6944         (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
6945
6946 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6947
6948         Fix GCC false warning.
6949         * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
6950
6951 2015-07-02  Yao Qi  <yao.qi@linaro.org>
6952
6953         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
6954         typo in the debugging message.
6955
6956 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6957
6958         * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
6959         (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
6960         (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
6961         (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
6962         (btrace_maint_clear): New.
6963         (btrace_fetch, btrace_clear): Call btrace_maint_clear.
6964         (pt_print_packet, btrace_maint_decode_pt)
6965         (btrace_maint_update_pt_packets, btrace_maint_update_packets)
6966         (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
6967         (maint_btrace_packet_history_cmd)
6968         (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
6969         (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
6970         (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
6971         (maint_info_btrace_cmd, _initialize_btrace): New.
6972         * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
6973         (btrace_maint_packet_history, btrace_maint_info): New.
6974         (btrace_thread_info) <maint>: New.
6975         * NEWS: Announce it.
6976
6977 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6978
6979         * btrace.c (btrace_fetch): Append the new trace data.
6980         (btrace_clear): Clear the stored trace data.
6981         * btrace.h (btrace_thread_info) <data>: New.
6982         * common/btrace-common.h (btrace_data_clear)
6983         (btrace_data_append): New.
6984         * common/btrace-common.c (btrace_data_clear)
6985         (btrace_data_append): New.
6986
6987 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6988
6989         * nat/linux-btrace.c (linux_enable_bts): Check for
6990         PERF_ATTR_SIZE_VER5.
6991         Check for data_offset and data_size fields.  Use them.
6992
6993 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6994
6995         * NEWS: Announce new commands "record btrace pt" and "record pt".
6996         Announce new options "set|show record btrace pt buffer-size".
6997         * btrace.c: Include "rsp-low.h".
6998         Include "inttypes.h".
6999         (btrace_add_pc): Add forward declaration.
7000         (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
7001         (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
7002         (btrace_compute_ftrace_pt): New.
7003         (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
7004         (check_xml_btrace_version): Update version check.
7005         (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
7006         (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
7007         (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
7008         (btrace_pt_children): New.
7009         (btrace_children): Add support for "pt".
7010         (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
7011         (btrace_conf_children): Add support for "pt".
7012         * btrace.h: Include "intel-pt.h".
7013         (btrace_pt_error): New.
7014         * common/btrace-common.c (btrace_format_string, btrace_data_fini)
7015         (btrace_data_empty): Support BTRACE_FORMAT_PT.
7016         * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
7017         (struct btrace_config_pt): New.
7018         (struct btrace_config)<pt>: New.
7019         (struct btrace_data_pt_config, struct btrace_data_pt): New.
7020         (struct btrace_data)<pt>: New.
7021         * features/btrace-conf.dtd (btrace-conf)<pt>: New.
7022         (pt): New.
7023         * features/btrace.dtd (btrace)<pt>: New.
7024         (pt, pt-config, cpu): New.
7025         * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
7026         (perf_event_pt_event_type, kernel_supports_pt)
7027         (linux_supports_pt): New.
7028         (linux_supports_btrace): Support BTRACE_FORMAT_PT.
7029         (linux_enable_bts): Free tinfo on error.
7030         (linux_enable_pt): New.
7031         (linux_enable_btrace): Support BTRACE_FORMAT_PT.
7032         (linux_disable_pt): New.
7033         (linux_disable_btrace): Support BTRACE_FORMAT_PT.
7034         (linux_fill_btrace_pt_config, linux_read_pt): New.
7035         (linux_read_btrace): Support BTRACE_FORMAT_PT.
7036         * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
7037         (struct btrace_target_info)<pt>: New.
7038         * record-btrace.c (set_record_btrace_pt_cmdlist)
7039         (show_record_btrace_pt_cmdlist): New.
7040         (record_btrace_print_pt_conf): New.
7041         (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
7042         (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
7043         (cmd_record_btrace_pt_start): New.
7044         (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
7045         (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
7046         (_initialize_record_btrace): Add new commands.
7047         * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
7048         (remote_protocol_features): Add "Qbtrace:pt".
7049         Add "Qbtrace-conf:pt:size".
7050         (remote_supports_btrace): Support BTRACE_FORMAT_PT.
7051         (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
7052         (remote_enable_btrace): Support BTRACE_FORMAT_PT.
7053         (_initialize_remote): Add new commands.
7054
7055 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7056
7057         * configure.ac: check for libipt
7058         * configure: Regenerate.
7059         * config.in: Regenerate.
7060         * Makefile.in (LIBIPT): New.
7061         (CLIBS): Add $LIBIPT.
7062         * NEWS: document new configure options
7063
7064 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7065
7066         * compile/compile-object-load.c (compile_object_load): Replace debug
7067         message "lookup undefined ELF symbol" by 3 more specific messages.
7068
7069 2015-07-01  Kevin Buettner  <kevinb@redhat.com>
7070
7071         * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
7072         (rl78_register_type): Add case for RL78_PSW_REGNUM.
7073         (rl78_gdbarch_init): Initialize rl78_psw_type.
7074
7075 2015-07-01  Patrick Palka  <patrick@parcs.ath.cx>
7076
7077         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7078         Update commentary.  Always refresh the registers when frame
7079         information has changed.
7080         * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7081         Change return type to int.  Return 1 if frame information has
7082         changed, 0 otherwise.
7083         (tui_before_prompt): Update commentary.
7084         * tui/tui-stack.h (tui_show_frame_info): Change return type to
7085         int.
7086
7087 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7088
7089         PR tui/13378
7090         * frame.c (select_frame): Remove reference to
7091         deprecated_selected_frame_level_changed_hook.
7092         * frame.h (deprecated_selected_frame_level_changed_hook): Remove
7093         declaration.
7094         * stack.c (deprecated_selected_frame_level_changed_hook):
7095         Likewise.
7096         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
7097         Rename to ...
7098         (tui_refresh_frame_and_register_information): ... this.  Bail
7099         out if there is no stack.  Don't update register information
7100         unless registers_too_p is true.
7101         (tui_print_frame_info_listing_hook): Rename to ...
7102         (tui_dummy_print_frame_info_listing_hook): ... this.
7103         (tui_before_prompt): New function.
7104         (tui_normal_stop): New function.
7105         (tui_before_prompt_observer): New observer.
7106         (tui_normal_stop_observer): New observer.
7107         (tui_install_hooks): Set
7108         deprecated_print_frame_info_listing_hook to
7109         tui_dummy_print_frame_info_listing_hook.  Register
7110         tui_before_prompt_observer to call tui_before_prompt and
7111         tui_normal_stop_observer to call tui_normal_stop.  Remove
7112         reference to deprecated_selected_frame_level_changed_hook.
7113         (tui_remove_hooks): Detach and unset tui_before_prompt_observer
7114         and tui_normal_stop_observer.  Remove reference to
7115         deprecated_selected_frame_level_changed_hook.
7116
7117 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7118
7119         PR tui/13378
7120         * tui/tui-stack.c (tui_set_locator_info): Change prototype to
7121         return an int instead of void.  Return whether the locator
7122         window has changed.
7123         (tui_show_frame_info): If the locator info has not changed, then
7124         bail out early to avoid refreshing the windows.
7125
7126 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7127
7128         * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
7129         LOCATOR_WIN to tui_alloc_content.
7130
7131 2015-06-30  Yao Qi  <yao.qi@linaro.org>
7132
7133         PR tdep/18605
7134         * arm-tdep.c (arm_get_next_pc_raw): Break for media
7135         instructions.
7136
7137 2015-06-29  Kevin Buettner  <kevinb@redhat.com>
7138
7139         * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
7140         (rx_dwarf_reg_to_regnum): New function.
7141         (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum.  Use dwarf2
7142         unwinding.
7143
7144 2015-06-29  Pedro Alves  <palves@redhat.com>
7145
7146         PR threads/18127
7147         * infcall.c (run_inferior_call): On infcall success, if the thread
7148         was marked stopped before, reset it back to stopped.
7149         * infrun.c (resume): Don't suppress the set_running calls when
7150         doing an infcall.
7151         (normal_stop): Only discard the finish_thread_state cleanup if the
7152         infcall succeeded.
7153
7154 2015-06-29  Pierre Langlois  <pierre.langlois@arm.com>
7155
7156         * MAINTAINERS (Write After Approval): Update my email address.
7157
7158 2015-06-26  Keith Seitz  <keiths@redhat.com>
7159             Doug Evans  <dje@google.com>
7160
7161         PR 16253
7162         * block.c (block_lookup_symbol): For non-function blocks,
7163         continue to search for a symbol with an exact domain match
7164         Otherwise, return any previously found "best domain" symbol.
7165         (block_lookup_symbol_primary): Likewise.
7166
7167 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7168
7169         * NEWS: Mention the new option "history remove-duplicates".
7170         * top.c (history_remove_duplicates): New static variable.
7171         (show_history_remove_duplicates): New static function.
7172         (gdb_add_history): Conditionally remove duplicate history
7173         entries.
7174         (init_main): Add "history remove-duplicates" option.
7175
7176 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7177
7178         * tui/tui-win.c (focus_completer): New static function.
7179         (_initialize_tui_win): Set the completion function of the
7180         "focus" command to focus_completer.
7181
7182 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7183
7184         * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
7185         and language_asm..
7186         * symtab.c (find_function_start_sal): Likewise.
7187
7188 2015-06-25  Gary Benson  <gbenson@redhat.com>
7189
7190         * solib.c (solib_find_1): Set local variable sysroot to NULL if
7191         it is the empty string after trailing slashes have been stripped.
7192
7193 2015-06-25  Gary Benson  <gbenson@redhat.com>
7194
7195         * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
7196         * infrun.c (follow_exec): Likewise.
7197         * remote.c (remote_filesystem_is_local): Likewise.
7198         * solib.c (solib_find_1): Likewise.
7199
7200 2015-06-24  Keith Seitz  <keiths@redhat.com>
7201
7202         * build-id.c (build_id_to_debug_bfd): Add cleanup to free
7203         return value from lrealpath.
7204
7205 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7206
7207         * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7208
7209 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7210
7211         * remote-sim.c: Include gdb_bfd.h.
7212         (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7213         Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7214
7215 2015-06-24  Yao Qi  <yao.qi@linaro.org>
7216
7217         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7218         set_gdbarch_get_siginfo_type.
7219         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7220         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7221         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7222         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7223         * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7224         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7225         * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7226         * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7227         (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7228         * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7229
7230 2015-06-24  Gary Benson  <gbenson@redhat.com>
7231
7232         * common/buffer.c (stdint.h): Do not include.
7233         * common/print-utils.c (stdint.h): Likewise.
7234         * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7235         * compile/compile-c-types.c (gdb_assert.h): Likewise.
7236         * ft32-tdep.c (gdb_assert.h): Likewise.
7237         * guile/scm-utils.c (stdint.h): Likewise.
7238         * i386-linux-tdep.c (stdint.h): Likewise.
7239         * i386-tdep.c (stdint.h): Likewise.
7240         * nat/linux-btrace.c (stdint.h): Likewise.
7241         * nat/linux-btrace.h (stdint.h): Likewise.
7242         * nat/linux-ptrace.c (stdint.h): Likewise.
7243         * nat/mips-linux-watch.h (stdint.h): Likewise.
7244         * ppc-linux-nat.c (stdint.h): Likewise.
7245         * python/python-internal.h (stdint.h): Likewise.
7246         * stub-termcap.c (stdlib.h): Likewise.
7247         * target/target.h (stdint.h): Likewise.
7248         * xtensa-linux-nat.c (stdint.h): Likewise.
7249
7250 2015-06-23  Patrick Palka  <patrick@parcs.ath.cx>
7251
7252         * top.c (init_history): Look at errno after calling strtol to
7253         properly map large GDBHISTSIZE values to infinity.
7254
7255 2015-06-23  Doug Evans  <dje@google.com>
7256
7257         * inferior.h (struct inferior_suspend_state): Delete, unused.
7258         All references deleted.
7259
7260 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
7261
7262         * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7263         (microblaze_push_dummy_call): Likewise.
7264         (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7265         and set_gdbarch_push_dummy_call.
7266
7267 2015-06-23  Yao Qi  <yao.qi@linaro.org>
7268
7269         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7270         Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7271         (amd64_linux_store_inferior_registers): Likewise.
7272         * arm-linux-nat.c (fetch_fpregister): Likewise.
7273         (fetch_fpregs, store_fpregister): Likewise.
7274         (store_fpregister, store_fpregs): Likewise.
7275         (fetch_register, fetch_regs): Likewise.
7276         (store_register, store_regs): Likewise.
7277         (fetch_vfp_regs, store_vfp_regs): Likewise.
7278         (arm_linux_read_description): Check have_ptrace_getregset is
7279         TRIBOOL_UNKNOWN.  Set have_ptrace_getregset to TRIBOOL_TRUE
7280         or TRIBOOL_FALSE.
7281         * i386-linux-nat.c (fetch_xstateregs): Check
7282         have_ptrace_getregset is not TRIBOOL_TRUE.
7283         (store_xstateregs): Likewise.
7284         * linux-nat.c (have_ptrace_getregset): Change its type to
7285         enum tribool.
7286         * linux-nat.h (tribool): New enum.
7287         * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7288         Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7289
7290 2015-06-19  Doug Evans  <dje@google.com>
7291
7292         * NEWS: Mention Sun's version of stabs is no longer supported.
7293         * elfread.c (free_elfinfo): Delete.  All uses updated.
7294         (elfstab_offset_sections): Delete.  All uses updated.
7295         * gdb-stabs.h (stab_section_info): Delete.  All uses updated.
7296         * psympriv.h (partial_symtab) <section_offsets>: Delete.
7297         All uses updated.
7298         * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7299         All callers updated.
7300
7301 2015-06-18  Simon Marchi  <simon.marchi@ericsson.com>
7302
7303         * common/rsp-low.c (needs_escaping): New.
7304         (remote_escape_output): Add unit_size parameter. Refactor to
7305         support multi-byte addressable units.  Rename parameters.
7306         * common/rsp-low.h (remote_escape_output): Add unit_size
7307         parameter and rename others. Update doc.
7308         * remote.c (align_for_efficient_write): New.
7309         (remote_write_bytes_aux): Add unit_size parameter and use it.
7310         Rename some variables.  Update doc.
7311         (remote_xfer_partial): Get unit size and use it.
7312         (remote_read_bytes_1): Add unit_size parameter and use it.
7313         Rename some variables. Update doc.
7314         (remote_write_bytes): Same.
7315         (remote_xfer_live_readonly_partial): Same.
7316         (remote_read_bytes): Same.
7317         (remote_flash_write): Update call to remote_write_bytes_aux.
7318         (remote_write_qxfer): Update call to remote_escape_output.
7319         (remote_search_memory): Same.
7320         (remote_hostio_pwrite): Same.
7321
7322 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7323
7324         * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7325         locations as inserted.
7326         Update and expand comment about permanent locations.
7327         (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7328         Move comment to add_location_to_breakpoint.
7329         (update_global_location_list): Don't error out if a permanent
7330         breakpoint is not marked inserted.
7331         Don't error out if a non-permanent breakpoint location is inserted on
7332         top of a permanent breakpoint.
7333
7334 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7335
7336         * breakpoint.c (make_breakpoint_permanent): Remove unused
7337         function.
7338         * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7339
7340 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7341
7342         PR gdb/16999
7343         * NEWS: Mention new GDBHISTSIZE behavior.
7344         * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7345         set history size to unlimited.  Ignore non-numeric GDBHISTSIZE.
7346
7347 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7348
7349         * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7350         * top.c (init_history): Read from GDBHISTSIZE instead of
7351         HISTSIZE.
7352         (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7353
7354 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7355
7356         * top.c (gdb_safe_append_history): Do not call
7357         history_truncate_file if the history is not stifled.
7358
7359 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7360
7361         * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7362         * syscalls/s390x-linux.xml: Likewise.
7363
7364 2015-06-16  Michael Eager  <eager@eagercon.com>
7365
7366         * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7367
7368 2015-06-16  Patrick Palka  <patrick@parcs.ath.cx>
7369
7370         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7371         target_terminal_ours_for_output() before calling
7372         tui_show_frame_info(), and restore the original terminal
7373         settings afterwards.
7374
7375 2015-06-16  Martin Simmons  <martin@lispworks.com>  (tiny patch)
7376
7377         * arm-linux-nat.c: Include nat/linux-ptrace.h.
7378
7379 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7380
7381         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7382         memory unit size.
7383         (mi_cmd_data_write_memory_bytes): Same.
7384
7385 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7386
7387         * corefile.c (write_memory): Update doc.
7388         * gdbcore.h (write_memory): Same.
7389
7390 2015-06-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7391
7392         * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7393         (dump_mapping_p): Use it for parameter filterflags.
7394         (linux_find_memory_regions_full): Use it for variable filterflags.
7395
7396 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7397             Jan Kratochvil  <jan.kratochvil@redhat.com>
7398
7399         Merge multiple hex conversions.
7400         * monitor.c: Include rsp-low.h.
7401         (fromhex): Remove definition.
7402
7403 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7404             Jan Kratochvil  <jan.kratochvil@redhat.com>
7405
7406         Move utility functions to common/.
7407         * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7408         Move defs to common/common-utils.c.
7409         * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7410         (skip_to_space_const): Move decls to common/common-utils.h.
7411         * common/common-defs.h: Move include of common-types.h before
7412         common-utils.h.
7413         * common/common-utils.c: Include host-defs.h and ctype.h.
7414         (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7415         from utils.c.
7416         (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7417         cli/cli-utils.c.
7418         * common/common-utils.h (strtoulst): Move decl from utils.h.
7419         (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7420         Move from cli/cli-utils.h.
7421         * common/host-defs.h: Include limits.h.
7422         (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7423         (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7424         * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7425         common/common-utils.h.
7426         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7427         (strtoulst): Move to common/common-utils.c.
7428         * utils.h (strtoulst): Moved decl to common/common-utils.h.
7429
7430 2015-06-15  Yao Qi  <yao.qi@linaro.org>
7431
7432         * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7433
7434 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
7435
7436         * build-id.c: Don't include elf-bfd.h.
7437         (build_id_bfd_get): Use bfd_build_id.
7438         (build_id_verify): Ditto.
7439         * build-id.h: Ditto.
7440         (find_separate_debug_file_by_buildid): Ditto.
7441         * python/py-objfile.c: Don't include elf-bfd.h.
7442         (objfpy_get_build_id) Use bfd_build_id.
7443         (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7444         * coffread.c: Include build-id.h.
7445         (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7446
7447 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7448
7449         * windows-nat.c (do_windows_fetch_inferior_registers)
7450         (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7451         conditional with __CYGWIN__.
7452
7453 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7454
7455         * completer.c: Add arch-utils.h include.
7456         (enum reg_completer_targets): New enum.
7457         (reg_or_group_completer_1): New function containing old
7458         reg_or_group_completer, add and use new parameter to control what
7459         is completed on.  Use get_current_arch rather than architecture of
7460         currently selected frame.
7461         (reg_or_group_completer): Call new reg_or_group_completer_1.
7462         (reggroup_completer): Call new reg_or_group_completer_1.
7463         * completer.h (reggroup_completer): Add declaration.
7464         * tui/tui-regs.c: Add 'completer.h' include.
7465         (tui_reg_next_command): Renamed to...
7466         (tui_reg_next): ...this.  Adjust parameters and return rather than
7467         display new group.
7468         (tui_reg_prev_command): Renamed to...
7469         (tui_reg_prev): ...this.  Adjust parameters and return rather than
7470         display new group.
7471         (tui_reg_float_command): Delete.
7472         (tui_reg_general_command): Delete.
7473         (tui_reg_system_command): Delete.
7474         (tui_reg_command): Rewrite to perform switching of register group.
7475         Add header comment.
7476         (tuireglist): Remove.
7477         (tui_reggroup_completer): New function.
7478         (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7479         creation of 'tui reg' command.
7480         * NEWS: Add comment about 'tui reg' changes.
7481
7482 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7483
7484         * target.c (target_read): Consider addressable unit size when
7485         reading from a memory object.
7486         (read_memory_robust): Same.
7487         (read_whatever_is_readable): Same.
7488         (target_write_with_progress): Consider addressable unit size
7489         when writing to a memory object.
7490         * target.h (target_read): Update documentation.
7491         (target_write): Add documentation.
7492
7493 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7494
7495         * arch-utils.h (default_addressable_memory_unit_size): New.
7496         * arch-utils.c (default_addressable_memory_unit_size): New.
7497         * gdbarch.sh (addressable_memory_unit_size): New.
7498         * gdbarch.h: Re-generate.
7499         * gdbarch.c: Re-generate.
7500
7501 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7502
7503         * target.c (target_read): Rename variables and use
7504         TARGET_XFER_E_IO.
7505         (target_read_with_progress): Same.
7506         (read_memory_robust): Constify parameters and rename
7507         variables.
7508         (read_whatever_is_readable): Constify parameters,
7509         rename variables, adjust formatting.
7510         * target.h (read_memory_robust): Constify parameters.
7511
7512 2015-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7513
7514         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7515         synthetic (non-AltiVec) vector types.
7516         (ppc64_sysv_abi_return_value): Likewise.
7517
7518 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7519
7520         PR breakpoints/16465
7521         * breakpoint.c (create_breakpoint): Save extra_string for
7522         pending breakpoints.
7523
7524 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7525
7526         * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7527         and bt_mask to CORE_ADDR.
7528
7529 2015-06-11  Gary Benson <gbenson@redhat.com>
7530
7531         * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7532         (mnsh_recv_message): Likewise.
7533
7534 2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7535
7536         * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7537         long long int and plongest instead of %ll.
7538
7539 2015-06-11  Gary Benson <gbenson@redhat.com>
7540
7541         * nat/linux-namespaces.c (gdb_wait.h): New include.
7542         (sys/wait.h): Do not include.
7543
7544 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
7545
7546         * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7547         end_sequence is true.
7548
7549 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7550
7551         Code cleanup.
7552         * solib-target.c (library_list_start_list): Use explicit NULL
7553         comparison.
7554
7555 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7556
7557         * solib-target.c (library_list_start_list): Do not dereference
7558         variable version in its initialization.  Make the VERSION check handle
7559         NULL.
7560         (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7561
7562 2015-06-10  Gary Benson <gbenson@redhat.com>
7563
7564         * NEWS: Announce support for direct access of executable and
7565         shared library files when attaching to inferiors in containers
7566         on GNU/Linux systems.
7567
7568 2015-06-10  Gary Benson <gbenson@redhat.com>
7569
7570         * remote.c (struct remote_state) <fs_pid>: New field.
7571         (new_remote_state): Initialize the above.
7572         (PACKET_vFile_setfs): New enum value.
7573         (remote_hostio_set_filesystem): New function.
7574         (remote_hostio_open): Call the above.
7575         (remote_hostio_unlink): Likewise.
7576         (remote_hostio_readlink): Likewise.
7577         (_initialize_remote): Register new "set/show remote
7578         hostio-setfs-packet" command.
7579         * NEWS: Announce new vFile:setfs packet.
7580
7581 2015-06-10  Gary Benson <gbenson@redhat.com>
7582
7583         * linux-nat.c (nat/linux-namespaces.h): New include.
7584         (fileio.h): Likewise.
7585         (linux_nat_filesystem_is_local): New function.
7586         (linux_nat_fileio_pid_of): Likewise.
7587         (linux_nat_fileio_open): Likewise.
7588         (linux_nat_fileio_readlink): Likewise.
7589         (linux_nat_fileio_unlink): Likewise.
7590         (linux_nat_add_target): Initialize to_filesystem_is_local,
7591         to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7592         (_initialize_linux_nat): New "set/show debug linux-namespaces"
7593         commands.
7594         * NEWS: Mention new "set/show debug linux-namespaces" commands.
7595
7596 2015-06-10  Gary Benson <gbenson@redhat.com>
7597
7598         * target.h (struct inferior): New forward declaration.
7599         (struct target_ops) <to_filesystem_is_local>: Update comment.
7600         (struct target_ops) <to_fileio_open>: New argument inf.
7601         Update comment.  All implementations updated.
7602         (struct target_ops) <to_fileio_unlink>: Likewise.
7603         (struct target_ops) <to_fileio_readlink>: Likewise.
7604         (target_filesystem_is_local): Update comment.
7605         (target_fileio_open): New argument inf.  Update comment.
7606         (target_fileio_unlink): Likewise.
7607         (target_fileio_readlink): Likewise.
7608         (target_fileio_read_alloc): Likewise.
7609         (target_fileio_read_stralloc): Likewise.
7610         * target.c (target_fileio_open): New argument inf.
7611         Pass inf to implementation.  Update debug printing.
7612         (target_fileio_unlink): Likewise.
7613         (target_fileio_readlink): Likewise.
7614         (target_fileio_read_alloc_1): New argument inf. Pass inf
7615         to target_fileio_open.
7616         (target_fileio_read_alloc): New argument inf. Pass inf to
7617         target_fileio_read_alloc_1.
7618         (target_fileio_read_stralloc): Likewise.
7619         * gdb_bfd.c (inferior.h): New include.
7620         (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7621         argument with new argument "inferior".  Pass inferior to
7622         target_fileio_open.
7623         (gdb_bfd_open): Supply inferior argument to
7624         gdb_bfd_iovec_fileio_open.
7625         * linux-tdep.c (linux_info_proc): Supply inf argument to
7626         relevant target_fileio calls.
7627         (linux_find_memory_regions_full): Likewise.
7628         (linux_fill_prpsinfo): Likewise.
7629         * remote.c (remote_filesystem_is_local): Supply inf
7630         argument to remote_hostio_open.
7631         (remote_file_put): Likewise.
7632         (remote_file_get): Likewise.
7633         (remote_file_delete): Supply inf argument to
7634         remote_hostio_unlink.
7635
7636 2015-06-10  Gary Benson <gbenson@redhat.com>
7637
7638         * inf-child.c (inf_child_fileio_open): Replace comment.
7639         (inf_child_fileio_pwrite): Likewise.
7640         (inf_child_fileio_pread): Likewise.
7641         (inf_child_fileio_fstat): Insert blank line before comment.
7642         (inf_child_fileio_close): Replace comment.
7643         (inf_child_fileio_unlink): Likewise.
7644         (inf_child_fileio_readlink): Likewise.
7645         * remote.c (remote_hostio_open): Likewise.
7646         (remote_hostio_pread): Likewise.
7647         (remote_hostio_pwrite): Likewise.
7648         (remote_hostio_close): Likewise.
7649         (remote_hostio_unlink): Likewise.
7650         (remote_hostio_readlink): Likewise.
7651         (remote_hostio_fstat): Likewise.
7652         (remote_filesystem_is_local): Likewise.
7653         * target.c (target_fileio_open): Likewise.
7654         (target_fileio_pwrite): Likewise.
7655         (target_fileio_pread): Likewise.
7656         (target_fileio_fstat): Insert blank line before comment.
7657         (target_fileio_close): Replace comment.
7658         (target_fileio_unlink): Likewise.
7659         (target_fileio_readlink): Likewise.
7660         (target_fileio_read_alloc): Likewise.
7661         (target_fileio_read_stralloc): Likewise.
7662
7663 2015-06-10  Gary Benson <gbenson@redhat.com>
7664
7665         * linux-thread-db.c (nat/linux-namespaces.h): New include.
7666         (check_pid_namespace_match): Use linux_ns_same rather than
7667         linux_proc_pid_get_ns to spot PID namespace mismatches.
7668         * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7669         * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7670
7671 2015-06-10  Gary Benson <gbenson@redhat.com>
7672
7673         * configure.ac (AC_CHECK_FUNCS): Add setns.
7674         * config.in: Regenerate.
7675         * configure: Likewise.
7676         * nat/linux-namespaces.h: New file.
7677         * nat/linux-namespaces.c: Likewise.
7678         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7679         (linux-namespaces.o): New rule.
7680         * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7681         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7682         * config/arm/linux.mh (NATDEPFILES): Likewise.
7683         * config/i386/linux.mh (NATDEPFILES): Likewise.
7684         * config/i386/linux64.mh (NATDEPFILES): Likewise.
7685         * config/ia64/linux.mh (NATDEPFILES): Likewise.
7686         * config/m32r/linux.mh (NATDEPFILES): Likewise.
7687         * config/m68k/linux.mh (NATDEPFILES): Likewise.
7688         * config/mips/linux.mh (NATDEPFILES): Likewise.
7689         * config/pa/linux.mh (NATDEPFILES): Likewise.
7690         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7691         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7692         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7693         * config/s390/linux.mh (NATDEPFILES): Likewise.
7694         * config/sparc/linux.mh (NATDEPFILES): Likewise.
7695         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7696         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7697         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7698
7699 2015-06-10  Gary Benson <gbenson@redhat.com>
7700
7701         * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7702         * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7703         (make_cleanup_close): Likewise.
7704         * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7705         * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7706         (make_cleanup_close): Likewise.
7707
7708 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7709
7710         * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7711         from SuspendThread().
7712
7713 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7714
7715         * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7716         from OutputDebugString.
7717
7718 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7719                         Mircea Gherzan  <mircea.gherzan@intel.com>
7720
7721         * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7722         MPX_BT_MASK_32): New macros.
7723         (i386_mpx_set_bounds): New function that implements
7724         the command "set-mpx-bound".
7725         (i386_mpx_enabled): Helper function to test MPX availability.
7726         (i386_mpx_bd_base): Helper function to calculate the base directory
7727         address.
7728         (i386_mpx_get_bt_entry): Helper function to access a bound
7729         table entry.
7730         (i386_mpx_print_bounds): Effectively display bound information.
7731         (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7732         "show mpx".
7733         (_initialize_i386_tdep):
7734         Add "bound" to the commands "show mpx" and "set mpx" commands.
7735         (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7736         and "show mpx" commands.
7737         * NEWS: List new commands for MPX support.
7738
7739 2015-06-09  Gary Benson <gbenson@redhat.com>
7740
7741         * common/fileio.h (fileio_to_host_mode): New declaration.
7742         * common/fileio.c (fileio_to_host_mode): New Function.
7743         * inf-child.c (inf_child_fileio_open): Process mode argument
7744         with fileio_to_host_mode.
7745
7746 2015-06-09  Gary Benson <gbenson@redhat.com>
7747
7748         * common/fileio.c (fileio_mode_pack): Fix preprocessor
7749         conditional.
7750
7751 2015-06-05  Gary Benson <gbenson@redhat.com>
7752
7753         * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7754         * remote.c (remote_filesystem_is_local): ...here.
7755
7756 2015-06-04  Yao Qi  <yao.qi@linaro.org>
7757
7758         * gdbarch.c: Regenerate it.
7759
7760 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7761
7762         * arch-utils.c (default_infcall_munmap): New.
7763         * arch-utils.h (default_infcall_munmap): New declaration.
7764         * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7765         (munmap_list_free, munmap_listp_free_cleanup): New.
7766         (struct setup_sections_data): Add field munmap_list_headp.
7767         (setup_sections): Call munmap_list_add.
7768         (compile_object_load): New variable munmap_list_head, initialize
7769         setup_sections_data.munmap_list_headp, return munmap_list_head.
7770         * compile/compile-object-load.h (struct munmap_list): New declaration.
7771         (struct compile_module): Add field munmap_list_head.
7772         (munmap_list_free): New declaration.
7773         * compile/compile-object-run.c (struct do_module_cleanup): Add field
7774         munmap_list_head.
7775         (do_module_cleanup): Call munmap_list_free.
7776         (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7777         * gdbarch.c: Regenerate.
7778         * gdbarch.h: Regenerate.
7779         * gdbarch.sh (infcall_munmap): New.
7780         * linux-tdep.c (linux_infcall_munmap): New.
7781         (linux_init_abi): Install it.
7782
7783 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7784
7785         PR gdb/15564
7786         * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7787
7788 2015-06-02  Yao Qi  <yao.qi@linaro.org>
7789
7790         * i386-linux-nat.c: Include linux-nat.h.
7791
7792 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
7793             Jan Kratochvil  <jan.kratochvil@redhat.com>
7794
7795         PR symtab/18392
7796         * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7797         assertion.
7798         * dwarf2loc.c (chain_candidate): Likewise.
7799
7800 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7801
7802         * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7803         (store_vfp_regs): Use PTRACE_SETREGSET.
7804
7805 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7806
7807         * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7808         (fetch_fpregs): Likewise.
7809         * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7810         (store_fpregs): Likewise.
7811
7812 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7813
7814         * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7815         (fetch_regs): Likewise.
7816         (store_regs): Use PTRACE_SETREGSET.
7817         (store_register): Likewise.
7818
7819 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7820
7821         * arm-linux-nat.c (arm_linux_read_description): Check whether
7822         kernel supports PTRACE_GETREGSET.
7823
7824 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7825
7826         * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7827         * linux-nat.c: ... here.
7828         * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7829         to ...
7830         * linux-nat.h: ... here.
7831
7832 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7833
7834         * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7835         * i386-linux-nat.c: Likewise.
7836         * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7837         * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7838         (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7839         * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7840         * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7841
7842 2015-05-30  Eli Zaretskii  <eliz@gnu.org>
7843
7844         * go32-nat.c (go32_xfer_memory): Fix the return value to be
7845         compatible to what read_child and write_child return.  This
7846         unbreaks that DJGPP build of GDB which was broken since v7.7.
7847
7848 2015-05-29  Martin Galvan  <martin.galvan@tallertechnologies.com>
7849
7850         * MAINTAINERS (Write After Approval): Add Martin Galvan.
7851
7852 2015-05-29  Roland McGrath  <mcgrathr@google.com>
7853
7854         PR gdb/18464
7855         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
7856         rather than internal_error for an unrecognized value.
7857
7858 2015-05-29  Max Filippov  <jcmvbkbc@gmail.com>
7859
7860         * xtensa-tdep.c (xtensa_pseudo_register_read)
7861         (xtensa_pseudo_register_write): Don't alias last pseudo register
7862         to a1.
7863
7864 2015-05-28  Don Breazeal  <donb@codesourcery.com>
7865
7866         * infrun.c (follow_fork_inferior): Ensure the use of
7867         process-style ptids (pid,0,0) in verbose/debug "Detaching"
7868         messages.
7869
7870 2015-05-28  Doug Evans  <dje@google.com>
7871
7872         * dwarf2read.c (record_line_ftype): Remove, duplicate.
7873
7874 2015-05-28  Yao Qi  <yao.qi@linaro.org>
7875
7876         * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
7877         (arm_linux_fetch_inferior_registers): Use
7878         tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
7879         (arm_linux_store_inferior_registers): Likewise.
7880         (arm_linux_read_description): Don't set
7881         arm_linux_has_wmmx_registers.
7882         * arm-tdep.c (arm_gdbarch_init): Set
7883         tdep->have_wmmx_registers according target descriptions.
7884         * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
7885         field.
7886
7887 2015-05-28  Yao Qi  <yao.qi@linaro.org>
7888
7889         * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
7890         (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
7891         instead of arm_linux_vfp_register_count.
7892         (store_vfp_regs): Likewise.
7893         (arm_linux_fetch_inferior_registers): Likewise.
7894         (arm_linux_store_inferior_registers): Likewise.
7895         (arm_linux_read_description): Don't set
7896         arm_linux_vfp_register_count.
7897         * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
7898         Adjust.
7899         * arm-tdep.c (arm_gdbarch_init): Add assert on
7900         vfp_register_count.
7901         * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
7902         field to vfp_register_count.  All users updated.
7903
7904 2015-05-28  Kyle Huey  <me@kylehuey.com>  (tiny patch)
7905
7906         * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
7907         ELFOSABI_GNU binaries.
7908
7909 2015-05-27  Doug Evans  <dje@google.com>
7910
7911         * dwarf2read.c (lnp_state_machine): New typedef.
7912         (lnp_reader_state): New typedef.
7913         (dwarf_record_line_1): Renamed from dwarf_record_line.
7914         All callers updated.
7915         (dwarf_record_line): New function.
7916         (init_lnp_state_machine): New function.
7917         (check_line_address): Replace p_record_line parameter with state.
7918         All callers updated.
7919         (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
7920         Update to record state in lnp_state_machine.
7921
7922 2015-05-27  Doug Evans  <dje@google.com>
7923
7924         * dwarf2read.c (record_line_ftype): New typedef.
7925         (check_line_address): New function.
7926         (dwarf_decode_lines_1): Call it.
7927
7928 2015-05-27  Doug Evans  <dje@google.com>
7929
7930         * NEWS: Mention "set debug dwarf-line".
7931         * dwarf2read.c (dwarf_line_debug): New static global.
7932         (add_include_dir): Add debug dwarf-line support.
7933         (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
7934         (_initialize_dwarf2_read): New parameter "debug dwarf-line".
7935
7936 2015-05-27  Doug Evans  <dje@google.com>
7937
7938         * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
7939         All callers updated.
7940         (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
7941         * cp-support.h (cp_lookup_nested_symbol): Update.
7942
7943 2015-05-27  Doug Evans  <dje@google.com>
7944
7945         PR symtab/18258
7946         * block.c (block_find_symbol): New function.
7947         (block_find_non_opaque_type): Ditto.
7948         (block_find_non_opaque_type_preferred): Ditto.
7949         * block.h (block_symbol_matcher_ftype): New typedef.
7950         (block_find_symbol): Declare.
7951         (block_find_non_opaque_type): Ditto.
7952         (block_find_non_opaque_type_preferred): Ditto.
7953         * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
7954         * psymtab.c (psym_lookup_symbol): Ditto.
7955         * symtab.c (basic_lookup_transparent_type_1): New function.
7956         (basic_lookup_transparent_type): Call it.
7957
7958 2015-05-27  Yao Qi  <yao.qi@linaro.org>
7959
7960         * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
7961         AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
7962
7963 2015-05-27  Yao Qi  <yao.qi@linaro.org>
7964
7965         * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
7966         before operator &&.
7967         (aarch64_record_load_store): Likewise.
7968
7969 2015-05-26  Doug Evans  <dje@google.com>
7970
7971         PR c++/18141, c++/18417.
7972         * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
7973         a typedef.
7974
7975 2015-05-26  Doug Evans  <dje@google.com>
7976
7977         * NEWS: Add entries for command renamings.
7978         * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
7979         All uses updated.
7980         (dwarf_die_debug): Renamed from dwarf2_die_debug.  All uses updated.
7981         (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
7982         All uses updated.
7983         (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
7984         All callers updated.  Fix spelling of DWARF in help text.
7985         (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
7986         All uses updated.
7987         (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
7988         All uses updated.
7989         (set_dwarf_cmd): Renamed from set_dwarf2_cmd.  All callers updated.
7990         (show_dwarf_cmd): Renamed from show_dwarf2_cmd.  All callers updated.
7991         (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
7992         All uses updated.
7993         (show_dwarf_always_disassemble): Renamed from
7994         show_dwarf2_always_disassemble.  All callers updated.
7995         (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
7996         "set/show dwarf".  Rename "set/show dwarf2 max-cache-age" to
7997         "set/show dwarf max-cache-age".  Rename
7998         "set/show dwarf2 always-disassemble" to
7999         "set/show dwarf always-disassemble".  Rename
8000         "set/show debug dwarf2-read" to "set/show debug dwarf-read".  Rename
8001         "set/show debug dwarf2-die" to "set/show debug dwarf-die".
8002
8003 2015-05-26  Doug Evans  <dje@google.com>
8004
8005         PR python/18438
8006         * python/py-lazy-string.c (stpy_convert_to_value): Use
8007         gdbpy_gdb_memory_error not PyExc_MemoryError.
8008         (gdbpy_create_lazy_string_object): Ditto.
8009
8010 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8011
8012         * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
8013
8014 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8015
8016         * tui/tui-regs.c (tui_reg_prev_command): New function.
8017         (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
8018         * reggroups.c (reggroup_prev): New function.
8019         * reggroups.h (reggroup_prev): Add declaration.  Update comment.
8020
8021 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
8022             Yao Qi  <yao.qi@linaro.org>
8023
8024         * aarch64-linux-tdep.c: Include linux-record.h and
8025         record-full.h.
8026         (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
8027         (aarch64_syscall): New enum.
8028         (aarch64_canonicalize_syscall): New function.
8029         (aarch64_all_but_pc_registers_record): New function.
8030         (aarch64_linux_syscall_record): New function.
8031         (aarch64_linux_init_abi): Install AArch64 process record
8032         handler.  Update to handle syscall recording.
8033         * aarch64-tdep.c: Include record.h and record-full.h.
8034         (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
8035         (struct aarch64_mem_r): Define.
8036         (aarch64_record_result): New enum.
8037         (struct insn_decode_record): Define.
8038         (insn_decode_record): New typedef.
8039         (aarch64_record_data_proc_reg): New function.
8040         (aarch64_record_data_proc_imm): New function.
8041         (aarch64_record_branch_except_sys): New function.
8042         (aarch64_record_load_store): New function.
8043         (aarch64_record_data_proc_simd_fp): New function.
8044         (aarch64_record_asimd_load_store): New function.
8045         (aarch64_record_decode_insn_handler): New function.
8046         (deallocate_reg_mem): New function.
8047         (aarch64_process_record): New function.
8048         * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
8049         New field.
8050         (aarch64_process_record): New extern declaration.
8051         * configure.tgt: Add linux-record.o to gdb_target_obs.
8052         * linux-record.h (struct linux_record_tdep) <arg7>: New field.
8053
8054 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
8055
8056         * NEWS: Add a note on process record-replay support on aarch64*-linux*
8057         targets.
8058
8059 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
8060
8061         * amd64-tdep.c: Replace in_function_epilogue_p with
8062         stack_frame_destroyed_p throughout.
8063         * arch-utils.c: Ditto.
8064         * arch-utils.h: Ditto.
8065         * arm-tdep.c: Ditto.
8066         * breakpoint.c: Ditto.
8067         * gdbarch.sh: Ditto.
8068         * hppa-tdep.c: Ditto.
8069         * i386-tdep.c: Ditto.
8070         * mips-tdep.c: Ditto.
8071         * nios2-tdep.c: Ditto.
8072         * rs6000-tdep.c: Ditto.
8073         * s390-linux-tdep.c: Ditto.
8074         * score-tdep.c: Ditto.
8075         * sh-tdep.c: Ditto.
8076         * sparc-tdep.c: Ditto.
8077         * sparc-tdep.h: Ditto.
8078         * sparc64-tdep.c: Ditto.
8079         * spu-tdep.c: Ditto.
8080         * tic6x-tdep.c: Ditto.
8081         * tilegx-tdep.c: Ditto.
8082         * xstormy16-tdep.c: Ditto.
8083         * gdbarch.c, gdbarch.h: Re-generated.
8084
8085 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
8086
8087         * NEWS: Mention 'tui enable' and 'tui disable'.
8088         * tui/tui.c (tui_enable_command): New function.
8089         (tui_disable_command): New function.
8090         (_initialize_tui): New function.
8091
8092 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8093
8094         * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
8095
8096 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8097
8098         * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
8099         buf_ptr is freed.
8100
8101 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8102
8103         * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
8104         into ...
8105         (tui_set_layout_for_display_command): ...here, before calling
8106         tui_set_layout.  Only set the layout if gdb has not already
8107         entered the TUI_FAILURE state.
8108
8109 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8110
8111         * tui/tui-layout.c (layout_completer): New function.
8112         (_initialize_tui_layout): Set completer on layout command.
8113
8114 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8115
8116         * tui/tui-layout.c (tui_set_layout): Remove
8117         tui_register_display_type parameter.  Remove all checking of this
8118         parameter, and reindent function.  Update header comment.
8119         (tui_set_layout_for_display_command): Rename to...
8120         (tui_set_layout_by_name): ...this, and don't check for different
8121         register class types, don't pass a tui_register_display_type to
8122         tui_set_layout.  Update header comment.
8123         (layout_names): Remove register set specific names.
8124         * tui/tui-layout.h (tui_set_layout): Remove
8125         tui_register_display_type parameter.
8126         * tui/tui.c (tui_rl_change_windows): Don't pass a
8127         tui_register_display_type to tui_set_layout.
8128         (tui_rl_delete_other_windows): Likewise.
8129         (tui_enable): Likewise.
8130         * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
8131         (TUI_FLOAT_REGS_NAME_LOWER): Remove.
8132         (TUI_GENERAL_REGS_NAME): Remove.
8133         (TUI_GENERAL_REGS_NAME_LOWER): Remove.
8134         (TUI_SPECIAL_REGS_NAME): Remove.
8135         (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
8136         (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
8137         (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
8138         (enum tui_register_display_type): Remove.
8139         (struct tui_layout_def): Remove regs_display_type and
8140         float_regs_display_type fields.
8141         (struct tui_data_info): Remove regs_display_type field.
8142         (tui_layout_command): Use new name for
8143         tui_set_layout_for_display_command.
8144         * tui/tui-data.c (layout_def): Don't initialise removed fields.
8145         (tui_clear_win_detail): Don't initialise removed fields of
8146         win_info.
8147         * tui/tui-regs.c (tui_show_registers): Use new name for
8148         tui_set_layout_for_display_command.
8149         * tui/tui.h (tui_set_layout_for_display_command): Rename
8150         declaration to...
8151         (tui_set_layout_by_name): ...this.
8152         * printcmd.c (display_command): Remove tui related layout call,
8153         and reindent.
8154
8155 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8156
8157         * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
8158         (handle_inferior_event): New function.
8159
8160 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8161
8162         * ada-lang.c (to_fixed_array_type): Rename local variable
8163         typename into type_name.
8164
8165 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8166
8167         Fix ASAN crash for gdb.compile/compile.exp.
8168         * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
8169
8170 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8171
8172         * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
8173         (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
8174         * compile/compile-object-load.c (setup_sections, compile_object_load):
8175         Likewise.
8176         * compile/compile.c (compile_to_object): Likewise.
8177
8178 2015-05-16  Doug Evans  <xdje42@gmail.com>
8179
8180         * NEWS: Mention support for unbuffered Guile memory ports.
8181         * scm-ports.c (ioscm_memory_port): Update comments on end, size.
8182         (ioscm_lseek_address): Improve overflow calculation.
8183         (gdbscm_memory_port_fill_input): Add assert.
8184         (gdbscm_memory_port_write): Handle unbuffered ports.
8185         Handle large writes identical to Guile's fport_write.
8186         (gdbscm_memory_port_seek): Fix seeking past end check.
8187         (gdbscm_memory_port_close): Handle closing unbuffered port.
8188         (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
8189         (ioscm_init_memory_port): Handle unbuffered ports.
8190         (ioscm_reinit_memory_port): Ditto.
8191         (ioscm_init_memory_port): Update size calculation.
8192         (gdbscm_open_memory): Support zero sized ports.
8193
8194 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8195
8196         * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
8197         variable compiler warnings.
8198
8199 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8200
8201         * compile/compile-object-load.c (get_out_value_type): Fix returned type.
8202
8203 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8204             Phil Muldoon  <pmuldoon@redhat.com>
8205
8206         * NEWS (Changes since GDB 7.9): Add compile print.
8207         * compile/compile-c-support.c (add_code_header, add_code_footer)
8208         (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8209         COMPILE_I_PRINT_VALUE_SCOPE.
8210         * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8211         (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8212         New.
8213         * compile/compile-object-load.c: Include block.h.
8214         (get_out_value_type): New function.
8215         (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8216         COMPILE_I_PRINT_VALUE_SCOPE.  Set compile_module's OUT_VALUE_ADDR and
8217         OUT_VALUE_TYPE.
8218         * compile/compile-object-load.h (struct compile_module): Add fields
8219         out_value_addr and out_value_type.
8220         * compile/compile-object-run.c: Include valprint.h and compile.h.
8221         (struct do_module_cleanup): Add fields out_value_addr and
8222         out_value_type.
8223         (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8224         COMPILE_I_PRINT_VALUE_SCOPE.
8225         (compile_object_run): Propagate out_value_addr and out_value_type.
8226         Pass OUT_VALUE_ADDR.
8227         * compile/compile.c: Include valprint.h.
8228         (compile_print_value, compile_print_command): New functions.
8229         (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8230         (_initialize_compile): Update compile code help text.  Install
8231         compile_print_command.
8232         * compile/compile.h (compile_print_value): New prototype.
8233         * defs.h (enum compile_i_scope_types): Add
8234         COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8235
8236 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8237
8238         * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8239         Rely on its parameter count.
8240         (compile_object_load): Replace lookup_minimal_symbol_text by
8241         lookup_global_symbol_from_objfile.  Verify FUNC_SYM.  Set it in the
8242         return value.
8243         * compile/compile-object-load.h (struct compile_module): Replace
8244         func_addr by func_sym.
8245         * compile/compile-object-run.c: Include block.h.
8246         (compile_object_run): Reset module variable after it is freed.  Use
8247         FUNC_SYM instead of FUNC_ADDR.  Rely on it.
8248
8249 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8250
8251         * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8252         (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8253         (c_compute_program): Call generate_register_struct after typedefs.
8254         * compile/compile-loc2c.c (push, pushf_register_address)
8255         (pushf_register): Cast to GCC_UINTPTR.
8256         (do_compile_dwarf_expr_to_c): Use unused attribute.  Add space after
8257         type.  Use GCC_UINTPTR instead of void *.  Remove excessive cast.
8258         (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8259         * compile/compile.c (_initialize_compile): Enable warnings for
8260         COMPILE_ARGS.
8261
8262 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8263
8264         * cli/cli-script.c (execute_control_command): Update
8265         eval_compile_command caller.
8266         * compile/compile-object-load.c (compile_object_load): Add parameters
8267         scope and scope_data.  Set them.
8268         * compile/compile-object-load.h (struct compile_module): Add fields
8269         scope and scope_data.
8270         (compile_object_load): Add parameters scope and scope_data.
8271         * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8272         scope and scope_data.
8273         (compile_object_run): Propagate the fields scope and scope_data.
8274         * compile/compile.c (compile_file_command, compile_code_command):
8275         Update eval_compile_command callers.
8276         (eval_compile_command): Add parameter scope_data.  Pass it plus scope.
8277         * compile/compile.h (eval_compile_command): Add parameter scope_data.
8278         * defs.h (struct command_line): Add field scope_data.
8279
8280 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8281
8282         * printcmd.c (struct format_data): Move it to valprint.h.
8283         (print_command_parse_format, print_value): New functions from ...
8284         (print_command_1): ... here.  Call them.
8285         * valprint.h (struct format_data): Move it here from printcmd.c.
8286         (print_command_parse_format, print_value): New declarations.
8287
8288 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8289
8290         * compile/compile-object-load.c (compile_object_load): Add
8291         COMPILE_DEBUG message.
8292
8293 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8294
8295         * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8296         index to get element instead of enum value.
8297         (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8298         of index to compute length, but enum values to compute bounds.
8299         (ada_array_length): Use enum position of index instead of enum value.
8300         (pos_atr): Move position computation to...
8301         (ada_evaluate_subexp): Use enum values to compute bounds.
8302         * gdbtypes.c (discrete_position): ...this new function.
8303         * gdbtypes.h (discrete_position): New function declaration.
8304         * valprint.c (val_print_array_elements): Call discrete_position
8305         to handle array indexed by non-contiguous enumeration types.
8306
8307 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8308
8309         * ada-lang.c (find_parallel_type_by_descriptive_type):
8310         Go through typedefs during lookup.
8311         (to_fixed_array_type): Add support for non-bit packed arrays
8312         as variable-length fields.
8313
8314 2015-05-15  Pedro Alves  <palves@redhat.com>
8315             Simon Marchi  <simon.marchi@ericsson.com>
8316
8317         * event-loop.c (gdb_notifier) <next_file_handler,
8318         next_poll_fds_index>: New fields.
8319         (get_next_file_handler_to_handle_and_advance): New function.
8320         (delete_file_handler): If deleting the next file handler to
8321         handle, advance to the next file handler.
8322         (gdb_wait_for_event): Bail early if no event fired.  Poll file
8323         handlers in round-robin fashion.
8324
8325 2015-05-15  Pedro Alves  <palves@redhat.com>
8326
8327         * linux-tdep.c (linux_find_memory_regions_full): Rename local
8328         'private' to 'priv'.
8329
8330 2015-05-15  Pedro Alves  <palves@redhat.com>
8331
8332         * nat/linux-nat.h: Include "target/waitstatus.h".
8333
8334 2015-05-15  Yuanhui Zhang  <asmwarrior@gmail.com>
8335
8336         * python/py-unwind.c (struct reg_info): Move out of ...
8337         (struct cached_frame_info): ... this scope.
8338         (pending_frame_object_type, unwind_info_object_type): Make extern.
8339
8340 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
8341
8342         * ada-lang.c (ada_value_primitive_packed_val): Make sure
8343         accumSize is never negative.
8344
8345 2015-05-14  Patrick Palka  <patrick@parcs.ath.cx>
8346
8347         * tui/tui-command.c: Remove include of <ctype.h>.
8348         (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8349
8350 2015-05-13  Martin Galvan  <martin.galvan@tallertechnologies.com>
8351
8352         * dwarf2read.c (die_needs_namespace): Return 1 for
8353         DW_TAG_inlined_subroutine.
8354
8355 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8356
8357         * regcache.c (regcache_cpy_no_passthrough): New declaration.
8358         (regcache_cpy_no_passthrough): Make it static, add function comment.
8359         * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8360         (regcache_cpy_no_passthrough): Remove declaration.
8361
8362 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8363
8364         * gdbthread.h (struct thread_control_state): Update comment for
8365         proceed_to_finish.
8366         * infcall.c (run_inferior_call): Update comment about
8367         proceed_to_finish.
8368         * infcmd.c (get_return_value): Update comment about stop_registers.
8369         (finish_forward): Update comment about proceed_to_finish.
8370         * infrun.c (stop_registers): Remove.
8371         (clear_proceed_status, normal_stop): Remove stop_registers handling.
8372         * infrun.h (stop_registers): Remove.
8373
8374 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8375
8376         * infcall.c (struct dummy_frame_context_saver)
8377         (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8378         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8379         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8380         New.
8381         (call_function_by_hand_dummy): Move discard_cleanups of
8382         inf_status_cleanup before dummy_frame_push.  Call
8383         dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8384         Use dummy_frame_context_saver_get_regs instead of stop_registers.
8385         * infcall.h (struct dummy_frame_context_saver)
8386         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8387         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8388         New declarations.
8389         * infcmd.c: Include infcall.h.
8390         (get_return_value): Add parameter ctx_saver, use it instead of
8391         stop_registers.
8392         (print_return_value): Add parameter ctx_saver, pass it.
8393         (struct finish_command_continuation_args): Add field ctx_saver.
8394         (finish_command_continuation): Update print_return_value caller.
8395         (finish_command_continuation_free_arg): Free also ctx_saver.
8396         (finish_forward): Call dummy_frame_context_saver_setup.
8397         * inferior.h (struct dummy_frame_context_saver): New declaration.
8398         (get_return_value): Add parameter ctx_saver.
8399         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8400         get_return_value caller.
8401
8402 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8403
8404         * dummy-frame.c (struct dummy_frame_dtor_list): New.
8405         (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8406         (remove_dummy_frame): Process dtor_list.
8407         (pop_dummy_frame): Process dtor_list.
8408         (register_dummy_frame_dtor): Maintain dtor_list.
8409         (find_dummy_frame_dtor): Handle dtor_list.
8410         * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8411         Update comments.
8412
8413 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8414
8415         * compile/compile-object-run.c (do_module_cleanup): Add parameter
8416         registers_valid.
8417         (compile_object_run): Update do_module_cleanup caller.
8418         * dummy-frame.c: Include infcall.h.
8419         (struct dummy_frame): Update dtor comment.
8420         (remove_dummy_frame): Call dtor.
8421         (pop_dummy_frame): Update dtor caller.
8422         * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8423         registers_valid.
8424
8425 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8426
8427         GDB 7.9.1 released.
8428
8429 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8430
8431         * NEWS: Create "Changes in GDB 7.9.1" section.  Move news about
8432         Xmethods now being able to specify a result type to that new
8433         sectioin.
8434
8435 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8436
8437         * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8438         first before resizing the window.
8439         * tui/tui.c (tui_enable): Likewise.
8440
8441 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8442
8443         * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8444         * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8445         * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8446         dummy_dtor parameter.
8447         * infcall.h: Include dummy-frame.h.
8448         (call_function_by_hand_dummy_dtor_ftype): Remove.
8449         (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8450         parameter.
8451
8452 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8453
8454         PR gdb/17820
8455         * top.c (history_size_setshow_var): Change type to signed.
8456         Initialize to -2.  Update documentation.
8457         (set_readline_history_size): Define.
8458         (set_history_size_command): Use it.  Remove logic for handling
8459         out-of-range sizes.
8460         (init_history): Use set_readline_history_size().  Test for a
8461         value of -2 instead of 0 when determining whether to set a
8462         default history size.
8463         (init_main): Decode the argument of the "size" command as a
8464         zuinteger_unlimited.
8465
8466 2015-05-12  Doug Evans  <dje@google.com>
8467
8468         * dwarf2read.c (struct file_entry): Tweak comments.
8469         (get_debug_line_section): Tweak comments.
8470
8471 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8472
8473         * NEWS: Announce fork support in the RSP and support
8474         for fork debugging in extended mode.
8475
8476 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8477
8478         * remote.c (remote_insert_fork_catchpoint): New function.
8479         (remote_remove_fork_catchpoint): New function.
8480         (remote_insert_vfork_catchpoint): New function.
8481         (remote_remove_vfork_catchpoint): New function.
8482         (pending_fork_parent_callback): New function.
8483         (remove_new_fork_child): New function.
8484         (remote_update_thread_list): Call remote_notif_get_pending_events
8485         and remove_new_fork_child.
8486         (extended_remote_kill): Kill fork child when killing the
8487         parent before follow_fork completes.
8488         (init_extended_remote_ops): Initialize target vector with
8489         new fork catchpoint functions.
8490
8491 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8492
8493         * remote.c (remove_vfork_event_p): New function.
8494         (remote_follow_fork): Add vfork event type to event checking.
8495         (remote_parse_stop_reply): New stop reasons "vfork" and
8496         "vforkdone" for RSP 'T' Stop Reply Packet.
8497
8498 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8499
8500         * linux-nat.c (linux_nat_ptrace_options): New function.
8501         (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8502         Call linux_nat_ptrace_options and use different argument to
8503         linux_enable_event_reporting.
8504         (_initialize_linux_nat): Delete call to
8505         linux_ptrace_set_additional_flags.
8506         * nat/linux-ptrace.c (current_ptrace_options): Rename to
8507         supported_ptrace_options.
8508         (additional_flags): Delete variable.
8509         (linux_check_ptrace_features): Use supported_ptrace_options.
8510         (linux_test_for_tracesysgood, linux_test_for_tracefork):
8511         Likewise, and remove additional_flags check.
8512         (linux_enable_event_reporting): Change 'attached' argument to
8513         'options'.  Use supported_ptrace_options.
8514         (ptrace_supports_feature): Change comment.  Use
8515         supported_ptrace_options.
8516         (linux_ptrace_set_additional_flags): Delete function.
8517         * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8518         Delete function prototype.
8519         * remote.c (remote_fork_event_p): New function.
8520         (remote_detach_pid): New function.
8521         (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8522         if doing detach-on-fork.
8523         (remote_follow_fork): New function.
8524         (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8525         (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8526         (init_extended_remote_ops): Initialize to_follow_fork.
8527
8528 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8529
8530         * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8531         from static to extern.
8532         * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8533         * remote.c (anonymous enum): <PACKET_fork_event_feature,
8534         * PACKET_vfork_event_feature>: New enumeration constants.
8535         (remote_protocol_features): Add table entries for new packets.
8536         (remote_query_supported): Add new feature queries to qSupported
8537         packet.
8538
8539 2015-05-12  Gary Benson <gbenson@redhat.com>
8540
8541         * remote.c (remote_add_inferior): Call exec_file_locate_attach
8542         for fake PIDs as well as real ones.
8543         (remote_pid_to_exec_file): Send empty annex if PID is fake.
8544
8545 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
8546
8547         * NEWS (Python Scripting): Mention the new gdb.Value methods.
8548         * python/py-value.c (valpy_reference_value): New function.
8549         (valpy_const_value): Likewise.
8550         (value_object_methods): Add new methods.
8551         * value.c (make_cv_value): New function.
8552         * value.h (make_cv_value): Declare.
8553
8554 2015-05-08  Yao Qi  <yao@codesourcery.com>
8555             Sandra Loosemore  <sandra@codesourcery.com>
8556
8557         * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8558         to 'lh->include_dirs' before accessing to it.
8559         (psymtab_include_file_name): Likewise.
8560         (dwarf_decode_lines_1): Likewise.
8561         (dwarf_decode_lines): Likewise.
8562         (file_file_name): Likewise.
8563
8564 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8565
8566         * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8567         (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8568         (nios2_linux_rt_sigreturn_init): Adjust base address of
8569         register save area.
8570
8571 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8572
8573         * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8574         "trap 31" as the breakpoint instruction on all targets.
8575
8576 2015-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8577
8578         * infcmd.c (print_return_value): Remove unused declaration.
8579
8580 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8581
8582         * dwarf2read.c (attr_to_dynamic_prop)
8583         <DW_AT_data_member_location>: Use read_type_die isntead of
8584         get_die_type.
8585
8586 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8587
8588         * ada-lang.c (ada_convert_actual): Add handling of formals
8589         passed inside an aligner type.
8590
8591 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8592
8593         * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8594
8595 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
8596
8597         PR python/18291
8598         * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8599         Print xmethod matcher status.
8600
8601 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8602
8603         * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8604         register in the regcache when treating the PSWM register, and vice
8605         versa.
8606
8607 2015-05-07  Gary Benson <gbenson@redhat.com>
8608
8609         * linux-thread-db.c (struct thread_db_info)
8610         <td_ta_map_id2thr_p>: Remove field.
8611         (try_thread_db_load_1): Remove initialization for the above.
8612
8613 2015-05-07  Gary Benson <gbenson@redhat.com>
8614
8615         * linux-thread-db.c (struct thread_db_info)
8616         <td_thr_validate_p>: Remove field.
8617         (try_thread_db_load_1): Remove initialization for the above.
8618
8619 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8620
8621         * compile/compile-object-load.c (compile_object_load): Support
8622         mst_text_gnu_ifunc.
8623
8624 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8625
8626         * compile/compile.c (compile_to_object): Make the cmd_string parameter
8627         const.  Use new variables for the const compatibility.
8628         (eval_compile_command): Make the cmd_string parameter const.
8629         * compile/compile.h (eval_compile_command): Make the cmd_string
8630         parameter const.
8631
8632 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8633
8634         * defs.h (deprecated_init_ui_hook): Delete.  Remove associated
8635         comment.
8636         * top.c (deprecated_init_ui_hook): Delete.
8637         (gdb_init): Remove handling of deprecated_init_ui_hook.
8638         * interps.c (clear_interpreter_hooks): Remove handling of
8639         deprecated_init_ui_hook.
8640         * main.c (captured_main): Update comment.
8641
8642 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8643
8644         * solib.c (_initialize_solib): Add "info dll" alias creation.
8645         * windows-nat.c (set_windows_aliases): Delete.
8646         (_initialize_windows_nat): Remove deprecated_init_ui_hook
8647         assignment.
8648         * NEWS: Add news entry about "info dll" now being available
8649         on all platforms.
8650
8651 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8652
8653         * ada-lang.c (value_assign_to_component): Reformat and improve
8654         documentation. Remove all trailing spaces.
8655
8656 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8657
8658         * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8659         Stop counting inlined frames as soon as an out-of-line function
8660         is found.
8661
8662 2014-05-05  Pierre-Marie de Rodat  <derodat@adacore.com>
8663
8664         * dwarf2read.c (inherit_abstract_dies): Skip
8665         DW_TAG_GNU_call_site dies while inheriting children of an
8666         abstract DIE into a scope.
8667         (read_lexical_block_scope): Inherit abstract DIE's for
8668         lexical scopes.
8669
8670 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8671
8672         * ada-valprint.c (val_print_packed_array_elements): Delete
8673         variable "len".  Add a type-length check when comparing two
8674         consecutive elements of the array.  Use the element's actual
8675         length in call to value_contents_eq.
8676         * ada-lang.c (ada_value_primitive_packed_val): Always return
8677         a value whose type has been resolved.
8678
8679 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8680
8681         * ada-lang.c (ada_value_primitive_packed_val): Recompute
8682         BIT_SIZE and LEN if the size of the resolved type is smaller
8683         than BIT_SIZE * HOST_CHAR_BIT.
8684
8685 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8686
8687         * ada-lang.c (ada_value_primitive_packed_val): Use a more
8688         correct address in call to value_at.  Adjust call to
8689         value_address accordingly.
8690
8691 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8692
8693         * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8694         to print it.
8695
8696 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8697
8698         * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8699         * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8700         pinfo->valaddr.
8701         * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8702         * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8703         (resolve_dynamic_type_internal): Set pinfo.valaddr.
8704         Add handling of addr_stack->valaddr.
8705         (resolve_dynamic_type): Add "valaddr" parameter.
8706         Set pinfo.valaddr field.
8707         * ada-lang.c (ada_discrete_type_high_bound): Update call to
8708         resolve_dynamic_type.
8709         (ada_discrete_type_low_bound): Likewise.
8710         * findvar.c (default_read_var_value): Likewise.
8711         * value.c (value_from_contents_and_address): Likewise.
8712
8713 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8714
8715         * gdbtypes.c (resolve_dynamic_array): Use
8716         create_array_type_with_stride instead of create_array_type.
8717
8718 2015-04-30  DJ Delorie  <dj@redhat.com>
8719
8720         * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8721         rl78_decode_opcode
8722
8723 2015-04-29  Doug Evans  <dje@google.com>
8724
8725         PR python/18285
8726         * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8727         * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8728         EVAL_AVOID_SIDE_EFFECTS for xmethods.
8729         * extension-priv.h (struct extension_language_ops)
8730         <get_xmethod_result_type>: New member.
8731         * extension.c (get_xmethod_result_type): New function.
8732         * extension.h (get_xmethod_result_type): Declare.
8733         * python/py-xmethods.c (get_result_type_method_name): New static
8734         global.
8735         (py_get_result_type_method_name): Ditto.
8736         (gdbpy_get_xmethod_result_type): New function.
8737         (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8738         * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8739         * python/python.c (python_extension_ops): Add
8740         gdbpy_get_xmethod_result_type.
8741         * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8742         * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8743         xmethods.
8744         (value_x_unop): Ditto.
8745         * value.c (result_type_of_xmethod): New function.
8746         * value.h (result_type_of_xmethod): Declare.
8747
8748 2015-04-29  Gary Benson <gbenson@redhat.com>
8749
8750         * solib.c (solib_find_1): Allow fd argument to be NULL.
8751         (exec_file_find): Update comment.
8752         (solib_find): Likewise.
8753         * exec.c (exec_file_locate_attach): Use NULL as fd
8754         argument to exec_file_find to avoid having to close
8755         the opened file.
8756         * infrun.c (follow_exec): Likewise.
8757
8758 2015-04-28  Doug Evans  <dje@google.com>
8759
8760         PR python/18299
8761         * python/lib/gdb/printing.py (register_pretty_printer): Handle
8762         name or __name__ attributes.  Handle gdb module as first argument.
8763
8764 2015-04-28  Doug Evans  <dje@google.com>
8765
8766         PR python/18089
8767         * python/py-prettyprint.c (print_children): Verify result of children
8768         iterator.  Provide better error message.
8769         * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8770         * python/python.c (gdbpy_print_python_errors_p): New function.
8771
8772 2015-04-28  Doug Evans  <dje@google.com>
8773
8774         * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8775
8776 2015-04-28  Sasha Smundak  <asmundak@google.com>
8777
8778         * NEWS: Mention gdb.Type.optimized_out method.
8779         * python/py-type.c (typy_optimized_out):  New function.
8780
8781 2015-04-28  John Baldwin  <jhb@FreeBSD.org>
8782
8783         * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8784
8785 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8786
8787         * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8788         (initialize_utils): Move call of init_page_info() to ...
8789         * top.c (gdb_init): ... here.
8790
8791 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8792
8793         * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8794         (tui_sigwinch_handler): Still update our idea of
8795         the terminal's width and height even when TUI is not active.
8796
8797 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8798
8799         * utils.h (set_screen_width_and_height): Declare.
8800         * utils.c (set_screen_width_and_height): Define.
8801         * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8802
8803 2015-04-28  Gary Benson <gbenson@redhat.com>
8804
8805         * infrun.c (solist.h): New include.
8806         (follow_exec): Use exec_file_find to prefix execd_pathname
8807         with gdb_sysroot.
8808
8809 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8810
8811         * tui/tui-source.c (tui_set_source_content): Avoid calling
8812         strcpy() when offset is 0.
8813
8814 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8815
8816         PR gdb/18155
8817         * tui/tui-data.c (tui_free_window): Don't free the locator
8818         window when passed an SRC_WIN or a DISASSEM_WIN.
8819
8820 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8821
8822         * tui/tui-data.h (struct tui_win_element): Forward-declare.
8823         (tui_win_content): Move declaration.
8824         (struct tui_gen_win_info): Give 'content' field the
8825         type tui_win_content.
8826         * tui/tui-data.c (init_content_element): Remove redundant and
8827         erroneous casts.
8828         (tui_add_content_elements): Remove erroneous cast.
8829         * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8830         casts.
8831         (tui_get_begin_asm_address): Likewise.
8832         * tui/tui-regs.c (tui_show_registers): Likewise.
8833         (tui_show_register_group): Likewise.
8834         (tui_display_registers_from): Likewise.
8835         (tui_check_register_values): Likewise.
8836         * tui/tui-source.c (tui_set_source_content): Likewise.
8837         (tui_set_source_content_nil): Likewise.
8838         (tui_source_is_displayed): Likewise.
8839         * tui/tui-stack.c (tui_show_locator_content): Likewise.
8840         (tui_set_locator_fullname): Likewise.
8841         (tui_set_locator_info): Likewise.
8842         (tui_show_frame_info): Likewise.
8843         * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8844         (tui_show_source_line): Likewise.
8845         (tui_horizontal_source_scroll): Likewise.
8846         (tui_update_breakpoint_info): Likewise.
8847         (tui_set_exec_info_content): Likewise.
8848         (tui_show_exec_info_content): Likewise.
8849         (tui_alloc_source_buffer): Likewise.
8850         (tui_line_is_displayed): Likewise.
8851         (tui_addr_is_displayed): Likewise.
8852
8853 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8854
8855         * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
8856         event if PL_FLAG_EXEC is set.
8857         [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
8858         [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
8859         (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
8860         "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
8861         Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
8862
8863 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8864
8865         * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
8866         [TDP_RFPPWAIT] New variable fbsd_pending_children.
8867         [TDP_RFPPWAIT] (fbsd_remember_child): New function.
8868         [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
8869         [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
8870         [PT_LWPINFO] (fbsd_wait): New function.
8871         [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
8872         [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
8873         [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
8874         [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
8875         [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
8876         [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
8877         [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
8878         [TDP_RFPPWAIT] (fbsd_post_attach): New function.
8879         (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
8880         "fbsd_wait".
8881         [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
8882         Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
8883         Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
8884         Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
8885         Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
8886         Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
8887         Set "to_post_attach" to "fbsd_post_attach".
8888
8889 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8890
8891         * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
8892         (fbsd_find_memory_regions): Mark static.
8893         (fbsd_nat_add_target): New function.
8894         * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
8895         fbsd_pid_to_exec_file and fbsd_find_memory_regions.
8896         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
8897         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
8898         * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
8899         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
8900
8901 2015-04-27  Gary Benson <gbenson@redhat.com>
8902
8903         * objfiles.c (allocate_objfile): Do not attempt to expand name
8904         if name is a "target:" filename.
8905         * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
8906         to load auto-load scripts for objfiles with "target:" filenames.
8907
8908 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8909
8910         * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
8911         (enum s390_vector_abi_kind): New enum.
8912         (struct gdbarch_tdep)<vector_abi>: New field.
8913         (s390_effective_inner_type): Add parameter min_size.  Stop
8914         unwrapping if the inner type is smaller than min_size.
8915         (s390_function_arg_float): Adjust call to
8916         s390_effective_inner_type.
8917         (s390_function_arg_vector): New function.
8918         (s390_function_arg_integer): Adjust comment.
8919         (struct s390_arg_state)<vr>: New field.
8920         (s390_handle_arg): Add parameter 'is_unnamed'.  Pass vector
8921         arguments according to vector ABI when appropriate.
8922         (s390_push_dummy_call): Initialize the argument state's field
8923         'vr'.  Adjust calls to s390_handle_arg.
8924         (s390_register_return_value): Handle vector return values.
8925         (s390_return_value): Apply the "register" return value convention
8926         to a vector when appropriate.
8927         (s390_gdbarch_init): Initialize tdep->vector_abi.
8928         * NEWS: Announce S390 vector ABI support.
8929
8930 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8931
8932         * s390-linux-tdep.c (s390_return_value_convention): Remove
8933         function.  Inline its logic...
8934         (s390_return_value): ...here.  Instead, move the handling of the
8935         "register" return value convention...
8936         (s390_register_return_value): ...here.  New function.
8937
8938 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8939
8940         * s390-linux-tdep.c
8941         (is_float_singleton): Remove function.  Move the "singleton" part
8942         of the logic...
8943         (s390_effective_inner_type): ...here.  New function.
8944         (is_float_like): Remove function.  Inline its logic...
8945         (s390_function_arg_float): ...here.
8946         (is_pointer_like, is_integer_like, is_struct_like): Remove
8947         functions.  Inline their logic...
8948         (s390_function_arg_integer): ...here.
8949         (s390_function_arg_pass_by_reference): Remove function.
8950         (extend_simple_arg): Remove function.
8951         (alignment_of): Remove function.
8952         (struct s390_arg_state): New structure.
8953         (s390_handle_arg): New function.
8954         (s390_push_dummy_call): Move parameter placement logic to the new
8955         function s390_handle_arg.  Call it for calculating the stack area
8956         sizes first, and again for actually writing the parameters.
8957
8958 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8959
8960         * s390-linux-tdep.c (is_power_of_two): Add comment.  Return
8961           false if the argument is zero.
8962
8963 2015-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
8964
8965         * ada-lang.c (template_to_static_fixed_type): Return input type
8966         when it is already fixed.  Cache the input type itself when not
8967         creating a static fixed copy.  Make it explicit that we never
8968         molestate the input type.
8969         * gdbtypes.c (resolve_dynamic_struct): Reset the
8970         TYPE_TARGET_TYPE field for resolved copies.
8971
8972 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
8973
8974         * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
8975         (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
8976         (template_to_static_fixed_type): Call ada_check_typedef only
8977         when necessary.
8978
8979 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
8980
8981         * cli/cli-dump.c (srec_dump_command): Add internationalization
8982         mark ups.
8983         (ihex_dump_command): Likewise.
8984         (tekhex_dump_command): Likewise.
8985         (binary_dump_command): Likewise.
8986         (binary_append_command): Likewise.
8987
8988 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
8989
8990         * cli/cli-dump.c (verilog_cmdlist): New variable.
8991         (dump_verilog_memory): New function.
8992         (dump_verilog_value): New function.
8993         (verilog_dump_command): New function.
8994         (_initialize_cli_dump): Add new commands to support verilog dump
8995         format.
8996         * NEWS: Add entry for "dump verilog".
8997
8998 2015-04-24  Pierre-Marie de Rodat  <derodat@adacore.com>
8999
9000         * gdbtypes.c (print_gnat_stuff): Do not recurse on the
9001         descriptive type when there is none.
9002
9003 2015-04-23  Patrick Palka  <patrick@parcs.ath.cx>
9004
9005         * tui/tui-win.c (tui_async_resize_screen): Call
9006         rl_resize_terminal().
9007
9008 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
9009
9010         * windows-nat.c (handle_output_debug_string): Don't change
9011         current_event.dwThreadId.
9012         (get_windows_debug_event): Use thread_id, rather than relying on
9013         current_event.dwThreadId being changed.
9014
9015 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
9016
9017         * windows-nat.c (windows_continue): Report an error if
9018         ContinueDebugEvent() fails.
9019
9020 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9021
9022         * windows-nat.c (windows_resume): Fix misspelling in debug output.
9023
9024 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9025
9026         * windows-nat.c (get_windows_debug_event): Replace retval with
9027         thread_id throughout.  Update stale comment.
9028
9029 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9030
9031         * windows-nat.c (get_windows_debug_event): Don't use ternary
9032         conditional operator.
9033
9034 2015-04-21  Pierre Muller  <muller@sourceware.org>
9035
9036         PR pascal/17815
9037         p-exp.y (yylex): Reorganize code to return the matched pattern
9038         for a field of this.
9039
9040 2015-04-21  Gary Benson <gbenson@redhat.com>
9041
9042         * common/fileio.h (fileio_to_host_openflags): New declaration.
9043         * common/fileio.c (fcntl.h): New include.
9044         (fileio_to_host_openflags): New function, factored out from...
9045         * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
9046         Single use updated.
9047
9048 2015-04-21  Kevin Buettner  <kevinb@redhat.com>
9049
9050         * rl78-tdep.c (RL78_SP_ADDR): Define.
9051         (opc_reg_to_gdb_regnum): New static function.
9052         (rl78_analyze_prologue): Recognize instructions forming slightly
9053         more interesting prologues.
9054
9055 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9056
9057         Revert:
9058         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9059         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9060         TYPE_CODE_REF types so that they are not considered as dynamic
9061         depending on the referenced type.
9062         (resolve_dynamic_type_internal): Likewise.
9063
9064 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9065
9066         Revert:
9067         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9068         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9069         "top_level" parameter.
9070         (resolve_dynamic_type_internal): Remove the unused "top_level"
9071         parameter.  Update call to is_dynamic_type_internal.
9072         (is_dynamic_type): Update call to is_dynamic_type_internal.
9073         (resolve_dynamic_range): Update call to
9074         resolve_dynamic_type_internal.
9075         (resolve_dynamic_union): Likewise.
9076         (resolve_dynamic_struct): Likewise.
9077         (resolve_dynamic_type): Likewise.
9078
9079 2015-04-19  Gabriel Krisman Bertazi  <gabriel@krisman.be>
9080
9081         * breakpoint.c (update_dprintf_command_list): Remove duplicated
9082         xmalloc.
9083
9084 2015-04-20  Thomas Schwinge  <thomas@codesourcery.com>
9085
9086         * reply_mig_hack.awk: Robustify parsing.
9087
9088         * reply_mig_hack.awk: Don't bother to declare an intermediate
9089         function pointer variable.
9090
9091 2015-04-17  Doug Evans  <dje@google.com>
9092
9093         * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
9094         to "exec_displacement" to avoid confusion with inner use of the name.
9095
9096 2015-04-17  Pedro Alves  <palves@redhat.com>
9097
9098         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
9099         if HW point of TYPE isn't supported.
9100
9101 2015-04-17  Yao Qi  <yao.qi@linaro.org>
9102             Pedro Alves  <palves@redhat.com>
9103
9104         * target.h (target_can_use_hardware_watchpoint): Update comments.
9105         Remove trailing ";".
9106
9107 2015-04-17  Gary Benson <gbenson@redhat.com>
9108
9109         * remote.c (remote_add_inferior): New argument try_open_exec.
9110         If nonzero, attempt to open the inferior's executable file as
9111         the main executable if no main executable is open already.
9112         All callers updated.
9113         * NEWS: Mention that GDB now supports automatic location and
9114         retrieval of executable + files from remote targets.
9115
9116 2015-04-17  Gary Benson <gbenson@redhat.com>
9117
9118         * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
9119         * remote.c (PACKET_qXfer_exec_file): Likewise.
9120         (remote_protocol_features): Register the
9121         "qXfer:exec-file:read" feature.
9122         (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
9123         (remote_pid_to_exec_file): New function.
9124         (init_remote_ops): Initialize to_pid_to_exec_file.
9125         (_initialize_remote): Register new "set/show remote
9126         pid-to-exec-file-packet" command.
9127         * NEWS: Announce new qXfer:exec-file:read packet.
9128
9129 2015-04-17  Gary Benson <gbenson@redhat.com>
9130
9131         * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
9132         New declaration.
9133         * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
9134         New function, factored out from...
9135         * linux-nat.c (linux_child_pid_to_exec_file): ...here.
9136
9137 2015-04-17  Gary Benson <gbenson@redhat.com>
9138
9139         * exec.c (solist.h): New include.
9140         (exec_file_locate_attach): Prefix absolute executable
9141         paths with gdb_sysroot if set.
9142         * NEWS: Mention that executable paths may be prepended
9143         with sysroot.
9144
9145 2015-04-17  Gary Benson <gbenson@redhat.com>
9146
9147         * solist.h (exec_file_find): New declaration.
9148         * solib.c (solib_find_1): New function, factored out from...
9149         (solib_find): ...here.
9150         (exec_file_find): New function.
9151
9152 2015-04-17  Gary Benson <gbenson@redhat.com>
9153
9154         * gdbcore.h (exec_file_locate_attach): New declaration.
9155         * exec.c (exec_file_locate_attach): New function, factored
9156         out from...
9157         * infcmd.c (attach_command_post_wait): ...here.
9158
9159 2015-04-17  Mike Frysinger  <vapier@gentoo.org>
9160
9161         * MAINTAINERS: Add myself for Blackfin/write-after-approval.
9162
9163 2015-04-16  Yao Qi  <yao.qi@linaro.org>
9164
9165         * infrun.c (maybe_software_singlestep): Declare.
9166         (displaced_step_fixup): Call maybe_software_singlestep.
9167
9168 2015-04-15  Doug Evans  <dje@google.com>
9169
9170         * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
9171
9172 2015-04-15  Doug Evans  <dje@google.com>
9173
9174         * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
9175
9176 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
9177
9178         * python/lib/gdb/command/unwinders.py: Add parentheses.
9179
9180 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9181
9182         * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
9183
9184 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9185
9186         * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
9187
9188 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9189
9190         * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
9191         dsc->insn_size instead of 4.
9192
9193 2015-04-14  Gary Benson <gbenson@redhat.com>
9194
9195         * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
9196         * minidebug.c (lzma_stat): Likewise.
9197         * solib-spu.c (spu_bfd_iovec_stat): Likewise.
9198         * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
9199
9200 2015-04-13  Stan Shebs  <stanshebs@google.com>
9201
9202         * MAINTAINERS: Update my email address.
9203
9204 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
9205
9206         * amd64-tdep.c (amd64_target_description): New function.
9207         * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9208         * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9209         (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9210         x86 extended save area.
9211         (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9212         * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9213         * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9214         (_initialize_amd64fbsd_nat): Set "to_read_description" to
9215         "amd64fbsd_read_description".
9216         * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9217         (amd64fbsd_supply_xstateregset): New function.
9218         (amd64fbsd_collect_xstateregset): New function.
9219         Add "amd64fbsd_xstateregset".
9220         (amd64fbsd_iterate_over_regset_sections): New function.
9221         (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9222         "I386_FBSD_XSAVE_XCR0_OFFSET".
9223         Add "iterate_over_regset_sections" gdbarch method.
9224         Add "core_read_description" gdbarch method.
9225         * i386-tdep.c (i386_target_description): New function.
9226         * i386-tdep.h: Export i386_target_description and tdesc_i386.
9227         * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9228         (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9229         x86 extended save area.
9230         (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9231         * i386bsd-nat.h: Export i386bsd_xsave_len.
9232         * i386fbsd-nat.c (i386fbsd_read_description): New function.
9233         (_initialize_i386fbsd_nat): Set "to_read_description" to
9234         "i386fbsd_read_description".
9235         * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9236         (i386fbsd_core_read_description): New function.
9237         (i386fbsd_supply_xstateregset): New function.
9238         (i386fbsd_collect_xstateregset): New function.
9239         Add "i386fbsd_xstateregset".
9240         (i386fbsd_iterate_over_regset_sections): New function.
9241         (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9242         "I386_FBSD_XSAVE_XCR0_OFFSET".
9243         Add "iterate_over_regset_sections" gdbarch method.
9244         Add "core_read_description" gdbarch method.
9245         * i386fbsd-tdep.h: New file.
9246
9247 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9248
9249         * NEWS (Changes since GDB 7.9): Add removed -xdb.
9250         * breakpoint.c (command_line_is_silent): Remove xdb_commands
9251         conditional.
9252         (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9253         and lb.
9254         * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9255         va.
9256         * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9257         conditional.
9258         * defs.h (xdb_commands): Remove declaration.
9259         * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9260         * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9261         * infcmd.c (run_no_args_command, go_command): Remove.
9262         (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9263         * infrun.c (xdb_handle_command): Remove.
9264         (_initialize_infrun): Remove xdb_commands for lz and z.
9265         * main.c (xdb_commands): Remove variable.
9266         (captured_main): Remove "xdb" from long_options.
9267         (print_gdb_help): Remove --xdb from help.
9268         * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9269         * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9270         * stack.c (backtrace_full_command, args_plus_locals_info)
9271         (current_frame_command): Remove.
9272         (_initialize_stack): Remove xdb_commands for t, T and l.
9273         * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9274         * thread.c (_initialize_thread): Remove xdb_commands condition.
9275         * tui/tui-layout.c (tui_toggle_layout_command)
9276         (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9277         (_initialize_tui_layout): Remove xdb_commands for td and ts.
9278         * tui/tui-regs.c (tui_scroll_regs_forward_command)
9279         (tui_scroll_regs_backward_command): Remove.
9280         (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9281         * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9282         (_initialize_tui_win): Remove xdb_commands for U and w.
9283         * utils.c (pagination_on_command, pagination_off_command): Remove.
9284         (initialize_utils): Remove xdb_commands for am and sm.
9285
9286 2015-04-10  Pedro Alves  <palves@redhat.com>
9287
9288         * infrun.c (displaced_step_fixup): Switch to the event ptid
9289         earlier.  If the thread stopped for a watchpoint and the
9290         target/arch has non-continuable watchpoints, cancel the displaced
9291         step.
9292         (resume): Don't start a displaced step if in-line step-over info
9293         is valid.
9294
9295 2015-04-10  Pedro Alves  <palves@redhat.com>
9296
9297         * infrun.c (displaced_step_in_progress): New function.
9298         (do_target_resume): Advise target to report all signals if
9299         displaced stepping.
9300
9301 2015-04-10  Pedro Alves  <palves@redhat.com>
9302
9303         PR gdb/18216
9304         * infrun.c (process_event_stop_test): Don't assume a step-resume
9305         is set if tp->stepped_breakpoint is true.
9306
9307 2015-04-10  Yao Qi  <yao.qi@linaro.org>
9308
9309         * arm-tdep.c (install_alu_reg): Update comment.
9310         (thumb_copy_alu_reg): Remove local variable rn.  Update
9311         debugging message.  Use r2 instead of r1 in the modified
9312         instruction.
9313
9314 2015-04-10  Pedro Alves  <palves@redhat.com>
9315
9316         PR gdb/13858
9317         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9318         linux_displaced_step_location as gdbarch_displaced_step_location
9319         hook.
9320         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9321         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9322         * linux-tdep.c (linux_displaced_step_location): New function,
9323         based on ppc_linux_displaced_step_location.
9324         * linux-tdep.h (linux_displaced_step_location): New declaration.
9325         * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9326         (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9327         Delete.
9328         (ppc_linux_init_abi): Install linux_displaced_step_location as
9329         gdbarch_displaced_step_location hook, even without Cell/B.E..
9330         (_initialize_ppc_linux_tdep): Don't install
9331         ppc_linux_inferior_created as inferior_created observer.
9332         * s390-linux-tdep.c (s390_gdbarch_init): Install
9333         linux_displaced_step_location as gdbarch_displaced_step_location
9334         hook.
9335
9336 2015-04-09  Gary Benson <gbenson@redhat.com>
9337
9338         * common/common-remote-fileio.h: Rename to...
9339         * common/fileio.h: ...this.  Update all references.
9340         (remote_fileio_to_fio_error): Rename to...
9341         (host_to_fileio_error): ...this.
9342         (remote_fileio_to_be): Rename to...
9343         (host_to_bigendian): ...this.  Update all callers.
9344         (remote_fileio_to_fio_uint): Rename to...
9345         (host_to_fileio_uint): ...this.  Update all callers.
9346         (remote_fileio_to_fio_time): Rename to...
9347         (host_to_fileio_time): ...this.  Update all callers.
9348         (remote_fileio_to_fio_stat): Rename to...
9349         (host_to_fileio_stat): ...this.
9350         Update all references.
9351         * common/common-remote-fileio.c: Rename to...
9352         * common/fileio.c: ...this.  Update all references.
9353         (remote_fileio_to_fio_error): Rename to...
9354         (host_to_fileio_error): ...this.  Update all callers.
9355         (remote_fileio_mode_to_target): Rename to...
9356         (fileio_mode_pack): ...this.  Update all callers.
9357         (remote_fileio_to_fio_mode): Rename to...
9358         (host_to_fileio_mode): ...this.  Update all callers.
9359         (remote_fileio_to_fio_ulong): Rename to...
9360         (host_to_fileio_ulong): ...this.  Update all callers.
9361         (remote_fileio_to_fio_stat): Rename to...
9362         (host_to_fileio_stat): ...this.  Update all callers.
9363
9364 2015-04-09  Andy Wingo  <wingo@igalia.com>
9365
9366         * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9367         (frame_functions): Bind gdbscm_frame_read_register to
9368         frame-read-register.
9369         * guile/lib/gdb.scm (frame-read-register): Export.
9370
9371 2015-04-09  Gary Benson <gbenson@redhat.com>
9372
9373         * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9374         New declaration.
9375         * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9376         New function, factored out the named functions below.
9377         * inf-child.c (gdb/fileio.h): Remove include.
9378         (common-remote-fileio.h): New include.
9379         (inf_child_errno_to_fileio_error): Remove function.  Update
9380         all callers to use remote_fileio_to_fio_error.
9381         * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9382
9383 2015-04-09  Andy Wingo  <wingo@igalia.com>
9384
9385         * MAINTAINERS (Write After Approval): Add Andy Wingo.
9386
9387 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
9388
9389         * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9390         Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9391         * configure: Regenerated.
9392
9393 2015-04-09  Pedro Alves  <palves@redhat.com>
9394
9395         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9396         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9397         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9398         * gnulib/import/Makefile.am: Update.
9399         * gnulib/import/Makefile.in: Update.
9400         * gnulib/import/m4/gnulib-cache.m4: Update.
9401         * gnulib/import/m4/gnulib-comp.m4: Update.
9402         * gnulib/import/m4/strtok_r.m4: New file.
9403         * gnulib/import/strtok_r.c: New file.
9404
9405 2015-04-09  Pedro Alves  <palves@redhat.com>
9406
9407         * gnulib/update-gnulib.sh (aclocal version check): Filter out
9408         "called too early to check prototype".
9409
9410 2015-04-08  Sergio Durigan Junior  <sergiodj@redhat.com>
9411
9412         PR python/16699
9413         * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9414         use a caching mechanism.  Adjust comments and code to reflect
9415         that.  Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9416         (cmdpy_completer_handle_brkchars): Adjust call to
9417         cmdpy_completer_helper.  Call Py_XDECREF for 'resultobj'.
9418         (cmdpy_completer): Likewise.
9419
9420 2015-04-08  Yao Qi  <yao.qi@linaro.org>
9421
9422         * spu-tdep.c (spu_gdbarch_init): Don't call
9423         set_gdbarch_cannot_step_breakpoint.
9424
9425 2015-04-07  Sergio Durigan Junior  <sergiodj@redhat.com>
9426
9427         * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9428
9429 2015-04-07  Pedro Alves  <palves@redhat.com>
9430
9431         * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9432         (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9433         (delete_exited_threads): New declaration.
9434         * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9435         * linux-nat.c (linux_nat_update_thread_list): New function.
9436         (linux_nat_add_target): Install it.
9437         * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9438         * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9439         (delete_exited_threads): New function.
9440
9441 2015-04-07  Pedro Alves  <pedro@codesourcery.com>
9442
9443         * infrun.c (resume) <displaced stepping debug output>: Get the
9444         leader thread's regcache, not resume_ptid's.
9445
9446 2015-04-06  Doug Evans  <xdje42@gmail.com>
9447
9448         * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9449         VAR_DOMAIN.
9450         (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9451         Include symbol domain in debugging output.
9452
9453 2015-04-06  Pedro Alves  <palves@redhat.com>
9454             Bernd Edlinger  <bernd.edlinger@hotmail.de>
9455
9456         * configure.ac: Remove the mingw32-specific stub-termcap.o
9457         fallback, and instead fallback to the stub termcap on all hosts.
9458         * configure: Regenerate.
9459         * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9460         symbols.
9461
9462 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9463
9464         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9465         "top_level" parameter.
9466         (resolve_dynamic_type_internal): Remove the unused "top_level"
9467         parameter.  Update call to is_dynamic_type_internal.
9468         (is_dynamic_type): Update call to is_dynamic_type_internal.
9469         (resolve_dynamic_range): Update call to
9470         resolve_dynamic_type_internal.
9471         (resolve_dynamic_union): Likewise.
9472         (resolve_dynamic_struct): Likewise.
9473         (resolve_dynamic_type): Likewise.
9474
9475 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9476
9477         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9478         TYPE_CODE_REF types so that they are not considered as dynamic
9479         depending on the referenced type.
9480         (resolve_dynamic_type_internal): Likewise.
9481
9482 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
9483
9484         * Makefile.in (top_srcdir): New.
9485         * configure: Regenerated.
9486
9487 2015-04-02  Gary Benson <gbenson@redhat.com>
9488
9489         * NEWS: Announce the new default sysroot of "target:".
9490
9491 2015-04-02  Gary Benson <gbenson@redhat.com>
9492
9493         * main.c (captured_main): Set gdb_sysroot to "target:"
9494         if not otherwise set.
9495
9496 2015-04-02  Gary Benson <gbenson@redhat.com>
9497
9498         * exec.c (exec_file_attach): Support "target:" filenames.
9499
9500 2015-04-02  Gary Benson <gbenson@redhat.com>
9501
9502         * solib.c (solib_find): Strip "target:" prefix from sysroot
9503         if accessing local files.
9504
9505 2015-04-02  Gary Benson <gbenson@redhat.com>
9506
9507         * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9508         checks and error messages.
9509
9510 2015-04-02  Gary Benson <gbenson@redhat.com>
9511
9512         * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9513         (remote_filename_p): Remove declaration.
9514         (remote_bfd_open): Likewise.
9515         * remote.c (remote_bfd_iovec_open): Remove function.
9516         (remote_bfd_iovec_close): Likewise.
9517         (remote_bfd_iovec_pread): Likewise.
9518         (remote_bfd_iovec_stat): Likewise.
9519         (remote_filename_p): Likewise.
9520         (remote_bfd_open): Likewise.
9521         * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9522         * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9523         (gdb_bfd_open_maybe_remote): Remove function.
9524         (symfile_bfd_open):  Replace remote filename check with
9525         target filename check.
9526         (reread_symbols): Use gdb_bfd_open.
9527         * build-id.c (gdbcore.h): New include.
9528         (build_id_to_debug_bfd): Use gdb_bfd_open.
9529         * infcmd.c (attach_command_post_wait): Remove remote filename
9530         check.
9531         * solib.c (solib_find): Replace remote-specific handling with
9532         target-specific handling.  Update comments where necessary.
9533         (solib_bfd_open): Replace remote-specific handling with
9534         target-specific handling.
9535         (gdb_sysroot_changed): New function.
9536         (_initialize_solib): Call the above when gdb_sysroot changes.
9537         * windows-tdep.c (gdbcore.h): New include.
9538         (windows_xfer_shared_library): Use gdb_bfd_open.
9539
9540 2015-04-02  Gary Benson <gbenson@redhat.com>
9541
9542         * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9543         (is_target_filename): New declaration.
9544         (gdb_bfd_has_target_filename): Likewise.
9545         (gdb_bfd_open): Update documentation comment.
9546         * gdb_bfd.c (target.h): New include.
9547         (gdb/fileio.h): Likewise.
9548         (is_target_filename): New function.
9549         (gdb_bfd_has_target_filename): Likewise.
9550         (fileio_errno_to_host): Likewise.
9551         (gdb_bfd_iovec_fileio_open): Likewise.
9552         (gdb_bfd_iovec_fileio_pread): Likewise.
9553         (gdb_bfd_iovec_fileio_close): Likewise.
9554         (gdb_bfd_iovec_fileio_fstat): Likewise.
9555         (gdb_bfd_open): Use target fileio to access paths prefixed
9556         with "target:" where necessary.
9557
9558 2015-04-02  Gary Benson <gbenson@redhat.com>
9559
9560         * target.h (struct target_ops) <to_filesystem_is_local>:
9561         New field.
9562         (target_filesystem_is_local): New macro.
9563         * target-delegates.c: Regenerate.
9564         * remote.c (remote_filesystem_is_local): New function.
9565         (init_remote_ops): Initialize to_filesystem_is_local.
9566
9567 2015-04-02  Gary Benson <gbenson@redhat.com>
9568
9569         * target.h (struct target_ops) <to_fileio_fstat>: New field.
9570         (target_fileio_fstat): New declaration.
9571         * target.c (target_fileio_fstat): New function.
9572         * inf-child.c (inf_child_fileio_fstat): Likewise.
9573         (inf_child_target): Initialize to_fileio_fstat.
9574         * remote.c (init_remote_ops): Likewise.
9575
9576 2015-04-01  Sasha Smundak  <asmundak@google.com>
9577
9578         * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9579         (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9580         (py-unwind.o): New recipe.
9581         * NEWS: mention Python frame unwinding.
9582         * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9583         gdb/unwinder.py and gdb/command/unwinder.py
9584         * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9585         list.
9586         (execute_unwinders): New function.
9587         * python/lib/gdb/command/unwinders.py: New file.
9588         * python/lib/gdb/unwinder.py: New file.
9589         * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9590         (objfpy_dealloc): Decrement frame_unwinders reference count.
9591         (objfpy_initialize): Create frame_unwinders list.
9592         (objfpy_get_frame_unwinders): New function.
9593         (objfpy_set_frame_unwinders): Ditto.
9594         (objfile_getset): Add frame_unwinders attribute to Objfile.
9595         * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9596         (pspy_dealloc): Decrement frame_unwinders reference count.
9597         (pspy_initialize): Create frame_unwinders list.
9598         (pspy_get_frame_unwinders): New function.
9599         (pspy_set_frame_unwinders): Ditto.
9600         (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9601         * python/py-unwind.c: New file.
9602         * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9603         (objpy_get_frame_unwinders): New prototype.
9604         (gdbpy_initialize_unwind): New prototype.
9605         * python/python.c (gdbpy_apply_type_printers): Call
9606         gdbpy_initialize_unwind.
9607
9608 2015-04-01  Pedro Alves  <palves@redhat.com>
9609
9610         * infrun.c (resume): Check currently_stepping after clearing
9611         stepped_breakpoint, not before.
9612
9613 2015-04-01  Pedro Alves  <palves@redhat.com>
9614
9615         * infrun.c (print_target_wait_results): Print all the ptid
9616         elements.
9617
9618 2015-04-01  Pedro Alves  <palves@redhat.com>
9619
9620         * infrun.c (keep_going): Also discard cleanups if inserting
9621         breakpoints fails.
9622
9623 2015-04-01  Pedro Alves  <palves@redhat.com>
9624
9625         * infrun.c (wait_for_inferior): Install the
9626         finish_thread_state_cleanup cleanup across the whole function, not
9627         just around handle_inferior_event.
9628
9629 2015-04-01  Pedro Alves  <palves@redhat.com>
9630
9631         * infrun.c (resume) <step past permanent breakpoint>: Use
9632         do_target_resume.
9633
9634 2015-04-01  Pedro Alves  <palves@redhat.com>
9635
9636         * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9637
9638 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9639
9640         * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9641
9642 2015-04-01  Pedro Alves  <palves@redhat.com>
9643
9644         * linux-thread-db.c (record_thread): Readd the thread to gdb's
9645         list if it was marked exited.
9646
9647 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
9648
9649         * configure: Regenerated.
9650
9651 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9652             Jan Kratochvil  <jan.kratochvil@redhat.com>
9653             Oleg Nesterov  <oleg@redhat.com>
9654
9655         PR corefiles/16092
9656         * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9657         New enum identifying the various options of the coredump_filter
9658         file.
9659         (struct smaps_vmflags): New struct.
9660         (use_coredump_filter): New variable.
9661         (decode_vmflags): New function.
9662         (mapping_is_anonymous_p): Likewise.
9663         (dump_mapping_p): Likewise.
9664         (linux_find_memory_regions_full): New variables
9665         'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9666         Removed variable 'modified'.  Read /proc/<PID>/smaps file; improve
9667         parsing of its information.  Implement memory mapping filtering
9668         based on its contents.
9669         (show_use_coredump_filter): New function.
9670         (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9671         * NEWS: Mention the possibility of using the
9672         '/proc/PID/coredump_filter' file when generating a corefile.
9673         Mention new command 'set use-coredump-filter'.
9674
9675 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9676
9677         * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9678         read_memory_unsigned_integer.
9679
9680 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
9681
9682         * Makefile.in (ZLIB): New.
9683         (ZLIBINC): Likewise.
9684         (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9685         (CLIBS): Add $(ZLIB).
9686         * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9687         Add -lz to LIBS.
9688         * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9689         * top.c (print_gdb_configuration): Remove --with-zlib and
9690         --without-zlib.
9691         * config.in: Regenerated.
9692         * configure: Likewise.
9693
9694 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9695
9696         * NEWS: Mention info os cpus support.
9697         * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9698         (struct osdata_type): Add cpus entry, reorder the entries in
9699         alphabetical order.
9700
9701 2015-03-31  Matthias Klose  <doko@ubuntu.com>
9702
9703         * compile/compile.c (compile_to_object): Allow triplets with or
9704         without vendor set.
9705
9706 2015-03-30  Doug Evans  <dje@google.com>
9707
9708         PR c++/18141
9709         * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9710         klass in VAR_DOMAIN.
9711
9712 2015-03-30  Gary Benson <gbenson@redhat.com>
9713
9714         * remote.c (remote_mourn_1): Remove function.  Update all callers
9715         to use remote_mourn.
9716         (extended_remote_mourn_1): Remove function.  Update all callers
9717         to use extended_remote_mourn.
9718         (extended_remote_attach_1): Remove function.  Update all callers
9719         to use extended_remote_attach.
9720
9721 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
9722
9723         * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9724         (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9725         (ALLDEPFILES): Add ft32-tdep.c.
9726         * configure.tgt: Add FT32 entry.
9727         * ft32-tdep.c: New file, FT32 target-dependent code.
9728         * ft32-tdep.h: New file, FT32 target-dependent code.
9729
9730 2015-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9731
9732         Revert:
9733         2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9734         Code cleanup.
9735         * printcmd.c (print_command_1): Move expr variable scope.
9736
9737 2015-03-27  Joel Brobecker  <brobecker@adacore.com>
9738
9739         * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9740
9741 2015-03-27  Andrzej Kaczmarek  <andrzej.kaczmarek@tieto.com>
9742
9743         * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9744         sections.
9745
9746 2015-03-26  Joel Brobecker  <brobecker@adacore.com>
9747
9748         * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9749         exception raised while parsing the probe arguments.
9750         Force parsing to be done using the C language parser.
9751         * expression.h (parse_expression_with_language): Declare.
9752         * parse.c (parse_expression_with_language): New function.
9753
9754 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
9755
9756         * MAINTAINERS (Write After Approval): Add "Jon Turney".
9757
9758 2015-03-26  Andy Wingo  <wingo@igalia.com>
9759
9760         PR symtab/18148
9761         * dwarf2read.c (struct partial_die_info): Add has_const_value
9762         member.
9763         (add_partial_symbol): Don't punt on symbols that have const_value
9764         attributes.
9765         (read_partial_die): Detect DW_AT_const_value.
9766
9767 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9768
9769         Code cleanup.
9770         * printcmd.c (print_command_1): Move expr variable scope.
9771
9772 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9773
9774         Code cleanup.
9775         * printcmd.c (validate_format): Make the parameter cmdname const.
9776
9777 2015-03-26  Don Breazeal  <donb@codesourcery.com>
9778
9779         * remote.c (_initialize_remote): Update comment.
9780
9781 2015-03-26  Pedro Alves  <palves@redhat.com>
9782             Jon TURNEY  <jon.turney@dronecode.org.uk>
9783
9784         * coffread.c (coff_symfile_read): When constructing the name of an
9785         import stub symbol from import symbol for amd64, only skip the
9786         char after _imp_ if the target is underscored (like i386) and the
9787         char is indeed the target's leading char.
9788
9789 2015-03-25  Pedro Alves  <palves@redhat.com>
9790
9791         * target.h <to_async>: Replace 'callback' and 'context' parameters
9792         with boolean 'enable' parameter.
9793         (target_async): Replace CALLBACK and CONTEXT parameters with
9794         boolean ENABLE parameter.
9795         * inf-loop.c (inferior_event_handler): Adjust.
9796         * linux-nat.c (linux_nat_attach, linux_nat_resume)
9797         (linux_nat_resume): Adjust.
9798         (async_client_callback, async_client_context): Delete.
9799         (handle_target_event): Call inferior_event_handler directly.
9800         (linux_nat_async): Replace 'callback' and 'context' parameters
9801         with boolean 'enable' parameter.  Adjust.  Remove references to
9802         async_client_callback and async_client_context.
9803         (linux_nat_close): Adjust.
9804         * record-btrace.c (record_btrace_async): Replace 'callback' and
9805         'context' parameters with boolean 'enable' parameter.  Adjust.
9806         (record_btrace_resume): Adjust.
9807         * record-full.c (record_full_async): Replace 'callback' and
9808         'context' parameters with boolean 'enable' parameter.  Adjust.
9809         (record_full_resume, record_full_core_resume): Adjust.
9810         * remote.c (struct remote_state) <async_client_callback,
9811         async_client_context>: Delete fields.
9812         (remote_start_remote, extended_remote_attach_1, remote_resume)
9813         (extended_remote_create_inferior): Adjust.
9814         (remote_async_serial_handler): Call inferior_event_handler
9815         directly.
9816         (remote_async): Replace 'callback' and 'context' parameters with
9817         boolean 'enable' parameter.  Adjust.
9818         * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9819         Adjust.
9820         * target-delegates.c: Regenerate.
9821
9822 2015-03-25  Gary Benson <gbenson@redhat.com>
9823             Pedro Alves  <palves@redhat.com>
9824
9825         * target.c (fileio_ft_t): New typedef, define object vector.
9826         (fileio_fhandles): New static variable.
9827         (is_closed_fileio_fh): New macro.
9828         (lowest_closed_fd): New static variable.
9829         (acquire_fileio_fd): New function.
9830         (release_fileio_fd): Likewise.
9831         (fileio_fd_to_fh): New macro.
9832         (target_fileio_open): Wrap the file descriptor on success.
9833         (target_fileio_pwrite): Updated to use wrapped file descriptor.
9834         (target_fileio_pread): Likewise.
9835         (target_fileio_close): Likewise.
9836
9837 2015-03-24  Pedro Alves  <palves@redhat.com>
9838
9839         * thread.c (thread_apply_all_command): Take exited threads into
9840         account.
9841
9842 2015-03-24  Pedro Alves  <palves@redhat.com>
9843
9844         * infrun.c (resume, proceed): Mention
9845         switch_back_to_stepped_thread, not switch_back_to_stepping.
9846
9847 2015-03-24  Pedro Alves  <palves@redhat.com>
9848
9849         * infrun.c (user_visible_resume_ptid): Rewrite going from
9850         most-locked to unlocked instead of the opposite.  Move comment ...
9851         * infrun.h (user_visible_resume_ptid): ... here.
9852
9853 2015-03-24  Pedro Alves  <palves@redhat.com>
9854
9855         * linux-nat.c (linux_nat_resume): Output debug logs before trying
9856         to resume the event lwp.  Use the lwp's ptid instead of the passed
9857         in (maybe wildcard) ptid.
9858         (stop_wait_callback): Tweak debug log output.
9859         (check_stopped_by_breakpoint): Tweak debug log output.  Also dump
9860         TRAP_TRACE.
9861         (linux_nat_filter_event): In debug output, distinguish a
9862         resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
9863         before trying to resume the lwp.
9864
9865 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
9866
9867         * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
9868         pointer indirection.
9869         * gdbtypes.c (get_dyn_prop): Adjust, following change above.
9870         (add_dyn_prop, copy_dynamic_prop_list): Likewise.
9871
9872 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
9873
9874         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
9875         Renames DYN_ATTR_DATA_LOCATION.
9876         (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
9877         DYN_ATTR_DATA_LOCATION.
9878         * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
9879         instead of DYN_ATTR_DATA_LOCATION.
9880
9881 2015-03-24  Pedro Alves  <palves@redhat.com>
9882
9883         * breakpoint.c (until_break_command): Adjust call to proceed.
9884         * gdbthread.h (struct thread_control_state) <stepping_command>:
9885         New field.
9886         * infcall.c (run_inferior_call): Adjust call to proceed.
9887         * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
9888         Adjust calls to proceed.
9889         (set_step_frame): Set the current thread's step_start_function
9890         here.
9891         (step_once): Adjust calls to proceed.
9892         (jump_command, signal_command, until_next_command)
9893         (finish_backward, finish_forward, proceed_after_attach_callback)
9894         (attach_command_post_wait): Adjust calls to proceed.
9895         * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
9896         (do_target_resume): New function, factored out from ...
9897         (resume): ... here.  Remove 'step' parameter.  Instead, check
9898         currently_stepping to determine whether the thread should be
9899         single-stepped.
9900         (proceed): Remove 'step' parameter and don't set the thread's
9901         step_start_function here.  Adjust call to 'resume'.
9902         (handle_inferior_event): Adjust calls to 'resume'.
9903         (switch_back_to_stepped_thread): Use do_target_resume instead of
9904         'resume'.
9905         (keep_going): Adjust calls to 'resume'.
9906         * infrun.h (proceed): Remove 'step' parameter.
9907         (resume): Likewise.
9908         * windows-nat.c (do_initial_windows_stuff): Adjust call to
9909         'resume'.
9910         * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
9911
9912 2015-03-24  Pedro Alves  <palves@redhat.com>
9913
9914         * gdbthread.h (struct thread_control_state) <stepping_command>:
9915         New field.
9916         * infcmd.c (step_once): Pass step=1 to clear_proceed_status.  Set
9917         the thread's stepping_command field.
9918         * infrun.c (resume): Check the thread's stepping_command flag to
9919         determine which threads should be resumed.  Rename 'entry_step'
9920         local to user_step.
9921         (clear_proceed_status_thread): Clear 'stepping_command'.
9922         (schedlock_applies): Change parameter type to struct thread_info
9923         pointer.  Adjust.
9924         (find_thread_needs_step_over): Remove 'step' parameter.  Adjust.
9925         (switch_back_to_stepped_thread): Adjust calls to
9926         'schedlock_applies'.
9927         (_initialize_infrun): Adjust "set scheduler-locking step" help.
9928
9929 2015-03-24  Pedro Alves  <palves@redhat.com>
9930
9931         * infrun.c (step_start_function): Delete and ...
9932         * gdbthread.h (struct thread_control_state) <step_start_function>:
9933         ... now a field here.
9934         * infrun.c (clear_proceed_status_thread): Clear the thread's
9935         step_start_function.
9936         (proceed, process_event_stop_test, print_stop_event): Adjust.
9937
9938 2015-03-24  Pedro Alves  <palves@redhat.com>
9939
9940         * infrun.c (proceed): No longer handle negative step.
9941
9942 2015-03-24  Gary Benson  <gbenson@redhat.com>
9943
9944         * nat/x86-linux.h (x86_linux_new_thread): New declaration.
9945         (x86_linux_prepare_to_resume): Likewise.
9946         * x86-linux-nat.c (x86_linux_new_thread):
9947         Moved to nat/x86-linux.c.
9948         (x86_linux_prepare_to_resume): Likewise.
9949         * nat/x86-linux.c (x86_linux_new_thread): New function.
9950         (x86_linux_prepare_to_resume): Likewise.
9951
9952 2015-03-24  Gary Benson  <gbenson@redhat.com>
9953
9954         * nat/x86-linux-dregs.h: New file.
9955         * nat/x86-linux-dregs.c: Likewise.
9956         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
9957         (x86-linux-dregs.o): New rule.
9958         * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
9959         * config/i386/linux64.mh (NATDEPFILES): Likewise.
9960         * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
9961         (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
9962         (x86_linux_dr_get): Likewise.
9963         (x86_linux_dr_set): Likewise.
9964         (x86_linux_dr_get_addr): Likewise.
9965         (x86_linux_dr_get_control): Likewise.
9966         (x86_linux_dr_get_status): Likewise.
9967         (update_debug_registers_callback): Likewise.
9968         (x86_linux_dr_set_control): Likewise.
9969         (x86_linux_dr_set_addr): Likewise.
9970         (x86_linux_update_debug_registers): Likewise.
9971
9972 2015-03-24  Gary Benson  <gbenson@redhat.com>
9973
9974         * x86-linux-nat.c (x86_linux_update_debug_registers):
9975         New function, factored out from...
9976         (x86_linux_prepare_to_resume): ...this.
9977
9978 2015-03-24  Gary Benson  <gbenson@redhat.com>
9979
9980         * x86-linux-nat.c (x86_linux_dr_get): Update comments.
9981         (x86_linux_dr_set): Likewise.
9982         (x86_linux_dr_get_addr): Likewise.
9983         (x86_linux_dr_get_control): Likewise.
9984         (x86_linux_dr_get_status): Likewise.
9985         (update_debug_registers_callback): Likewise.
9986         (x86_linux_dr_set_control): Likewise.
9987         (x86_linux_dr_set_addr): Likewise.
9988         (x86_linux_prepare_to_resume): Likewise.
9989         (x86_linux_new_thread): Likewise.
9990
9991 2015-03-24  Gary Benson  <gbenson@redhat.com>
9992
9993         * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
9994         (x86_linux_new_thread): Rename argument.
9995
9996 2015-03-24  Gary Benson  <gbenson@redhat.com>
9997
9998         * nat/x86-linux.h: New file.
9999         * nat/x86-linux.c: Likewise.
10000         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
10001         (x86-linux.o): New rule.
10002         * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
10003         * config/i386/linux64.mh (NATDEPFILES): Likewise.
10004         * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
10005         (lwp_set_arch_private_info): New declaration.
10006         (lwp_arch_private_info): Likewise.
10007         * linux-nat.c (lwp_set_arch_private_info): New function.
10008         (lwp_arch_private_info): Likewise.
10009         * x86-linux-nat.c: Include nat/x86-linux.h.
10010         (arch_lwp_info): Removed structure.
10011         (update_debug_registers_callback):
10012         Use lwp_set_debug_registers_changed.
10013         (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
10014         and lwp_set_debug_registers_changed.
10015         (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
10016
10017 2015-03-24  Gary Benson  <gbenson@redhat.com>
10018
10019         * nat/linux-nat.h (ptid_of_lwp): New declaration.
10020         (lwp_is_stopped): Likewise.
10021         (lwp_stop_reason): Likewise.
10022         * linux-nat.c (ptid_of_lwp): New function.
10023         (lwp_is_stopped): Likewise.
10024         (lwp_is_stopped_by_watchpoint): Likewise.
10025         * x86-linux-nat.c (update_debug_registers_callback):
10026         Use lwp_is_stopped.
10027         (x86_linux_prepare_to_resume): Use ptid_of_lwp and
10028         lwp_stop_reason.
10029
10030 2015-03-24  Gary Benson  <gbenson@redhat.com>
10031
10032         * linux-nat.h (linux_stop_lwp): Move declaration to...
10033         * nat/linux-nat.h (linux_stop_lwp): New declaration.
10034
10035 2015-03-24  Gary Benson  <gbenson@redhat.com>
10036
10037         * linux-nat.h: Include nat/linux-nat.h.
10038         (iterate_over_lwps): Move declaration to nat/linux-nat.h.
10039         * nat/linux-nat.h (struct lwp_info): New forward declaration.
10040         (iterate_over_lwps_ftype): New typedef.
10041         (iterate_over_lwps): New declaration.
10042         * linux-nat.h (iterate_over_lwps): Update comment.  Use
10043         iterate_over_lwps_ftype.  Update callback return value check.
10044
10045 2015-03-24  Gary Benson  <gbenson@redhat.com>
10046
10047         * x86-nat.h (x86_debug_reg_state): Move declaration to...
10048         * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
10049
10050 2015-03-24  Gary Benson  <gbenson@redhat.com>
10051
10052         * nat/linux-nat.h (current_lwp_ptid): New declaration.
10053         * linux-nat.c (current_lwp_ptid): New function.
10054         * x86-linux-nat.c: Include nat/linux-nat.h.
10055         (x86_linux_dr_get_addr): Use current_lwp_ptid.
10056         (x86_linux_dr_get_control): Likewise.
10057         (x86_linux_dr_get_status): Likewise.
10058         (x86_linux_dr_set_control): Likewise.
10059         (x86_linux_dr_set_addr): Likewise.
10060
10061 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10062
10063         PR breakpoints/16466
10064         * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
10065
10066 2015-03-23  Joel Brobecker  <brobecker@adacore.com>
10067
10068         * ser-mingw.c (ser_windows_setparity): Fix indentation.
10069         * ser-unix.c (hardwire_setparity): Likewise.
10070
10071 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10072
10073         * NEWS: Mention set/show serial parity command.
10074         * monitor.c (monitor_open): Call serial_setparity.
10075         * remote.c (remote_open_1): Likewise.
10076         * ser-base.c (ser_base_serparity): New function.
10077         * ser-base.h (ser_base_setparity): Add  declaration.
10078         * ser-go32.c (dos_ops): Set "setparity" field.
10079         * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
10080         state.Parity.
10081         (ser_windows_setparity): New function.
10082         (hardwire_ops): Add ser_windows_setparity.
10083         (tty_ops): Add NULL for setparity field.
10084         (pipe_ops): Add ser_base_setparity.
10085         (tcp_ops): Likewise.
10086         * ser-pipe.c (pipe_ops): Likewise.
10087         * ser-tcp.c (tcp_ops): Likewise.
10088         * ser-unix.c (hardwire_setparity): Add declaration.
10089         (hardwire_raw): Don't reset PARENB flag.
10090         (hardwire_setparity): New function.
10091         (hardwire_ops): Add hardwire_setparity.
10092         * serial.c (serial_setparity): New function.
10093         (serial_parity): New global.
10094         (parity_none, parity_odd, parity_even, parity_enums, parity):
10095         New static globals.
10096         (set_parity): New function.
10097         (_initialize_serial): Add set/show serial parity commands.
10098         * serial.h (GDBPARITY_NONE): Define.
10099         (GDBPARITY_ODD): Define.
10100         (GDBPARITY_EVEN): Define.
10101         (serial_setparity) Add declaration.
10102         (struct serial_ops): Add setparity field.
10103         * target.h (serial_parity): Add declaration.
10104
10105 2015-03-23  Keith Seitz  <keiths@redhat.com>
10106
10107         * linespec.c (linespec_lexer_lex_keyword): Update comment.
10108
10109 2015-03-23  Keith Seitz  <keiths@redhat.com>
10110
10111         * breakpoint.c (parse_breakpoint_sals): Use
10112         linespec_lexer_lex_keyword to ascertain if the user specified
10113         a NULL location.
10114         * linespec.c [IF_KEYWORD_INDEX]: Define.
10115         (linespec_lexer_lex_keyword): Export.
10116         (struct ls_parser) <keyword_ok>: Remove.
10117         A keyword is only a keyword if not followed by another keyword.
10118         (linespec_lexer_lex_one): Remove keyword_ok handling.
10119         Add comment explaining why the parsing stream is not advanced
10120         when a keyword is seen.
10121         (parse_linespec): Remove parser->keyword_ok.
10122         * linespec.h (linespec_lexer_lex_keyword): Add declaration.
10123
10124 2015-03-23  Keith Seitz  <keiths@redhat.com>
10125
10126         PR gdb/18021
10127         * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
10128         if we find a static method with DW_AT_vtable_elem_location.
10129
10130 2015-03-21  Eli Zaretskii  <eliz@gnu.org>
10131
10132         * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
10133         before the second loop, to avoid undefined behavior.  Reported by
10134         Anton Blanchard <anton@samba.org>.
10135
10136 2015-03-20  Keven Boell  <keven.boell@intel.com>
10137
10138         * gdbtypes.c (resolve_dynamic_type_internal): Adapt
10139         data_location usage to linked list.
10140         (resolve_dynamic_type_internal): Adapt data_location to
10141         linked list.
10142         (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
10143         (copy_type_recursive, copy_type): Add copy of linked list.
10144         * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
10145         (struct dynamic_prop_list): New struct.
10146         * dwarf2read.c (set_die_type): Set data_location data.
10147
10148 2015-03-20  Pedro Alves  <palves@redhat.com>
10149
10150         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
10151         inner block and make it const.
10152         * machoread.c (get_archive_prefix_len): Make "lparen" const.
10153
10154 2015-03-20  Pedro Alves  <palves@redhat.com>
10155
10156         * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
10157         * breakpoint.h (set_breakpoint_condition): Update declaration.
10158
10159 2015-03-20  Pedro Alves  <palves@redhat.com>
10160
10161         * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
10162
10163 2015-03-20  Pedro Alves  <palves@redhat.com>
10164
10165         * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
10166
10167 2015-03-20  Pedro Alves  <palves@redhat.com>
10168
10169         * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
10170
10171 2015-03-20  Pedro Alves  <palves@redhat.com>
10172
10173         * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
10174         (nto_init_solib_absolute_prefix): Likewise.
10175
10176 2015-03-20  Pedro Alves  <palves@redhat.com>
10177
10178         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
10179         * spu-tdep.c (spu_gdbarch_init): Make "name" const.
10180
10181 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10182
10183         * config/djgpp/README: Remove gdb.hp.
10184
10185 2015-03-20  Yao Qi  <yao.qi@linaro.org>
10186
10187         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
10188         set_gdbarch_cannot_step_breakpoint.
10189
10190 2015-03-19  Pedro Alves  <palves@redhat.com>
10191
10192         * linux-nat.c (linux_resume_one_lwp): Rename to ...
10193         (linux_resume_one_lwp_throw): ... this.  Don't handle ESRCH here,
10194         instead call perror_with_name.
10195         (check_ptrace_stopped_lwp_gone): New function.
10196         (linux_resume_one_lwp): Reimplement as wrapper around
10197         linux_resume_one_lwp_throw that swallows errors if the LWP is
10198         gone.
10199         (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
10200         swallows errors if the LWP is gone.  Use
10201         linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
10202
10203 2015-03-19  Pedro Alves  <palves@redhat.com>
10204
10205         * linux-nat.c (status_callback): Return early if the LWP has no
10206         status pending.
10207
10208 2015-03-19  Pedro Alves  <palves@redhat.com>
10209
10210         * linux-nat.c (select_event_lwp_callback): Update comment to no
10211         longer mention SIGTRAP.
10212
10213 2015-03-18  Tristan Gingold  <gingold@adacore.com>
10214
10215         * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10216         redirection code to ...
10217         (amd64_windows_frame_decode_insns): ... Here.  Fix in prologue
10218         checks.  Fix SAVE_NONVOL operations.  Add debug code and comments.
10219
10220 2015-03-18  Gary Benson <gbenson@redhat.com>
10221
10222         (remote_protocol_features): Remove the "vFile:fstat" feature.
10223         (remote_hostio_fstat): Probe for "vFile:fstat" support.
10224
10225 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10226
10227         PR tdep/18107
10228         * aarch64-linux-tdep.c: Include xml-syscall.h
10229         (aarch64_linux_get_syscall_number): New function.
10230         (aarch64_linux_init_abi): Call
10231         set_gdbarch_get_syscall_number.
10232         * syscalls/aarch64-linux.xml: New file.
10233
10234 2015-03-17  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10235
10236         * ser-base.h (ser_base_setstopbits): Change second argument name
10237         from "rate" to "num".
10238
10239 2015-03-17  Gary Benson <gbenson@redhat.com>
10240             Luke Allardyce <lukeallardyce@gmail.com>
10241
10242         PR gdb/18131
10243         * common/common-remote-fileio.h (sys/stat.h): New include.
10244         (stuct stat): Remove forward declaration.
10245
10246 2015-03-16  John Baldwin  <jhb@FreeBSD.org>
10247
10248         * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10249         before writing core register notes.
10250
10251 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10252             Pedro Alves  <palves@redhat.com>
10253
10254         * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10255         * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10256         (tgoto): Wrap with extern "C".
10257
10258 2015-03-16  Pedro Alves  <palves@redhat.com>
10259             Yuanhui Zhang  <asmwarrior@gmail.com>
10260
10261         * stub-termcap.c (tputs): Change prototype.
10262
10263 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10264             Pedro Alves  <palves@redhat.com>
10265
10266         * windows-nat.c (struct thread_info_struct): Rename to ...
10267         (struct windows_thread_info_struct): ... this.
10268         (thread_info): Rename to ...
10269         (windows_thread_info): ... this.
10270         All users updated.
10271
10272 2015-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10273             Pedro Alves  <palves@redhat.com>
10274
10275         * NEWS: New Removed targets and native configurations.
10276
10277 2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10278
10279         Remove HPUX.
10280         * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10281         (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10282         (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10283         ia64-hpux-tdep.h, solib-ia64-hpux.h.
10284         (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10285         ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10286         * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10287         hppa-hpux-tdep.c.
10288         * config/ia64/hpux.mh: Remove file.
10289         * config/pa/hpux.mh: Remove file.
10290         * configure: Rebuilt.
10291         * configure.ac (dlgetmodinfo, somread.o): Remove.
10292         * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10293         (ia64-*-hpux*): Remove its float format exception.
10294         * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10295         * hppa-hpux-nat.c: Remove file.
10296         * hppa-hpux-tdep.c: Remove file.
10297         * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10298         Move them here from hppa-tdep.h
10299         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10300         (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10301         * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10302         Move them to hppa-tdep.c.
10303         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10304         declarations.
10305         * ia64-hpux-nat.c: Remove file.
10306         * ia64-hpux-tdep.c: Remove file.
10307         * ia64-hpux-tdep.h: Remove file.
10308         * inf-ttrace.c: Remove file.
10309         * inf-ttrace.h: Remove file.
10310         * solib-ia64-hpux.c: Remove file.
10311         * solib-ia64-hpux.h: Remove file.
10312         * solib-pa64.c: Remove file.
10313         * solib-pa64.h: Remove file.
10314         * solib-som.c: Remove file.
10315         * solib-som.h: Remove file.
10316         * somread.c: Remove file.
10317
10318 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10319
10320         * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10321         * config.in: Regenerate.
10322         * configure: Regenerate.
10323         * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
10324         define.
10325         (fbsd_find_memory_regions): Use kinfo_getvmmap to
10326         enumerate memory regions if present.
10327
10328 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10329
10330         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10331         * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10332         expressions.
10333         (i386fbsd_sigtramp_p): Likewise.
10334
10335 2015-03-12  John Baldwin  <jhb@FreeBSD.org>
10336
10337         * MAINTAINERS (Write After Approval): Add John Baldwin.
10338
10339 2015-03-12  Gary Benson <gbenson@redhat.com>
10340
10341         * solib.c (_initialize_solib): Make "set/show sysroot" use
10342         add_setshow_optional_filename_cmd so it can be restored to
10343         empty after being set.
10344
10345 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10346
10347         * Makefile.in (SFILES): New source break-catch-syscall.c.
10348         (COMMON_OBS): New object break-catch-syscall.o.
10349         * break-catch-syscall.c: New file.
10350         * breakpoint.c: Remove inclusion of "xml-syscall.h".
10351         (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10352         (struct syscall_catchpoint): Likewise.
10353         (dtor_catch_syscall): Likewise.
10354         (catch_syscall_inferior_data): Likewise.
10355         (struct catch_syscall_inferior_data): Likewise.
10356         (get_catch_syscall_inferior_data): Likewise.
10357         (catch_syscall_inferior_data_cleanup): Likewise.
10358         (insert_catch_syscall): Likewise.
10359         (remove_catch_syscall): Likewise.
10360         (breakpoint_hit_catch_syscall): Likewise.
10361         (print_it_catch_syscall): Likewise.
10362         (print_one_catch_syscall): Likewise.
10363         (print_mention_catch_syscall): Likewise.
10364         (print_recreate_catch_syscall): Likewise.
10365         (catch_syscall_breakpoint_ops): Likewise.
10366         (syscall_catchpoint_p): Likewise.
10367         (create_syscall_event_catchpoint): Likewise.
10368         (catch_syscall_split_args): Likewise.
10369         (catch_syscall_command_1): Likewise.
10370         (is_syscall_catchpoint_enabled): Likewise.
10371         (catch_syscall_enabled): Likewise.
10372         (catching_syscall_number): Likewise.
10373         (catch_syscall_completer): Likewise.
10374         (clear_syscall_counts): Likewise.
10375         (initialize_breakpoint_ops): Move initialization of syscall
10376         catchpoints to break-catch-syscall.c.
10377         (_initialize_breakpoint): Move code related to syscall catchpoints
10378         to break-catch-syscall.c.
10379
10380 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10381
10382         * breakpoint.c (breakpoint_find_if): New function.
10383         * breakpoint.h (breakpoint_find_if): New prototype.
10384
10385 2015-03-11  Gary Benson <gbenson@redhat.com>
10386
10387         * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10388         * remote-fileio.c (remote_fileio_to_host_uint): New function.
10389         (remote_fileio_to_host_ulong): Likewise.
10390         (remote_fileio_to_host_mode): Likewise.
10391         (remote_fileio_to_host_time): Likewise.
10392         (remote_fileio_to_host_stat): Likewise.
10393         * remote.c (PACKET_vFile_fstat): New enum value.
10394         (remote_protocol_features): Register the "vFile:fstat" feature.
10395         (remote_hostio_fstat): New function.
10396         (remote_bfd_iovec_stat): Use the above.
10397         (_initialize_remote): Register new "set/show remote
10398         hostio-fstat-packet" command.
10399         * symfile.c (separate_debug_file_exists): Update comment.
10400         * NEWS: Announce new vFile:fstat packet.
10401
10402 2015-03-11  Gary Benson <gbenson@redhat.com>
10403
10404         * common/common-remote-fileio.h: New file.
10405         * common/common-remote-fileio.c: Likewise.
10406         * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10407         (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10408         (COMMON_OBS): Add common-remote-fileio.o.
10409         (common-remote-fileio.o): New rule.
10410         * remote-fileio.h (common-remote-fileio.h): New include.
10411         * remote-fileio.c (gdb/fileio.h): Do not include.
10412         (remote_fileio_to_be): Moved to common-remote-fileio.h.
10413         (remote_fileio_to_fio_uint): Likewise.
10414         (remote_fileio_to_fio_time): Likewise.
10415         (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10416         (remote_fileio_to_fio_mode): Likewise.
10417         (remote_fileio_to_fio_ulong): Likewise.
10418         (remote_fileio_to_fio_stat): Likewise.
10419
10420 2015-03-11  Andy Wingo  <wingo@igalia.com>
10421
10422         * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10423         we were checking the cached type, not the cached dynamic type.
10424
10425 2015-03-11  Andy Wingo  <wingo@igalia.com>
10426
10427         * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10428         other strings, as these are on the GC'd heap, and will be
10429         collected along with the smob.
10430
10431 2015-03-11  Andy Wingo  <wingo@igalia.com>
10432
10433         * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10434         (objfile_functions): Bind gdbscm_objfile_progspace to
10435         objfile-progspace.
10436         * guile/lib/gdb.scm: Add objfile-progspace to exports.
10437
10438 2015-03-11  Andy Wingo  <wingo@igalia.com>
10439
10440         * guile/guile.c (_initialize_guile): Disable automatic
10441         finalization, if Guile offers us that possibility.
10442         * guile/guile.c (call_initialize_gdb_module):
10443         * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10444         finalizers in appropriate places.
10445         * configure.ac (AC_TRY_LIBGUILE): Add a check for
10446         scm_set_automatic_finalization_enabled.
10447         * configure: Regenerated.
10448
10449 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10450
10451         * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10452         SAL, if possible.
10453
10454 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10455
10456         * s390-linux-nat.c (struct arch_lwp_info): New.
10457         (s390_fix_watch_points): Rename to...
10458         (s390_prepare_to_resume): ...this.  Skip the PER info update
10459         unless the watch points have changed.
10460         (s390_refresh_per_info, s390_new_thread): New functions.
10461         (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10462         s390_fix_watch_points.
10463         (s390_remove_watchpoint): Likewise.
10464         (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10465         Register s390_prepare_to_resume.
10466
10467 2015-03-09  Pedro Alves  <palves@redhat.com>
10468
10469         Revert:
10470         2015-03-07  Pedro Alves  <palves@redhat.com>
10471         * common/gdb_socket.h: New file.
10472         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10473         sys/socket.h.
10474         (net_open): Use union gdb_sockaddr_u.
10475
10476 2015-03-07  Pedro Alves  <palves@redhat.com>
10477
10478         * configure.ac (build_warnings): Move -Wmissing-prototypes
10479         -Wdeclaration-after-statement -Wmissing-parameter-type
10480         -Wold-style-declaration -Wold-style-definition to the C-specific
10481         set.
10482         * configure: Regenerate.
10483
10484 2015-03-07  Pedro Alves  <palves@redhat.com>
10485
10486         * common/gdb_socket.h: New file.
10487         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10488         sys/socket.h.
10489         (net_open): Use union gdb_sockaddr_u.
10490
10491 2015-03-07  Pedro Alves  <palves@redhat.com>
10492
10493         * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10494         (exceptions_state_mc_action_iter)
10495         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10496         Don't define.
10497         [__cplusplus] (try_scope_depth): New global.
10498         [__cplusplus] (exception_try_scope_entry)
10499         (exception_try_scope_exit, gdb_exception_sliced_copy)
10500         (exception_rethrow): New functions.
10501         (throw_exception): In C++ mode, throw
10502         gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10503         gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10504         (throw_it): In C++ mode, use try_scope_depth.
10505         * common/common-exceptions.h [!__cplusplus]
10506         (exceptions_state_mc_action_iter)
10507         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10508         Don't declare.
10509         [__cplusplus] (exception_try_scope_entry)
10510         (exception_try_scope_exit, exception_rethrow): Declare.
10511         [__cplusplus] (struct exception_try_scope): New struct.
10512         [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10513         C++ exceptions.
10514         (struct gdb_exception_RETURN_MASK_ALL)
10515         (struct gdb_exception_RETURN_MASK_ERROR)
10516         (struct gdb_exception_RETURN_MASK_QUIT): New types.
10517
10518 2015-03-07  Pedro Alves  <palves@redhat.com>
10519
10520         * main.c (handle_command_errors): Remove volatile qualifier from
10521         parameter.
10522
10523 2015-03-07  Pedro Alves  <palves@redhat.com>
10524
10525         * breakpoint.c (save_breakpoints): Adjust to avoid code between
10526         TRY and CATCH.
10527         * gdbtypes.c (safe_parse_type): Remove empty line.
10528         (types_deeply_equal):
10529         * guile/scm-frame.c (gdbscm_frame_name):
10530         * linux-thread-db.c (find_new_threads_once):
10531         * python/py-breakpoint.c (bppy_get_commands):
10532         * record-btrace.c (record_btrace_insert_breakpoint)
10533         (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10534         (record_btrace_start_replaying): Adjust to avoid code between TRY
10535         and CATCH.
10536
10537 2015-03-07  Pedro Alves  <palves@redhat.com>
10538
10539         * common/common-exceptions.c (struct catcher) <exception>: No
10540         longer a pointer to volatile exception.  Now an exception value.
10541         <mask>: Delete field.
10542         (exceptions_state_mc_init): Remove all parameters.  Adjust.
10543         (exceptions_state_mc): No longer pop the catcher here.
10544         (exceptions_state_mc_catch): New function.
10545         (throw_exception): Adjust.
10546         * common/common-exceptions.h (exceptions_state_mc_init): Remove
10547         all parameters.
10548         (exceptions_state_mc_catch): Declare.
10549         (TRY_CATCH): Rename to ...
10550         (TRY): ... this.  Remove EXCEPTION and MASK parameters.
10551         (CATCH, END_CATCH): New.
10552         All callers adjusted.
10553
10554 2015-03-07  Tom Tromey  <tromey@redhat.com>
10555
10556         * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10557
10558 2015-03-07  Pedro Alves  <palves@redhat.com>
10559
10560         * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10561         (amd64_epilogue_frame_cache): Normal exception handling code.
10562         * break-catch-throw.c (check_status_exception_catchpoint)
10563         (re_set_exception_catchpoint): Ditto.
10564         * cli/cli-interp.c (safe_execute_command):
10565         * cli/cli-script.c (script_from_file): Ditto.
10566         * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10567         Ditto.
10568         * compile/compile-object-run.c (compile_object_run): Ditto.
10569         * cp-abi.c (baseclass_offset): Ditto.
10570         * cp-valprint.c (cp_print_value): Ditto.
10571         * exceptions.c (catch_exceptions_with_msg):
10572         * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10573         * frame.c (get_frame_address_in_block_if_available): Ditto.
10574         * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10575         (i386_sigtramp_frame_cache): Ditto.
10576         * infcmd.c (post_create_inferior): Ditto.
10577         * linespec.c (parse_linespec, find_linespec_symbols):
10578         * p-valprint.c (pascal_object_print_value): Ditto.
10579         * parse.c (parse_expression_for_completion): Ditto.
10580         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10581         * remote.c (remote_get_noisy_reply): Ditto.
10582         * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10583         * solib-svr4.c (solib_svr4_r_map): Ditto.
10584
10585 2015-03-06  Gary Benson  <gbenson@redhat.com>
10586
10587         * common/common-utils.h (startswith): New inline function.
10588         All places where this logic was used updated to use the above.
10589
10590 2015-03-05  Pedro Alves  <palves@redhat.com>
10591
10592         PR gdb/18002
10593         * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10594         after reading the breakpoint's shadow memory.
10595
10596 2015-03-05  Mark Kettenis  <kettenis@gnu.org>
10597
10598         * hppabsd-nat.c: Remove file.
10599         * hppaobsd-nat.c: New file.
10600         * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c.  Add
10601         hppaobsd-nat.c.
10602         * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10603         hppaobsd-nat.o.
10604
10605 2015-03-04  Pedro Alves  <palves@redhat.com>
10606
10607         * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10608         (target_decr_pc_after_break): Delete declaration.
10609         * target.c (default_target_decr_pc_after_break)
10610         (target_decr_pc_after_break): Delete.
10611         * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10612         gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10613         * linux-thread-db.c (check_event): Likewise.
10614         * infrun.c (adjust_pc_after_break): Likewise.
10615         * darwin-nat.c (cancel_breakpoint): Likewise.
10616         * aix-thread.c (aix_thread_wait): Likewise.
10617         * target-delegates.c: Regenerate.
10618
10619 2015-03-04  Pedro Alves  <palves@redhat.com>
10620
10621         * linux-nat.c (save_sigtrap): Check for breakpoints before
10622         checking watchpoints.
10623         (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10624         breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10625         (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10626         a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10627         (linux_nat_stopped_by_sw_breakpoint)
10628         (linux_nat_supports_stopped_by_sw_breakpoint)
10629         (linux_nat_stopped_by_hw_breakpoint)
10630         (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10631         (linux_nat_wait_1): Don't re-increment the PC if relying on
10632         SIGTRAP's siginfo->si_code.
10633         (linux_nat_add_target): Install new target methods.
10634         * linux-thread-db.c (check_event): Don't account for breakpoint PC
10635         offset if the target already adjusted the PC.
10636         * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10637         (GDB_ARCH_TRAP_BRKPT): New.
10638         (TRAP_HWBKPT): Define if not already defined.
10639
10640 2015-03-04  Pedro Alves  <palves@redhat.com>
10641
10642         * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10643         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10644         Delete field.
10645         <stop_reason>: New field.
10646         (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10647         (packet_set_cmd_state): New function.
10648         (remote_protocol_features): Register the "swbreak" and "hwbreak"
10649         features.
10650         (remote_query_supported): If not disabled with the corresponding
10651         "set remote foo-packet" command, report support for the swbreak
10652         and hwbreak features.
10653         (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10654         field.
10655         <stop_reason>: New field.
10656         (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10657         (remote_wait_as): Adjust.
10658         (remote_stopped_by_sw_breakpoint)
10659         (remote_supports_stopped_by_sw_breakpoint)
10660         (remote_stopped_by_hw_breakpoint)
10661         (remote_supports_stopped_by_hw_breakpoint): New functions.
10662         (remote_stopped_by_watchpoint): New function.
10663         (init_remote_ops): Install them.
10664         (_initialize_remote): Register new "set/show remote
10665         swbreak-feature-packet" and "set/show remote
10666         swbreak-feature-packet" commands.
10667
10668 2015-03-04  Pedro Alves  <palves@redhat.com>
10669
10670         * btrace.h: Include target/waitstatus.h.
10671         (struct btrace_thread_info) <stop_reason>: New field.
10672         * record-btrace.c (record_btrace_step_thread): Use
10673         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10674         (record_btrace_decr_pc_after_break): Delete.
10675         (record_btrace_stopped_by_sw_breakpoint)
10676         (record_btrace_supports_stopped_by_sw_breakpoint)
10677         (record_btrace_stopped_by_hw_breakpoint)
10678         (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10679         (init_record_btrace_ops): Install them.
10680         * record-full.c (record_full_hw_watchpoint): Delete and replace
10681         with ...
10682         (record_full_stop_reason): ... this throughout.
10683         (record_full_exec_insn): Adjust.
10684         (record_full_wait_1): Adjust.  No longer re-increment the PC.
10685         (record_full_wait_1): Adjust.  Use
10686         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10687         (record_full_stopped_by_watchpoint): Adjust.
10688         (record_full_stopped_by_sw_breakpoint)
10689         (record_full_supports_stopped_by_sw_breakpoint)
10690         (record_full_supports_stopped_by_sw_breakpoint)
10691         (record_full_stopped_by_hw_breakpoint)
10692         (record_full_supports_stopped_by_hw_breakpoint): New functions.
10693         (init_record_full_ops, init_record_full_core_ops): Install them.
10694         * record.c (record_check_stopped_by_breakpoint): New function.
10695         * record.h: Include target/waitstatus.h.
10696         (record_check_stopped_by_breakpoint): New declaration.
10697
10698 2015-03-04  Pedro Alves  <palves@redhat.com>
10699
10700         enum lwp_stop_reason -> enum target_stop_reason
10701         * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10702         (linux_nat_stopped_by_watchpoint, status_callback)
10703         (linux_nat_wait_1): Adjust.
10704         * linux-nat.h (enum lwp_stop_reason): Delete.
10705         (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10706         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10707         * target/waitstatus.h (enum target_stop_reason): New.
10708
10709 2015-03-04  Pedro Alves  <palves@redhat.com>
10710
10711         * breakpoint.c (need_moribund_for_location_type): New function.
10712         (bpstat_stop_status): Don't skipping checking moribund locations
10713         of breakpoint types which the target tell caused a stop.
10714         (program_breakpoint_here_p): New function, factored out from ...
10715         (bp_loc_is_permanent): ... this.
10716         (update_global_location_list): Don't create a moribund location if
10717         the target supports reporting stops of the type of the removed
10718         breakpoint.
10719         * breakpoint.h (program_breakpoint_here_p): New declaration.
10720         * infrun.c (adjust_pc_after_break): Return early if the target has
10721         already adjusted the PC.  Add comments.
10722         (handle_signal_stop): If nothing explains a signal, and the target
10723         tells us the stop was caused by a software breakpoint, check if
10724         there's a breakpoint instruction in the memory.  If so, adjust the
10725         PC before presenting the stop to the user.  Otherwise, ignore the
10726         trap.  If nothing explains a signal, and the target tells us the
10727         stop was caused by a hardware breakpoint, ignore the trap.
10728         * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10729         to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10730         to_supports_stopped_by_hw_breakpoint>: New fields.
10731         (target_stopped_by_sw_breakpoint)
10732         (target_supports_stopped_by_sw_breakpoint)
10733         (target_stopped_by_hw_breakpoint)
10734         (target_supports_stopped_by_hw_breakpoint): Define.
10735         * target-delegates.c: Regenerate.
10736
10737 2015-03-04  Pedro Alves  <palves@redhat.com>
10738
10739         * infrun.c (follow_fork_inferior): Use the whole of the
10740         inferior_ptid and pending_follow.related_pid ptids instead of
10741         building ptids from the process components.  Adjust verbose output
10742         to use target_pid_to_str.
10743         * linux-nat.c (linux_child_follow_fork): Use the whole of the
10744         inferior_ptid and pending_follow.related_pid ptids instead of
10745         building ptids from the process components.
10746
10747 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
10748
10749         * inf-ptrace.c [PT_GET_PROCESS_STATE]
10750         (inf_ptrace_insert_fork_catchpoint): New function.
10751         (inf_ptrace_remove_fork_catchpoint): New function.
10752         (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10753
10754 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10755
10756         * s390-linux-tdep.c (s390_register_name): Return empty string
10757         instead of NULL for registers that shouldn't be visible.
10758
10759 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10760
10761         * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10762         XML file for 64-bit targets.
10763
10764 2015-03-03  Simon Marchi  <simon.marchi@ericsson.com>
10765
10766         * target.h (find_default_create_inferior): Remove declaration.
10767         (find_default_attach): Likewise.
10768
10769 2015-03-03  Pedro Alves  <palves@redhat.com>
10770
10771         * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10772         Use ptid_get_pid to get the overall process id when resuming all
10773         threads.
10774
10775 2015-03-03  Pedro Alves  <palves@redhat.com>
10776
10777         * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10778         the lwp field of ptid.  Pass the full ptid to get_thread_regcache.
10779         * inf-ptrace.c (get_ptrace_pid): New function.
10780         (inf_ptrace_resume): Use it.
10781         * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10782         to the lower layer.
10783
10784 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10785
10786         * nat/linux-btrace.c: Include sys/utsname.h.
10787         (linux_determine_kernel_ptr_bits): New.
10788         (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10789         * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10790         ptr_bits.
10791
10792 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10793
10794         * btrace.c (ftrace_update_function): Treat return as tailcall for
10795         "_dl_runtime_resolve".
10796
10797 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10798
10799         * btrace.h (btrace_function) <lbegin, lend>: Remove.
10800         * btrace.c (ftrace_debug): Do not print the line range.
10801         (ftrace_skip_file, ftrace_update_lines): Remove.
10802         (ftrace_new_function): Remove lbegin and lend initialization.
10803         (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10804         * record-btrace.c (btrace_compute_src_line_range): New.
10805         (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10806
10807 2015-03-02  Pedro Alves  <palves@redhat.com>
10808
10809         * infrun.c (follow_exec): Delete all threads of the process except
10810         the event thread.  Extended comments.
10811
10812 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10813
10814         * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10815
10816 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10817
10818         * utils.h: Remove <stdbool.h> #include.
10819         (producer_is_gcc): Change return type to "int".
10820         * utils.c (producer_is_gcc): Change return type to int.
10821         Return 1 instead of true, and 0 instead of false.
10822         Adjust function documentation accordingly.
10823
10824 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10825
10826         * s390-linux-nat.c (have_regset_vxrs): New static variable.
10827         (s390_linux_fetch_inferior_registers): Handle vector registers, if
10828         present.
10829         (s390_linux_store_inferior_registers): Likewise.
10830         (s390_get_hwcap): Remove function.  Embed its logic...
10831         (s390_read_description): ...here.  Yield a target description with
10832         vector registers if applicable.
10833         * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10834         "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10835         "features/s390x-tevx-linux64.c".
10836         (struct gdbarch_tdep) <v0_full_regnum>: New field.
10837         (s390_dwarf_regmap): Add vector registers.  Remove bogus entries
10838         for "GNU/Linux-specific registers".
10839         (s390_dwarf_reg_r0l): New enum value.
10840         (s390_dwarf_reg_to_regnum): Support vector registers.
10841         (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10842         of GPR lower halves.
10843         (regnum_is_vxr_full): New function.
10844         (s390_register_name): New function.
10845         (s390_pseudo_register_name): Handle v0-v15, which are composed of
10846         f0-f15 and v0l-v15l.
10847         (s390_pseudo_register_type): Likewise.
10848         (s390_pseudo_register_read): Likewise.
10849         (s390_pseudo_register_write): Likewise.
10850         (s390_value_from_register): Account for the fact that values are
10851         placed left-justified in vector registers.
10852         (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
10853         the vector reggroup and omit them from the general reggroup.
10854         (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
10855         (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
10856         (s390_iterate_over_regset_sections): Add iterations for the two
10857         new vector regsets.
10858         (s390_core_read_description): Yield a target description with
10859         vector registers if applicable.
10860         (s390_gdbarch_init): Handle target descriptions with vector
10861         registers.  Add "register_name" gdbarch method.
10862         (_initialize_s390_tdep): Call new tdesc initialization functions.
10863         * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
10864         (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
10865         (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
10866         (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
10867         (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
10868         (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
10869         (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
10870         (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
10871         (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
10872         (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
10873         (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
10874         (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
10875         (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
10876         (S390_NUM_REGS): Adjust value.
10877         (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
10878         (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
10879         (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
10880         * NEWS: Announce S/390 vector register support.
10881
10882 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10883
10884         * features/s390-tevx-linux64.xml: New file.
10885         * features/s390-vx-linux64.xml: New file.
10886         * features/s390-vx.xml: New file.
10887         * features/s390x-tevx-linux64.xml: New file.
10888         * features/s390x-vx-linux64.xml: New file.
10889         * features/Makefile (WHICH): Add s390-vx-linux64,
10890         s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
10891         (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
10892         (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
10893         macros.
10894         * features/s390-tevx-linux64.c: New generated file.
10895         * features/s390-vx-linux64.c: Likewise.
10896         * features/s390x-tevx-linux64.c: Likewise.
10897         * features/s390x-vx-linux64.c: Likewise.
10898         * regformats/s390-tevx-linux64.dat: Likewise.
10899         * regformats/s390-vx-linux64.dat: Likewise.
10900         * regformats/s390x-tevx-linux64.dat: Likewise.
10901         * regformats/s390x-vx-linux64.dat: Likewise.
10902
10903 2015-02-28  Doug Evans  <xdje42@gmail.com>
10904
10905         * symtab.h (struct symtab) <next>: Fix comment.
10906
10907 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
10908
10909         * python/python.c (python_GdbModuleDef): Rename GdbMethods to
10910         python_GdbMethods.
10911
10912 2015-02-27  Pedro Alves  <palves@redhat.com>
10913
10914         * dtrace-probe.c (dtrace_probe_ops): Make extern.
10915
10916 2015-02-27  Pedro Alves  <palves@redhat.com>
10917
10918         * common/common-exceptions.h (exception_none): Declare.
10919         * common/common-exceptions.c (exception_none): Moved from
10920         exceptions.c.
10921         (exceptions_state_mc_init): Use exception_none.
10922         * exceptions.c (exception_none): Move to
10923         common/common-exceptions.c.
10924         * exceptions.h (exception_none): Move to
10925         common/common-exceptions.h.
10926
10927 2015-02-27  Pedro Alves  <palves@redhat.com>
10928
10929         * main.c (catch_command_errors, catch_command_errors_const):
10930         Remove 'mask' argument.  Adjust.
10931         (captured_main): Adjust callers.
10932
10933 2015-02-27  Pedro Alves  <palves@redhat.com>
10934
10935         * python/python-internal.h: Include "extension-priv.h".
10936
10937 2015-02-27  Pedro Alves  <palves@redhat.com>
10938
10939         * breakpoint.h (enum print_stop_action): Move further up in the
10940         file.
10941
10942 2015-02-27  Pedro Alves  <palves@redhat.com>
10943
10944         * gdbarch.sh: Include regcache.h.
10945         * gdbarch.h: Regenerate.
10946
10947 2015-02-27  Pedro Alves  <palves@redhat.com>
10948
10949         * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
10950         Remove duplicate const.
10951         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
10952         duplicate const.
10953
10954 2015-02-27  Pedro Alves  <palves@redhat.com>
10955
10956         * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
10957         * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
10958         * features/feature_to_c.sh: Tag the generated xml_builtin array
10959         with extern const in C++ mode.
10960
10961 2015-02-27  Tom Tromey  <tromey@redhat.com>
10962
10963         * minidebug.c (struct lzma_stream): Rename to ...
10964         (struct gdb_lzma_stream): ... this.
10965         (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
10966
10967 2015-02-27  Pedro Alves  <palves@redhat.com>
10968
10969         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
10970         function.
10971         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
10972         (mi_cmd_stack_list_variables): Use it.
10973
10974 2015-02-27  Pedro Alves  <palves@redhat.com>
10975
10976         * x86-linux-nat.c (u_debugreg_offset): New function.
10977         (x86_linux_dr_get, x86_linux_dr_set): Use it.
10978
10979 2015-02-27  Pedro Alves  <palves@redhat.com>
10980
10981         * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
10982         declaration.
10983         Include break-common.h.
10984
10985 2015-02-27  Tom Tromey  <tromey@redhat.com>
10986             Pedro Alves <palves@redhat.com>
10987
10988         * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
10989         local used to iterate over enums.
10990         * completer.c (signal_completer): Likewise.
10991         * i386-tdep.c (i386_stap_parse_special_token): Likewise.
10992         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
10993         * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
10994         * tui/tui-layout.c (next_layout, prev_layout): Likewise.
10995         * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
10996         (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
10997         * tui-wingeneral.c (tui_refresh_all):  Likewise.
10998
10999 2015-02-27  Pedro Alves  <palves@redhat.com>
11000
11001         * target.h: Include "infrun.h".
11002
11003 2015-02-27  Pedro Alves  <palves@redhat.com>
11004
11005         * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
11006
11007 2015-02-27  Pedro Alves  <palves@redhat.com>
11008
11009         * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
11010         (IPA_SYM): Use it.
11011         * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
11012
11013 2015-02-27  Pedro Alves  <palves@redhat.com>
11014
11015         * cli-out.c (_rl_erase_entire_line): Move declaration out of
11016         cli_mld_erase_entire_line, and make it extern "C".
11017         * common/common-defs.h (EXTERN_C): New.
11018         * completer.c (_rl_completion_prefix_display_length)
11019         (_rl_print_completions_horizontally, QSFUNC): Move declarations
11020         out of gdb_display_match_list_1.
11021         (_rl_qsort_string_compare): Move declaration out of
11022         gdb_display_match_list_1, and make it extern "C".
11023         * defs.h (re_comp): Use EXTERN_C.
11024         * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
11025         and make it extern "C".
11026         (monstartup): Move declaration out of maintenance_set_profile_cmd,
11027         and make it extern "C".
11028         (main): Move declaration out of maintenance_set_profile_cmd.
11029         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
11030         EXTERN_C.
11031
11032 2015-02-27  Pedro Alves  <palves@redhat.com>
11033
11034         * python/python.c (GdbMethods): Rename to ...
11035         (python_GdbMethods): ... this and make extern.
11036         (GdbModuleDef): Rename to ...
11037         (python_GdbModuleDef): ... this and make extern.
11038
11039 2015-02-27  Pedro Alves  <palves@redhat.com>
11040
11041         * record-btrace.c (set_record_btrace_cmdlist)
11042         (show_record_btrace_cmdlist): Remove redefinitions.
11043
11044 2015-02-27  Tom Tromey  <tromey@redhat.com>
11045             Pedro Alves  <palves@redhat.com>
11046
11047         * dwarf2-frame.c (enum cfa_how_kind, struct
11048         dwarf2_frame_state_reg_info): Move out of struct
11049         dwarf2_frame_state.
11050         * dwarf2read.c (struct tu_stats): Move out of struct
11051         dwarf2_per_objfile.
11052         (struct file_entry): Move out of struct line_header.
11053         (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
11054         typedef_field_list): Move out of struct field_info.
11055         * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
11056         Move out of struct dynamic_prop.
11057         (union type_owner, union field_location, struct field, struct
11058         range_bounds, union type_specific): Move out of struct main_type.
11059         (struct fn_fieldlist, struct fn_field, struct typedef_field)
11060         (VOFFSET_STATIC): Move out of struct cplus_struct_type.
11061         (struct call_site_target, union call_site_parameter_u, struct
11062         call_site_parameter): Move out of struct call_site.
11063         * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
11064         m32c_prologue.
11065         (enum srcdest_kind): Move out of struct srcdest.
11066         * main.c (enum cmdarg_kind): Move out of struct cmdarg.
11067         * prologue-value.h (enum prologue_value_kind): Move out of struct
11068         prologue_value.
11069         * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
11070         gdbarch_tdep.
11071         * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
11072         out of struct field_info.
11073         * symfile.h (struct other_sections): Move out of struct
11074         section_addr_info.
11075         * symtab.c (struct symbol_cache_slot): Move out struct
11076         block_symbol_cache.
11077         * target-descriptions.c (enum tdesc_type_kind): Move out of
11078         typedef struct tdesc_type.
11079         * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
11080         struct tui_line_or_address.
11081         * value.c (enum internalvar_kind, union internalvar_data): Move
11082         out of struct internalvar.
11083         * xtensa-tdep.h (struct ctype_cache): Move out of struct
11084         gdbarch_tdep.
11085
11086 2015-02-27  Tom Tromey  <tromey@redhat.com>
11087             Pedro Alves  <palves@redhat.com>
11088
11089         Rename symbols whose names are reserved C++ keywords throughout.
11090
11091 2015-02-27  Pedro Alves  <palves@redhat.com>
11092
11093         * Makefile.in (COMPILER): New, get it from autoconf.
11094         (COMPILE.pre, CC_LD): Use COMPILER.
11095         (CXX): Get from autoconf instead.
11096         (CXX_FOR_TARGET): Default to g++ instead of gcc.
11097         * acinclude.m4: Include build-with-cxx.m4.
11098         * build-with-cxx.m4: New file.
11099         * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
11100         Disable -Werror by default if building in C++ mode.
11101         (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
11102         -Wno-narrowing in C++ mode.  Only enable -Wpointer-sign in C mode.
11103         Run supported-warning-flags tests with the C++ compiler.
11104         Save/restore CXXFLAGS too.
11105         * configure: Regenerate.
11106
11107 2015-02-27  Pedro Alves  <palves@redhat.com>
11108
11109         * libiberty.m4: New file.
11110         * acinclude.m4: Include libiberty.m4.
11111         * configure.ac: Call libiberty_INIT.
11112         * config.in, configure: Regenerate.
11113
11114 2015-02-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11115
11116         * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
11117         31-bit targets, but 64-bit targets as well.
11118         (s390_gnu_triplet_regexp): New function.
11119         (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
11120         64-bit targets as well.  Set the gnu_triplet_regexp gdbarch
11121         method.
11122
11123 2015-02-27  Jon TURNEY  <jon.turney@dronecode.org.uk>  (tiny patch)
11124
11125         * windows-nat.c (CONTEXT_DEBUGGER): Remove.
11126         (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS.  Incorporate flags
11127         from CONTEXT_DEBUGGER.
11128
11129 2015-02-26  Doug Evans  <dje@google.com>
11130
11131         * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
11132         CHECK_TYPEDEF.
11133         (set_type_vptr_fieldno): Ditto.
11134         (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
11135         * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
11136
11137 2015-02-26  Pedro Alves  <palves@redhat.com>
11138
11139         * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
11140         * complaints.c (vcomplaint): Pass argument FMT directly to
11141         printf-like functions instead of complaint->fmt.
11142         * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
11143         * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
11144         * compile/compile-loc2c.c (pushf, unary, binary): Add
11145         ATTRIBUTE_PRINTF.
11146         (do_compile_dwarf_expr_to_c): Pass string literal as format string
11147         to pushf.
11148         (BINARY): Pass string literal as format string to 'binary'.
11149         * compile/compile-object-load.c (link_callbacks_einfo): Add
11150         ATTRIBUTE_PRINTF.
11151         * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
11152
11153 2015-02-26  Pedro Alves  <palves@redhat.com>
11154
11155         * windows-termcap.c: Rename to ...
11156         * stub-termcap.c: ... this.  Adjust header line.
11157         * Makefile.in (SFILES): Refer to stub-termcap.c instead of
11158         windows-termcap.c.
11159         * configure: Regenerate.
11160         * configure.ac: Refer to stub-termcap.o instead of
11161         windows-termcap.o.
11162         * gdb_curses.h: Mention stub-termcap.c instead of
11163         windows-termcap.c.
11164
11165 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11166
11167         * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
11168         (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
11169
11170 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11171
11172         * gdb/infcmd.c (print_return_value): use type_to_string to print type.
11173
11174 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11175
11176         * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
11177         bfd_canonicalize_symtab.
11178
11179 2015-02-25  John Baldwin  <jhb@FreeBSD.org>
11180
11181         * amd64fbsd-nat.c: Include sys/user.h.
11182         (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11183         instead of KERN_PS_STRINGS to locate the signal trampoline.
11184         * i386fbsd-nat.c: Include sys/user.h.
11185         (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11186         instead of KERN_PS_STRINGS to locate the signal trampoline.
11187         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
11188         (amd64fbsd_sigtramp_p): New.
11189         (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
11190         longer set default values.
11191         (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
11192         * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
11193         (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
11194         (i386fbsd_freebsd4_sigtramp_start)
11195         (i386fbsd_freebsd4_sigtramp_middle)
11196         (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
11197         (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
11198         (i386fbsd_sigtramp_p): New.
11199         (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
11200         longer set default values.
11201         (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
11202
11203 2015-02-25  John Baldwin  <jhb@freebsd.org>
11204
11205         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
11206         get_frame_register instead of frame_unwind_register_unsigned.
11207
11208 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11209
11210         PR build/18033
11211         * compile/compile-c-support.c (c_compute_program): Change // comment.
11212         * compile/compile-object-load.c (setup_sections): Change // comment.
11213
11214 2015-02-26  Joel Brobecker  <brobecker@adacore.com>
11215
11216         PR build/18033:
11217         * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11218
11219 2015-02-23  Pedro Alves  <palves@redhat.com>
11220
11221         * remote.c (skip_to_semicolon): New function.
11222         (remote_parse_stop_reply) <T stop reply>: Use it.  Don't
11223         special case the stop reasons that look like hex numbers
11224         upfront.  Instead handle real register numbers after matching
11225         all the known stop reasons.
11226
11227 2015-02-21  Doug Evans  <dje@google.com>
11228
11229         PR c++/17976, symtab/17821
11230         * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11231         is_in_anonymous.  All callers updated.
11232         (find_symbol_in_baseclass): Ditto.
11233         (cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
11234         for symbols in an anonymous namespace.
11235         * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11236         DW_AT_name directly.
11237         (dwarf2_name): Convert missing namespace name to
11238         CP_ANONYMOUS_NAMESPACE_STR.
11239
11240 2015-02-20  Pedro Alves  <palves@redhat.com>
11241
11242         * linux-nat.c (linux_handle_extended_wait): Call
11243         thread_db_notice_clone whenever a new clone LWP is detected.
11244         (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11245         functions.
11246         * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11247         (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11248         (linux_unstop_all_lwps): Declare.
11249         * linux-thread-db.c (struct thread_get_info_inout): Delete.
11250         (thread_get_info_callback): Delete.
11251         (thread_from_lwp): Use td_thr_get_info and record_thread.
11252         (thread_db_attach_lwp): Delete.
11253         (thread_db_notice_clone): New function.
11254         (try_thread_db_load_1): If /proc is mounted and shows the
11255         process'es task list, walk over all LWPs and call thread_from_lwp
11256         instead of relying on td_ta_thr_iter.
11257         (attach_thread): Don't call check_thread_signals here.  Split the
11258         tail part of the function (which adds the thread to the core GDB
11259         thread list) to ...
11260         (record_thread): ... this function.  Call check_thread_signals
11261         here.
11262         (thread_db_wait): Don't call thread_db_find_new_threads_1.  Always
11263         call thread_from_lwp.
11264         (thread_db_update_thread_list): Rename to ...
11265         (thread_db_update_thread_list_org): ... this.
11266         (thread_db_update_thread_list): New function.
11267         (thread_db_find_thread_from_tid): Delete.
11268         (thread_db_get_ada_task_ptid): Simplify.
11269         * nat/linux-procfs.c: Include <sys/stat.h>.
11270         (linux_proc_task_list_dir_exists): New function.
11271         * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11272
11273 2015-02-20  Pedro Alves  <palves@redhat.com>
11274
11275         * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11276         main LWP.  Handle the case of waitpid returning 0 if we're already
11277         attached to the LWP.  Don't set the LWP's last_resume_kind to
11278         resume_stop if we already knew about the LWP.
11279         (linux_nat_filter_event): Add debug logs.
11280
11281 2015-02-20  Pedro Alves  <palves@redhat.com>
11282
11283         * target.h (forward_target_decr_pc_after_break): Delete
11284         declaration.
11285
11286 2015-02-20  Pedro Alves  <palves@redhat.com>
11287
11288         PR threads/18006
11289         * linux-thread-db.c (thread_get_info_callback): Return early if
11290         the thread's lwp id is -1.
11291
11292 2015-02-20  Joel Brobecker  <brobecker@adacore.com>
11293
11294         GDB 7.9 released.
11295
11296 2015-02-19  Steve Ellcey  <sellcey@imgtec.com>
11297
11298         * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11299         (dtrace_get_probes) Change type of variable 'dof'.
11300
11301 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11302
11303         PR breakpoints/16812
11304         * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11305         * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11306         * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11307
11308 2015-02-19  David Taylor  <dtaylor@emc.com>
11309
11310         * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11311
11312 2015-02-18  Patrick Palka  <patrick@parcs.ath.cx>
11313
11314         * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11315         function.
11316         (tui_putc): Don't call tui_handle_resize_during_io.
11317         (tui_getc): Likewise.
11318         (tui_mld_getc): Likewise.
11319         * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11320         (tui_sigwinch_token): New static variable.
11321         (tui_initialize_win): Adjust documentation.  Set
11322         tui_sigwinch_token.
11323         (tui_async_resize_screen): New asynchronous callback.
11324         (tui_sigwinch_handler): Adjust documentation.  Asynchronously
11325         invoke tui_async_resize_screen.
11326
11327 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11328
11329         * configure: Regenerated.
11330         * configure.ac: Use GDB_AC_TRANSFORM.
11331         * Makefile.in (aclocal_m4_deps): Added transform.m4.
11332         * acinclude.m4: sinclude transform.m4.
11333         * transform.m4: New file.
11334         (GDB_AC_TRANSFORM): New macro.
11335
11336 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11337
11338         * NEWS: Announce the support for DTrace SDT probes.
11339
11340 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11341
11342         * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11343         (amd64_dtrace_parse_probe_argument): New function.
11344         (amd64_dtrace_probe_is_enabled): Likewise.
11345         (amd64_dtrace_enable_probe): Likewise.
11346         (amd64_dtrace_disable_probe): Likewise.
11347         (amd64_linux_init_abi): Register the
11348         `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11349         `gdbarch_dtrace_disable_probe' and
11350         `gdbarch_dtrace_probe_is_enabled' hooks.
11351         (amd64_dtrace_disabled_probe_sequence_1): New constant.
11352         (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11353         (amd64_dtrace_enable_probe_sequence): Likewise.
11354         (amd64_dtrace_disable_probe_sequence): Likewise.
11355
11356 2015-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11357
11358         * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11359         the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11360         * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11361         handle ELF files.
11362         * Makefile.in (SFILES): dtrace-probe.c added.
11363         * configure: Regenerate.
11364         * dtrace-probe.c: New file.
11365         (SHT_SUNW_dof): New constant.
11366         (dtrace_probe_type): New enum.
11367         (dtrace_probe_arg): New struct.
11368         (dtrace_probe_arg_s): New typedef.
11369         (struct dtrace_probe_enabler): New struct.
11370         (dtrace_probe_enabler_s): New typedef.
11371         (dtrace_probe): New struct.
11372         (dtrace_probe_is_linespec): New function.
11373         (dtrace_dof_sect_type): New enum.
11374         (dtrace_dof_dofh_ident): Likewise.
11375         (dtrace_dof_encoding): Likewise.
11376         (DTRACE_DOF_ENCODE_LSB): Likewise.
11377         (DTRACE_DOF_ENCODE_MSB): Likewise.
11378         (dtrace_dof_hdr): New struct.
11379         (dtrace_dof_sect): Likewise.
11380         (dtrace_dof_provider): Likewise.
11381         (dtrace_dof_probe): Likewise.
11382         (DOF_UINT): New macro.
11383         (DTRACE_DOF_PTR): Likewise.
11384         (DTRACE_DOF_SECT): Likewise.
11385         (dtrace_process_dof_probe): New function.
11386         (dtrace_process_dof): Likewise.
11387         (dtrace_build_arg_exprs): Likewise.
11388         (dtrace_get_arg): Likewise.
11389         (dtrace_get_probes): Likewise.
11390         (dtrace_get_probe_argument_count): Likewise.
11391         (dtrace_can_evaluate_probe_arguments): Likewise.
11392         (dtrace_evaluate_probe_argument): Likewise.
11393         (dtrace_compile_to_ax): Likewise.
11394         (dtrace_probe_destroy): Likewise.
11395         (dtrace_gen_info_probes_table_header): Likewise.
11396         (dtrace_gen_info_probes_table_values): Likewise.
11397         (dtrace_probe_is_enabled): Likewise.
11398         (dtrace_probe_ops): New variable.
11399         (info_probes_dtrace_command): New function.
11400         (_initialize_dtrace_probe): Likewise.
11401         (dtrace_type_name): Likewise.
11402
11403 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11404
11405         * gdbarch.sh (dtrace_parse_probe_argument): New.
11406         (dtrace_probe_is_enabled): Likewise.
11407         (dtrace_enable_probe): Likewise.
11408         (dtrace_disable_probe): Likewise.
11409         * gdbarch.c: Regenerate.
11410         * gdbarch.h: Regenerate.
11411
11412 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11413
11414         * stap-probe.c (stap_probe_ops): Add NULLs in the static
11415         stap_probe_ops for `enable_probe' and `disable_probe'.
11416         * probe.c (enable_probes_command): New function.
11417         (disable_probes_command): Likewise.
11418         (_initialize_probe): Define the cli commands `enable probe' and
11419         `disable probe'.
11420         (parse_probe_linespec): New function.
11421         (info_probes_for_ops): Use parse_probe_linespec.
11422         * probe.h (probe_ops): New hooks `enable_probe' and
11423         `disable_probe'.
11424
11425 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11426
11427         * probe.c (compute_probe_arg): Moved from stap-probe.c
11428         (compile_probe_arg): Likewise.
11429         (probe_funcs): Likewise.
11430         * stap-probe.c (compute_probe_arg): Moved to probe.c.
11431         (compile_probe_arg): Likewise.
11432         (probe_funcs): Likewise.
11433
11434 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11435
11436         * probe.c (print_ui_out_not_applicables): New function.
11437         (exists_probe_with_pops): Likewise.
11438         (info_probes_for_ops): Do not include column headers for probe
11439         types for which no probe has been actually found on any object.
11440         Also invoke `print_ui_out_not_applicables' in order to match the
11441         column rows with the header when probes of several types are
11442         listed.
11443         Print the "Type" column.
11444         * probe.h (probe_ops): Added a new probe operation `type_name'.
11445         * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11446         (stap_type_name): New function.
11447
11448 2015-02-17  Patrick Palka  <patrick@parcs.ath.cx>
11449
11450         * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11451         (key_is_command_char): Delete.
11452
11453 2015-02-17  Pedro Alves  <palves@redhat.com>
11454
11455         * tui/tui.c (tui_enable): Resize windows before anything
11456         might show a window.
11457
11458 2015-02-17  Max Ostapenko  <m.ostapenko@partner.samsung.com>
11459
11460         PR gdb/17984
11461         * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11462         (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11463         call.
11464         * aarch64-tdep.h (tdesc_aarch64): Declare.
11465
11466 2015-02-12  Mark Wielaard  <mjw@redhat.com>
11467
11468         * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11469
11470 2015-02-13  Doug Evans  <dje@google.com>
11471
11472         * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11473         anonymous_namespace to is_in_anonymous for consistency with the rest
11474         of the file.
11475         (cp_lookup_bare_symbol): Fix typo in comment.
11476         (cp_search_static_and_baseclasses): Ditto.
11477         (search_symbol_list): Use vertical space in comment better.
11478         (reset_directive_searched): Ditto. Fix typo.
11479         (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11480
11481 2015-02-13  Yao Qi  <yao.qi@arm.com>
11482
11483         * MAINTAINERS: Update my email address.
11484
11485 2015-02-12  Doug Evans  <dje@google.com>
11486
11487         * symtab.c (completion_list_add_name): Fix memory leak.
11488
11489 2015-02-12  Doug Evans  <dje@google.com>
11490
11491         * completer.c (complete_line): Remove incorrect comment.
11492
11493 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11494
11495         * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11496         (py_print_frame): Use RETURN_MASK_ERROR.
11497
11498 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11499
11500         * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11501         function comment.  Wrap all function that can throw in cleanups.
11502         (gdbpy_apply_frame_filter): Wrap all function that can throw in
11503         cleanups.
11504
11505 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11506
11507         * python/py-framefilter.c (py_print_frame): Substitute goto error.
11508         Remove the error label.
11509
11510 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11511
11512         * python/py-framefilter.c (py_print_frame): Put conditional code paths
11513         with goto first, indent the former else codepath left.  Put variable
11514         'elided' to a new inner block.
11515
11516 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11517
11518         * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11519
11520 2015-02-11  Pedro Alves  <palves@redhat.com>
11521
11522         * xcoffread.c (within_function): Delete.
11523
11524 2015-02-11  Tom Tromey  <tromey@redhat.com>
11525             Pedro Alves <palves@redhat.com>
11526
11527         * breakpoint.c (base_breakpoint_ops): Delete.
11528         * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11529         * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11530         * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11531         * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11532         * python/py-arch.c (arch_object_type): Make extern.
11533         * python/py-block.c (block_syms_iterator_object_type): Make extern.
11534         * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11535         * python/py-cmd.c (cmdpy_object_type): Make extern.
11536         * python/py-continueevent.c (continue_event_object_type)
11537         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11538         parameter.  Update all callers.
11539         * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11540         * python/py-exitedevent.c (exited_event_object_type): Make extern.
11541         * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11542         * python/py-function.c (fnpy_object_type): Make extern.
11543         * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11544         * python/py-infevents.c (call_pre_event_object_type)
11545         (inferior_call_post_event_object_type).
11546         (memory_changed_event_object_type): Make extern.
11547         * python/py-infthread.c (thread_object_type): Make extern.
11548         * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11549         * python/py-linetable.c (linetable_entry_object_type)
11550         (linetable_object_type, ltpy_iterator_object_type): Make extern.
11551         * python/py-newobjfileevent.c (new_objfile_event_object_type)
11552         (clear_objfiles_event_object_type): Make extern.
11553         * python/py-objfile.c (objfile_object_type): Make extern.
11554         * python/py-param.c (parmpy_object_type): Make extern.
11555         * python/py-progspace.c (pspace_object_type): Make extern.
11556         * python/py-signalevent.c (signal_event_object_type): Make extern.
11557         * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11558         * python/py-type.c (type_object_type, field_object_type)
11559         (type_iterator_object_type): Make extern.
11560         * python/python.c (python_extension_script_ops)
11561         (python_extension_ops): Make extern.
11562         * stap-probe.c (stap_probe_ops): Make extern.
11563
11564 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11565
11566         * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11567         because the event thread is not the current thread.
11568
11569 2015-02-11  Doug Evans  <xdje42@gmail.com>
11570
11571         * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11572         been initialized yet, return NULL.
11573
11574 2015-02-11  Doug Evans  <dje@google.com>
11575
11576         * symfile.h (new_symfile_objfile): Delete.
11577         * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11578         All callers updated.
11579
11580 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11581
11582         * tui/tui-io.c (tui_handle_resize_during_io): Call
11583         tui_update_gdb_sizes() after resizing the screen.
11584         * tui/tui.c (tui_enable): Resize the terminal before
11585         calling tui_update_gdb_sizes().
11586
11587 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11588
11589         * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11590         line before printing a newline.
11591
11592 2015-02-11  Mark Wielaard  <mjw@redhat.com>
11593
11594         * utils.c (producer_is_gcc): Return true or false.
11595
11596 2015-02-10  Mark Wielaard  <mjw@redhat.com>
11597
11598         * utils.h (producer_is_gcc): Change return type to bool. Add major
11599         argument.
11600         * utils.c (producer_is_gcc): Likewise.
11601         (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11602         * dwarf2read.c (check_producer): Likewise.
11603
11604 2015-02-10  Pedro Alves  <palves@redhat.com>
11605
11606         * infrun.c (displaced_step_fixup): Switch to the event thread
11607         before calling gdbarch_displaced_step_fixup.
11608
11609 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11610
11611         * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11612
11613 2015-02-10  Simon Marchi  <simon.marchi@ericsson.com>
11614
11615         * ada-varobj.c (ada_name_of_child): Constify parent.
11616         (ada_path_expr_of_child): Same.
11617         (ada_value_of_child): Same.
11618         (ada_type_of_child): Same.
11619         * c-varobj.c (c_is_path_expr_parent): Same.
11620         (c_describe_child): Same.
11621         (c_name_of_child): Same.
11622         (c_value_of_child): Same.
11623         (c_type_of_child): Same.
11624         (cplus_number_of_children): Same.
11625         (cplus_describe_child): Constify var.
11626         (cplus_name_of_child): Constify parent.
11627         (cplus_value_of_child): Same.
11628         (cplus_type_of_child): Same.
11629         * jv-varobj.c (java_name_of_child): Same.
11630         (java_value_of_child): Same.
11631         (java_type_of_child): Same.
11632         * varobj.c (value_of_child): Same.
11633         (varobj_default_is_path_expr_parent): Constify var, parent and return
11634         value.
11635         (varobj_get_path_expr): Constify var, modify path_expr through
11636         mutable_var.
11637         (install_new_value): Constify parent.
11638         (value_of_child): Constify parent.
11639         * varobj.h (struct varobj): Constify parent.
11640         (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11641         type_of_child.
11642         (varobj_get_path_expr): Constify var.
11643         (varobj_get_path_expr_parent): Constify var and return value.
11644
11645 2015-02-10  Luis Machado  <lgustavo@codesourcery.com>
11646
11647         * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11648         (arm_prologue_this_id): Move PC and SP limit checks to
11649         arm_prologue_unwind_stop_reason.
11650         (arm_prologue_unwind) <stop_reason> : Set to
11651         arm_prologue_unwind_stop_reason.
11652
11653 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11654
11655         * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11656         DW_LANG_Fortran08 as language_fortran.
11657
11658 2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>
11659
11660         PR remote/17946
11661         * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11662         of pointer against char.
11663
11664 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11665
11666         * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11667         (c_type_print_modifier): Likewise.
11668         * dwarf2read.c (read_tag_atomic_type): New function.
11669         (read_type_die_1): Handle DW_TAG_atomic_type.
11670         * gdbtypes.c (make_atomic_type): New function.
11671         (recursive_dump_type): Handle TYPE_ATOMIC.
11672         * gdbtypes.h (enum type_flag_values): Renumber.
11673         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11674         (TYPE_ATOMIC): New macro.
11675         (make_atomic_type): Declare.
11676
11677 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11678
11679         * btrace.c (ftrace_find_call): Skip gaps.
11680         (ftrace_new_function): Initialize level.
11681         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11682         (ftrace_new_switch): Update
11683         level computation.
11684         (ftrace_new_gap): New.
11685         (ftrace_update_function): Create new function after gap.
11686         (btrace_compute_ftrace_bts): Create gap on error.
11687         (btrace_stitch_bts): Update parameters.  Clear trace if it
11688         becomes empty.
11689         (btrace_stitch_trace): Update parameters.  Update callers.
11690         (btrace_clear): Reset the number of gaps.
11691         (btrace_insn_get): Return NULL if the iterator points to a gap.
11692         (btrace_insn_number): Return zero if the iterator points to a gap.
11693         (btrace_insn_end): Allow gaps at the end.
11694         (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11695         (btrace_find_insn_by_number): Assert that the found iterator does
11696         not point to a gap.
11697         (btrace_call_next, btrace_call_prev): Assert that the last function
11698         is not a gap.
11699         * btrace.h (btrace_bts_error): New.
11700         (btrace_function): Update comment.
11701         (btrace_function) <insn, insn_offset, number>: Update comment.
11702         (btrace_function) <errcode>: New.
11703         (btrace_thread_info) <ngaps>: New.
11704         (btrace_thread_info) <replay>: Update comment.
11705         (btrace_insn_get): Update comment.
11706         * record-btrace.c (btrace_ui_out_decode_error): New.
11707         (record_btrace_info): Print number of gaps.
11708         (btrace_insn_history, btrace_call_history): Call
11709         btrace_ui_out_decode_error for gaps.
11710         (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11711
11712 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11713
11714         * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11715         * nat/linux-btrace.c: (btrace_this_cpu): New.
11716         (cpu_supports_bts): Call btrace_this_cpu.
11717         (intel_supports_bts): Add cpu parameter.
11718
11719 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11720
11721         * btrace.h (btrace_insn_class): New.
11722         (btrace_insn) <size, iclass>: New.
11723         * btrace.c (ftrace_find_call): Update parameters.  Update users.
11724         Use instruction classification.
11725         (ftrace_new_return): Update parameters.  Update users.
11726         (ftrace_update_function): Update parameters.  Update users.  Use
11727         instruction classification.
11728         (ftrace_update_insns): Update parameters.  Update users.
11729         (ftrace_classify_insn): New.
11730         (btrace_compute_ftrace_bts): Fill in new btrace_insn fields.  Add
11731         TRY_CATCH around call to gdb_insn_length.
11732
11733 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11734
11735         * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11736         Update parameters.  Update users.
11737
11738 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11739
11740         * btrace.c (parse_xml_btrace_conf_bts): Add size.
11741         (btrace_conf_bts_attributes): New.
11742         (btrace_conf_children): Add attributes.
11743         * common/btrace-common.h (btrace_config_bts): New.
11744         (btrace_config)<bts>: New.
11745         (btrace_config): Update comment.
11746         * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11747         Use config.
11748         * features/btrace-conf.dtd: Increment version.  Add size
11749         attribute to bts element.
11750         * record-btrace.c (set_record_btrace_bts_cmdlist,
11751         show_record_btrace_bts_cmdlist): New.
11752         (record_btrace_adjust_size, record_btrace_print_bts_conf,
11753         record_btrace_print_conf, cmd_set_record_btrace_bts,
11754         cmd_show_record_btrace_bts): New.
11755         (record_btrace_info): Call record_btrace_print_conf.
11756         (_initialize_record_btrace): Add commands.
11757         * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11758         (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11759         (btrace_sync_conf): Synchronize bts size.
11760         (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11761         * NEWS: Announce new commands and new packets.
11762
11763 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11764
11765         * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11766         * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11767         (x86_linux_btrace_conf): New.
11768         (x86_linux_create_target): Initialize to_btrace_conf.
11769         * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11770         Check format.  Split into this and ...
11771         (linux_enable_bts): ... this.
11772         (linux_btrace_conf): New.
11773         (perf_event_skip_record): Renamed into ...
11774         (perf_event_skip_bts_record): ... this.  Updated users.
11775         (linux_disable_btrace): Split into this and ...
11776         (linux_disable_bts): ... this.
11777         (linux_read_btrace): Check format.
11778         * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11779         (linux_btrace_conf): New.
11780         (btrace_target_info)<ptid>: Moved.
11781         (btrace_target_info)<conf>: New.
11782         (btrace_target_info): Split into this and ...
11783         (btrace_tinfo_bts): ... this.  Updated users.
11784         * btrace.c (btrace_enable): Update parameters.
11785         (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11786         (btrace_conf_children, btrace_conf_attributes)
11787         (btrace_conf_elements): New.
11788         * btrace.h (btrace_enable): Update parameters.
11789         (btrace_conf, parse_xml_btrace_conf): New.
11790         * common/btrace-common.h (btrace_config): New.
11791         * feature/btrace-conf.dtd: New.
11792         * record-btrace.c (record_btrace_conf): New.
11793         (record_btrace_cmdlist): New.
11794         (record_btrace_enable_warn, record_btrace_open): Pass
11795         &record_btrace_conf.
11796         (record_btrace_info): Print recording format.
11797         (cmd_record_btrace_bts_start): New.
11798         (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11799         (_initialize_record_btrace): Add "record btrace bts" subcommand.
11800         Add "record bts" alias command.
11801         * remote.c (remote_state)<btrace_config>: New.
11802         (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11803         (remote_protocol_features): Add qXfer:btrace-conf:read.
11804         (remote_open_1): Call remote_btrace_reset.
11805         (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11806         (btrace_target_info)<conf>: New.
11807         (btrace_sync_conf, btrace_read_config): New.
11808         (remote_enable_btrace): Update parameters.  Call btrace_sync_conf and
11809         btrace_read_conf.
11810         (remote_btrace_conf): New.
11811         (init_remote_ops): Initialize to_btrace_conf.
11812         (_initialize_remote): Add qXfer:btrace-conf packet.
11813         * target.c (target_enable_btrace): Update parameters.
11814         (target_btrace_conf): New.
11815         * target.h (target_enable_btrace): Update parameters.
11816         (target_btrace_conf): New.
11817         (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11818         (target_ops)<to_enable_btrace>: Update parameters and comment.
11819         (target_ops)<to_btrace_conf>: New.
11820         * target-delegates: Regenerate.
11821         * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11822         (target_debug_print_const_struct_btrace_target_info_p): New.
11823         * NEWS: Announce new command and new packet.
11824
11825 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11826
11827         * nat/linux-btrace.h (perf_event_buffer): New.
11828         (btrace_target_info) <buffer, size, data_head>: Replace with ...
11829         <bts>: ... this.
11830         * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11831         (perf_event_buffer_size, perf_event_buffer_begin)
11832         (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11833         Updated users.
11834         (perf_event_new_data): New.
11835
11836 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11837
11838         * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11839         * record-btrace.c (record_btrace_open): Remove call to
11840         target_supports_btrace.
11841         * remote.c (remote_supports_btrace): Update parameters.
11842         * target.c (target_supports_btrace): Update parameters.
11843         * target.h (to_supports_btrace, target_supports_btrace): Update
11844         parameters.
11845         * target-delegates.c: Regenerate.
11846         * target-debug.h (target_debug_print_enum_btrace_format): New.
11847         * nat/linux-btrace.c
11848         (kernel_supports_btrace): Rename into ...
11849         (kernel_supports_bts): ... this.  Update users.  Update warning text.
11850         (intel_supports_btrace): Rename into ...
11851         (intel_supports_bts): ... this.  Update users.
11852         (cpu_supports_btrace): Rename into ...
11853         (cpu_supports_bts): ... this.  Update users.
11854         (linux_supports_btrace): Update parameters.  Split into this and ...
11855         (linux_supports_bts): ... this.
11856         * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
11857
11858 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11859
11860         * Makefile.in (SFILES): Add common/btrace-common.c.
11861         (COMMON_OBS): Add common/btrace-common.o.
11862         (btrace-common.o): Add build rules.
11863         * btrace.c (parse_xml_btrace): Update parameters.
11864         (parse_xml_btrace_block): Set format field.
11865         (btrace_add_pc, btrace_fetch): Use struct btrace_data.
11866         (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
11867         (btrace_compute_ftrace): Split into this and...
11868         (btrace_compute_ftrace_bts): ...this.
11869         (btrace_stitch_trace): Split into this and...
11870         (btrace_stitch_bts): ...this.
11871         * btrace.h (parse_xml_btrace): Update parameters.
11872         (make_cleanup_btrace_data): New.
11873         * common/btrace-common.c: New.
11874         * common/btrace-common.h: Include common-defs.h.
11875         (btrace_block_s): Update comment.
11876         (btrace_format): New.
11877         (btrace_format_string): New.
11878         (btrace_data_bts): New.
11879         (btrace_data): New.
11880         (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
11881         * remote.c (remote_read_btrace): Update parameters.
11882         * target.c (target_read_btrace): Update parameters.
11883         * target.h (target_read_btrace): Update parameters.
11884         (target_ops)<to_read_btrace>: Update parameters.
11885         * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
11886         * target-delegates.c: Regenerate.
11887         * target-debug (target_debug_print_struct_btrace_data_p): New.
11888         * nat/linux-btrace.c (linux_read_btrace): Split into this and...
11889         (linux_read_bts): ...this.
11890         * nat/linux-btrace.h (linux_read_btrace): Update parameters.
11891
11892 2015-02-06  Doug Evans  <dje@google.com>
11893
11894         * remote-m32r-sdi.c: Include symfile.h.
11895
11896 2015-02-06  Doug Evans  <dje@google.com>
11897
11898         * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
11899         * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
11900         to here.
11901
11902 2015-02-06  Pedro Alves  <palves@redhat.com>
11903
11904         * linux-thread-db.c (find_new_threads_callback): Add debug output.
11905
11906 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
11907
11908         PR gdb/15678
11909         * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
11910         (enable_count_command): Check args for NULL value.
11911
11912 2015-02-05  Doug Evans  <xdje42@gmail.com>
11913
11914         * guile/scm-frame.c: Fix spelling errors in a comment.
11915
11916 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11917
11918         * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
11919         * python/py-value.c (valpy_fetch_lazy): Use it.  Remove cast to the
11920         return type.
11921
11922 2015-02-04  Pedro Alves  <palves@redhat.com>
11923
11924         * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
11925         (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
11926         returns true.
11927         (resume_stopped_resumed_lwps): Don't check whether the thread is
11928         marked as executing.
11929         (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
11930
11931 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11932
11933         * regset.h (struct regset): Add flags field.
11934         (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
11935         * corelow.c (get_core_register_section): Add warning if the size
11936         exceeds the requested size and the regset does not have the
11937         REGSET_VARIABLE_SIZE flag set.
11938         * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
11939         flag.
11940         * armbsd-tdep.c (armbsd_gregset): Likewise.
11941         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
11942         * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
11943         * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
11944         * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
11945
11946 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11947
11948         * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
11949         For ".reg-xstate", explicitly specify the requested section size
11950         via X86_XSTATE_SIZE instead of just 0 on input and
11951         X86_XSTATE_MAX_SIZE on output.
11952         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
11953         Likewise.
11954
11955 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11956
11957         PR corefiles/17808:
11958         * gdbarch.sh (iterate_over_regset_sections_cb): Document this
11959         function type, particularly its SIZE parameter.
11960         * gdbarch.h: Regenerate.
11961         * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
11962         actual against required size using ">=" instead of "==".
11963         (amd64_collect_fpregset): Likewise.
11964         * i386-tdep.c (i386_supply_gregset): Likewise.
11965         (i386_collect_gregset): Likewise.
11966         (i386_supply_fpregset): Likewise.
11967         (i386_collect_fpregset): Likewise.
11968         * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
11969         (mips_fill_gregset_wrapper): Likewise.
11970         (mips_supply_fpregset_wrapper): Likewise.
11971         (mips_fill_fpregset_wrapper): Likewise.
11972         (mips64_supply_gregset_wrapper): Likewise.
11973         (mips64_fill_gregset_wrapper): Likewise.
11974         (mips64_supply_fpregset_wrapper): Likewise.
11975         (mips64_fill_fpregset_wrapper): Likewise.
11976         * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
11977         (am33_supply_fpregset_method): Likewise.
11978         (am33_collect_gregset_method): Likewise.
11979         (am33_collect_fpregset_method): Likewise.
11980
11981 2015-02-04  Doug Evans  <dje@google.com>
11982             Pedro Alves  <palves@redhat.com>
11983             Eli Zaretskii  <eliz@gnu.org>
11984
11985         PR tui/17810
11986         * tui/tui-command.c (tui_refresh_cmd_win): New function.
11987         * tui/tui-command.c (tui_refresh_cmd_win): Declare.
11988         * tui/tui-file.c: #include tui/tui-command.h.
11989         (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
11990         (tui_file_flush): Refresh command window if stream is gdb_stdout.
11991         * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
11992
11993 2015-02-04  Pedro Alves  <palves@redhat.com>
11994
11995         Fix build breakage.
11996         * event-loop.c (gdb_do_one_event): Add default switch case.
11997
11998 2015-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11999
12000         Filter out inferior gcc option -fpreprocessed.
12001         * compile/compile.c (filter_args): New function.
12002         (get_args): Use it.
12003
12004 2015-02-03  Pedro Alves  <palves@redhat.com>
12005
12006         * event-loop.c: Don't declare nor define a queue type for
12007         gdb_event_p.
12008         (event_queue): Delete.
12009         (create_event, create_file_event, gdb_event_xfree)
12010         (initialize_event_loop, process_event): Delete.
12011         (gdb_do_one_event): Return as soon as one event is handled.
12012         (handle_file_event): Change prototype.  Used the passed in
12013         file_handler pointer and ready_mask instead of looping over all
12014         file handlers.
12015         (gdb_wait_for_event): Update the poll/select timeouts before
12016         blocking.  Run event handlers directly instead of queueing events.
12017         Return as soon as one event is handled.
12018         (struct async_event_handler_data): Delete.
12019         (invoke_async_event_handler): Delete.
12020         (check_async_event_handlers): Change return type to int.  Run
12021         event handlers directly instead of queueing events.  Return as
12022         soon as one event is handled.
12023         (handle_timer_event): Delete.
12024         (update_wait_timeout): New function, factored out from
12025         poll_timers.
12026         (poll_timers): Reimplement.
12027         * event-loop.h (initialize_event_loop): Delete declaration.
12028         * top.c (gdb_init): Don't call initialize_event_loop.
12029
12030 2015-02-03  Pedro Alves  <palves@redhat.com>
12031
12032         * event-loop.c (clear_async_event_handler): New function.
12033         * event-loop.h (clear_async_event_handler): New declaration.
12034         * record-btrace.c (record_btrace_async): New function.
12035         (init_record_btrace_ops): Install record_btrace_async.
12036         * record-full.c (record_full_async): New function.
12037         (record_full_resume): Don't mark the async event source here.
12038         (init_record_full_ops): Install record_full_async.
12039         (record_full_core_resume): Don't mark the async event source here.
12040         (init_record_full_core_ops): Install record_full_async.
12041         * remote.c (remote_async): Mark and clear the async stop reply
12042         queue event-loop token as appropriate.
12043
12044 2015-02-03  Pedro Alves  <palves@redhat.com>
12045
12046         * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
12047         target_is_async_p instead of target_can_async.
12048         (linux_nat_wait): Use target_is_async_p instead of
12049         target_can_async.  Don't enable async here.
12050         * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
12051         target_is_async_p instead of target_can_async.
12052
12053 2015-02-02  Simon Marchi  <simon.marchi@ericsson.com>
12054
12055         * varobj.h (lang_varobj_ops): Mention which return values need
12056         to be freed.
12057
12058 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12059
12060         * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
12061
12062 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12063
12064         PR gdb/17856:
12065         * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
12066         results found in the cache.
12067
12068 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12069
12070         PR gdb/17854:
12071         * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
12072         when allocating a new one.
12073
12074 2015-02-01  Tom Tromey  <tom@tromey.com>
12075
12076         * MAINTAINERS: Remove myself.
12077
12078 2015-01-31  Doug Evans  <xdje42@gmail.com>
12079
12080         * dwarf2read.c (process_structure_scope): Update setting of
12081         TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
12082         * gdbtypes.c (internal_type_vptr_fieldno): New function.
12083         (set_type_vptr_fieldno): New function.
12084         (internal_type_vptr_basetype): New function.
12085         (set_type_vptr_basetype): New function.
12086         (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
12087         TYPE_VPTR_BASETYPE.
12088         (allocate_cplus_struct_type): Initialize vptr_fieldno.
12089         (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
12090         (print_cplus_stuff): ... moved here.
12091         (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
12092         * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
12093         moved to ...
12094         (struct cplus_struct_type): ... here.  All uses updated.
12095         (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
12096         (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
12097         (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
12098         * stabsread.c (read_tilde_fields): Update setting of
12099         TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
12100
12101 2015-01-31  Doug Evans  <xdje42@gmail.com>
12102
12103         * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
12104         to self_p.
12105         (cp_print_class_member): Rename local domain to self_type.
12106         * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
12107         domain_type to self_type.
12108         (set_die_type) <need_gnat_info>: Handle
12109         TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
12110         * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
12111         TYPE_SPECIFIC_SELF_TYPE.
12112         * gdbtypes.c (internal_type_self_type): New function.
12113         (set_type_self_type): New function.
12114         (smash_to_memberptr_type): Rename parameter domain to self_type.
12115         Update setting of TYPE_SELF_TYPE.
12116         (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
12117         (smash_to_method_type): Rename parameter domain to self_type.
12118         Update setting of TYPE_SELF_TYPE.
12119         (check_stub_method): Call smash_to_method_type.
12120         (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
12121         (copy_type_recursive): Ditto.
12122         * gdbtypes.h (enum type_specific_kind): New value
12123         TYPE_SPECIFIC_SELF_TYPE.
12124         (struct main_type) <type_specific>: New member self_type.
12125         (struct cplus_struct_type) <fn_field.type>: Update comment.
12126         (TYPE_SELF_TYPE): Rewrite.
12127         (internal_type_self_type, set_type_self_type): Declare.
12128         * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
12129         self_type.
12130         (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
12131         * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
12132         TYPE_TARGET_TYPE.
12133         * stabsread.c (read_member_functions): Mark methods with
12134         TYPE_CODE_METHOD, not TYPE_CODE_FUNC.  Update setting of
12135         TYPE_SELF_TYPE.
12136
12137 2015-01-31  Doug Evans  <xdje42@gmail.com>
12138
12139         * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
12140         All uses updated.
12141
12142 2015-01-31  Doug Evans  <xdje42@gmail.com>
12143
12144         * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
12145         or unions.  Return zero if union.
12146         (gnuv3_get_vtable): Call check_typedef.  Assert only passed structs.
12147         (gnuv3_rtti_type): Pass already-check_typedef'd value to
12148         gnuv3_get_vtable.
12149         (compute_vtable_size): Assert only passed structs.
12150         (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
12151
12152 2015-01-31  Doug Evans  <xdje42@gmail.com>
12153
12154         * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
12155         kinds.
12156
12157 2015-01-31  Gary Benson <gbenson@redhat.com>
12158             Doug Evans  <dje@google.com>
12159
12160         PR cli/9007
12161         PR cli/11920
12162         PR cli/15548
12163         * cli/cli-cmds.c (complete_command): Notify user if max-completions
12164         reached.
12165         * common/common-exceptions.h (enum errors)
12166         <MAX_COMPLETIONS_REACHED_ERROR>: New value.
12167         * completer.h (get_max_completions_reached_message): New declaration.
12168         (max_completions): Likewise.
12169         (completion_tracker_t): New typedef.
12170         (new_completion_tracker): New declaration.
12171         (make_cleanup_free_completion_tracker): Likewise.
12172         (maybe_add_completion_enum): New enum.
12173         (maybe_add_completion): New declaration.
12174         (throw_max_completions_reached_error): Likewise.
12175         * completer.c (max_completions): New global variable.
12176         (new_completion_tracker): New function.
12177         (free_completion_tracker): Likewise.
12178         (make_cleanup_free_completion_tracker): Likewise.
12179         (maybe_add_completions): Likewise.
12180         (throw_max_completions_reached_error): Likewise.
12181         (complete_line): Remove duplicates and limit result to max_completions
12182         entries.
12183         (get_max_completions_reached_message): New function.
12184         (gdb_display_match_list): Handle max_completions.
12185         (_initialize_completer): New declaration and function.
12186         * symtab.c: Include completer.h.
12187         (completion_tracker): New static variable.
12188         (completion_list_add_name): Call maybe_add_completion.
12189         (default_make_symbol_completion_list_break_on_1): Renamed from
12190         default_make_symbol_completion_list_break_on.  Maintain
12191         completion_tracker across calls to completion_list_add_name.
12192         (default_make_symbol_completion_list_break_on): New function.
12193         * top.c (init_main): Set rl_completion_display_matches_hook.
12194         * tui/tui-io.c: Include completer.h.
12195         (tui_old_rl_display_matches_hook): New static global.
12196         (tui_rl_display_match_list): Notify user if max-completions reached.
12197         (tui_setup_io): Save/restore rl_completion_display_matches_hook.
12198         * NEWS (New Options): Mention set/show max-completions.
12199
12200 2015-01-31  Gary Benson  <gbenson@redhat.com>
12201
12202         * symtab.c (struct add_name_data) <code>: New field.
12203         Updated comments.
12204         (add_symtab_completions): New function.
12205         (symtab_expansion_callback): Likewise.
12206         (default_make_symbol_completion_list_break_on): Set datum.code.
12207         Move minimal symbol scan before calling expand_symtabs_matching.
12208         Scan known primary symtabs for externs and statics before calling
12209         expand_symtabs_matching.  Pass symtab_expansion_callback as
12210         expansion_notify argument to expand_symtabs_matching.  Do not scan
12211         primary symtabs for externs and statics after calling
12212         expand_symtabs_matching.
12213
12214 2015-01-31  Gary Benson  <gbenson@redhat.com>
12215
12216         * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12217         (struct quick_symbol_functions) <expand_symtabs_matching>:
12218         New argument expansion_notify.  All uses updated.
12219         (expand_symtabs_matching): New argument expansion_notify.
12220         All uses updated.
12221         * symfile-debug.c (debug_qf_expand_symtabs_matching):
12222         Also print expansion notify.
12223         * symtab.c (expand_symtabs_matching_via_partial): Call
12224         expansion_notify whenever a partial symbol table is expanded.
12225         * dwarf2read.c (dw2_expand_symtabs_matching): Call
12226         expansion_notify whenever a symbol table is instantiated.
12227
12228 2015-01-31  Doug Evans  <xdje42@gmail.com>
12229
12230         * cli-out.c: #include completer.h, readline/readline.h.
12231         (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12232         (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12233         (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12234         * cli-out.h (cli_display_match_list): Declare.
12235         * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12236         (ELLIPSIS_LEN): Ditto.
12237         (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12238         (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12239         (gdb_fnprint, gdb_print_filename): Ditto.
12240         (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12241         (gdb_display_match_list): Ditto.
12242         * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12243         (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12244         (mld_beep_ftype, mld_read_key_ftype): Ditto.
12245         (match_list_displayer): New struct.
12246         (gdb_display_match_list): Declare.
12247         * top.c (init_main): Set rl_completion_display_matches_hook.
12248         * tui/tui-io.c: #include completer.h.
12249         (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12250         (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12251         (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12252         (tui_mld_getc, tui_mld_read_key): Ditto.
12253         (tui_rl_display_match_list): Rewrite.
12254         (tui_handle_resize_during_io): New arg for_completion.  All callers
12255         updated.
12256
12257 2015-01-31  Doug Evans  <xdje42@gmail.com>
12258
12259         Add symbol lookup cache.
12260         * NEWS: Document new options and commands.
12261         * symtab.c (symbol_cache_key): New static global.
12262         (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12263         (SYMBOL_LOOKUP_FAILED): New macro.
12264         (symbol_cache_slot_state): New enum.
12265         (block_symbol_cache): New struct.
12266         (symbol_cache): New struct.
12267         (new_symbol_cache_size, symbol_cache_size): New static globals.
12268         (hash_symbol_entry, eq_symbol_entry): New functions.
12269         (symbol_cache_byte_size, resize_symbol_cache): New functions.
12270         (make_symbol_cache, free_symbol_cache): New functions.
12271         (get_symbol_cache, symbol_cache_cleanup): New function.
12272         (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12273         (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12274         (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12275         (symbol_cache_flush, symbol_cache_dump): New functions.
12276         (maintenance_print_symbol_cache): New function.
12277         (maintenance_flush_symbol_cache): New function.
12278         (symbol_cache_stats): New function.
12279         (maintenance_print_symbol_cache_statistics): New function.
12280         (symtab_new_objfile_observer): New function.
12281         (symtab_free_objfile_observer): New function.
12282         (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12283         (_initialize_symtab): Init symbol_cache_key.  New parameter
12284         maint symbol-cache-size.  New maint commands print symbol-cache,
12285         print symbol-cache-statistics, flush-symbol-cache.
12286         Install new_objfile, free_objfile observers.
12287
12288 2015-01-31  Joel Brobecker  <brobecker@adacore.com>
12289
12290         PR symtab/17855
12291         * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12292         to end.
12293
12294 2015-01-31  Doug Evans  <xdje42@gmail.com>
12295
12296         * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12297         * auto-load.c: #include ctype.h.
12298         (struct auto_load_pspace_info): Replace member loaded_scripts with
12299         new members loaded_script_files, loaded_script_texts.
12300         (auto_load_pspace_data_cleanup): Update.
12301         (init_loaded_scripts_info): Update.
12302         (get_auto_load_pspace_data_for_loading): Update.
12303         (maybe_add_script_file): Renamed from maybe_add_script.  All callers
12304         updated.
12305         (maybe_add_script_text): New function.
12306         (clear_section_scripts): Update.
12307         (source_script_file, execute_script_contents): New functions.
12308         (source_section_scripts): Add support for
12309         SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12310         (print_scripts): New function.
12311         (auto_load_info_scripts): Also print inlined scripts.
12312         (maybe_print_unsupported_script_warning): Renamed from
12313         unsupported_script_warning_print.  All callers updated.
12314         (maybe_print_script_not_found_warning): Renamed from
12315         script_not_found_warning_print.  All callers updated.
12316         * extension-priv.h (struct extension_language_script_ops): New member
12317         objfile_script_executor.
12318         * extension.c (ext_lang_objfile_script_executor): New function.
12319         * extension.h (objfile_script_executor_func): New typedef.
12320         (ext_lang_objfile_script_executor): Declare.
12321         * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12322         * guile/guile.c (guile_extension_script_ops): Update.
12323         * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12324         * python/python.c (python_extension_script_ops): Update.
12325         (gdbpy_execute_objfile_script): New function.
12326
12327 2015-01-31  Eli Zaretskii  <eliz@gnu.org>
12328
12329         * tui/tui-io.c (tui_expand_tabs): New function.
12330         (tui_puts, tui_redisplay_readline): Expand TABs into the
12331         appropriate number of spaces.
12332         * tui/tui-regs.c: Include tui-io.h.
12333         (tui_register_format): Call tui_expand_tabs to expand TABs into
12334         the appropriate number of spaces.
12335         * tui/tui-io.h: Add prototype for tui_expand_tabs.
12336
12337 2015-01-30  Doug Evans  <dje@google.com>
12338
12339         * NEWS: "info source" command now display producer string if present.
12340         * source.c (source_info): Print producer string if present.
12341
12342 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12343
12344         * varobj.c (varobj_delete): Fix comment.
12345
12346 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12347
12348         * varobj.c (create_child): Modify comment.
12349
12350 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12351
12352         * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12353         parameter.
12354         (ada_name_of_variable): Same.
12355         (ada_path_expr_of_child): Same.
12356         (ada_value_of_variable): Same.
12357         (ada_value_is_changeable_p): Same.
12358         (ada_value_has_mutated): Same.
12359         * c-varobj.c (varobj_is_anonymous_child): Same.
12360         (c_is_path_expr_parent): Same.
12361         (c_number_of_children): Same.
12362         (c_name_of_variable): Same.
12363         (c_path_expr_of_child): Same.
12364         (get_type): Same.
12365         (c_value_of_variable): Same.
12366         (cplus_number_of_children): Same.
12367         (cplus_name_of_variable): Same.
12368         (cplus_path_expr_of_child): Same.
12369         (cplus_value_of_variable): Same.
12370         * jv-varobj.c (java_number_of_children): Same.
12371         (java_name_of_variable): Same.
12372         (java_path_expr_of_child): Same.
12373         (java_value_of_variable): Same.
12374         * varobj.c (number_of_children): Same.
12375         (name_of_variable): Same.
12376         (is_root_p): Same.
12377         (varobj_ensure_python_env): Same.
12378         (varobj_get_objname): Same.
12379         (varobj_get_expression): Same.
12380         (varobj_get_display_format): Same.
12381         (varobj_get_display_hint): Same.
12382         (varobj_has_more): Same.
12383         (varobj_get_thread_id): Same.
12384         (varobj_get_frozen): Same.
12385         (dynamic_varobj_has_child_method): Same.
12386         (varobj_get_gdb_type): Same.
12387         (is_path_expr_parent): Same.
12388         (varobj_default_is_path_expr_parent): Same.
12389         (varobj_get_language): Same.
12390         (varobj_get_attributes): Same.
12391         (varobj_is_dynamic_p): Same.
12392         (varobj_get_child_range): Same.
12393         (varobj_value_has_mutated): Same.
12394         (varobj_get_value_type): Same.
12395         (number_of_children): Same.
12396         (name_of_variable): Same.
12397         (check_scope): Same.
12398         (varobj_editable_p): Same.
12399         (varobj_value_is_changeable_p): Same.
12400         (varobj_floating_p): Same.
12401         (varobj_default_value_is_changeable_p): Same.
12402
12403 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12404
12405         * varobj.c (varobj_get_path_expr): Set var->path_expr.
12406         * c-varobj.c (c_path_expr_of_child): Set local var instead of
12407         child->path_expr.
12408         (cplus_path_expr_of_child): Same.
12409
12410 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12411
12412         * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12413         result.
12414         (mi_cmd_var_info_expression): Same.
12415         * varobj.c (varobj_get_expression): Mention in the comment that
12416         the result must by freed by the caller.
12417
12418 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12419
12420         * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12421         varobj_get_type.
12422         (varobj_update_one): Same.
12423         * varobj.c (update_type_if_necessary): Free curr_type_str and
12424         new_type_str.
12425         (varobj_get_type): Specify in comment that the result needs to be
12426         freed by the caller.
12427
12428 2015-01-29  Doug Evans  <dje@google.com>
12429
12430         PR symtab/17890
12431         * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12432
12433 2015-01-25  Mark Wielaard  <mjw@redhat.com>
12434
12435         * dwarf2read.c (checkproducer): Call producer_is_gcc.
12436         * utils.c (producer_is_gcc_ge_4): Likewise.
12437         (producer_is_gcc): New function.
12438         * utils.h (producer_is_gcc): New declaration.
12439
12440 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12441
12442         * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12443         kind.
12444         * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12445         parameter by "addr_stack" parameter.
12446         (resolve_dynamic_range): Replace "addr" parameter by
12447         "stack_addr" parameter.  Update function documentation.
12448         Update code accordingly.
12449         (resolve_dynamic_array, resolve_dynamic_union)
12450         (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12451         (resolve_dynamic_type): Update code, following the changes made
12452         to resolve_dynamic_type_internal's interface.
12453         * dwarf2loc.h (struct property_addr_info): New.
12454         (dwarf2_evaluate_property): Replace "address" parameter
12455         by "addr_stack" parameter.  Adjust function documentation.
12456         (struct dwarf2_offset_baton): New.
12457         (struct dwarf2_property_baton): Update documentation of
12458         field "referenced_type" to be more general. New field
12459         "offset_info" in union data field.
12460         * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12461         parameter by "addr_stack" parameter.  Adjust code accordingly.
12462         Add support for PROP_ADDR_OFFSET properties.
12463         * dwarf2read.c (attr_to_dynamic_prop): Add support for
12464         DW_AT_data_member_location attributes as well.  Use case
12465         statements instead of if/else condition.
12466
12467 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12468
12469         * ada-varobj.c (ada_varobj_get_array_number_of_children):
12470         Return zero if PARENT_VALUE is NULL and parent_type's
12471         range type is dynamic.
12472
12473 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12474
12475         * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12476         nonzero if the type's subtype is dynamic.
12477         (resolve_dynamic_range): Also resolve the range's subtype.
12478
12479 2015-01-29  Alexander Klimov  <alserkli@inbox.ru>  (tiny patch)
12480
12481         Pushed by Joel Brobecker  <brobecker@adacore.com>.
12482         * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12483
12484 2015-01-27  Doug Evans  <dje@google.com>
12485
12486         * NEWS: Mention gdb.Objfile.username.
12487         * python/py-objfile.c (objfpy_get_username): New function.
12488         (objfile_getset): Add "username".
12489
12490 2015-01-24  Mark Wielaard  <mjw@redhat.com>
12491
12492         * stack.c (return_command): Markup warning message with _.
12493
12494 2015-01-24  Doug Evans  <xdje42@gmail.com>
12495
12496         * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12497
12498 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12499
12500         Fix 100x slowdown regression on DWZ files.
12501         * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12502         (struct line_header): Add offset and offset_in_dwz.
12503         (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12504         (free_line_header_voidp): New declaration.
12505         (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12506         functions.
12507         (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12508         (handle_DW_AT_stmt_list): Use line_header_hash.
12509         (free_line_header_voidp): New function.
12510         (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12511         (dwarf_decode_lines): New parameter decode_mapping, use it.
12512         (dwarf2_free_objfile): Free line_header_hash.
12513
12514 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
12515
12516         PR gdb/17416
12517         * valops.c (value_rtti_indirect_type): Catch exception thrown by
12518         value_ind.
12519
12520 2015-01-15  Mark Wielaard  <mjw@redhat.com>
12521
12522         * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12523         DW_AT_noreturn.
12524         * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12525         calling_convention an 8 bit bit field.
12526         (TYPE_NO_RETURN): New macro.
12527         * infcmd.c (finish_command): Query if function does not return
12528         normally.
12529         * stack.c (return_command): Likewise.
12530
12531 2015-01-23  Pedro Alves  <palves@redhat.com>
12532
12533         * linux-nat.c (linux_is_async_p): New macro.
12534         (linux_nat_is_async_p):
12535         (linux_nat_terminal_inferior): Check whether the target can async
12536         instead of whether it is already async.
12537         (linux_nat_terminal_ours): Don't check whether the target is
12538         async.
12539         (linux_async_pipe): Use linux_is_async_p.
12540
12541 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12542
12543         * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12544         '-ascending'.
12545         * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12546         (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12547         Sort tp_array using tp_array_compar.
12548         (_initialize_thread): Extend thread_apply_all_command help.
12549
12550 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12551
12552         * corelow.c (core_open): Call also thread_command.
12553         * gdbthread.h (thread_command): New prototype moved from ...
12554         * thread.c (thread_command): ... here.
12555         (thread_command): Make it global.
12556
12557 2015-01-22  Pedro Alves  <palves@redhat.com>
12558
12559         * configure.ac [*mingw32*]: Check $curses_found instead of
12560         $prefer_curses.
12561         * configure: Regenerate.
12562         * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12563         HAVE_NCURSES_NCURSES_H checks.
12564
12565 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12566
12567         * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
12568         fails with the 1st arg NULL, try again with "unknown".  Don't test
12569         the "cup" capability: it isn't supported by the Windows port of
12570         ncurses, but the Windows console driver is still capable of
12571         supporting TUI.
12572
12573 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12574
12575         * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12576
12577 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12578
12579         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12580         (ALLDEPFILES): Remove irix5-nat.c.  These two are part of the
12581         reason that "make TAGS" is broken.
12582
12583 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
12584
12585         * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12586         and check additional store instructions.
12587
12588 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12589
12590         * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12591
12592 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12593
12594         * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12595         ppc_canonicalize_syscall, ppc_linux_syscall_record,
12596         ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12597         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12598         * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12599         rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12600         rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12601         ppc_process_record_op19, ppc_process_record_op31,
12602         ppc_process_record_op59, ppc_process_record_op60,
12603         ppc_process_record_op63): Likewise.
12604
12605 2015-01-20  Joel Brobecker  <brobecker@adacore.com>
12606
12607         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12608         (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12609         strerror.
12610
12611 2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
12612
12613         * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12614         ppc_process_record_op31, ppc_process_record_op59,
12615         ppc_process_record_op60, ppc_process_record_op63,
12616         ppc_process_record): Fix -Wformat warning.
12617         * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12618         Remove unused variables.
12619
12620 2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
12621
12622         * MAINTAINERS (Write After Approval): Add "Chen Gang".
12623
12624 2015-01-19  Eli Zaretskii  <eliz@gnu.org>
12625
12626         * configure.ac [*mingw32*]: Only add windows-termcap.o to
12627         CONFIG_OBS if not building with a curses library.
12628         * configure: Regenerate.
12629
12630         * windows-termcap.c: Include defs.h.  Make the whole body empty if
12631         either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12632         HAVE_NCURSES_NCURSES_H is defined.
12633
12634 2015-01-19  Joel Brobecker  <brobecker@adacore.com>
12635
12636         * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12637         from end of line to start of next line.
12638
12639 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12640
12641         * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12642         Scan PLT stub backward for reverse debugging.
12643         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12644
12645 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12646             Ulrich Weigand  <uweigand@de.ibm.com>
12647
12648         * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12649         gdb_target_obs.
12650         (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12651         record.
12652         (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12653         ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12654         (ppc_linux_init_abi): Set process_record, process_record_signal.
12655         * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12656         ppc_linux_record_tdep to gdbarch_tdep.
12657         (ppc_process_record): New declaration.
12658         * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12659         ppc_process_record_op19, ppc_process_record_op31,
12660         ppc_process_record_op59, ppc_process_record_op60,
12661         ppc_process_record_op63, ppc_process_record): New functions.
12662
12663 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12664
12665         * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12666         rs6000_in_function_epilogue_frame_p and add an argument
12667         for frame_info.
12668         (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12669         rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12670         New functions.
12671         (rs6000_epilogue_frame_unwind): New.
12672         (rs6000_gdbarch_init): Append epilogue unwinder.
12673
12674 2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12675
12676         * nat/linux-personality.c: Replace "#ifndef
12677         HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12678         !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12679         systems.
12680
12681 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
12682
12683         * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12684         functions.
12685         (_initialize_tui_win) <border-kind, border-mode>:
12686         <active-border-mode>: Use tui_set_var_cmd as the "set" function.
12687         (tui_set_tab_width_command): Fix the commentary.
12688
12689         * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12690
12691         * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12692         Doc fix.
12693         (tui_set_tab_width_command): Delete and recreate the source and
12694         the disassembly windows, to show the effect of the changed tab
12695         size immediately.
12696
12697         * tui/tui-data.h (LINE_PREFIX): Make shorter
12698         (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12699         "Thread NNNNN.XXXX" thread ID notation on Windows.
12700
12701 2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
12702
12703         Fix gcc-5 compilation.
12704         * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12705
12706 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12707
12708         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12709         (linux-personality.o): New rule.
12710         * common/common-defs.h: Include <stdint.h>.
12711         * config/aarch64/linux.mh (NATDEPFILES): Include
12712         linux-personality.o.
12713         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12714         * config/arm/linux.mh (NATDEPFILES): Likewise.
12715         * config/i386/linux64.mh (NATDEPFILES): Likewise.
12716         * config/i386/linux.mh (NATDEPFILES): Likewise.
12717         * config/ia64/linux.mh (NATDEPFILES): Likewise.
12718         * config/m32r/linux.mh (NATDEPFILES): Likewise.
12719         * config/m68k/linux.mh (NATDEPFILES): Likewise.
12720         * config/mips/linux.mh (NATDEPFILES): Likewise.
12721         * config/pa/linux.mh (NATDEPFILES): Likewise.
12722         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12723         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12724         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12725         * config/s390/linux.mh (NATDEPFILES): Likewise.
12726         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12727         * config/sparc/linux.mh (NATDEPFILES): Likewise.
12728         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12729         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12730         * defs.h: Remove #include <stdint.h> (moved to
12731         common/common-defs.h).
12732         * linux-nat.c: Include nat/linux-personality.h.  Remove #include
12733         <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12734         nat/linux-personality.c).
12735         (linux_nat_create_inferior): Remove code to disable address space
12736         randomization (moved to nat/linux-personality.c).  Create cleanup
12737         to disable address space randomization.
12738         * nat/linux-personality.c: New file.
12739         * nat/linux-personality.h: Likewise.
12740
12741 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12742
12743         * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12744         common/posix-strerror.c.
12745         (posix-strerror.o): New rule.
12746         (mingw-strerror.o): Likewise.
12747         * common/common-utils.h (safe_strerror): Move prototype to here,
12748         from utils.h.
12749         * common/common.host: New file.
12750         * common/mingw-strerror.c: Likewise.
12751         * common/posix-strerror.c: Likewise.
12752         * configure: Regenerated.
12753         * configure.ac: Source common/common.host.  Add variable
12754         common_host_obs to gdb_host_obs.
12755         * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12756         gdb/common/posix-strerror.c when warning about the use of
12757         strerror.
12758         * mingw-hdep.c (safe_strerror): Remove definition; move it to
12759         common/mingw-strerror.c.
12760         * posix-hdep.c (safe_strerror): Remove definition; move it to
12761         common/posix-hdep.c.
12762         * utils.h (safe_strerror): Remove prototype; move to
12763         common/common-utils.h.
12764
12765 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12766
12767         GDB 7.8.2 released.
12768
12769 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12770
12771         * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12772         ___XA type if the array has already been fixed.
12773
12774 2015-01-14  Yao Qi  <yao@codesourcery.com>
12775
12776         * Makefile.in (ppc-linux.o): New rule.
12777         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12778         * configure.ac: AC_CHECK_FUNCS(getauxval).
12779         * config.in: Re-generated.
12780         * configure: Re-generated.
12781         * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12782         Declare.
12783         * nat/ppc-linux.c: New file.
12784         * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12785         Call ppc64_64bit_inferior_p.
12786
12787 2015-01-14  Yao Qi  <yao@codesourcery.com>
12788
12789         * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12790         nat/ppc-linux.h.
12791         (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12792         (PPC_FEATURE_HAS_DFP): Likewise.
12793         (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12794         (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12795         (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12796         Include "nat/ppc-linux.h".
12797         * nat/ppc-linux.h: New file.
12798         * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12799
12800 2015-01-14  Pedro Alves  <palves@redhat.com>
12801
12802         PR gdb/17525
12803         * breakpoint.c: Include "interps.h".
12804         (bpstat_do_actions_1): Also check whether the interpreter is
12805         async.
12806
12807 2015-01-14  Pedro Alves  <palves@redhat.com>
12808
12809         PR cli/17828
12810         * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12811         reinstall if the interpreter is sync.
12812
12813 2015-01-13  Doug Evans  <dje@google.com>
12814
12815         * objfiles.c (objfile_filename): New function.
12816         * objfiles.h (objfile_filename): Declare it.
12817         (objfile_name): Add function comment.
12818         * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12819         bfd file name (which may be realpath'd), and the original name.
12820
12821 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12822
12823         * NEWS: Create a new section for the next release branch.
12824         Rename the section of the current branch, now that it has
12825         been cut.
12826
12827 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12828
12829         GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12830         * version.in: Bump version to 7.9.50.DATE-cvs.
12831
12832 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12833
12834         * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12835         Remove trailing new-line in argument of call to warning.
12836
12837 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12838
12839         * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12840         new-line in argument of call to "warning".
12841
12842 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12843
12844         * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12845         in static block, then try searching for primitive types.
12846
12847 2015-01-12  Patrick Palka  <patrick@parcs.ath.cx>
12848
12849         * top.h (gdb_add_history): Declare.
12850         * top.c (command_count): New variable.
12851         (gdb_add_history): New function.
12852         (gdb_safe_append_history): New static function.
12853         (quit_force): Call it.
12854         (command_line_input): Use gdb_add_history instead of
12855         add_history.
12856         * event-top.c (command_line_handler): Likewise.
12857
12858 2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)
12859
12860         PR gdb/17046
12861         * darwin-nat.c: Replace <machine/setjmp.h> #include by
12862         <setjmp.h> #include.
12863
12864 2015-01-11  Doug Evans  <xdje42@gmail.com>
12865
12866         * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
12867
12868 2015-01-11  Doug Evans  <xdje42@gmail.com>
12869
12870         PR gdb/15830
12871         * NEWS: The "maint demangle" command is renamed as "demangle".
12872         * demangle.c: #include cli/cli-utils.h, language.h.
12873         (demangle_command): New function.
12874         (_initialize_demangle): Add new command "demangle".
12875         * maint.c (maintenance_demangle): Stub out.
12876         (_initialize_maint_cmds): Update help text for "maint demangle",
12877         and mark as deprecated.
12878
12879 2015-01-11  Mark Kettenis  <kettenis@gnu.org>
12880
12881         * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
12882         inferior_thread is a function.
12883
12884 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
12885
12886         * Makefile.in (.y.c): Don't munge yacc's #line
12887         directives.
12888
12889 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
12890
12891         * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
12892         to prompt for input.
12893         * tui/tui-hooks.c (tui_query_hook): Remove.
12894         (tui_install_hooks): Don't set deprecated_query_hook.
12895         * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
12896         height calculation.  Always update the command window's cur_line.
12897
12898 2015-01-09  Pedro Alves  <palves@redhat.com>
12899
12900         * breakpoint.c (hardware_breakpoint_inserted_here_p): New
12901         function.
12902         * breakpoint.h (hardware_breakpoint_inserted_here_p): New
12903         declaration.
12904         * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
12905         (linux_resume_one_lwp): Store the thread's PC.  Adjust to clear
12906         stop_reason.
12907         (check_stopped_by_watchpoint): New function.
12908         (save_sigtrap): Reimplement.
12909         (linux_nat_stopped_by_watchpoint): Adjust.
12910         (linux_nat_lp_status_is_event): Delete.
12911         (stop_wait_callback): Only call save_sigtrap after storing the
12912         pending status.
12913         (status_callback): If the thread had been stopped for a breakpoint
12914         that has since been removed, discard the event and resume the LWP.
12915         (count_events_callback, select_event_lwp_callback): Use
12916         lwp_status_pending_p instead of linux_nat_lp_status_is_event.
12917         (cancel_breakpoint): Rename to ...
12918         (check_stopped_by_breakpoint): ... this.  Record whether the LWP
12919         stopped for a software breakpoint or hardware breakpoint.
12920         (select_event_lwp): Only give preference to the stepping LWP in
12921         all-stop mode.  Adjust comments.
12922         (stop_and_resume_callback): Remove references to new_pending_p.
12923         (linux_nat_filter_event): Likewise.  Leave exit events of the
12924         leader thread pending here.  Handle signal short circuiting here.
12925         Only call save_sigtrap after storing the pending waitstatus.
12926         (linux_nat_wait_1): Remove 'retry' label.  Remove references to
12927         new_pending.  Don't handle leaving events the caller is not
12928         interested in pending here, nor handle signal short-circuiting
12929         here.  Also give equal priority to all LWPs that have had events
12930         in non-stop mode.  If reporting a software breakpoint event,
12931         unadjust the LWP's PC.
12932         * linux-nat.h (enum lwp_stop_reason): New.
12933         (struct lwp_info) <stop_pc>: New field.
12934         (struct lwp_info) <stopped_by_watchpoint>: Delete field.
12935         (struct lwp_info) <stop_reason>: New field.
12936         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
12937
12938 2015-01-09  Pedro Alves  <palves@redhat.com>
12939
12940         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
12941         Set the LWP's 'resumed' flag.
12942
12943 2015-01-09  Pedro Alves  <palves@redhat.com>
12944
12945         * linux-nat.c (linux_resume_one_lwp): New function.
12946         (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
12947         (linux_nat_resume): Use lwp_status_pending_p and
12948         linux_resume_one_lwp.
12949         (linux_handle_syscall_trap): Use linux_resume_one_lwp.
12950         (linux_handle_extended_wait): Use linux_resume_one_lwp.
12951         (status_callback, running_callback): Use lwp_status_pending_p.
12952         (lwp_status_pending_p): New function.
12953         (stop_and_resume_callback): Use lwp_status_pending_p.
12954         (linux_nat_filter_event): Use linux_resume_one_lwp.
12955         (linux_nat_wait_1): Always use status_callback to look for an LWP
12956         with a pending status.  Use linux_resume_one_lwp.
12957         (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
12958         linux_resume_one_lwp.
12959
12960 2015-01-09  Pedro Alves  <palves@redhat.com>
12961
12962         * breakpoint.c (bp_location_inserted_here_p): New function,
12963         factored out from ...
12964         (breakpoint_inserted_here_p): ... here.  Use
12965         ALL_BP_LOCATIONS_AT_ADDR.
12966         (software_breakpoint_inserted_here_p): Use
12967         bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
12968
12969 2014-01-09  Pedro Alves  <palves@redhat.com>
12970
12971         Skip enabling event reporting if the kernel supports
12972         PTRACE_EVENT_CLONE.
12973         * linux-thread-db.c: Include "nat/linux-ptrace.h".
12974         (thread_db_use_events): New function.
12975         (try_thread_db_load_1): Check thread_db_use_events before enabling
12976         event reporting.
12977         (update_thread_state): New function.
12978         (attach_thread): Use it.  Check thread_db_use_events before
12979         enabling event reporting.
12980         (thread_db_detach): Check thread_db_use_events before disabling
12981         event reporting.
12982         (find_new_threads_callback): Check thread_db_use_events before
12983         enabling event reporting.  Update the thread's state if not using
12984         libthread_db events.
12985
12986 2015-01-09  Pedro Alves  <palves@redhat.com>
12987
12988         * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
12989         about to wait for is > 0.
12990         * linux-thread-db.c (find_new_threads_callback): Ignore thread if
12991         the kernel thread ID is -1.
12992
12993 2015-01-09  Pedro Alves  <palves@redhat.com>
12994
12995         * linux-nat.c (attach_proc_task_lwp_callback): New function.
12996         (linux_nat_attach): Use linux_proc_attach_tgid_threads.
12997         (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
12998         ptrace option flags.
12999         * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
13000         field.
13001         * nat/linux-procfs.c: Include <dirent.h>.
13002         (linux_proc_get_int): New parameter "warn".  Handle it.
13003         (linux_proc_get_tgid): Adjust.
13004         (linux_proc_get_tracerpid): Rename to ...
13005         (linux_proc_get_tracerpid_nowarn): ... this.
13006         (linux_proc_pid_get_state): New function, factored out from
13007         (linux_proc_pid_has_state): ... this.  Add new parameter "warn"
13008         and handle it.
13009         (linux_proc_pid_is_gone): New function.
13010         (linux_proc_pid_is_stopped): Adjust.
13011         (linux_proc_pid_is_zombie_maybe_warn)
13012         (linux_proc_pid_is_zombie_nowarn): New functions.
13013         (linux_proc_pid_is_zombie): Use
13014         linux_proc_pid_is_zombie_maybe_warn.
13015         (linux_proc_attach_tgid_threads): New function.
13016         * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
13017         (linux_proc_get_tracerpid): Rename to ...
13018         (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
13019         (linux_proc_pid_is_gone): New declaration.
13020         (linux_proc_pid_is_zombie): Update comment.
13021         (linux_proc_pid_is_zombie_nowarn): New declaration.
13022         (linux_proc_attach_lwp_func): New typedef.
13023         (linux_proc_attach_tgid_threads): New declaration.
13024         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
13025         use nowarn functions.
13026         (linux_ptrace_attach_fail_reason_string): Move here from
13027         gdbserver/linux-low.c and rename.
13028         (ptrace_supports_feature): If the current ptrace options are not
13029         known yet, check them now, instead of asserting.
13030         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
13031         Declare.
13032
13033 2015-01-09  Pedro Alves  <palves@redhat.com>
13034
13035         * linux-thread-db.c (thread_db_find_new_threads_silently)
13036         (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
13037         (find_new_threads_once): Print debug output on gdb_stdlog.
13038
13039 2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
13040             Pedro Alves  <palves@redhat.com>
13041
13042         * compile/compile.c: Include "gdb_wait.h".
13043         (do_rmdir): Check return value, and free 'zap'.
13044
13045 2015-01-08  Pedro Alves  <palves@redhat.com>
13046             Yao Qi  <yao@codesourcery.com>
13047
13048         * dwarf2loc.c (indirect_pieced_value): Don't call
13049         gdb_sign_extend.  Call extract_signed_integer instead.
13050         * utils.c (gdb_sign_extend): Remove.
13051         * utils.h (gdb_sign_extend): Remove declaration.
13052
13053 2015-01-07  Pierre Muller  <muller@sourceware.org>
13054
13055         PR symtab/17811
13056         * stabsread.c (define_symbol): Set language for C++ special symbols.
13057
13058 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13059
13060         * inflow.c (initial_gdb_ttystate): Tweak comment.
13061
13062 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13063
13064         * inflow.c (set_initial_gdb_ttystate): Add empty line after
13065         comment documenting function.
13066
13067 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13068
13069         * terminal.h (set_initial_gdb_ttystate): Declare.
13070         * inflow.c (initial_gdb_ttystate): New static variable.
13071         (set_initial_gdb_ttystate): New setter.
13072         (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
13073         instead of our current terminal state.
13074         * top.c (gdb_init): Call set_initial_gdb_ttystate.
13075
13076 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13077
13078         * guile/scm-type.c (tyscm_array_1): Add comment.
13079         * python/py-type.c (typy_array_1): Add comment.
13080
13081 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13082
13083         * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
13084         error if N2 is equal to N1 - 1.
13085
13086 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13087
13088         * python/py-type.c (typy_array_1): Do not raise negative-length
13089         exception if N2 is equal to N1 - 1.
13090
13091 2015-01-03  Doug Evans  <xdje42@gmail.com>
13092
13093         * c-exp.y: Whitespace cleanup.
13094         (classify_inner_name): Remove extra ;.
13095
13096 2015-01-02  Maciej W. Rozycki  <macro@codesourcery.com>
13097
13098         * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
13099         offset signed.
13100
13101 2015-01-02  Doug Evans  <dje@google.com>
13102
13103         * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
13104
13105 2015-01-02  Doug Evans  <dje@google.com>
13106
13107         * symtab.h (struct symbol): Fix typo in comment.
13108
13109 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13110
13111         Update year range in copyright notice of all files.
13112
13113 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13114
13115         * top.c (print_gdb_version): Update copyright year to 2015.
13116
13117 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13118
13119         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
13120
13121 For older changes see ChangeLog-2014.
13122 \f
13123 Local Variables:
13124 mode: change-log
13125 left-margin: 8
13126 fill-column: 74
13127 version-control: never
13128 coding: utf-8
13129 End: