gdb/record-full: Use xmalloc instead of alloca for temporary memory storage.
[external/binutils.git] / gdb / ChangeLog
1 2015-11-04  Marcin Kościelnicki  <koriakin@0x04.net>
2
3         * record-full.c (record_full_exec_insn): Use xmalloc for temporary
4         memory storage.
5
6 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
7
8         * record.c (get_insn_history_modifiers): Set DISASSEMBLY_SOURCE
9         instead of DISASSEMBLY_SOURCE_DEPRECATED.  Also accept /s.
10         (_initialize_record): Document the /s modifier.
11         * NEWS: Announce record instruction-history's new /s modifier.
12
13 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
14
15         * record-btrace.c (struct btrace_line_range): New.
16         (btrace_mk_line_range, btrace_line_range_add)
17         (btrace_line_range_is_empty, btrace_line_range_contains_range)
18         (btrace_find_line_range, btrace_print_lines): New.
19         (btrace_insn_history): Add source interleaving algorithm.
20
21 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
22
23         * disasm.h (DISASSEMBLY_SPECULATION): New.
24         (struct disasm_insn): New.
25         (gdb_pretty_print_insn): New.
26         * disasm.c (gdb_pretty_print_insn): Replace parameter PC with INSN.
27         Update users.  Print instruction number and indicate speculative
28         execution, if requested.
29
30 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
31
32         * disasm.c (dump_insns): Split into this and ...
33         (gdb_pretty_print_insn): ... this.
34
35 2015-11-03  Simon Marchi  <simon.marchi@polymtl.ca>
36
37         * xtensa-linux-nat.c (supply_gregset_reg): Make static.
38         (xtensa_linux_fetch_inferior_registers): Likewise.
39         (xtensa_linux_store_inferior_registers): Likewise.
40
41 2015-11-03  Simon Marchi  <simon.marchi@polymtl.ca>
42
43         * arm-linux-nat.c (arm_linux_read_description): Add cast.
44
45 2015-11-03  Simon Marchi  <simon.marchi@polymtl.ca>
46
47         * ppc-linux-nat.c (ppc_linux_insert_mask_watchpoint): Change
48         type of rw to enum target_hw_bp_type.
49         (ppc_linux_remove_mask_watchpoint): Likewise.
50         * target.c (target_insert_mask_watchpoint): Likewise.
51         (target_remove_mask_watchpoint): Likewise.
52         * target.h (target_insert_mask_watchpoint): Likewise.
53         (target_remove_mask_watchpoint): Likewise.
54         (struct target_ops) <to_insert_mask_watchpoint>: Likewise.
55         (struct target_ops) <to_remove_mask_watchpoint>: Likewise.
56         * target-delegates.c: Regenerate.
57
58 2015-11-03  Simon Marchi  <simon.marchi@polymtl.ca>
59
60         * remote-sim.c (check_for_duplicate_sim_descriptor): Add casts.
61         (get_sim_inferior_data): Likewise.
62         (sim_inferior_data_cleanup): Likewise.
63         (gdbsim_close_inferior): Likewise.
64         (gdbsim_resume_inferior): Likewise.
65         (gdbsim_wait): Likewise.
66         (simulator_command): Likewise.
67         (sim_command_completer): Likewise.
68
69 2015-11-03  Marcin Kościelnicki  <koriakin@0x04.net>
70
71         * MAINTAINERS (Write After Approval): Add Marcin Kościelnicki.
72
73 2015-10-30  Pedro Alves  <palves@redhat.com>
74
75         * breakpoint.c (breakpoint_in_range_p)
76         (breakpoint_location_address_range_overlap): New functions.
77         * breakpoint.h (breakpoint_in_range_p): New declaration.
78         * infrun.c (displaced_step_prepare_throw): If there's a breakpoint
79         in the scratch pad range, don't displaced step.
80
81 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
82
83         * amd64-linux-tdep.c (amd64_x32_linux_init_abi): Fix size_msghdr,
84         size_stack_t, size_size_t, size_iovec.
85
86 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
87
88         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_termios.
89         * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_termios.
90         (amd64_x32_linux_init_abi): Fix size_termios.
91
92 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
93
94         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix TASK_COMM_LEN.
95
96 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
97
98         * linux-record.c (record_linux_system_call): Fix old_select.
99
100 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
101
102         * linux-record.c (record_linux_system_call): Fix newstatat.
103
104 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
105
106         * linux-record.c (record_linux_system_call): Fix [gs]etgroups16.
107
108 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
109
110         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Add size_time_t.
111         * amd64-linux-tdep.c (amd64_linux_init_abi): Add size_time_t.
112         (amd64_x32_linux_init_abi): Add size_time_t.
113         * arm-linux-tdep.c (arm_linux_init_abi): Add size_time_t.
114         * i386-linux-tdep.c (i386_linux_init_abi): Add size_time_t.
115         * linux-record.c (record_linux_system_call): Add time, waitpid, pipe
116         handling.
117         * linux-record.h (struct linux_record_tdep): Add size_time_t.
118         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Add size_time_t.
119
120 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
121
122         * linux-record.c (record_linux_msghdr): Fix msg_namelen handling.
123
124 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
125
126         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove
127         size_dirent{,64}, add size_old_dirent.
128         * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_dirent{,64},
129         add size_old_dirent.
130         (amd64_x32_linux_init_abi): Remove size_dirent{,64}, add
131         size_old_dirent.
132         * arm-linux-tdep.c (arm_linux_init_abi): Remove size_dirent{,64},
133         add size_old_dirent.
134         * i386-linux-tdep.c (i386_linux_init_abi): Remove size_dirent{,64},
135         add size_old_dirent.
136         * linux-record.c (record_linux_system_call): Fix handling of readdir
137         and getdents{,64}.
138         * linux-record.h (struct linux_record_tdep): Remove size_dirent{,64},
139         add size_old_dirent.
140         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove
141         size_dirent{,64}, add size_old_dirent.
142
143 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
144
145         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Fix size_sigaction,
146         size_sigset_t, size_old_sigaction, size_old_sigset_t.
147         * amd64-linux-tdep.c (amd64_linux_init_abi): Fix size_sigaction,
148         size_sigset_t, size_old_sigaction, size_old_sigset_t.
149         (amd64_x32_linux_init_abi): Fix size_sigaction, size_sigset_t,
150         size_old_sigaction, size_old_sigset_t.
151         * arm-linux-tdep.c (arm_linux_init_abi): Fix size_sigaction,
152         size_old_sigaction, size_old_sigset_t.
153         * i386-linux-tdep.c (i386_linux_init_abi): Fix size_sigaction,
154         size_old_sigaction, size_old_sigset_t.
155         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Fix size_sigaction,
156         size_sigset_t, size_old_sigaction, size_old_sigset_t.
157
158 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
159
160         * arm-linux-tdep.c (arm_linux_init_abi): Fix size_[ug]id.
161         * i386-linux-tdep.c (i386_linux_init_abi): Fix size_[ug]id.
162
163 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
164
165         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Remove size_siginfo.
166         * amd64-linux-tdep.c (amd64_linux_init_abi): Remove size_siginfo.
167         (amd64_x32_linux_init_abi): Remove size_siginfo.
168         * arm-linux-tdep.c (arm_linux_init_abi): Remove size_siginfo.
169         * i386-linux-tdep.c (i386_linux_init_abi): Remove size_siginfo.
170         * linux-record.c (record_linux_system_call): Change size_siginfo
171         to size_siginfo_t.
172         * linux-record.h (struct linux_record_tdep): Remove size_siginfo.
173         * ppc-linux-tdep.c (ppc_init_linux_record_tdep): Remove size_siginfo.
174
175 2015-10-29  Pedro Alves  <palves@redhat.com>
176
177         * mdebugread.c (add_data_symbol): New function, factored out from
178         ...
179         (parse_symbol): ... here.  Delete 'theclass' local.
180
181 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
182
183         * jit.c (jit_target_read_impl): Add cast.
184
185 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
186
187         * jit.c (jit_reader_load): Add cast.
188
189 2015-10-29  Simon Marchi  <simon.marchi@polymtl.ca>
190
191         * dwarf2read.c (partial_die_full_name): Add cast.
192
193 2015-10-29  Pedro Alves  <palves@redhat.com>
194
195         * common/vec.h (DEF_VEC_FUNC_P) [iterate]: Cast 0 to type T.
196
197 2015-10-29  Pedro Alves  <palves@redhat.com>
198
199         * guile/scm-frame.c (gdbscm_unwind_stop_reason_string): Add cast.
200
201 2015-10-29  Eli Zaretskii  <eliz@gnu.org>
202
203         * utils.c (init_page_info): Disable paging if INSIDE_EMACS is set
204         in the environment.
205
206 2015-10-29  Pedro Alves  <palves@redhat.com>
207
208         * gnu-v2-abi.c (gnuv2_is_destructor_name)
209         (gnuv2_is_constructor_name): Add casts.
210
211 2015-10-29  Pedro Alves  <palves@redhat.com>
212
213         * common/common-exceptions.c (exception_none): Add cast.
214
215 2015-10-29  Pedro Alves  <palves@redhat.com>
216
217         * compile/compile-c-types.c (struct type_map_instance)
218         <gcc_type>: Rename to gcc_type_handle.
219         (insert_type, convert_type): Adjust.
220
221 2015-10-29  Pedro Alves  <palves@redhat.com>
222
223         * dwarf2-frame-tailcall.c (dwarf2_tailcall_sniffer_first): Don't
224         assume that "break" breaks out of a TRY/CATCH.
225         * python/py-framefilter.c (py_print_single_arg): Don't assume
226         "continue" breaks out of a TRY/CATCH.
227         * python/py-value.c (valpy_binop_throw): New function, factored
228         out from ...
229         (valpy_binop): ... this.
230         (valpy_richcompare_throw): New function, factored
231         out from ...
232         (valpy_richcompare): ... this.
233         * solib.c (solib_read_symbols): Don't assume "break" breaks out
234         of a TRY/CATCH.
235         * common/common-exceptions.h [USE_RAW_CXX_TRY]
236         <TRY/CATCH/END_CATCH>: Define as 1-1 wrappers around try/catch.
237
238 2015-10-28  Simon Dardis  <Simon.Dardis@imgtec.com>
239
240         * mips-linux-tdep.c (mips_linux_in_dynsym_stub): Recognise 'or'
241         as move along with [d]addu.
242
243 2015-10-28  Yao Qi  <yao.qi@linaro.org>
244
245         * aarch64-tdep.c (aarch64_software_single_step): Pass 1 to
246         aarch64_decode_insn.
247
248 2015-10-27  Pedro Alves  <palves@redhat.com>
249
250         * common/print-utils.c (host_address_to_string): Rename to ...
251         (host_address_to_string_1): ... this.
252         * common/print-utils.h (host_address_to_string): Reimplement as
253         wrapper around host_address_to_string_1.
254         * utils.c (gdb_print_host_address): Rename to ...
255         (gdb_print_host_address_1): ... this.
256         * utils.h (gdb_print_host_address): Reimplement as wrapper macro
257         around  host_address_to_string_1.
258
259 2015-10-27  Pedro Alves  <palves@redhat.com>
260
261         * alpha-tdep.c (alpha_read_insn): Always pass TARGET_XFER_E_IO to
262         memory_error.  Rename local 'status' to 'res'.
263         * c-lang.c (c_get_string): Always pass TARGET_XFER_E_IO to
264         memory_error.
265         * corefile.c (read_stack, read_code, write_memory): Always pass
266         TARGET_XFER_E_IO to memory_error.
267         * disasm.c (dis_asm_memory_error): Always pass TARGET_XFER_E_IO to
268         memory_error.  Rename parameter 'status' to 'err'.
269         (dump_insns): Rename local 'status' to 'err'.
270         * mips-tdep.c (mips_fetch_instruction): Rename parameter 'statusp'
271         to 'errp'.  Rename local 'status' to 'err'.  Always pass
272         TARGET_XFER_E_IO to memory_error.
273         (mips_breakpoint_from_pc): Rename local 'status' to 'err'.
274         * target.c (target_read_memory, target_read_raw_memory)
275         (target_read_stack, target_read_code, target_write_memory)
276         (target_write_raw_memory): Return -1 on error instead of
277         TARGET_XFER_E_IO.
278         * valprint.c (val_print_string): Rename local 'errcode' to 'err'.
279         Always pass TARGET_XFER_E_IO to memory_error.  Update comment.
280
281 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
282
283         * guile/guile-internal.h (gdbscm_with_guile): Change return
284         types to const char *.
285         * guile/scm-safe-call.c (gdbscm_with_guile): Likewise.
286         (struct c_data) <func>: Likewise.
287         (struct c_data) <result>: Change type to const char *.
288         (scscm_eval_scheme_string): Change return type to
289         const char *.
290         (scscm_source_scheme_script): Likewise.
291         (gdbscm_safe_eval_string): Change type of result variable to
292         const char * and remove cast.
293         (gdbscm_safe_source_script): Likewise.
294         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker):
295         Change return type to const char *.
296         (gdbscm_disasm_read_memory): Change type of status to
297         const char *.
298
299 2015-10-27  Pedro Alves  <palves@redhat.com>
300
301         * source.c (openp): New local 'last_errno'.  Use it to
302         save/restore errno.
303
304 2015-10-27  Pedro Alves  <palves@redhat.com>
305
306         * psymtab.c (dump_psymtab_addrmap_1): Add casts.
307
308 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
309
310         * ctf.c (SET_ENUM_FIELD): New macro.
311         (ctf_read_status): Use it.
312         (ctf_read_tp): Use it.
313
314 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
315
316         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
317         scm_t_dynwind_flags casts.
318         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
319         * guile/scm-ports.c (gdbscm_open_memory): Likewise.
320         * guile/scm-value.c (gdbscm_value_to_string): Likewise.
321
322 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
323
324         * ax.h (ax_raw_byte): New declaration.
325         * ax-general.c (ax_raw_byte): New function.
326         (ax_simple): Use ax_raw_byte.
327         * ax-gdb.c (gen_printf): Likewise.
328
329 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
330
331         * ada-lang.h (GROW_VECT): Add cast.
332
333 2015-10-26  Doug Evans  <xdje42@gmail.com>
334
335         * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
336
337 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
338
339         * target.c (memory_xfer_partial): Change type of buf to gdb_byte
340         pointer.
341         (simple_search_memory): Cast return of memmem.
342
343 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
344
345         * stap-probe.c (handle_stap_probe): Add (const char *) casts.
346
347 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
348
349         * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
350         -1 on error.
351
352 2015-10-26  Doug Evans  <dje@google.com>
353
354         PR symtab/17391
355         * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
356         instead of gdbarch_dwarf2_reg_to_regnum.
357         (dwarf2_frame_cache): Ditto.
358         (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
359         gdbarch_dwarf2_reg_to_regnum.
360         (get_reg_value): Ditto.
361         (dwarf2_fetch_cfa_info): Ditto.
362         (dwarf2_frame_prev_register): Ditto.
363         * dwarf2loc.c: #include "complaints.h".
364         (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
365         instead of gdbarch_dwarf2_reg_to_regnum.
366         (dwarf_expr_get_reg_value): Ditto.
367         (read_pieced_value): Ditto.
368         (write_pieced_value): Ditto.
369         (dwarf2_evaluate_loc_desc_full): Ditto.
370         (dwarf_reg_to_regnum): New function.
371         (throw_bad_regnum_error): New function.
372         (dwarf_reg_to_regnum_or_error): Renamed from
373         dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
374         All callers updated.  Call throw_bad_regnum_error.
375         (locexpr_regname): Improve text of bad register number.
376         * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
377         (dwarf_reg_to_regnum_or_error): Update prototype.
378         * dwarf2expr.c: #include "dwarf2loc.h".
379         (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
380         gdbarch_dwarf2_reg_to_regnum.
381         * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
382         * gdbarch.h: Regenerate.
383         * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
384         register.
385         * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
386         * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
387         * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
388         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
389         Remove warning for bad register.
390         * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
391         * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
392         i386_svr4_reg_to_regnum.  Return -1 for bad registers.
393         (i386_svr4_reg_to_regnum): New function.
394         (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
395         * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
396         on bad registers, return -1.
397         * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
398         Remove warning for bad register.
399         * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
400         (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
401         Remove warning for bad register.  Return -1 for bad register.
402         * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
403         for bad register, return -1.
404         * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
405         * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
406         * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
407         * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
408         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
409         * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
410         for bad regs.
411         * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
412         bad regs.  Fix error result.
413         * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
414         (reg_value_complaint): Update complaint text.
415         * mdebugread.c (reg_value_complaint): New function.
416         (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
417
418 2015-10-26  Doug Evans  <dje@google.com>
419
420         PR python/18938
421         * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
422         All callers updated.
423
424 2015-10-26  Doug Evans  <dje@google.com>
425
426         * psymtab.c (struct dump_psymtab_addrmap_data): Define.
427         (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
428         (maintenance_print_psymbols): Print address map.
429
430 2015-10-26  Doug Evans  <dje@google.com>
431
432         * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
433
434 2015-10-26  Doug Evans  <dje@google.com>
435
436         * common/gdb_wait.h (W_STOPCODE): Define, moved here from
437         gdbserver/linux-low.c.
438         (WSETSTOP): Simplify.
439
440 2015-10-26  Doug Evans  <dje@google.com>
441
442         * linux-thread-db.c (find_new_threads_callback): Ditto.
443         (thread_db_pid_to_str): Ditto.
444
445 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
446
447         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
448         local char array to scm_mode_bits, use a cast instead.
449
450 2015-10-26  Simon Marchi  <simon.marchi@ericsson.com>
451
452         * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
453         result.  Change type of element_block_ptr.  Change allocation to
454         use XNEWVEC.
455
456 2015-10-26  Luis Machado  <lgustavo@codesourcery.com>
457
458         * record-full.c (record_full_message_wrapper_safe): Pass empty string to
459         catch_errors call instead of NULL.
460
461 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
462
463         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
464         char pointer to scm_mode_bits.
465
466 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
467
468         * symtab.c (default_make_symbol_completion_list_break_on_1): Add
469         cast.
470
471 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
472
473         * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
474         "data" local variable and use it.
475
476 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
477
478         * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
479         domain_enum cast.
480         (gdbscm_lookup_symbol): Likewise.
481
482 2015-10-25  Iain Buclaw  <ibuclaw@gdcproject.org>
483
484         * d-exp.y: Remove an obsolete comment and propagate the block
485         information to the produced expression.
486
487 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
488
489         * tui/tui-data.c (tui_add_to_source_windows): Remove void *
490         cast.
491         (tui_add_content_elements): Likewise.
492
493 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
494
495         * cli/cli-setshow.c (do_set_command): Constify p.
496
497 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
498
499         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
500         (void *) cast with (gdb_byte *).
501
502 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
503
504         * proc-service.c (ps_pdread): Add cast.
505
506 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
507
508         * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
509         valbuf.
510
511 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
512
513         * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
514         (ia64_push_dummy_call): Remove cast and change type of "to" to
515         array of gdb_byte.
516
517 2015-10-23  Simon Marchi  <simon.marchi@polymtl.ca>
518
519         * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
520
521 2015-10-23  Simon Marchi  <simon.marchi@ericsson.com>
522
523         * observer.h (observer_${event}_notification_stub): Add cast.
524
525 2015-10-23  Yao Qi  <yao.qi@linaro.org>
526
527         * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
528         dsd.insn_count to zero.
529
530 2015-10-22  Pedro Alves  <palves@redhat.com>
531
532         * infrun.c (stop_after_trap): Delete.
533         (clear_proceed_status, handle_signal_stop, struct
534         infcall_control_state, save_infcall_control_state)
535         (restore_infcall_control_state): Remove references to
536         stop_after_trap.
537
538 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
539
540         * python/python.c (_initialize_python): Add cast.
541
542 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
543
544         * nto-tdep.c (nto_inferior_data): Add cast.
545
546 2015-10-22  Pedro Alves  <palves@redhat.com>
547
548         * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
549         windows_wait and windows_resume directly instead of
550         wait_for_inferior and resume.
551
552 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
553
554         * xtensa-tdep.h (XTREG): Add casts.
555         (XTREG_END): Likewise.
556
557 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
558
559         * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
560
561 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
562
563         * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
564
565 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
566
567         * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
568         buf to gdb_byte*.
569         (supply_32bit_reg): Add cast.
570         (mips64_fill_gregset): Likewise.
571
572 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
573
574         PR python/18073
575         * python/py-type.c (typy_get_composite): Allow returning a
576         function type.
577
578 2015-10-21  Keven Boell  <keven.boell@intel.com>
579
580         * dwarf2read.c (set_die_type): Add read of
581         DW_AT_allocated and DW_AT_associated.
582         * f-typeprint.c: New include of typeprint.h
583         (f_print_type): Add check for allocated/associated
584         status of type.
585         (f_type_print_varspec_suffix): Add check for
586         * gdbtypes.c (create_array_type_with_stride):
587         Add check for valid data location of type in
588         case allocated or associated attributes are set.
589         Length of an array should be only calculated if
590         allocated or associated is resolved as true.
591         (is_dynamic_type_internal): Add check for allocated/
592         associated.
593         (resolve_dynamic_array): Evaluate allocated/associated
594         properties.
595         * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
596         <DYN_PROP_ASSOCIATED>: New enums.
597         (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
598         (type_not_allocated): New function.
599         (type_not_associated): New function.
600         * valarith.c (value_subscripted_rvalue): Add check for
601         allocated/associated.
602         * valprint.c: New include of typeprint.h.
603         (valprint_check_validity): Add check for allocated/associated.
604         (value_check_printable): Add check for allocated/
605         associated.
606         * typeprint.h (val_print_not_allocated): New function.
607         (val_print_not_associated): New function.
608         * typeprint.c (val_print_not_allocated): New function.
609         (val_print_not_associated): New function.
610
611 2015-10-21  Antoine Tremblay  <antoine.tremblay@ericsson.com>
612
613         * Makefile.in: Add arm.c/o.
614         * arch/arm.c: New file.
615         * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
616         (MAKE_THUMB_ADDR): Likewise.
617         (UNMAKE_THUMB_ADDR): Likewise.
618         * arm-tdep.c (int thumb_insn_size): Move to arm.c.
619         (IS_THUMB_ADDR): Move to arm.h.
620         (MAKE_THUMB_ADDR): Likewise.
621         (UNMAKE_THUMB_ADDR): Likewise.
622         * configure.tgt: Add arm.o to all ARM configs.
623
624 2015-10-21  Yao Qi  <yao.qi@linaro.org>
625
626         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
627         Remove argument exp_vCont_s.
628         * gdb.base/range-stepping.exp: Callers updated.
629         * gdb.trace/range-stepping.exp: Likewise.
630
631 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
632
633         * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
634         (nto_sniff_abi_note_section): New function.
635         (nto_elf_osabi_sniffer): Use new function to recognize nto specific
636         binary.
637
638 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
639
640         * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
641         (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
642         * nto-tdep.c (nto_new_inferior_data_reg): New definition.
643         (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
644         New functions.
645         (_initialize_nto_tdep): New forward declaration, new function.
646         * nto-tdep.h (struct nto_inferior_data): New struct.
647         (nto_inferior_data): New function declaration.
648
649 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
650
651         * findvar.c (address_from_register): Check REGNUM validity.
652
653 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
654
655         * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
656         (init_procfs_targets): Wire new function.
657
658 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
659
660         * nto-procfs.c (sys/auxv.h): Include.
661         (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
662         * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
663         * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
664
665 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
666
667         * nto-procfs.c (nto_procfs_path): Rename to...
668         (nodestr): ... this, and change type.
669         (nto_node): Use new variable and logic accordingly.
670         (procfs_open_1): Use new variable name. Use local buffer to construct
671         procfrs path.
672         (procfs_pidlist): Use NODESTR to construct procfs path.
673         (procfs_files_info): Use NODESTR to output meaningful text.
674         (do_attach): Construct procfs using NODESTR.
675         (procfs_create_inferior): Compare pointer to NULL.
676
677 2015-10-19  Josh Stone  <jistone@redhat.com>
678
679         * linux-nat.c (linux_handle_syscall_trap): Always update entry/
680         return state, even when not actively catching syscalls at all.
681         (linux_handle_extended_wait): Mark syscall_state like an entry.
682         (wait_lwp): Set syscall_state ignored for other traps.
683         (linux_nat_filter_event): Likewise.
684
685 2015-10-19  Luis Machado  <lgustavo@codesourcery.com>
686
687         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
688         when handling 'E', 'T', 'S', 'X' and 'W' packets.
689         Do not set rs->waiting_for_stop_reply back to 1.
690
691 2015-10-16  Aleksandar Ristovski  <aristovski@qnx.com>
692
693         * nto-procfs.c (common/filestuff.h): Include.
694         (procfs_can_use_hw_breakpoint): Fix enum name.
695         (procfs_open_1): Fix compiler warning.
696         (procfs_pidlist): Make static.
697         (procfs_meminfo): Make static, fix type name, add missing argument.
698         (procfs_store_registers): Make static.
699         (procfs_thread_info): Remove unused function.
700         (_initialize_procfs): Forward declare.
701
702 2015-10-16  Yao Qi  <yao.qi@arm.com>
703
704         * MAINTAINERS: Update my email address.
705
706 2015-10-15  Yao Qi  <yao.qi@linaro.org>
707
708         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
709         Call gdbarch_breakpoint_from_pc to instruction length.
710         (aarch64_linux_remove_hw_breakpoint): Likewise.
711         * common/common-regcache.h (regcache_register_size): Declare.
712         * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
713         (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
714         the process is 32bit, otherwise set alignment to 4.
715         (aarch64_handle_breakpoint): Update comments.
716         * regcache.c (regcache_register_size): New function.
717
718 2015-10-15  Aleksandar Ristovski  <aristovski@qnx.com>
719
720         * gdbarch.sh (core_regset_section): Remove.
721         * gdbarch.h: Regenerate.
722
723 2015-10-14  Yao Qi  <yao.qi@linaro.org>
724
725         * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
726         out of it.
727         (enum aarch64_memory_operand_type): New.
728
729 2015-10-13  David Edelsohn  <dje.gcc@gmail.com>
730
731         * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
732
733 2015-10-13  Pedro Alves  <palves@redhat.com>
734
735         * ada-lang.c (ada_enum_name): Constify local.
736         * ada-typeprint.c (print_range_bound): Constify locals.
737         * c-varobj.c (c_describe_child): Likewise.
738         * cli/cli-setshow.c (do_set_command): Likewise.
739         * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
740         * dwarf2read.c (find_file_and_directory): Likewise.
741         (anonymous_struct_prefix, dwarf2_name): Likewise.
742         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
743         * go-lang.c (unpack_mangled_go_symbol): Likewise.
744         * jv-typeprint.c (java_type_print_base): Likewise.
745         * ser-tcp.c (net_open): Likewise.
746         * symfile.c (deduce_language_from_filename): Likewise.
747         * symtab.c (gdb_mangle_name): Likewise.
748         * tui/tui-io.c (tui_redisplay_readline): Likewise.
749
750 2015-10-13  Pedro Alves  <palves@redhat.com>
751
752         * infrun.c (restore_execution_direction): New function.
753         (fetch_inferior_event): Use it instead of
754         make_cleanup_restore_integer.
755         (execution_direction): Change type to enum
756         exec_direction_kind.
757         * infrun.h (execution_direction): Likewise.
758
759 2015-10-13  Pedro Alves  <palves@redhat.com>
760
761         * ada-lang.c (ada_value_primitive_packed_val): Constify
762         locals.  Use value_contents_writeable.  Remove casts.
763
764 2015-10-13  Pedro Alves  <palves@redhat.com>
765
766         * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
767         and alloca calls.
768
769 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
770
771         * lm32-tdep.c (lm32_push_dummy_call): Replace call to
772         write_memory with write_memory_unsigned_integer.
773
774 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
775
776         * solib-dsbt.c (cmp_name): Constify arguments.
777         * solib-frv.c (cmp_name): Likewise.
778         * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
779         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
780         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
781         (gdb_bfd_lookup_symbol): Likewise.
782         * solib.h (gdb_bfd_lookup_symbol): Likewise.
783         (gdb_bfd_lookup_symbol_from_symtab): Likewise.
784
785 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
786
787         * stack.c (parse_frame_specification): Remove message parameter,
788         replace with fixed string in function body, update function
789         comment.
790         (frame_info): Remove message to parse_frame_specification.
791         (select_frame_command): Likewise.
792
793 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
794
795         * stack.c (parse_frame_specification): Delete.
796         (parse_frame_specification_1): Rename to
797         parse_frame_specification.
798         (frame_info): Use parse_frame_specification.
799         (select_frame_command): Likewise.
800         (return_command): Use select_frame and print_stack_frame rather
801         than frame_command and select_frame_command.
802         (func_command): Use get_current_frame rather than
803         parse_frame_specification.
804
805 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
806
807         * stack.c (func_command): Return early when there is no ARG
808         string.
809
810 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
811
812         * stack.c: Include safe-ctype.h not ctype.h.
813         (parse_frame_specification): Use ISSPACE not isspace.
814         (backtrace_command): Use TOLOWER not tolower.
815
816 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
817
818         * mep-tdep.c (current_me_module): Add cast.
819         (mep_gdbarch_init): Likewise.
820
821 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
822
823         * m32c-tdep.c (m32c_move_reg_t): Replace with...
824         (m32c_write_reg_t): ...this and...
825         (m32c_read_reg_t): ...this.
826         (struct m32c_reg): Update types of read and write.
827         (m32c_raw_read): Change declaration type to m32c_read_reg_t and
828         adjust definition.
829         (m32c_banked_read): Likewise.
830         (m32c_sb_read): Likewise.
831         (m32c_part_read): Likewise.
832         (m32c_cat_read): Likewise.
833         (m32c_r3r2r1r0_read): Likewise.
834         (m32c_raw_write): Change declaration type to m32c_write_reg_t
835         and adjust definition.
836         (m32c_banked_write): Likewise.
837         (m32c_sb_write): Likewise.
838         (m32c_part_write): Likewise.
839         (m32c_cat_write): Likewise.
840         (m32c_r3r2r1r0_write): Likewise.
841
842 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
843
844         * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
845
846 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
847
848         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
849         gdb_sys_no_syscall instead of -1.
850
851 2015-10-12  Yao Qi  <yao.qi@linaro.org>
852
853         * NEWS: Mention the change.
854
855 2015-10-12  Yao Qi  <yao.qi@linaro.org>
856
857         * arch/aarch64-insn.c (emit_load_store): Rename to ...
858         (aarch64_emit_load_store): ... it.  All callers updated.
859
860 2015-10-12  Yao Qi  <yao.qi@linaro.org>
861
862         * arch/aarch64-insn.c (emit_insn): Rename to ...
863         (aarch64_emit_insn): ... it.  All callers updated.
864
865 2015-10-12  Yao Qi  <yao.qi@linaro.org>
866
867         * aarch64-linux-tdep.c: Include arch-utils.h.
868         (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
869         set_gdbarch_displaced_step_copy_insn,
870         set_gdbarch_displaced_step_fixup,
871         set_gdbarch_displaced_step_free_closure,
872         set_gdbarch_displaced_step_location,
873         and set_gdbarch_displaced_step_hw_singlestep.
874         * aarch64-tdep.c (struct displaced_step_closure): New.
875         (struct aarch64_displaced_step_data): New.
876         (aarch64_displaced_step_b): New function.
877         (aarch64_displaced_step_b_cond): Likewise.
878         (aarch64_register): Likewise.
879         (aarch64_displaced_step_cb): Likewise.
880         (aarch64_displaced_step_tb): Likewise.
881         (aarch64_displaced_step_adr): Likewise.
882         (aarch64_displaced_step_ldr_literal): Likewise.
883         (aarch64_displaced_step_others): Likewise.
884         (aarch64_displaced_step_copy_insn): Likewise.
885         (aarch64_displaced_step_fixup): Likewise.
886         (aarch64_displaced_step_hw_singlestep): Likewise.
887         * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
888         (aarch64_displaced_step_copy_insn): Declare.
889         (aarch64_displaced_step_fixup): Declare.
890         (aarch64_displaced_step_hw_singlestep): Declare.
891         * arch/aarch64-insn.c (emit_insn): Moved from
892         gdbserver/linux-aarch64-low.c.
893         (emit_load_store): Likewise.
894         * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
895         gdbserver/linux-aarch64-low.c.
896         (struct aarch64_register): Likewise.
897         (struct aarch64_memory_operand): Likewise.
898         (ENCODE): Likewise.
899         (can_encode_int32): New macro.
900         (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
901         (emit_tb, emit_nop): Likewise.
902         (emit_insn): Declare.
903         (emit_load_store): Declare.
904
905 2015-10-12  Yao Qi  <yao.qi@linaro.org>
906
907         * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
908         gdbserver/linux-aarch64-low.c.
909         (aarch64_relocate_instruction): Likewise.
910         * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
911         (struct aarch64_insn_data): Moved from
912         gdbserver/linux-aarch64-low.c.
913         (struct aarch64_insn_visitor): Likewise.
914         (aarch64_relocate_instruction): Declare.
915
916 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
917
918         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
919         EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
920         to the returned value.
921
922 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
923
924         * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
925         is large enough for BIT_SIZE.  Update function comment.
926
927 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
928
929         * ada-lang.c (ada_value_primitive_packed_val): Move
930         src_len variable to local block where used.  Override
931         BIT_SIZE if bigger than size of resolved type.
932
933 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
934
935         * gdbtypes.h (is_scalar_type): Add extern declaration.
936         * gdbtypes.c (is_scalar_type): Make non-static.
937         * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
938         to compute IS_SCALAR instead of doing it ourselves.
939
940 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
941
942         * ada-lang.c (ada_value_primitive_packed_val): Rework handling
943         of case where TYPE is dynamic.
944
945 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
946
947         * ada-lang.c (ada_unpack_from_contents): New function,
948         extracted from ada_value_primitive_packed_val.
949         (ada_value_primitive_packed_val): Replace extracted out code
950         by call to ada_unpack_from_contents.
951
952 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
953
954         * ada-lang.c (ada_value_primitive_packed_val): Reorder local
955         variable declarations.
956
957 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
958
959         * ada-lang.c (ada_value_primitive_packed_val): Change the type
960         of local variables src and unpacked to "gdb_type *" instead of
961         "unsigned char *".
962
963 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
964
965         * ada-lang.c (ada_value_primitive_packed_val): Make the name
966         of various local variables more explicit and consistent.
967         No real code change otherwise.
968
969 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
970
971         * i386-tdep.h (struct gdbarch_tdep): Change type of
972         register_reggroup_p to gdbarch_register_reggroup_p_ftype.
973
974 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
975
976         * cris-tdep.c (struct instruction_environment): Change type of
977         byte_order to enum bfd_endian.
978
979 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
980
981         * arm-linux-tdep.c (arm_canonicalize_syscall): Add
982         enum gdb_syscall casts.
983
984 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
985
986         * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
987         * arm-tdep.c (struct stack_item): Likewise.
988         (push_stack_item): Add gdb_byte* cast.
989         * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
990         (push_stack_item): Add gdb_byte* cast.
991         * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
992         and add cast.
993         * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
994         (push_stack_item): Add gdb_byte* cast.
995         * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
996         add cast.
997         * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
998         gdb_byte*.
999         * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
1000         gdb_byte* and remove unnecessary cast.
1001         (h8300h_extract_return_value): Likewise.
1002         (h8300_store_return_value): Change type of valbuf to gdb_byte*.
1003         (h8300h_store_return_value): Likewise.
1004         * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
1005         gdb_byte* and remove unnecessary cast.
1006         * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
1007         and add cast.
1008         * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
1009         gdb_byte* and remove unnecessary cast.
1010         (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
1011         valbuf.
1012         * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
1013         (mep_pseudo_cr64_read): Likewise.
1014         (mep_pseudo_csr_write): Likewise.
1015         (mep_pseudo_cr32_write): Likewise.
1016         (mep_pseudo_cr64_write): Likewise.
1017         * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
1018         gdb_byte* and add cast.
1019         * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
1020         gdb_byte* and remove unnecessary cast.
1021         (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
1022         valbuf.
1023         * p-valprint.c (print_scalar_formatted): Change type of valaddr to
1024         gdb_byte*.
1025         * printcmd.c (void): Likewise.
1026         * python/py-inferior.c (infpy_read_memory): Change type of buffer to
1027         gdb_byte* and add cast.
1028         (infpy_write_memory): Likewise.
1029         (infpy_search_memory): Likewise.
1030         * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
1031         and add cast.
1032         (regcache_raw_write_unsigned): Likewise.
1033         (regcache_cooked_write_signed): Likewise.
1034         (regcache_cooked_write_unsigned): Likewise.
1035         * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
1036         gdb_byte*.
1037
1038 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
1039
1040         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
1041         * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
1042
1043 2015-10-09  Eli Zaretskii  <eliz@gnu.org>
1044
1045         * stack.c (print_stack_frame):
1046         * utils.c (printchar): Fix typos in commentary.
1047
1048 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
1049
1050         * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
1051         (PostfixExpression): Support `expr.sizeof' expressions.
1052         (PrimaryExpression): Support `typeof(expr)' expressions.
1053
1054 2015-10-08  Maciej W. Rozycki  <macro@imgtec.com>
1055
1056         * MAINTAINERS: Update my email address.
1057
1058 2015-10-08  Markus Metzger  <markus.t.metzger@intel.com>
1059
1060         * record-btrace.c (record_btrace_resume): Fix void return.
1061
1062 2015-10-07  Yao Qi  <yao.qi@linaro.org>
1063
1064         * aarch64-tdep.c: Include opcode/aarch64.h.
1065         (submask): Move it above.
1066         (bit): Likewise.
1067         (bits): Likewise.
1068         (aarch64_software_single_step): Call aarch64_decode_insn.
1069         Decode instruction by aarch64_inst instead of using
1070         aarch64_decode_bcond and decode_masked_match.
1071
1072 2015-10-06  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
1073
1074         * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
1075         only when the file is binary.
1076
1077 2015-10-02  James Bowman  <james.bowman@ftdichip.com>
1078
1079         * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
1080         subroutine handling.
1081
1082 2015-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1083
1084         * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
1085
1086 2015-09-30  Doug Evans  <dje@google.com>
1087
1088         * dwarf2read.c (setup_type_unit_groups): Add comment.
1089
1090 2015-09-30  Pedro Alves  <palves@redhat.com>
1091
1092         * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
1093         * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
1094         (x86_linux_create_target): Don't install
1095         x86_linux_always_non_stop_p.
1096
1097 2015-09-30  Don Breazeal  <donb@codesourcery.com>
1098
1099         * remote.c (remote_parse_stop_reply): Call strprefix instead
1100         of strncmp.
1101
1102 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
1103
1104         * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
1105         * gdbarch.h: Regenerate.
1106         * i386-tdep.c (i386_gdbarch_init): Remove cast to
1107         struct gdbarch_tdep_info *.
1108         * mips-tdep.c (mips_gdbarch_init): Likewise.
1109         * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
1110         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
1111         * spu-multiarch.c (spu_gdbarch): Likewise.
1112
1113 2015-09-30  Kevin Buettner  <kevinb@redhat.com>
1114
1115         * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
1116         record a NULL value.
1117
1118 2015-09-29  Kevin Buettner  <kevinb@redhat.com>
1119
1120         * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
1121         and union arguments the same as pointer arguments when determining
1122         size of argument.
1123
1124 2015-09-29  James Bowman  <james.bowman@ftdichip.com>
1125
1126         * ft32-tdep.c: #include "opcode/ft32.h".
1127         Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
1128         (ft32_analyze_prologue): Use FT32_* macros.
1129
1130 2015-09-28  Simon Marchi  <simon.marchi@ericsson.com>
1131
1132         * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
1133         comment.
1134
1135 2015-09-28  Doug Evans  <dje@google.com>
1136
1137         * MAINTAINERS: Add Iain Buclaw as D language maintainer.
1138
1139 2015-09-28  Doug Evans  <dje@google.com>
1140
1141         * common/filestuff.c (make_cleanup_close): Update comment.
1142
1143 2015-09-26  Simon Marchi  <simon.marchi@polymtl.ca>
1144
1145         * btrace.c (parse_xml_btrace_block): Fix cast of
1146         xml_find_attribute's return value.
1147         * memory-map.c (memory_map_start_memory): Likewise.
1148         * solib-svr4.c (library_list_start_library): Likewise.
1149         * solib-target.c (library_list_start_segment): Likewise.
1150         (library_list_start_section): Likewise.
1151         * tracepoint.c (traceframe_info_start_memory): Likewise.
1152
1153 2015-09-26  Iain Buclaw  <ibuclaw@gdcproject.org>
1154
1155         * d-namespace.c (d_lookup_symbol): New arg langdef.
1156         All callers updated.  Support looking up symbol as a primitive type.
1157         (lookup_module_scope): New arg langdef.  All callers updated.
1158         Call d_lookup_symbol directly for simple bare symbols.
1159
1160 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1161
1162         * macrocmd.c (print_macro_callback): Add cast(s).
1163         * macrotab.c (macro_bcache_str): Likewise.
1164         (new_macro_definition): Likewise.
1165         * main.c (captured_main): Likewise.
1166         * maint.c (print_bfd_section_info): Likewise.
1167         * mdebugread.c (mdebug_build_psymtabs): Likewise.
1168         (basic_type): Likewise.
1169         * memattr.c (mem_region_cmp): Likewise.
1170         * memory-map.c (memory_map_start_memory): Likewise.
1171         (memory_map_end_memory): Likewise.
1172         (memory_map_start_property): Likewise.
1173         (memory_map_end_property): Likewise.
1174         (clear_result): Likewise.
1175         * memrange.c (compare_mem_ranges): Likewise.
1176         * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
1177         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
1178         * mi/mi-console.c (mi_console_file_delete): Likewise.
1179         (mi_console_file_fputs): Likewise.
1180         (mi_console_raw_packet): Likewise.
1181         (mi_console_file_flush): Likewise.
1182         (mi_console_set_raw): Likewise.
1183         * mi/mi-interp.c (mi_interpreter_resume): Likewise.
1184         (mi_new_thread): Likewise.
1185         (mi_thread_exit): Likewise.
1186         (mi_record_changed): Likewise.
1187         (mi_inferior_added): Likewise.
1188         (mi_inferior_appeared): Likewise.
1189         (mi_inferior_exit): Likewise.
1190         (mi_inferior_removed): Likewise.
1191         (mi_interp_data): Likewise.
1192         (mi_on_normal_stop): Likewise.
1193         (mi_traceframe_changed): Likewise.
1194         (mi_tsv_created): Likewise.
1195         (mi_tsv_deleted): Likewise.
1196         (mi_tsv_modified): Likewise.
1197         (mi_breakpoint_created): Likewise.
1198         (mi_breakpoint_deleted): Likewise.
1199         (mi_breakpoint_modified): Likewise.
1200         (mi_output_running_pid): Likewise.
1201         (mi_inferior_count): Likewise.
1202         (mi_solib_loaded): Likewise.
1203         (mi_solib_unloaded): Likewise.
1204         (mi_command_param_changed): Likewise.
1205         (mi_memory_changed): Likewise.
1206         (report_initial_inferior): Likewise.
1207         (mi_ui_out): Likewise.
1208         (mi_set_logging): Likewise.
1209         * mi/mi-main.c (collect_cores): Likewise.
1210         (print_one_inferior): Likewise.
1211         (free_vector_of_ints): Likewise.
1212         (free_splay_tree): Likewise.
1213         (mi_execute_command): Likewise.
1214         * mi/mi-out.c (mi_table_body): Likewise.
1215         (mi_table_end): Likewise.
1216         (mi_table_header): Likewise.
1217         (mi_begin): Likewise.
1218         (mi_end): Likewise.
1219         (mi_field_int): Likewise.
1220         (mi_field_string): Likewise.
1221         (mi_field_fmt): Likewise.
1222         (mi_flush): Likewise.
1223         (mi_redirect): Likewise.
1224         (field_separator): Likewise.
1225         (mi_open): Likewise.
1226         (mi_close): Likewise.
1227         (mi_out_buffered): Likewise.
1228         (mi_out_rewind): Likewise.
1229         (mi_out_put): Likewise.
1230         (mi_version): Likewise.
1231         (mi_out_data_dtor): Likewise.
1232         * mi/mi-parse.c (mi_parse_cleanup): Likewise.
1233         * microblaze-tdep.c (microblaze_frame_cache): Likewise.
1234         * minidebug.c (lzma_open): Likewise.
1235         (lzma_pread): Likewise.
1236         (lzma_close): Likewise.
1237         (lzma_stat): Likewise.
1238         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
1239         * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
1240         (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
1241         * mips-tdep.c (mips_insn16_frame_cache): Likewise.
1242         (mips_micro_frame_cache): Likewise.
1243         (mips_insn32_frame_cache): Likewise.
1244         (mips_stub_frame_cache): Likewise.
1245         (gdb_print_insn_mips): Likewise.
1246         (value_of_mips_user_reg): Likewise.
1247         (mips_gdbarch_init): Likewise.
1248         * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
1249         * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
1250         (mipsnbsd_supply_gregset): Likewise.
1251         * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
1252         (am33_collect_gregset_method): Likewise.
1253         (am33_collect_fpregset_method): Likewise.
1254         * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
1255         * moxie-tdep.c (moxie_frame_cache): Likewise.
1256         * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
1257         (msp430_analyze_frame_prologue): Likewise.
1258         * mt-tdep.c (mt_frame_unwind_cache): Likewise.
1259         * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
1260         (nios2_collect_gregset): Likewise.
1261         * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
1262         (nios2_stub_frame_cache): Likewise.
1263         * objc-lang.c (find_methods): Likewise.
1264         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
1265         (get_objfile_pspace_data): Likewise.
1266         (get_objfile_bfd_data): Likewise.
1267         (objfile_bfd_data_free): Likewise.
1268         (add_to_objfile_sections): Likewise.
1269         (do_free_objfile_cleanup): Likewise.
1270         (resume_section_map_updates_cleanup): Likewise.
1271         * opencl-lang.c (builtin_opencl_type): Likewise.
1272         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
1273         * osdata.c (osdata_start_osdata): Likewise.
1274         (osdata_start_item): Likewise.
1275         (osdata_start_column): Likewise.
1276         (osdata_end_column): Likewise.
1277         (clear_parsing_data): Likewise.
1278         (osdata_free_cleanup): Likewise.
1279         * parse.c (type_stack_cleanup): Likewise.
1280         (exp_uses_objfile_iter): Likewise.
1281         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
1282         (ppc_linux_collect_gregset): Likewise.
1283         (ppu2spu_prev_arch): Likewise.
1284         (ppu2spu_this_id): Likewise.
1285         (ppu2spu_prev_register): Likewise.
1286         (ppu2spu_unwind_register): Likewise.
1287         (ppu2spu_sniffer): Likewise.
1288         (ppu2spu_dealloc_cache): Likewise.
1289         (ppc_linux_init_abi): Likewise.
1290         * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
1291         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
1292         * progspace.c (restore_program_space): Likewise.
1293         * psymtab.c (find_pc_sect_psymtab): Likewise.
1294         (compare_psymbols): Likewise.
1295         (psymbol_bcache_full): Likewise.
1296         (allocate_psymtab): Likewise.
1297         (discard_psymtabs_upto): Likewise.
1298         * python/py-block.c (set_block): Likewise.
1299         (del_objfile_blocks): Likewise.
1300         * python/py-breakpoint.c (build_bp_list): Likewise.
1301         * python/py-inferior.c (inferior_to_inferior_object): Likewise.
1302         (build_inferior_list): Likewise.
1303         (py_free_inferior): Likewise.
1304         * python/py-objfile.c (py_free_objfile): Likewise.
1305         (objfile_to_objfile_object): Likewise.
1306         * python/py-prettyprint.c (py_restore_tstate): Likewise.
1307         * python/py-progspace.c (py_free_pspace): Likewise.
1308         (pspace_to_pspace_object): Likewise.
1309         * python/py-symbol.c (set_symbol): Likewise.
1310         (del_objfile_symbols): Likewise.
1311         * python/py-symtab.c (set_sal): Likewise.
1312         (set_symtab): Likewise.
1313         (del_objfile_symtab): Likewise.
1314         (del_objfile_sal): Likewise.
1315         * python/py-type.c (save_objfile_types): Likewise.
1316         (set_type): Likewise.
1317         * python/py-unwind.c (pyuw_prev_register): Likewise.
1318         (pyuw_on_new_gdbarch): Likewise.
1319         * python/py-utils.c (py_decref): Likewise.
1320         (py_xdecref): Likewise.
1321         (gdb_py_generic_dict): Likewise.
1322         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
1323         (gdbpy_clone_xmethod_worker_data): Likewise.
1324         (gdbpy_get_xmethod_arg_types): Likewise.
1325         (gdbpy_get_xmethod_result_type): Likewise.
1326         (gdbpy_invoke_xmethod): Likewise.
1327         * python/python.c (gdbpy_apply_type_printers): Likewise.
1328         (gdbpy_free_type_printers): Likewise.
1329         * record-btrace.c (record_btrace_disable_callback): Likewise.
1330         (bfcache_hash): Likewise.
1331         (bfcache_eq): Likewise.
1332         (btrace_get_frame_function): Likewise.
1333         (record_btrace_frame_unwind_stop_reason): Likewise.
1334         (record_btrace_frame_this_id): Likewise.
1335         (record_btrace_frame_prev_register): Likewise.
1336         (record_btrace_frame_dealloc_cache): Likewise.
1337         * record-full.c (record_full_message_wrapper): Likewise.
1338         (record_full_save_cleanups): Likewise.
1339         * regcache.c (regcache_descr): Likewise.
1340         (do_regcache_xfree): Likewise.
1341         (do_regcache_invalidate): Likewise.
1342         (do_cooked_read): Likewise.
1343         (regcache_transfer_regset): Likewise.
1344         * reggroups.c (reggroup_add): Likewise.
1345         (reggroup_next): Likewise.
1346         (reggroup_prev): Likewise.
1347         * remote-fileio.c (do_remote_fileio_request): Likewise.
1348         * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
1349         (do_notif_event_xfree): Likewise.
1350         * remote.c (get_remote_arch_state): Likewise.
1351         (remote_pspace_data_cleanup): Likewise.
1352         (get_remote_exec_file): Likewise.
1353         (set_pspace_remote_exec_file): Likewise.
1354         (compare_pnums): Likewise.
1355         (clear_threads_listing_context): Likewise.
1356         (remote_newthread_step): Likewise.
1357         (start_thread): Likewise.
1358         (end_thread): Likewise.
1359         (remove_child_of_pending_fork): Likewise.
1360         (remove_stop_reply_for_inferior): Likewise.
1361         (remove_stop_reply_of_remote_state): Likewise.
1362         (remote_notif_remove_once_on_match): Likewise.
1363         (stop_reply_match_ptid_and_ws): Likewise.
1364         (kill_child_of_pending_fork): Likewise.
1365         (register_remote_g_packet_guess): Likewise.
1366         (remote_read_description_p): Likewise.
1367         (remote_read_description): Likewise.
1368         (free_actions_list_cleanup_wrapper): Likewise.
1369         (remote_async_serial_handler): Likewise.
1370         * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
1371         (rl78_analyze_frame_prologue): Likewise.
1372         * rs6000-tdep.c (ppc_supply_gregset): Likewise.
1373         (ppc_supply_fpregset): Likewise.
1374         (ppc_supply_vsxregset): Likewise.
1375         (ppc_supply_vrregset): Likewise.
1376         (ppc_collect_gregset): Likewise.
1377         (ppc_collect_fpregset): Likewise.
1378         (ppc_collect_vsxregset): Likewise.
1379         (ppc_collect_vrregset): Likewise.
1380         (e500_move_ev_register): Likewise.
1381         (do_regcache_raw_write): Likewise.
1382         (rs6000_frame_cache): Likewise.
1383         (rs6000_epilogue_frame_cache): Likewise.
1384         (rs6000_gdbarch_init): Likewise.
1385         * rx-tdep.c (rx_get_opcode_byte): Likewise.
1386         (rx_analyze_frame_prologue): Likewise.
1387         (rx_frame_type): Likewise.
1388         (rx_frame_sniffer_common): Likewise.
1389         * s390-linux-tdep.c (s390_check_for_saved): Likewise.
1390         (s390_frame_unwind_cache): Likewise.
1391         (s390_stub_frame_unwind_cache): Likewise.
1392         (s390_sigtramp_frame_unwind_cache): Likewise.
1393         * score-tdep.c (score_make_prologue_cache): Likewise.
1394         * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
1395         (sentinel_frame_prev_arch): Likewise.
1396         * ser-base.c (fd_event): Likewise.
1397         (push_event): Likewise.
1398         (ser_base_write): Likewise.
1399         * ser-pipe.c (pipe_close): Likewise.
1400         * serial.c (serial_write): Likewise.
1401         * sh-tdep.c (sh_frame_cache): Likewise.
1402         (sh_stub_this_id): Likewise.
1403         * sh64-tdep.c (sh64_frame_cache): Likewise.
1404         * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1405         (library_list_start_library): Likewise.
1406         (library_list_start_list): Likewise.
1407         (solib_aix_free_library_list): Likewise.
1408         * solib-darwin.c (get_darwin_info): Likewise.
1409         * solib-dsbt.c (get_dsbt_info): Likewise.
1410         * solib-spu.c (append_ocl_sos): Likewise.
1411         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1412         (get_svr4_info): Likewise.
1413         (library_list_start_library): Likewise.
1414         (svr4_library_list_start_list): Likewise.
1415         (hash_probe_and_action): Likewise.
1416         (equal_probe_and_action): Likewise.
1417         (svr4_update_solib_event_breakpoint): Likewise.
1418         (set_solib_svr4_fetch_link_map_offsets): Likewise.
1419         (svr4_fetch_link_map_offsets): Likewise.
1420         (svr4_have_link_map_offsets): Likewise.
1421         * solib-target.c (library_list_start_segment): Likewise.
1422         (library_list_start_section): Likewise.
1423         (library_list_start_library): Likewise.
1424         (library_list_end_library): Likewise.
1425         (library_list_start_list): Likewise.
1426         (solib_target_free_library_list): Likewise.
1427         * solib.c (solib_ops): Likewise.
1428         (set_solib_ops): Likewise.
1429         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1430         * sparc-tdep.c (sparc_frame_cache): Likewise.
1431         (sparc32_frame_cache): Likewise.
1432         (sparc32_supply_gregset): Likewise.
1433         (sparc32_collect_gregset): Likewise.
1434         (sparc32_supply_fpregset): Likewise.
1435         (sparc32_collect_fpregset): Likewise.
1436         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1437         * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1438         (sparc64_collect_gregset): Likewise.
1439         (sparc64_supply_fpregset): Likewise.
1440         (sparc64_collect_fpregset): Likewise.
1441         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
1442         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
1443         * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
1444         (sparc64obsd_trapframe_cache): Likewise.
1445         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
1446         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
1447         * spu-multiarch.c (spu_gdbarch): Likewise.
1448         * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1449         (spu2ppu_prev_arch): Likewise.
1450         (spu2ppu_this_id): Likewise.
1451         (spu2ppu_prev_register): Likewise.
1452         (spu2ppu_dealloc_cache): Likewise.
1453         (spu_dis_asm_print_address): Likewise.
1454         (gdb_print_insn_spu): Likewise.
1455         (spu_get_overlay_table): Likewise.
1456         * stabsread.c (rs6000_builtin_type): Likewise.
1457         * stack.c (do_print_variable_and_value): Likewise.
1458         * stap-probe.c (get_stap_base_address_1): Likewise.
1459         * symfile-debug.c (debug_qf_has_symbols): Likewise.
1460         (debug_qf_find_last_source_symtab): Likewise.
1461         (debug_qf_forget_cached_source_info): Likewise.
1462         (debug_qf_map_symtabs_matching_filename): Likewise.
1463         (debug_qf_lookup_symbol): Likewise.
1464         (debug_qf_print_stats): Likewise.
1465         (debug_qf_dump): Likewise.
1466         (debug_qf_relocate): Likewise.
1467         (debug_qf_expand_symtabs_for_function): Likewise.
1468         (debug_qf_expand_all_symtabs): Likewise.
1469         (debug_qf_expand_symtabs_with_fullname): Likewise.
1470         (debug_qf_map_matching_symbols): Likewise.
1471         (debug_qf_expand_symtabs_matching): Likewise.
1472         (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1473         (debug_qf_map_symbol_filenames): Likewise.
1474         (debug_sym_get_probes): Likewise.
1475         (debug_sym_new_init): Likewise.
1476         (debug_sym_init): Likewise.
1477         (debug_sym_read): Likewise.
1478         (debug_sym_read_psymbols): Likewise.
1479         (debug_sym_finish): Likewise.
1480         (debug_sym_offsets): Likewise.
1481         (debug_sym_read_linetable): Likewise.
1482         (debug_sym_relocate): Likewise.
1483         (uninstall_symfile_debug_logging): Likewise.
1484         * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1485         * symfile.c (place_section): Likewise.
1486         (add_section_size_callback): Likewise.
1487         (load_progress): Likewise.
1488         (load_section_callback): Likewise.
1489         (clear_memory_write_data): Likewise.
1490         (allocate_symtab): Likewise.
1491         * symmisc.c (maintenance_expand_file_matcher): Likewise.
1492         * symtab.c (lookup_symtab_callback): Likewise.
1493         (hash_demangled_name_entry): Likewise.
1494         (eq_demangled_name_entry): Likewise.
1495         (get_symbol_cache): Likewise.
1496         (symbol_cache_cleanup): Likewise.
1497         (set_symbol_cache_size): Likewise.
1498         (symbol_cache_flush): Likewise.
1499         (maintenance_print_symbol_cache): Likewise.
1500         (maintenance_print_symbol_cache_statistics): Likewise.
1501         (delete_filename_seen_cache): Likewise.
1502         (output_partial_symbol_filename): Likewise.
1503         (search_symbols_file_matches): Likewise.
1504         (search_symbols_name_matches): Likewise.
1505         (do_free_completion_list): Likewise.
1506         (maybe_add_partial_symtab_filename): Likewise.
1507         (get_main_info): Likewise.
1508         (main_info_cleanup): Likewise.
1509         * target-dcache.c (target_dcache_cleanup): Likewise.
1510         (target_dcache_init_p): Likewise.
1511         (target_dcache_invalidate): Likewise.
1512         (target_dcache_get): Likewise.
1513         (target_dcache_get_or_init): Likewise.
1514         * target-descriptions.c (target_find_description): Likewise.
1515         (tdesc_find_type): Likewise.
1516         (tdesc_data_cleanup): Likewise.
1517         (tdesc_find_arch_register): Likewise.
1518         (tdesc_register_name): Likewise.
1519         (tdesc_register_type): Likewise.
1520         (tdesc_register_reggroup_p): Likewise.
1521         (set_tdesc_pseudo_register_name): Likewise.
1522         (set_tdesc_pseudo_register_type): Likewise.
1523         (set_tdesc_pseudo_register_reggroup_p): Likewise.
1524         (tdesc_use_registers): Likewise.
1525         (free_target_description): Likewise.
1526         * target-memory.c (compare_block_starting_address): Likewise.
1527         (cleanup_request_data): Likewise.
1528         (cleanup_write_requests_vector): Likewise.
1529         * target.c (open_target): Likewise.
1530         (cleanup_restore_target_terminal): Likewise.
1531         (free_memory_read_result_vector): Likewise.
1532         * thread.c (disable_thread_stack_temporaries): Likewise.
1533         (finish_thread_state_cleanup): Likewise.
1534         (do_restore_current_thread_cleanup): Likewise.
1535         (restore_current_thread_cleanup_dtor): Likewise.
1536         (set_thread_refcount): Likewise.
1537         (tp_array_compar): Likewise.
1538         (do_captured_thread_select): Likewise.
1539         * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1540         (tic6x_stub_this_id): Likewise.
1541         * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1542         * top.c (do_restore_instream_cleanup): Likewise.
1543         (gdb_readline_wrapper_cleanup): Likewise.
1544         (kill_or_detach): Likewise.
1545         (print_inferior_quit_action): Likewise.
1546         * tracefile-tfile.c (match_blocktype): Likewise.
1547         (build_traceframe_info): Likewise.
1548         * tracefile.c (trace_file_writer_xfree): Likewise.
1549         * tracepoint.c (memrange_cmp): Likewise.
1550         (do_collect_symbol): Likewise.
1551         (do_clear_collection_list): Likewise.
1552         (do_restore_current_traceframe_cleanup): Likewise.
1553         (restore_current_traceframe_cleanup_dtor): Likewise.
1554         (free_current_marker): Likewise.
1555         (traceframe_info_start_memory): Likewise.
1556         (traceframe_info_start_tvar): Likewise.
1557         (free_result): Likewise.
1558         * tramp-frame.c (tramp_frame_cache): Likewise.
1559         * tui/tui-file.c (tui_file_delete): Likewise.
1560         (tui_fileopen): Likewise.
1561         (tui_sfileopen): Likewise.
1562         (tui_file_isatty): Likewise.
1563         (tui_file_rewind): Likewise.
1564         (tui_file_put): Likewise.
1565         (tui_file_fputs): Likewise.
1566         (tui_file_get_strbuf): Likewise.
1567         (tui_file_adjust_strbuf): Likewise.
1568         (tui_file_flush): Likewise.
1569         * tui/tui-layout.c (make_command_window): Likewise.
1570         (make_data_window): Likewise.
1571         (show_source_disasm_command): Likewise.
1572         (show_data): Likewise.
1573         (make_source_or_disasm_window): Likewise.
1574         (show_source_or_disasm_and_command): Likewise.
1575         * tui/tui-out.c (tui_field_int): Likewise.
1576         (tui_field_string): Likewise.
1577         (tui_field_fmt): Likewise.
1578         (tui_text): Likewise.
1579         * typeprint.c (hash_typedef_field): Likewise.
1580         (eq_typedef_field): Likewise.
1581         (do_free_typedef_hash): Likewise.
1582         (copy_typedef_hash_element): Likewise.
1583         (do_free_global_table): Likewise.
1584         (find_global_typedef): Likewise.
1585         (find_typedef_in_hash): Likewise.
1586         * ui-file.c (ui_file_write_for_put): Likewise.
1587         (do_ui_file_xstrdup): Likewise.
1588         (mem_file_delete): Likewise.
1589         (mem_file_rewind): Likewise.
1590         (mem_file_put): Likewise.
1591         (mem_file_write): Likewise.
1592         (stdio_file_delete): Likewise.
1593         (stdio_file_flush): Likewise.
1594         (stdio_file_read): Likewise.
1595         (stdio_file_write): Likewise.
1596         (stdio_file_write_async_safe): Likewise.
1597         (stdio_file_fputs): Likewise.
1598         (stdio_file_isatty): Likewise.
1599         (stdio_file_fseek): Likewise.
1600         (tee_file_delete): Likewise.
1601         (tee_file_flush): Likewise.
1602         (tee_file_write): Likewise.
1603         (tee_file_fputs): Likewise.
1604         (tee_file_isatty): Likewise.
1605         * ui-out.c (do_cleanup_table_end): Likewise.
1606         (do_cleanup_end): Likewise.
1607         * user-regs.c (user_reg_add): Likewise.
1608         (user_reg_map_name_to_regnum): Likewise.
1609         (usernum_to_user_reg): Likewise.
1610         (maintenance_print_user_registers): Likewise.
1611         * utils.c (do_bfd_close_cleanup): Likewise.
1612         (do_fclose_cleanup): Likewise.
1613         (do_obstack_free): Likewise.
1614         (do_ui_file_delete): Likewise.
1615         (do_ui_out_redirect_pop): Likewise.
1616         (do_free_section_addr_info): Likewise.
1617         (restore_integer): Likewise.
1618         (do_unpush_target): Likewise.
1619         (do_htab_delete_cleanup): Likewise.
1620         (do_restore_ui_file): Likewise.
1621         (do_value_free): Likewise.
1622         (do_free_so): Likewise.
1623         (free_current_contents): Likewise.
1624         (do_regfree_cleanup): Likewise.
1625         (core_addr_hash): Likewise.
1626         (core_addr_eq): Likewise.
1627         (do_free_char_ptr_vec): Likewise.
1628         * v850-tdep.c (v850_frame_cache): Likewise.
1629         * varobj.c (do_free_variable_cleanup): Likewise.
1630         * vax-tdep.c (vax_supply_gregset): Likewise.
1631         (vax_frame_cache): Likewise.
1632         * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1633         * xml-support.c (gdb_xml_body_text): Likewise.
1634         (gdb_xml_values_cleanup): Likewise.
1635         (gdb_xml_start_element): Likewise.
1636         (gdb_xml_start_element_wrapper): Likewise.
1637         (gdb_xml_end_element): Likewise.
1638         (gdb_xml_end_element_wrapper): Likewise.
1639         (gdb_xml_cleanup): Likewise.
1640         (gdb_xml_fetch_external_entity): Likewise.
1641         (gdb_xml_parse_attr_enum): Likewise.
1642         (xinclude_start_include): Likewise.
1643         (xinclude_end_include): Likewise.
1644         (xml_xinclude_default): Likewise.
1645         (xml_xinclude_start_doctype): Likewise.
1646         (xml_xinclude_end_doctype): Likewise.
1647         (xml_xinclude_cleanup): Likewise.
1648         (xml_fetch_content_from_file): Likewise.
1649         * xml-syscall.c (free_syscalls_info): Likewise.
1650         (syscall_start_syscall): Likewise.
1651         * xml-tdesc.c (tdesc_end_arch): Likewise.
1652         (tdesc_end_osabi): Likewise.
1653         (tdesc_end_compatible): Likewise.
1654         (tdesc_start_target): Likewise.
1655         (tdesc_start_feature): Likewise.
1656         (tdesc_start_reg): Likewise.
1657         (tdesc_start_union): Likewise.
1658         (tdesc_start_struct): Likewise.
1659         (tdesc_start_flags): Likewise.
1660         (tdesc_start_field): Likewise.
1661         (tdesc_start_vector): Likewise.
1662         (fetch_available_features_from_target): Likewise.
1663         * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1664         * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1665         (xtensa_frame_cache): Likewise.
1666         (xtensa_frame_prev_register): Likewise.
1667         (xtensa_extract_return_value): Likewise.
1668
1669 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1670
1671         * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1672         (aarch64_make_stub_cache): Likewise.
1673         (value_of_aarch64_user_reg): Likewise.
1674         * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1675         (get_ada_inferior_data): Likewise.
1676         (get_ada_pspace_data): Likewise.
1677         (ada_pspace_data_cleanup): Likewise.
1678         (ada_complete_symbol_matcher): Likewise.
1679         (ada_exc_search_name_matches): Likewise.
1680         * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1681         (get_ada_tasks_inferior_data): Likewise.
1682         * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1683         (splay_obstack_alloc): Likewise.
1684         (splay_obstack_free): Likewise.
1685         * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1686         (alpha_linux_collect_gregset): Likewise.
1687         (alpha_linux_supply_fpregset): Likewise.
1688         (alpha_linux_collect_fpregset): Likewise.
1689         * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1690         * alpha-tdep.c (alpha_lds): Likewise.
1691         (alpha_sts): Likewise.
1692         (alpha_sigtramp_frame_unwind_cache): Likewise.
1693         (alpha_heuristic_frame_unwind_cache): Likewise.
1694         (alpha_supply_int_regs): Likewise.
1695         (alpha_fill_int_regs): Likewise.
1696         (alpha_supply_fp_regs): Likewise.
1697         (alpha_fill_fp_regs): Likewise.
1698         * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1699         (alphanbsd_aout_supply_gregset): Likewise.
1700         (alphanbsd_supply_gregset): Likewise.
1701         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1702         (amd64_x32_linux_init_abi): Likewise.
1703         * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1704         (amd64_collect_native_gregset): Likewise.
1705         * amd64-tdep.c (amd64_frame_cache): Likewise.
1706         (amd64_sigtramp_frame_cache): Likewise.
1707         (amd64_epilogue_frame_cache): Likewise.
1708         (amd64_supply_fxsave): Likewise.
1709         (amd64_supply_xsave): Likewise.
1710         (amd64_collect_fxsave): Likewise.
1711         (amd64_collect_xsave): Likewise.
1712         * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1713         * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1714         * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1715         (arm_linux_collect_gregset): Likewise.
1716         (arm_linux_supply_nwfpe): Likewise.
1717         (arm_linux_collect_nwfpe): Likewise.
1718         (arm_linux_supply_vfp): Likewise.
1719         (arm_linux_collect_vfp): Likewise.
1720         * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1721         (arm_prologue_unwind_stop_reason): Likewise.
1722         (arm_prologue_this_id): Likewise.
1723         (arm_prologue_prev_register): Likewise.
1724         (arm_exidx_data_free): Likewise.
1725         (arm_find_exidx_entry): Likewise.
1726         (arm_stub_this_id): Likewise.
1727         (arm_m_exception_this_id): Likewise.
1728         (arm_m_exception_prev_register): Likewise.
1729         (arm_normal_frame_base): Likewise.
1730         (gdb_print_insn_arm): Likewise.
1731         (arm_objfile_data_free): Likewise.
1732         (arm_record_special_symbol): Likewise.
1733         (value_of_arm_user_reg): Likewise.
1734         * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1735         (armbsd_supply_gregset): Likewise.
1736         * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1737         (get_auto_load_pspace_data): Likewise.
1738         (hash_loaded_script_entry): Likewise.
1739         (eq_loaded_script_entry): Likewise.
1740         (clear_section_scripts): Likewise.
1741         (collect_matching_scripts): Likewise.
1742         * auxv.c (auxv_inferior_data_cleanup): Likewise.
1743         (get_auxv_inferior_data): Likewise.
1744         * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1745         * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1746         * bfd-target.c (target_bfd_xfer_partial): Likewise.
1747         (target_bfd_xclose): Likewise.
1748         (target_bfd_get_section_table): Likewise.
1749         * bfin-tdep.c (bfin_frame_cache): Likewise.
1750         * block.c (find_block_in_blockvector): Likewise.
1751         (call_site_for_pc): Likewise.
1752         (block_find_non_opaque_type_preferred): Likewise.
1753         * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1754         (signal_catchpoint_remove_location): Likewise.
1755         (signal_catchpoint_breakpoint_hit): Likewise.
1756         (signal_catchpoint_print_one): Likewise.
1757         (signal_catchpoint_print_mention): Likewise.
1758         (signal_catchpoint_print_recreate): Likewise.
1759         * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1760         * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1761         (bp_location_compare_addrs): Likewise.
1762         (get_first_locp_gte_addr): Likewise.
1763         (check_tracepoint_command): Likewise.
1764         (do_map_commands_command): Likewise.
1765         (get_breakpoint_objfile_data): Likewise.
1766         (free_breakpoint_probes): Likewise.
1767         (do_captured_breakpoint_query): Likewise.
1768         (compare_breakpoints): Likewise.
1769         (bp_location_compare): Likewise.
1770         (bpstat_remove_breakpoint_callback): Likewise.
1771         (do_delete_breakpoint_cleanup): Likewise.
1772         * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1773         (bsd_uthread_set_collect_uthread): Likewise.
1774         (bsd_uthread_activate): Likewise.
1775         (bsd_uthread_fetch_registers): Likewise.
1776         (bsd_uthread_store_registers): Likewise.
1777         * btrace.c (check_xml_btrace_version): Likewise.
1778         (parse_xml_btrace_block): Likewise.
1779         (parse_xml_btrace_pt_config_cpu): Likewise.
1780         (parse_xml_btrace_pt_raw): Likewise.
1781         (parse_xml_btrace_pt): Likewise.
1782         (parse_xml_btrace_conf_bts): Likewise.
1783         (parse_xml_btrace_conf_pt): Likewise.
1784         (do_btrace_data_cleanup): Likewise.
1785         * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1786         * charset.c (cleanup_iconv): Likewise.
1787         (do_cleanup_iterator): Likewise.
1788         * cli-out.c (cli_uiout_dtor): Likewise.
1789         (cli_table_begin): Likewise.
1790         (cli_table_body): Likewise.
1791         (cli_table_end): Likewise.
1792         (cli_table_header): Likewise.
1793         (cli_begin): Likewise.
1794         (cli_end): Likewise.
1795         (cli_field_int): Likewise.
1796         (cli_field_skip): Likewise.
1797         (cli_field_string): Likewise.
1798         (cli_field_fmt): Likewise.
1799         (cli_spaces): Likewise.
1800         (cli_text): Likewise.
1801         (cli_message): Likewise.
1802         (cli_wrap_hint): Likewise.
1803         (cli_flush): Likewise.
1804         (cli_redirect): Likewise.
1805         (out_field_fmt): Likewise.
1806         (field_separator): Likewise.
1807         (cli_out_set_stream): Likewise.
1808         * cli/cli-cmds.c (compare_symtabs): Likewise.
1809         * cli/cli-dump.c (call_dump_func): Likewise.
1810         (restore_section_callback): Likewise.
1811         * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1812         (do_restore_user_call_depth): Likewise.
1813         (do_free_command_lines_cleanup): Likewise.
1814         * coff-pe-read.c (get_section_vmas): Likewise.
1815         (pe_as16): Likewise.
1816         (pe_as32): Likewise.
1817         * coffread.c (coff_symfile_read): Likewise.
1818         * common/agent.c (agent_look_up_symbols): Likewise.
1819         * common/filestuff.c (do_close_cleanup): Likewise.
1820         * common/format.c (free_format_pieces_cleanup): Likewise.
1821         * common/vec.c (vec_o_reserve): Likewise.
1822         * compile/compile-c-support.c (print_one_macro): Likewise.
1823         * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1824         (eq_symbol_error): Likewise.
1825         (del_symbol_error): Likewise.
1826         (error_symbol_once): Likewise.
1827         (gcc_convert_symbol): Likewise.
1828         (gcc_symbol_address): Likewise.
1829         (hash_symname): Likewise.
1830         (eq_symname): Likewise.
1831         * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1832         (eq_type_map_instance): Likewise.
1833         (insert_type): Likewise.
1834         (convert_type): Likewise.
1835         * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1836         (setup_sections): Likewise.
1837         (link_hash_table_free): Likewise.
1838         (copy_sections): Likewise.
1839         * compile/compile-object-run.c (do_module_cleanup): Likewise.
1840         * compile/compile.c (compile_print_value): Likewise.
1841         (do_rmdir): Likewise.
1842         (cleanup_compile_instance): Likewise.
1843         (cleanup_unlink_file): Likewise.
1844         * completer.c (free_completion_tracker): Likewise.
1845         * corelow.c (add_to_spuid_list): Likewise.
1846         * cp-namespace.c (reset_directive_searched): Likewise.
1847         * cp-support.c (reset_directive_searched): Likewise.
1848         * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1849         (cris_frame_unwind_cache): Likewise.
1850         * d-lang.c (builtin_d_type): Likewise.
1851         * d-namespace.c (reset_directive_searched): Likewise.
1852         * dbxread.c (dbx_free_symfile_info): Likewise.
1853         (do_free_bincl_list_cleanup): Likewise.
1854         * disasm.c (hash_dis_line_entry): Likewise.
1855         (eq_dis_line_entry): Likewise.
1856         (dis_asm_print_address): Likewise.
1857         (fprintf_disasm): Likewise.
1858         (do_ui_file_delete): Likewise.
1859         * doublest.c (convert_floatformat_to_doublest): Likewise.
1860         * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1861         (dummy_frame_prev_register): Likewise.
1862         (dummy_frame_this_id): Likewise.
1863         * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1864         (cache_eq): Likewise.
1865         (cache_find): Likewise.
1866         (tailcall_frame_this_id): Likewise.
1867         (dwarf2_tailcall_prev_register_first): Likewise.
1868         (tailcall_frame_prev_register): Likewise.
1869         (tailcall_frame_dealloc_cache): Likewise.
1870         (tailcall_frame_prev_arch): Likewise.
1871         * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1872         (dwarf2_frame_set_init_reg): Likewise.
1873         (dwarf2_frame_init_reg): Likewise.
1874         (dwarf2_frame_set_signal_frame_p): Likewise.
1875         (dwarf2_frame_signal_frame_p): Likewise.
1876         (dwarf2_frame_set_adjust_regnum): Likewise.
1877         (dwarf2_frame_adjust_regnum): Likewise.
1878         (clear_pointer_cleanup): Likewise.
1879         (dwarf2_frame_cache): Likewise.
1880         (find_cie): Likewise.
1881         (dwarf2_frame_find_fde): Likewise.
1882         * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1883         (free_dwarf_expr_context_cleanup): Likewise.
1884         * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1885         (locexpr_get_frame_base): Likewise.
1886         (loclist_find_frame_base_location): Likewise.
1887         (loclist_get_frame_base): Likewise.
1888         (dwarf_expr_dwarf_call): Likewise.
1889         (dwarf_expr_get_base_type): Likewise.
1890         (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1891         (dwarf_expr_get_obj_addr): Likewise.
1892         (entry_data_value_coerce_ref): Likewise.
1893         (entry_data_value_copy_closure): Likewise.
1894         (entry_data_value_free_closure): Likewise.
1895         (get_frame_address_in_block_wrapper): Likewise.
1896         (dwarf2_evaluate_property): Likewise.
1897         (dwarf2_compile_property_to_c): Likewise.
1898         (needs_frame_read_addr_from_reg): Likewise.
1899         (needs_frame_get_reg_value): Likewise.
1900         (needs_frame_frame_base): Likewise.
1901         (needs_frame_frame_cfa): Likewise.
1902         (needs_frame_tls_address): Likewise.
1903         (needs_frame_dwarf_call): Likewise.
1904         (needs_dwarf_reg_entry_value): Likewise.
1905         (get_ax_pc): Likewise.
1906         (locexpr_read_variable): Likewise.
1907         (locexpr_read_variable_at_entry): Likewise.
1908         (locexpr_read_needs_frame): Likewise.
1909         (locexpr_describe_location): Likewise.
1910         (locexpr_tracepoint_var_ref): Likewise.
1911         (locexpr_generate_c_location): Likewise.
1912         (loclist_read_variable): Likewise.
1913         (loclist_read_variable_at_entry): Likewise.
1914         (loclist_describe_location): Likewise.
1915         (loclist_tracepoint_var_ref): Likewise.
1916         (loclist_generate_c_location): Likewise.
1917         * dwarf2read.c (line_header_hash_voidp): Likewise.
1918         (line_header_eq_voidp): Likewise.
1919         (dwarf2_has_info): Likewise.
1920         (dwarf2_get_section_info): Likewise.
1921         (locate_dwz_sections): Likewise.
1922         (hash_file_name_entry): Likewise.
1923         (eq_file_name_entry): Likewise.
1924         (delete_file_name_entry): Likewise.
1925         (dw2_setup): Likewise.
1926         (dw2_get_file_names_reader): Likewise.
1927         (dw2_find_pc_sect_compunit_symtab): Likewise.
1928         (hash_signatured_type): Likewise.
1929         (eq_signatured_type): Likewise.
1930         (add_signatured_type_cu_to_table): Likewise.
1931         (create_debug_types_hash_table): Likewise.
1932         (lookup_dwo_signatured_type): Likewise.
1933         (lookup_dwp_signatured_type): Likewise.
1934         (lookup_signatured_type): Likewise.
1935         (hash_type_unit_group): Likewise.
1936         (eq_type_unit_group): Likewise.
1937         (get_type_unit_group): Likewise.
1938         (process_psymtab_comp_unit_reader): Likewise.
1939         (sort_tu_by_abbrev_offset): Likewise.
1940         (process_skeletonless_type_unit): Likewise.
1941         (psymtabs_addrmap_cleanup): Likewise.
1942         (dwarf2_read_symtab): Likewise.
1943         (psymtab_to_symtab_1): Likewise.
1944         (die_hash): Likewise.
1945         (die_eq): Likewise.
1946         (load_full_comp_unit_reader): Likewise.
1947         (reset_die_in_process): Likewise.
1948         (free_cu_line_header): Likewise.
1949         (handle_DW_AT_stmt_list): Likewise.
1950         (hash_dwo_file): Likewise.
1951         (eq_dwo_file): Likewise.
1952         (hash_dwo_unit): Likewise.
1953         (eq_dwo_unit): Likewise.
1954         (create_dwo_cu_reader): Likewise.
1955         (create_dwo_unit_in_dwp_v1): Likewise.
1956         (create_dwo_unit_in_dwp_v2): Likewise.
1957         (lookup_dwo_unit_in_dwp): Likewise.
1958         (dwarf2_locate_dwo_sections): Likewise.
1959         (dwarf2_locate_common_dwp_sections): Likewise.
1960         (dwarf2_locate_v2_dwp_sections): Likewise.
1961         (hash_dwp_loaded_cutus): Likewise.
1962         (eq_dwp_loaded_cutus): Likewise.
1963         (lookup_dwo_cutu): Likewise.
1964         (abbrev_table_free_cleanup): Likewise.
1965         (dwarf2_free_abbrev_table): Likewise.
1966         (find_partial_die_in_comp_unit): Likewise.
1967         (free_line_header_voidp): Likewise.
1968         (follow_die_offset): Likewise.
1969         (follow_die_sig_1): Likewise.
1970         (free_heap_comp_unit): Likewise.
1971         (free_stack_comp_unit): Likewise.
1972         (dwarf2_free_objfile): Likewise.
1973         (per_cu_offset_and_type_hash): Likewise.
1974         (per_cu_offset_and_type_eq): Likewise.
1975         (get_die_type_at_offset): Likewise.
1976         (partial_die_hash): Likewise.
1977         (partial_die_eq): Likewise.
1978         (dwarf2_per_objfile_free): Likewise.
1979         (hash_strtab_entry): Likewise.
1980         (eq_strtab_entry): Likewise.
1981         (add_string): Likewise.
1982         (hash_symtab_entry): Likewise.
1983         (eq_symtab_entry): Likewise.
1984         (delete_symtab_entry): Likewise.
1985         (cleanup_mapped_symtab): Likewise.
1986         (add_indices_to_cpool): Likewise.
1987         (hash_psymtab_cu_index): Likewise.
1988         (eq_psymtab_cu_index): Likewise.
1989         (add_address_entry_worker): Likewise.
1990         (unlink_if_set): Likewise.
1991         (write_one_signatured_type): Likewise.
1992         (save_gdb_index_command): Likewise.
1993         * elfread.c (elf_symtab_read): Likewise.
1994         (elf_gnu_ifunc_cache_hash): Likewise.
1995         (elf_gnu_ifunc_cache_eq): Likewise.
1996         (elf_gnu_ifunc_record_cache): Likewise.
1997         (elf_gnu_ifunc_resolve_by_cache): Likewise.
1998         (elf_get_probes): Likewise.
1999         (probe_key_free): Likewise.
2000         * f-lang.c (builtin_f_type): Likewise.
2001         * frame-base.c (frame_base_append_sniffer): Likewise.
2002         (frame_base_set_default): Likewise.
2003         (frame_base_find_by_frame): Likewise.
2004         * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
2005         (frame_unwind_append_unwinder): Likewise.
2006         (frame_unwind_find_by_frame): Likewise.
2007         * frame.c (frame_addr_hash): Likewise.
2008         (frame_addr_hash_eq): Likewise.
2009         (frame_stash_find): Likewise.
2010         (do_frame_register_read): Likewise.
2011         (unwind_to_current_frame): Likewise.
2012         (frame_cleanup_after_sniffer): Likewise.
2013         * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
2014         * frv-tdep.c (frv_frame_unwind_cache): Likewise.
2015         * ft32-tdep.c (ft32_frame_cache): Likewise.
2016         * gcore.c (do_bfd_delete_cleanup): Likewise.
2017         (gcore_create_callback): Likewise.
2018         * gdb_bfd.c (hash_bfd): Likewise.
2019         (eq_bfd): Likewise.
2020         (gdb_bfd_open): Likewise.
2021         (free_one_bfd_section): Likewise.
2022         (gdb_bfd_ref): Likewise.
2023         (gdb_bfd_unref): Likewise.
2024         (get_section_descriptor): Likewise.
2025         (gdb_bfd_map_section): Likewise.
2026         (gdb_bfd_crc): Likewise.
2027         (gdb_bfd_mark_parent): Likewise.
2028         (gdb_bfd_record_inclusion): Likewise.
2029         (gdb_bfd_requires_relocations): Likewise.
2030         (print_one_bfd): Likewise.
2031         * gdbtypes.c (type_pair_hash): Likewise.
2032         (type_pair_eq): Likewise.
2033         (builtin_type): Likewise.
2034         (objfile_type): Likewise.
2035         * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
2036         (vtable_address_point_offset): Likewise.
2037         (gnuv3_get_vtable): Likewise.
2038         (hash_value_and_voffset): Likewise.
2039         (eq_value_and_voffset): Likewise.
2040         (compare_value_and_voffset): Likewise.
2041         (compute_vtable_size): Likewise.
2042         (gnuv3_get_typeid_type): Likewise.
2043         * go-lang.c (builtin_go_type): Likewise.
2044         * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
2045         (bkscm_eq_block_smob): Likewise.
2046         (bkscm_objfile_block_map): Likewise.
2047         (bkscm_del_objfile_blocks): Likewise.
2048         * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
2049         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
2050         (gdbscm_disasm_print_address): Likewise.
2051         * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
2052         (frscm_eq_frame_smob): Likewise.
2053         (frscm_inferior_frame_map): Likewise.
2054         (frscm_del_inferior_frames): Likewise.
2055         * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
2056         * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
2057         (ofscm_objfile_smob_from_objfile): Likewise.
2058         * guile/scm-ports.c (ioscm_write): Likewise.
2059         (ioscm_file_port_delete): Likewise.
2060         (ioscm_file_port_rewind): Likewise.
2061         (ioscm_file_port_put): Likewise.
2062         (ioscm_file_port_write): Likewise.
2063         * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
2064         (psscm_pspace_smob_from_pspace): Likewise.
2065         * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
2066         (scscm_recording_unwind_handler): Likewise.
2067         (gdbscm_with_catch): Likewise.
2068         (scscm_call_0_body): Likewise.
2069         (scscm_call_1_body): Likewise.
2070         (scscm_call_2_body): Likewise.
2071         (scscm_call_3_body): Likewise.
2072         (scscm_call_4_body): Likewise.
2073         (scscm_apply_1_body): Likewise.
2074         (scscm_eval_scheme_string): Likewise.
2075         (gdbscm_safe_eval_string): Likewise.
2076         (scscm_source_scheme_script): Likewise.
2077         (gdbscm_safe_source_script): Likewise.
2078         * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
2079         (gdbscm_call_scm_from_stringn): Likewise.
2080         * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
2081         (syscm_eq_symbol_smob): Likewise.
2082         (syscm_get_symbol_map): Likewise.
2083         (syscm_del_objfile_symbols): Likewise.
2084         * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
2085         (stscm_eq_symtab_smob): Likewise.
2086         (stscm_objfile_symtab_map): Likewise.
2087         (stscm_del_objfile_symtabs): Likewise.
2088         * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
2089         (tyscm_eq_type_smob): Likewise.
2090         (tyscm_type_map): Likewise.
2091         (tyscm_copy_type_recursive): Likewise.
2092         (save_objfile_types): Likewise.
2093         * guile/scm-utils.c (extract_arg): Likewise.
2094         * h8300-tdep.c (h8300_frame_cache): Likewise.
2095         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
2096         * hppa-tdep.c (compare_unwind_entries): Likewise.
2097         (find_unwind_entry): Likewise.
2098         (hppa_frame_cache): Likewise.
2099         (hppa_stub_frame_unwind_cache): Likewise.
2100         * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
2101         * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
2102         (hppaobsd_supply_fpregset): Likewise.
2103         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2104         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
2105         * i386-tdep.c (i386_frame_cache): Likewise.
2106         (i386_epilogue_frame_cache): Likewise.
2107         (i386_sigtramp_frame_cache): Likewise.
2108         (i386_supply_gregset): Likewise.
2109         (i386_collect_gregset): Likewise.
2110         (i386_gdbarch_init): Likewise.
2111         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
2112         (i386obsd_trapframe_cache): Likewise.
2113         * i387-tdep.c (i387_supply_fsave): Likewise.
2114         (i387_collect_fsave): Likewise.
2115         (i387_supply_fxsave): Likewise.
2116         (i387_collect_fxsave): Likewise.
2117         (i387_supply_xsave): Likewise.
2118         (i387_collect_xsave): Likewise.
2119         * ia64-tdep.c (ia64_frame_cache): Likewise.
2120         (ia64_sigtramp_frame_cache): Likewise.
2121         * infcmd.c (attach_command_continuation): Likewise.
2122         (attach_command_continuation_free_args): Likewise.
2123         * inferior.c (restore_inferior): Likewise.
2124         (delete_thread_of_inferior): Likewise.
2125         * inflow.c (inflow_inferior_data_cleanup): Likewise.
2126         (get_inflow_inferior_data): Likewise.
2127         (inflow_inferior_exit): Likewise.
2128         * infrun.c (displaced_step_clear_cleanup): Likewise.
2129         (restore_current_uiout_cleanup): Likewise.
2130         (release_stop_context_cleanup): Likewise.
2131         (do_restore_infcall_suspend_state_cleanup): Likewise.
2132         (do_restore_infcall_control_state_cleanup): Likewise.
2133         (restore_inferior_ptid): Likewise.
2134         * inline-frame.c (block_starting_point_at): Likewise.
2135         * iq2000-tdep.c (iq2000_frame_cache): Likewise.
2136         * jit.c (get_jit_objfile_data): Likewise.
2137         (get_jit_program_space_data): Likewise.
2138         (jit_object_close_impl): Likewise.
2139         (jit_find_objf_with_entry_addr): Likewise.
2140         (jit_breakpoint_deleted): Likewise.
2141         (jit_unwind_reg_set_impl): Likewise.
2142         (jit_unwind_reg_get_impl): Likewise.
2143         (jit_dealloc_cache): Likewise.
2144         (jit_frame_sniffer): Likewise.
2145         (jit_frame_prev_register): Likewise.
2146         (jit_prepend_unwinder): Likewise.
2147         (jit_inferior_exit_hook): Likewise.
2148         (free_objfile_data): Likewise.
2149         * jv-lang.c (jv_per_objfile_free): Likewise.
2150         (get_dynamics_objfile): Likewise.
2151         (get_java_class_symtab): Likewise.
2152         (builtin_java_type): Likewise.
2153         * language.c (language_string_char_type): Likewise.
2154         (language_bool_type): Likewise.
2155         (language_lookup_primitive_type): Likewise.
2156         (language_lookup_primitive_type_as_symbol): Likewise.
2157         * linespec.c (hash_address_entry): Likewise.
2158         (eq_address_entry): Likewise.
2159         (iterate_inline_only): Likewise.
2160         (iterate_name_matcher): Likewise.
2161         (decode_line_2_compare_items): Likewise.
2162         (collect_one_symbol): Likewise.
2163         (compare_symbols): Likewise.
2164         (compare_msymbols): Likewise.
2165         (add_symtabs_to_list): Likewise.
2166         (collect_symbols): Likewise.
2167         (compare_msyms): Likewise.
2168         (add_minsym): Likewise.
2169         (cleanup_linespec_result): Likewise.
2170         * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
2171         * linux-nat.c (delete_lwp_cleanup): Likewise.
2172         (count_events_callback): Likewise.
2173         (select_event_lwp_callback): Likewise.
2174         (resume_stopped_resumed_lwps): Likewise.
2175         * linux-tdep.c (get_linux_gdbarch_data): Likewise.
2176         (invalidate_linux_cache_inf): Likewise.
2177         (get_linux_inferior_data): Likewise.
2178         (linux_find_memory_regions_thunk): Likewise.
2179         (linux_make_mappings_callback): Likewise.
2180         (linux_corefile_thread_callback): Likewise.
2181         (find_mapping_size): Likewise.
2182         * linux-thread-db.c (find_new_threads_callback): Likewise.
2183         * lm32-tdep.c (lm32_frame_cache): Likewise.
2184         * m2-lang.c (builtin_m2_type): Likewise.
2185         * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
2186         * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
2187         (m32r_linux_supply_gregset): Likewise.
2188         (m32r_linux_collect_gregset): Likewise.
2189         * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
2190         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
2191         * m68k-tdep.c (m68k_frame_cache): Likewise.
2192         * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
2193         (m68kbsd_supply_gregset): Likewise.
2194         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
2195         * m88k-tdep.c (m88k_frame_cache): Likewise.
2196         (m88k_supply_gregset): Likewise.
2197
2198 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
2199
2200         * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
2201         to allocation result assignment.
2202         * ada-exp.y (write_object_renaming): Likewise.
2203         (write_ambiguous_var): Likewise.
2204         (ada_nget_field_index): Likewise.
2205         (write_var_or_type): Likewise.
2206         * ada-lang.c (ada_decode_symbol): Likewise.
2207         (ada_value_assign): Likewise.
2208         (value_pointer): Likewise.
2209         (cache_symbol): Likewise.
2210         (add_nonlocal_symbols): Likewise.
2211         (ada_name_for_lookup): Likewise.
2212         (symbol_completion_add): Likewise.
2213         (ada_to_fixed_type_1): Likewise.
2214         (ada_get_next_arg): Likewise.
2215         (defns_collected): Likewise.
2216         * ada-lex.l (processId): Likewise.
2217         (processString): Likewise.
2218         * ada-tasks.c (read_known_tasks_array): Likewise.
2219         (read_known_tasks_list): Likewise.
2220         * ada-typeprint.c (decoded_type_name): Likewise.
2221         * addrmap.c (addrmap_mutable_create_fixed): Likewise.
2222         * amd64-tdep.c (amd64_push_arguments): Likewise.
2223         (amd64_displaced_step_copy_insn): Likewise.
2224         (amd64_classify_insn_at): Likewise.
2225         (amd64_relocate_instruction): Likewise.
2226         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
2227         * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
2228         (initialize_current_architecture): Likewise.
2229         * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
2230         * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
2231         * arm-tdep.c (arm_exidx_new_objfile): Likewise.
2232         (arm_push_dummy_call): Likewise.
2233         (extend_buffer_earlier): Likewise.
2234         (arm_adjust_breakpoint_address): Likewise.
2235         (arm_skip_stub): Likewise.
2236         * auto-load.c (filename_is_in_pattern): Likewise.
2237         (maybe_add_script_file): Likewise.
2238         (maybe_add_script_text): Likewise.
2239         (auto_load_objfile_script_1): Likewise.
2240         * auxv.c (ld_so_xfer_auxv): Likewise.
2241         * ax-general.c (new_agent_expr): Likewise.
2242         (grow_expr): Likewise.
2243         (ax_reg_mask): Likewise.
2244         * bcache.c (bcache_full): Likewise.
2245         * breakpoint.c (program_breakpoint_here_p): Likewise.
2246         * btrace.c (parse_xml_raw): Likewise.
2247         * build-id.c (build_id_to_debug_bfd): Likewise.
2248         * buildsym.c (end_symtab_with_blockvector): Likewise.
2249         * c-exp.y (string_exp): Likewise.
2250         (qualified_name): Likewise.
2251         (write_destructor_name): Likewise.
2252         (operator_stoken): Likewise.
2253         (parse_number): Likewise.
2254         (scan_macro_expansion): Likewise.
2255         (yylex): Likewise.
2256         (c_print_token): Likewise.
2257         * c-lang.c (c_get_string): Likewise.
2258         (emit_numeric_character): Likewise.
2259         * charset.c (wchar_iterate): Likewise.
2260         * cli/cli-cmds.c (complete_command): Likewise.
2261         (make_command): Likewise.
2262         * cli/cli-dump.c (restore_section_callback): Likewise.
2263         (restore_binary_file): Likewise.
2264         * cli/cli-interp.c (cli_interpreter_exec): Likewise.
2265         * cli/cli-script.c (execute_control_command): Likewise.
2266         * cli/cli-setshow.c (do_set_command): Likewise.
2267         * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
2268         (read_pe_exported_syms): Likewise.
2269         * coffread.c (coff_read_struct_type): Likewise.
2270         (coff_read_enum_type): Likewise.
2271         * common/btrace-common.c (btrace_data_append): Likewise.
2272         * common/buffer.c (buffer_grow): Likewise.
2273         * common/filestuff.c (gdb_fopen_cloexec): Likewise.
2274         * common/format.c (parse_format_string): Likewise.
2275         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
2276         * common/xml-utils.c (xml_escape_text): Likewise.
2277         * compile/compile-object-load.c (copy_sections): Likewise.
2278         (compile_object_load): Likewise.
2279         * compile/compile-object-run.c (compile_object_run): Likewise.
2280         * completer.c (filename_completer): Likewise.
2281         * corefile.c (read_memory_typed_address): Likewise.
2282         (write_memory_unsigned_integer): Likewise.
2283         (write_memory_signed_integer): Likewise.
2284         (complete_set_gnutarget): Likewise.
2285         * corelow.c (get_core_register_section): Likewise.
2286         * cp-name-parser.y (d_grab): Likewise.
2287         (allocate_info): Likewise.
2288         (cp_new_demangle_parse_info): Likewise.
2289         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
2290         (cp_lookup_symbol_in_namespace): Likewise.
2291         (lookup_namespace_scope): Likewise.
2292         (find_symbol_in_baseclass): Likewise.
2293         (cp_lookup_nested_symbol): Likewise.
2294         (cp_lookup_transparent_type_loop): Likewise.
2295         * cp-support.c (copy_string_to_obstack): Likewise.
2296         (make_symbol_overload_list): Likewise.
2297         (make_symbol_overload_list_namespace): Likewise.
2298         (make_symbol_overload_list_adl_namespace): Likewise.
2299         (first_component_command): Likewise.
2300         * cp-valprint.c (cp_print_value): Likewise.
2301         * ctf.c (ctf_xfer_partial): Likewise.
2302         * d-exp.y (StringExp): Likewise.
2303         * d-namespace.c (d_lookup_symbol_in_module): Likewise.
2304         (lookup_module_scope): Likewise.
2305         (find_symbol_in_baseclass): Likewise.
2306         (d_lookup_nested_symbol): Likewise.
2307         * dbxread.c (find_stab_function_addr): Likewise.
2308         (read_dbx_symtab): Likewise.
2309         (dbx_end_psymtab): Likewise.
2310         (cp_set_block_scope): Likewise.
2311         * dcache.c (dcache_alloc): Likewise.
2312         * demangle.c (_initialize_demangler): Likewise.
2313         * dicos-tdep.c (dicos_load_module_p): Likewise.
2314         * dictionary.c (dict_create_hashed_expandable): Likewise.
2315         (dict_create_linear_expandable): Likewise.
2316         (expand_hashtable): Likewise.
2317         (add_symbol_linear_expandable): Likewise.
2318         * dwarf2-frame.c (add_cie): Likewise.
2319         (add_fde): Likewise.
2320         (dwarf2_build_frame_info): Likewise.
2321         * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
2322         (dwarf_expr_fetch_address): Likewise.
2323         (add_piece): Likewise.
2324         (execute_stack_op): Likewise.
2325         * dwarf2loc.c (chain_candidate): Likewise.
2326         (dwarf_entry_parameter_to_value): Likewise.
2327         (read_pieced_value): Likewise.
2328         (write_pieced_value): Likewise.
2329         * dwarf2read.c (dwarf2_read_section): Likewise.
2330         (add_type_unit): Likewise.
2331         (read_comp_units_from_section): Likewise.
2332         (fixup_go_packaging): Likewise.
2333         (dwarf2_compute_name): Likewise.
2334         (dwarf2_physname): Likewise.
2335         (create_dwo_unit_in_dwp_v1): Likewise.
2336         (create_dwo_unit_in_dwp_v2): Likewise.
2337         (read_func_scope): Likewise.
2338         (read_call_site_scope): Likewise.
2339         (dwarf2_attach_fields_to_type): Likewise.
2340         (process_structure_scope): Likewise.
2341         (mark_common_block_symbol_computed): Likewise.
2342         (read_common_block): Likewise.
2343         (abbrev_table_read_table): Likewise.
2344         (guess_partial_die_structure_name): Likewise.
2345         (fixup_partial_die): Likewise.
2346         (add_file_name): Likewise.
2347         (dwarf2_const_value_data): Likewise.
2348         (dwarf2_const_value_attr): Likewise.
2349         (build_error_marker_type): Likewise.
2350         (guess_full_die_structure_name): Likewise.
2351         (anonymous_struct_prefix): Likewise.
2352         (typename_concat): Likewise.
2353         (dwarf2_canonicalize_name): Likewise.
2354         (dwarf2_name): Likewise.
2355         (write_constant_as_bytes): Likewise.
2356         (dwarf2_fetch_constant_bytes): Likewise.
2357         (copy_string): Likewise.
2358         (parse_macro_definition): Likewise.
2359         * elfread.c (elf_symfile_segments): Likewise.
2360         (elf_rel_plt_read): Likewise.
2361         (elf_gnu_ifunc_resolve_by_cache): Likewise.
2362         (elf_gnu_ifunc_resolve_by_got): Likewise.
2363         (elf_read_minimal_symbols): Likewise.
2364         (elf_gnu_ifunc_record_cache): Likewise.
2365         * event-top.c (top_level_prompt): Likewise.
2366         (command_line_handler): Likewise.
2367         * exec.c (resize_section_table): Likewise.
2368         * expprint.c (print_subexp_standard): Likewise.
2369         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2370         * findcmd.c (parse_find_args): Likewise.
2371         * findvar.c (address_from_register): Likewise.
2372         * frame.c (get_prev_frame_always): Likewise.
2373         * gdb_bfd.c (gdb_bfd_ref): Likewise.
2374         (get_section_descriptor): Likewise.
2375         * gdb_obstack.c (obconcat): Likewise.
2376         (obstack_strdup): Likewise.
2377         * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
2378         (create_set_type): Likewise.
2379         (lookup_unsigned_typename): Likewise.
2380         (lookup_signed_typename): Likewise.
2381         (resolve_dynamic_union): Likewise.
2382         (resolve_dynamic_struct): Likewise.
2383         (add_dyn_prop): Likewise.
2384         (copy_dynamic_prop_list): Likewise.
2385         (arch_flags_type): Likewise.
2386         (append_composite_type_field_raw): Likewise.
2387         * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
2388         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
2389         * go-exp.y (string_exp): Likewise.
2390         * go-lang.c (go_demangle): Likewise.
2391         * guile/guile.c (compute_scheme_string): Likewise.
2392         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
2393         (gdbscm_canonicalize_command_name): Likewise.
2394         * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
2395         (ioscm_init_memory_port): Likewise.
2396         (ioscm_reinit_memory_port): Likewise.
2397         * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
2398         (gdbscm_gc_dup_argv): Likewise.
2399         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2400         * hppa-tdep.c (internalize_unwinds): Likewise.
2401         (read_unwind_info): Likewise.
2402         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2403         (windows_core_xfer_shared_libraries): Likewise.
2404         * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2405         (i386_stap_parse_special_token_triplet): Likewise.
2406         (i386_stap_parse_special_token_three_arg_disp): Likewise.
2407         * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2408         * inf-child.c (inf_child_fileio_readlink): Likewise.
2409         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2410         (inf_ptrace_store_register): Likewise.
2411         * infrun.c (follow_exec): Likewise.
2412         (displaced_step_prepare_throw): Likewise.
2413         (save_stop_context): Likewise.
2414         (save_infcall_suspend_state): Likewise.
2415         * jit.c (jit_read_descriptor): Likewise.
2416         (jit_read_code_entry): Likewise.
2417         (jit_symtab_line_mapping_add_impl): Likewise.
2418         (finalize_symtab): Likewise.
2419         (jit_unwind_reg_get_impl): Likewise.
2420         * jv-exp.y (QualifiedName): Likewise.
2421         * jv-lang.c (get_java_utf8_name): Likewise.
2422         (type_from_class): Likewise.
2423         (java_demangle_type_signature): Likewise.
2424         (java_class_name_from_physname): Likewise.
2425         * jv-typeprint.c (java_type_print_base): Likewise.
2426         * jv-valprint.c (java_value_print): Likewise.
2427         * language.c (add_language): Likewise.
2428         * linespec.c (add_sal_to_sals_basic): Likewise.
2429         (add_sal_to_sals): Likewise.
2430         (decode_objc): Likewise.
2431         (find_linespec_symbols): Likewise.
2432         * linux-fork.c (fork_save_infrun_state): Likewise.
2433         * linux-nat.c (linux_nat_detach): Likewise.
2434         (linux_nat_fileio_readlink): Likewise.
2435         * linux-record.c (record_linux_sockaddr): Likewise.
2436         (record_linux_msghdr): Likewise.
2437         (Do): Likewise.
2438         * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
2439         (linux_collect_regset_section_cb): Likewise.
2440         (linux_get_siginfo_data): Likewise.
2441         * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
2442         (try_thread_db_load_from_dir): Likewise.
2443         (thread_db_load_search): Likewise.
2444         (info_auto_load_libthread_db): Likewise.
2445         * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
2446         (m32c_m16c_pointer_to_address): Likewise.
2447         * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
2448         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2449         * machoread.c (macho_check_dsym): Likewise.
2450         * macroexp.c (resize_buffer): Likewise.
2451         (gather_arguments): Likewise.
2452         (maybe_expand): Likewise.
2453         * macrotab.c (new_macro_key): Likewise.
2454         (new_source_file): Likewise.
2455         (new_macro_definition): Likewise.
2456         * mdebugread.c (parse_symbol): Likewise.
2457         (parse_type): Likewise.
2458         (parse_partial_symbols): Likewise.
2459         (psymtab_to_symtab_1): Likewise.
2460         * mem-break.c (default_memory_insert_breakpoint): Likewise.
2461         * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2462         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2463         (mi_cmd_data_read_memory_bytes): Likewise.
2464         (mi_cmd_data_write_memory_bytes): Likewise.
2465         (mi_cmd_trace_frame_collected): Likewise.
2466         * mi/mi-parse.c (mi_parse_argv): Likewise.
2467         (mi_parse): Likewise.
2468         * minidebug.c (lzma_open): Likewise.
2469         (lzma_pread): Likewise.
2470         * mips-tdep.c (mips_read_fp_register_single): Likewise.
2471         (mips_print_fp_register): Likewise.
2472         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2473         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2474         * mt-tdep.c (mt_register_name): Likewise.
2475         (mt_registers_info): Likewise.
2476         (mt_push_dummy_call): Likewise.
2477         * namespace.c (add_using_directive): Likewise.
2478         * nat/linux-btrace.c (perf_event_read): Likewise.
2479         (linux_enable_bts): Likewise.
2480         * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2481         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2482         * nto-tdep.c (nto_find_and_open_solib): Likewise.
2483         (nto_parse_redirection): Likewise.
2484         * objc-lang.c (objc_demangle): Likewise.
2485         (find_methods): Likewise.
2486         * objfiles.c (get_objfile_bfd_data): Likewise.
2487         (set_objfile_main_name): Likewise.
2488         (allocate_objfile): Likewise.
2489         (objfile_relocate): Likewise.
2490         (update_section_map): Likewise.
2491         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2492         * p-exp.y (exp): Likewise.
2493         (yylex): Likewise.
2494         * p-valprint.c (pascal_object_print_value): Likewise.
2495         * parse.c (initialize_expout): Likewise.
2496         (mark_completion_tag): Likewise.
2497         (copy_name): Likewise.
2498         (parse_float): Likewise.
2499         (type_stack_reserve): Likewise.
2500         * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2501         (ppu2spu_prev_register): Likewise.
2502         * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2503         * printcmd.c (printf_wide_c_string): Likewise.
2504         (printf_pointer): Likewise.
2505         * probe.c (parse_probes): Likewise.
2506         * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2507         (cmdpy_init): Likewise.
2508         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2509         * python/py-symtab.c (set_sal): Likewise.
2510         * python/py-unwind.c (pyuw_sniffer): Likewise.
2511         * python/python.c (python_interactive_command): Likewise.
2512         (compute_python_string): Likewise.
2513         * ravenscar-thread.c (get_running_thread_id): Likewise.
2514         * record-full.c (record_full_exec_insn): Likewise.
2515         (record_full_core_open_1): Likewise.
2516         * regcache.c (regcache_raw_read_signed): Likewise.
2517         (regcache_raw_read_unsigned): Likewise.
2518         (regcache_cooked_read_signed): Likewise.
2519         (regcache_cooked_read_unsigned): Likewise.
2520         * remote-fileio.c (remote_fileio_func_open): Likewise.
2521         (remote_fileio_func_rename): Likewise.
2522         (remote_fileio_func_unlink): Likewise.
2523         (remote_fileio_func_stat): Likewise.
2524         (remote_fileio_func_system): Likewise.
2525         * remote-mips.c (mips_xfer_memory): Likewise.
2526         (mips_load_srec): Likewise.
2527         (pmon_end_download): Likewise.
2528         * remote.c (new_remote_state): Likewise.
2529         (map_regcache_remote_table): Likewise.
2530         (remote_register_number_and_offset): Likewise.
2531         (init_remote_state): Likewise.
2532         (get_memory_packet_size): Likewise.
2533         (remote_pass_signals): Likewise.
2534         (remote_program_signals): Likewise.
2535         (remote_start_remote): Likewise.
2536         (remote_check_symbols): Likewise.
2537         (remote_query_supported): Likewise.
2538         (extended_remote_attach): Likewise.
2539         (process_g_packet): Likewise.
2540         (store_registers_using_G): Likewise.
2541         (putpkt_binary): Likewise.
2542         (read_frame): Likewise.
2543         (compare_sections_command): Likewise.
2544         (remote_hostio_pread): Likewise.
2545         (remote_hostio_readlink): Likewise.
2546         (remote_file_put): Likewise.
2547         (remote_file_get): Likewise.
2548         (remote_pid_to_exec_file): Likewise.
2549         (_initialize_remote): Likewise.
2550         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2551         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2552         * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2553         (bfd_uses_spe_extensions): Likewise.
2554         * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2555         * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2556         * solib-dsbt.c (decode_loadmap): Likewise.
2557         (fetch_loadmap): Likewise.
2558         (scan_dyntag): Likewise.
2559         (enable_break): Likewise.
2560         (dsbt_relocate_main_executable): Likewise.
2561         * solib-frv.c (fetch_loadmap): Likewise.
2562         (enable_break2): Likewise.
2563         (frv_relocate_main_executable): Likewise.
2564         * solib-spu.c (spu_relocate_main_executable): Likewise.
2565         (spu_bfd_open): Likewise.
2566         * solib-svr4.c (lm_info_read): Likewise.
2567         (read_program_header): Likewise.
2568         (find_program_interpreter): Likewise.
2569         (scan_dyntag): Likewise.
2570         (elf_locate_base): Likewise.
2571         (open_symbol_file_object): Likewise.
2572         (read_program_headers_from_bfd): Likewise.
2573         (svr4_relocate_main_executable): Likewise.
2574         * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2575         * solib.c (solib_find_1): Likewise.
2576         (exec_file_find): Likewise.
2577         (solib_find): Likewise.
2578         * source.c (openp): Likewise.
2579         (print_source_lines_base): Likewise.
2580         (forward_search_command): Likewise.
2581         * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2582         * spu-tdep.c (spu2ppu_prev_register): Likewise.
2583         (spu_get_overlay_table): Likewise.
2584         * stabsread.c (patch_block_stabs): Likewise.
2585         (define_symbol): Likewise.
2586         (again:): Likewise.
2587         (read_member_functions): Likewise.
2588         (read_one_struct_field): Likewise.
2589         (read_enum_type): Likewise.
2590         (common_block_start): Likewise.
2591         * stack.c (read_frame_arg): Likewise.
2592         (backtrace_command): Likewise.
2593         * stap-probe.c (stap_parse_register_operand): Likewise.
2594         * symfile.c (syms_from_objfile_1): Likewise.
2595         (find_separate_debug_file): Likewise.
2596         (load_command): Likewise.
2597         (load_progress): Likewise.
2598         (load_section_callback): Likewise.
2599         (reread_symbols): Likewise.
2600         (add_filename_language): Likewise.
2601         (allocate_compunit_symtab): Likewise.
2602         (read_target_long_array): Likewise.
2603         (simple_read_overlay_table): Likewise.
2604         * symtab.c (symbol_set_names): Likewise.
2605         (resize_symbol_cache): Likewise.
2606         (rbreak_command): Likewise.
2607         (completion_list_add_name): Likewise.
2608         (completion_list_objc_symbol): Likewise.
2609         (add_filename_to_list): Likewise.
2610         * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2611         * target-memory.c (target_write_memory_blocks): Likewise.
2612         * target.c (target_read_string): Likewise.
2613         (read_whatever_is_readable): Likewise.
2614         (target_read_alloc_1): Likewise.
2615         (simple_search_memory): Likewise.
2616         (target_fileio_read_alloc_1): Likewise.
2617         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2618         * top.c (command_line_input): Likewise.
2619         * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2620         * tracefile.c (tracefile_fetch_registers): Likewise.
2621         * tracepoint.c (add_memrange): Likewise.
2622         (init_collection_list): Likewise.
2623         (add_aexpr): Likewise.
2624         (trace_dump_actions): Likewise.
2625         (parse_trace_status): Likewise.
2626         (parse_tracepoint_definition): Likewise.
2627         (parse_tsv_definition): Likewise.
2628         (parse_static_tracepoint_marker_definition): Likewise.
2629         * tui/tui-file.c (tui_sfileopen): Likewise.
2630         (tui_file_adjust_strbuf): Likewise.
2631         * tui/tui-io.c (tui_expand_tabs): Likewise.
2632         * tui/tui-source.c (tui_set_source_content): Likewise.
2633         * typeprint.c (find_global_typedef): Likewise.
2634         * ui-file.c (do_ui_file_xstrdup): Likewise.
2635         (ui_file_obsavestring): Likewise.
2636         (mem_file_write): Likewise.
2637         * utils.c (make_hex_string): Likewise.
2638         (get_regcomp_error): Likewise.
2639         (puts_filtered_tabular): Likewise.
2640         (gdb_realpath_keepfile): Likewise.
2641         (ldirname): Likewise.
2642         (gdb_bfd_errmsg): Likewise.
2643         (substitute_path_component): Likewise.
2644         * valops.c (search_struct_method): Likewise.
2645         (find_oload_champ_namespace_loop): Likewise.
2646         * valprint.c (print_decimal_chars): Likewise.
2647         (read_string): Likewise.
2648         (generic_emit_char): Likewise.
2649         * varobj.c (varobj_delete): Likewise.
2650         (varobj_value_get_print_value): Likewise.
2651         * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2652         * windows-tdep.c (display_one_tib): Likewise.
2653         * xcoffread.c (read_xcoff_symtab): Likewise.
2654         (process_xcoff_symbol): Likewise.
2655         (swap_sym): Likewise.
2656         (scan_xcoff_symtab): Likewise.
2657         (xcoff_initial_scan): Likewise.
2658         * xml-support.c (gdb_xml_end_element): Likewise.
2659         (xml_process_xincludes): Likewise.
2660         (xml_fetch_content_from_file): Likewise.
2661         * xml-syscall.c (xml_list_of_syscalls): Likewise.
2662         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2663
2664 2015-09-23  James Bowman  <james.bowman@ftdichip.com>
2665
2666         * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2667         instead of builtin_func_ptr.
2668         (ft32_pointer_to_address): New function.
2669         (ft32_address_class_type_flags): New function.
2670         (ft32_address_class_type_flags_to_name): New function.
2671         (ft32_address_class_name_to_type_flags): New function.
2672         (ft32_gdbarch_init): Set tdep->pc_type.  Call
2673         set_gdbarch_pointer_to_address,
2674         set_gdbarch_address_class_type_flags
2675         set_gdbarch_address_class_name_to_type_flags,
2676         and set_gdbarch_address_class_type_flags_to_name.
2677         * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2678
2679 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
2680
2681         * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2682         value is a reference, actually dereference it in order to get
2683         the underlying value.
2684
2685 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
2686
2687         * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2688
2689 2015-09-21  Simon Marchi  <simon.marchi@ericsson.com>
2690
2691         * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2692         * linespec.c (linespec_lexer_lex_string): Same.
2693
2694 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2695
2696         * NEWS: Mention support for fast tracepoints on aarch64-linux.
2697
2698 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2699
2700         * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2701         variable.  Call aarch64_decode_adr instead of
2702         aarch64_decode_adrp.
2703         * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2704         (aarch64_decode_adr): New function declaration.
2705         * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2706         (aarch64_decode_adr): New function, factored out from
2707         aarch64_decode_adrp to decode both adr and adrp instructions.
2708
2709 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2710
2711         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2712         (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2713         (aarch64-insn.o): New rule.
2714         * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2715         (aarch64*-*-linux*): Likewise.
2716         * arch/aarch64-insn.c: New file.
2717         * arch/aarch64-insn.h: New file.
2718         * aarch64-tdep.c: Include arch/aarch64-insn.h.
2719         (aarch64_debug): Move to arch/aarch64-insn.c.  Declare in
2720         arch/aarch64-insn.h.
2721         (decode_add_sub_imm): Rename to ...
2722         (aarch64_decode_add_sub_imm): ... this.
2723         (decode_adrp): Rename to ...
2724         (aarch64_decode_adrp): ... this.  Move to arch/aarch64-insn.c.
2725         Declare in arch/aarch64-insn.h.
2726         (decode_b): Rename to ...
2727         (aarch64_decode_b): ... this.  Move to arch/aarch64-insn.c.
2728         Declare in arch/aarch64-insn.h.
2729         (decode_bcond): Rename to ...
2730         (aarch64_decode_bcond): ... this.  Move to arch/aarch64-insn.c.
2731         Declare in arch/aarch64-insn.h.
2732         (decode_br): Rename to ...
2733         (aarch64_decode_br): ... this.
2734         (decode_cb): Rename to ...
2735         (aarch64_decode_cb): ... this.  Move to arch/aarch64-insn.c.
2736         Declare in arch/aarch64-insn.h.
2737         (decode_eret): Rename to ...
2738         (aarch64_decode_eret): ... this.
2739         (decode_movz): Rename to ...
2740         (aarch64_decode_movz): ... this.
2741         (decode_orr_shifted_register_x): Rename to ...
2742         (aarch64_decode_orr_shifted_register_x): ... this.
2743         (decode_ret): Rename to ...
2744         (aarch64_decode_ret): ... this.
2745         (decode_stp_offset): Rename to ...
2746         (aarch64_decode_stp_offset): ... this.
2747         (decode_stp_offset_wb): Rename to ...
2748         (aarch64_decode_stp_offset_wb): ... this.
2749         (decode_stur): Rename to ...
2750         (aarch64_decode_stur): ... this.
2751         (decode_tb): Rename to ...
2752         (aarch64_decode_tb): ... this.  Move to arch/aarch64-insn.c.
2753         Declare in arch/aarch64-insn.h.
2754         (aarch64_analyze_prologue): Adjust calls to renamed functions.
2755
2756 2015-09-20  Doug Evans  <xdje42@gmail.com>
2757
2758         * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2759
2760 2015-09-20  Doug Evans  <xdje42@gmail.com>
2761
2762         * dwarf2read.c (dwarf2_compute_name): Add FIXME.  Don't use a local
2763         variable name that collides with a parameter.
2764
2765 2015-09-20  Joel Brobecker  <brobecker@adacore.com>
2766
2767         * dwarf2loc.c (locexpr_get_frame_base): Renames
2768         block_op_get_frame_base.
2769         (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2770         block_op_get_frame_base by reference to locexpr_get_frame_base.
2771         (loclist_get_frame_base): New function, near identical copy of
2772         locexpr_get_frame_base.
2773         (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2774         block_op_get_frame_base by reference to loclist_get_frame_base.
2775
2776 2015-09-19  Doug Evans  <xdje42@gmail.com>
2777
2778         * ravenscar-thread.c (ravenscar_inferior_created): Replace
2779         current_inferior ()->gdbarch with its wrapper target_gdbarch.
2780
2781 2015-09-18  Doug Evans  <xdje42@gmail.com>
2782
2783         * linux-thread-db.c (record_thread): Return the created thread.
2784         (thread_from_lwp): Likewise.
2785         (thread_db_get_thread_local_address): Update.
2786
2787 2015-09-18  Doug Evans  <xdje42@gmail.com>
2788
2789         * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2790         move only member demangled_name up.  All uses updated.
2791
2792 2015-09-18  Doug Evans  <xdje42@gmail.com>
2793
2794         * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2795         kind of minimal symbol in the error message.
2796         * objfiles.c (objfile_flavour_name): New function.
2797         * objfiles.h (objfile_flavour_name): Declare.
2798
2799 2015-09-18  Yao Qi  <yao.qi@linaro.org>
2800
2801         * nat/aarch64-linux.c: Include elf/common.h,
2802         nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2803         (aarch64_ps_get_thread_area): New function.
2804         * nat/aarch64-linux.h: Include gdb_proc_service.h.
2805         (aarch64_ps_get_thread_area): Declare.
2806         * aarch64-linux-nat.c (ps_get_thread_area): Call
2807         aarch64_ps_get_thread_area.
2808
2809 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2810
2811         * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2812
2813 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2814
2815         * NEWS: Announce new scheduler-locking mode.
2816         * infrun.c (schedlock_replay): New.
2817         (scheduler_enums): Add schedlock_replay.
2818         (scheduler_mode): Change default to schedlock_replay.
2819         (user_visible_resume_ptid): Handle schedlock_replay.
2820         (clear_proceed_status_thread): Stop replaying if resumed thread is
2821         not replaying.
2822         (schedlock_applies): Handle schedlock_replay.
2823         (_initialize_infrun): Document new scheduler-locking mode.
2824         * record-btrace.c (record_btrace_resume): Remove code to stop other
2825         threads when not replaying the resumed thread.
2826
2827 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2828
2829         * record-btrace.c ((record_btrace_will_replay): New.
2830         (init_record_btrace_ops): Initialize to_record_will_replay.
2831         * record-full.c ((record_full_will_replay): New.
2832         (init_record_full_ops): Initialize to_record_will_replay.
2833         * target-delegates.c: Regenerated.
2834         * target.c (target_record_will_replay): New.
2835         * target.h (struct target_ops) <to_record_will_replay>: New.
2836         (target_record_will_replay): New.
2837
2838 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2839
2840         * record-btrace.c (record_btrace_resume): Call
2841         target_record_stop_replaying.
2842         (record_btrace_stop_replaying_all): New.
2843         (init_record_btrace_ops): Initialize to_record_stop_replaying.
2844         * record-full.c (record_full_stop_replaying): New.
2845         (init_record_full_ops ): Initialize to_record_stop_replaying.
2846         * target-delegates.c: Regenerated.
2847         * target.c (target_record_stop_replaying): New.
2848         * target.h (struct target_ops) <to_record_stop_replaying>: New.
2849         (target_record_stop_replaying): New.
2850
2851 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2852
2853         * record-btrace.c (record_btrace_xfer_partial)
2854         (record_btrace_store_registers, record_btrace_prepare_to_store):
2855         Call record_btrace_is_replaying with inferior_ptid instead of
2856         minus_one_ptid.
2857         (record_btrace_store_registers): Change error message.
2858
2859 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2860
2861         * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2862         Update users to pass minus_one_ptid.
2863         * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2864         * record.c (cmd_record_delete): Pass inferior_ptid to
2865         target_record_is_replaying.
2866         * target-delegates.c: Regenerated.
2867         * target.c (target_record_is_replaying): Add ptid argument.
2868         * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2869         argument.
2870         (target_record_is_replaying): Add ptid argument.
2871
2872 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2873
2874         * record-btrace.c (record_btrace_open): Remove non_stop check.
2875         * NEWS: Announce that record btrace supports non-stop mode.
2876
2877 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2878
2879         * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2880         in the TARKET_WAITKIND_NO_HISTORY case.
2881
2882 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2883
2884         * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2885         (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2886
2887 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2888
2889         * record-btrace.c (get_thread_current_frame): New.
2890         (record_btrace_start_replaying): Call get_thread_current_frame.
2891
2892 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2893
2894         * record-btrace.c (record_btrace_resume_thread): A move request
2895         overwrites a previous move request.
2896         (record_btrace_find_resume_thread): Removed.
2897         (record_btrace_resume): Resume all requested threads.
2898
2899 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2900
2901         * record-btrace.c: Include vec.h.
2902         (record_btrace_find_thread_to_move): Removed.
2903         (btrace_step_no_resumed, btrace_step_again)
2904         (record_btrace_stop_replaying_at_end): New.
2905         (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2906         (record_btrace_single_step_forward): Remove calls to
2907         record_btrace_stop_replaying.
2908         (record_btrace_step_thread): Do only one step for BTHR_CONT and
2909         BTHR_RCONT.  Keep threads at the end of their history moving.
2910         (record_btrace_wait): Call record_btrace_step_thread for all threads
2911         until one reports an event.  Call record_btrace_stop_replaying_at_end
2912         for the eventing thread.
2913
2914 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2915
2916         * record-btrace.c (record_btrace_single_step_forward): Return
2917         NO_HISTORY if a step brings us to the end of the execution history.
2918
2919 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2920
2921         * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2922         to ...
2923         (record_btrace_single_step_forward): ... here and
2924         (record_btrace_single_step_backward): ... here.
2925
2926 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2927
2928         * record-btrace.c (btrace_step_spurious)
2929         (record_btrace_single_step_forward)
2930         (record_btrace_single_step_backward): New.
2931         (record_btrace_step_thread): Call record_btrace_single_step_forward
2932         and record_btrace_single_step_backward.
2933
2934 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2935
2936         * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2937         (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2938
2939 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2940
2941         * record-btrace.c (btrace_thread_flag_to_str)
2942         (record_btrace_cancel_resume): New.
2943         (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2944         (record_btrace_resume): Print execution direction.
2945         (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2946         (record_btrace_wait): Call record_btrace_cancel_resume.
2947
2948 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2949
2950         * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2951         * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2952         (record_btrace_find_thread_to_move): Also accept threads that have
2953         BTHR_STOP set.
2954         (btrace_step_stopped_on_request, record_btrace_stop): New.
2955         (record_btrace_step_thread): Support BTHR_STOP.
2956         (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2957         (init_record_btrace_ops): Initialize to_stop.
2958
2959 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2960
2961         * record-btrace.c (record_btrace_wait): Replace non_stop check with
2962         target_is_non_stop_p ().
2963
2964 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
2965
2966         * ada-typeprint.c (print_array_type): Do not describe arrays as
2967         packed when they embed dynamic elements.
2968
2969 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2970
2971         * symtab.h (address_class): Document that TLS variables
2972         are handled by LOC_UNRESOLVED.
2973         * findvar.c (default_read_var_value): Don't relocate TLS variables.
2974         * printcmd.c (address_info): Don't relocate TLS variables.
2975
2976 2015-09-15  Pierre Langlois  <pierre.langlois@arm.com>
2977
2978         * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2979         (decode_adrp): Likewise.
2980         (decode_b): Likewise.
2981         (decode_bcond): Likewise.
2982         (decode_br): Likewise.
2983         (decode_cb): Likewise.
2984         (decode_eret): Likewise.
2985         (decode_movz): Likewise.
2986         (decode_orr_shifted_register_x): Likewise.
2987         (decode_ret): Likewise.
2988         (decode_stp_offset): Likewise.
2989         (decode_stp_offset_wb): Likewise.
2990         (decode_stur): Likewise.
2991         (decode_tb): Likewise.
2992         (aarch64_analyze_prologue): Likewise.
2993         (pass_in_x): Likewise.
2994         (pass_in_v): Likewise.
2995         (pass_on_stack): Likewise.
2996         (aarch64_push_dummy_call): Likewise.
2997         (aarch64_extract_return_value): Likewise.
2998         (aarch64_store_return_value): Likewise.
2999         (aarch64_return_value): Likewise.
3000         (aarch64_record_asimd_load_store): Likewise.
3001         (aarch64_record_load_store): Likewise.
3002         (aarch64_record_data_proc_simd_fp): Likewise.
3003
3004 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3005
3006         * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
3007         * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
3008         (ppc64_skip_trampoline_code_1): ... here.
3009         (ppc64_skip_trampoline_code): New wrapper function.
3010         * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
3011
3012 2015-09-15  Yao Qi  <yao.qi@linaro.org>
3013
3014         * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
3015         function.
3016         (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
3017         * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
3018         if target_can_do_single_step returns 1.
3019         * remote.c (struct vCont_action_support) <s, S>: New fields.
3020         (PACKET_vContSupported): New enum.
3021         (remote_protocol_features): New element for vContSupported.
3022         (remote_query_supported): Append "vContSupported+".
3023         (remote_vcont_probe): Remove support_s and support_S, use
3024         rs->supports_vCont.s and rs->supports_vCont.S instead.  Disable
3025         vCont packet if c and C actions are not supported.
3026         (remote_can_do_single_step): New function.
3027         (init_remote_ops): Install it to to_can_do_single_step.
3028         (_initialize_remote): Call add_packet_config_cmd.
3029         * target.h (struct target_ops) <to_can_do_single_step>: New field.
3030         (target_can_do_single_step): New macro.
3031         * target-delegates.c: Re-generated.
3032
3033 2015-09-15  Yao Qi  <yao.qi@linaro.org>
3034
3035         * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
3036         (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
3037         * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
3038         New function.
3039         (aarch64_siginfo_from_compat_siginfo): New function.
3040         * nat/aarch64-linux.h: Include signal.h.
3041         (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
3042         (compat_timer_t, compat_clock_t): Likewise.
3043         (struct compat_timeval): New.
3044         (union compat_sigval): New.
3045         (struct compat_siginfo): New.
3046         (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
3047         (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
3048         (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
3049         (cpt_si_band, cpt_si_fd): Likewise.
3050
3051 2015-09-14  Pedro Alves  <palves@redhat.com>
3052
3053         * infrun.c (current_stop_id): New global.
3054         (get_stop_id, new_stop_id): New functions.
3055         (fetch_inferior_event): Handle normal_stop proceeding the target.
3056         (struct stop_context): New.
3057         (save_stop_context, release_stop_context_cleanup)
3058         (stop_context_changed): New functions.
3059         (normal_stop): Return true if the hook-stop changes the stop
3060         context.
3061         * infrun.h (get_stop_id): Declare.
3062         (normal_stop): Now returns int.  Add documentation.
3063
3064 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
3065
3066         * ada-lang.c (ada_value_ptr_subscript): Update the heading
3067         comment.  Handle packed arrays.
3068
3069 2015-09-14  Pedro Alves  <palves@redhat.com>
3070
3071         * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
3072         mention of maint set/show target-non-stop.
3073
3074 2015-09-11  Don Breazeal  <donb@codesourcery.com>
3075
3076         * NEWS: Announce new remote packets for the exec-events
3077         feature and the exec-events feature and associated commands.
3078
3079 2015-09-11  Don Breazeal  <donb@codesourcery.com>
3080
3081         * remote.c (remote_exec_event_p): New function.
3082         (remote_insert_exec_catchpoint): New function.
3083         (remote_remove_exec_catchpoint): New function.
3084         (init_extended_remote_ops): Initialize extended_remote_ops
3085         members to_insert_exec_catchpoint and
3086         to_remove_exec_catchpoint.
3087
3088 2015-09-11  Don Breazeal  <donb@codesourcery.com>
3089             Luis Machado  <lgustavo@codesourcery.com>
3090
3091         * infrun.c (follow_exec): Use process-style ptid for
3092         exec message.  Call add_inferior_with_spaces and
3093         target_follow_exec.
3094         * nat/linux-ptrace.c (linux_supports_traceexec): New function.
3095         * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
3096         * remote.c (remote_pspace_data): New static variable.
3097         (remote_pspace_data_cleanup): New function.
3098         (get_remote_exec_file): New function.
3099         (set_remote_exec_file_1): New function.
3100         (set_remote_exec_file): New function.
3101         (show_remote_exec_file): New function.
3102         (remote_exec_file): Delete static variable.
3103         (anonymous enum) <PACKET_exec_event_feature>: New
3104         enumeration constant.
3105         (remote_protocol_features): Add entry for exec-events feature.
3106         (remote_query_supported): Add client side of qSupported query
3107         for exec-events feature.
3108         (remote_follow_exec): New function.
3109         (remote_parse_stop_reply): Handle 'exec' stop reason.
3110         (extended_remote_run, extended_remote_create_inferior): Call
3111         get_remote_exec_file and set_remote_exec_file_1.
3112         (init_extended_remote_ops) <to_follow_exec>: Initialize new
3113         member.
3114         (_initialize_remote): Call
3115         register_program_space_data_with_cleanup.  Call
3116         add_packet_config_cmd for remote exec-events feature.
3117         Modify call to add_setshow_string_noescape_cmd for exec-file
3118         to use new functions set_remote_exec_file and
3119         show_remote_exec_file.
3120         * target-debug.h, target-delegates.c: Regenerated.
3121         * target.c (target_follow_exec): New function.
3122         * target.h (struct target_ops) <to_follow_exec>: New member.
3123         (target_follow_exec): Declare new function.
3124
3125 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
3126
3127         * aarch64-tdep.c (decode_cb): Move up comment describing the
3128         encoding.
3129         (decode_tb): Fix a typo in comment above the function.  Move up
3130         comment describing the encoding.
3131
3132 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
3133
3134         * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
3135
3136 2015-09-11  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
3137
3138         PR gdb/18947
3139         * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
3140         glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
3141
3142 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
3143
3144         * ada-lang.c (scan_discrim_bound): Factor out arithmetic
3145         operations.
3146
3147 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
3148
3149         * ada-lang.c (ada_search_struct_field): Constify parameters
3150         and/or variables..
3151         (xget_renaming_scope): Likewise.
3152         (ada_is_redundant_range_encoding): Likewise.
3153         (scan_discrim_bound): Likewise.
3154         (to_fixed_range_type): Likewise.
3155
3156 2015-09-10  Yao Qi  <yao.qi@linaro.org>
3157
3158         * breakpoint.c (download_tracepoint_locations): New local
3159         can_download_tracepoint.  Check the result of
3160         target_can_download_tracepoint and save it in
3161         can_download_tracepoint if there are tracepoints to download.
3162         * linux-nat.h (enum tribool): Move it to ...
3163         * common/common-types.h: ... here.
3164
3165 2015-09-09  Pedro Alves  <palves@redhat.com>
3166
3167         * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
3168         * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
3169
3170 2015-09-09  Pedro Alves  <palves@redhat.com>
3171
3172         * continuations.c (add_continuation, restore_thread_cleanup)
3173         (do_all_continuations_ptid, do_all_continuations_thread_callback)
3174         (do_all_continuations_thread, do_all_continuations)
3175         (discard_all_continuations_thread_callback)
3176         (discard_all_continuations_thread, discard_all_continuations)
3177         (add_intermediate_continuation)
3178         (do_all_intermediate_continuations_thread_callback)
3179         (do_all_intermediate_continuations_thread)
3180         (do_all_intermediate_continuations)
3181         (discard_all_intermediate_continuations_thread_callback)
3182         (discard_all_intermediate_continuations_thread)
3183         (discard_all_intermediate_continuations): Delete.
3184         * continuations.h (add_continuation, do_all_continuations)
3185         (do_all_continuations_thread, discard_all_continuations)
3186         (discard_all_continuations_thread, add_intermediate_continuation)
3187         (do_all_intermediate_continuations)
3188         (do_all_intermediate_continuations_thread)
3189         (discard_all_intermediate_continuations)
3190         (discard_all_intermediate_continuations_thread): Delete
3191         declarations.
3192         * event-top.c (stdin_event_handler): Delete references to
3193         continuations.
3194         * gdbthread.h (struct thread_info): Delete continuations and
3195         intermediate_continuations fields.
3196         * inf-loop.c (inferior_event_handler): Remove references to
3197         continuations.
3198         * infrun.c (infrun_thread_stop_requested_callback): Remove
3199         references to continuations.
3200         * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
3201         * thread.c: Don't include "continuations.h".
3202         (clear_thread_inferior_resources): Remove references to
3203         continuations.
3204
3205 2015-09-09  Pedro Alves  <palves@redhat.com>
3206
3207         * infcall.c (struct dummy_frame_context_saver): Delete.
3208         (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
3209         (dummy_frame_context_saver_drop)
3210         (dummy_frame_context_saver_cleanup)
3211         (dummy_frame_context_saver_get_regs)
3212         (dummy_frame_context_saver_setup): Delete.
3213         * infcall.h (dummy_frame_context_saver_drop)
3214         (dummy_frame_context_saver_cleanup)
3215         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
3216         Delete.
3217         (get_return_value): Remove 'ctx_saver' paremeter.  Adjust.
3218         * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
3219         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
3220
3221 2015-09-09  Pedro Alves  <palves@redhat.com>
3222
3223         * breakpoint.c: Include "thread-fsm.h".
3224         (struct until_break_command_continuation_args): Delete.
3225         (struct until_break_fsm): New.
3226         (until_break_fsm_ops): New global.
3227         (new_until_break_fsm, until_break_fsm_should_stop): New functions.
3228         (until_break_command_continuation): Delete.
3229         (until_break_fsm_clean_up): New function.
3230         (until_break_fsm_async_reply_reason): New function.
3231         (until_break_command): Adjust to create an until_break_fsm instead
3232         of a continuation.
3233         (momentary_bkpt_print_it): No longer print MI's async-stop-reason
3234         here.
3235         * infcmd.c (struct until_next_fsm): New.
3236         (until_next_fsm_ops): New global.
3237         (new_until_next_fsm, until_next_fsm_should_stop): New function.
3238         (until_next_continuation): Delete.
3239         (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
3240         functions.
3241         (until_next_command): Adjust to create a new until_next_fsm
3242         instead of a continuation.
3243
3244 2015-09-09  Pedro Alves  <palves@redhat.com>
3245
3246         * infcall.c: Include thread_fsm.h.
3247         (struct call_return_meta_info): New.
3248         (get_call_return_value): New function, factored out from
3249         call_function_by_hand_dummy.
3250         (struct call_thread_fsm): New.
3251         (call_thread_fsm_ops): New global.
3252         (new_call_thread_fsm, call_thread_fsm_should_stop)
3253         (call_thread_fsm_should_notify_stop): New functions.
3254         (run_inferior_call): Add 'sm' parameter.  Associate the FSM with
3255         the thread.
3256         (call_function_by_hand_dummy): Create a new call_thread_fsm
3257         instance, associate it with the thread, and wait for the FSM to
3258         finish.  If finished successfully, fetch the function's result
3259         value out of the FSM.
3260         * infrun.c (fetch_inferior_event): If the FSM says the stop
3261         shouldn't be notified, don't call normal_stop.
3262         (maybe_remove_breakpoints): New function, factored out from ...
3263         (normal_stop): ... here.  Simplify.
3264         * infrun.h (maybe_remove_breakpoints): Declare.
3265         * thread-fsm.c (thread_fsm_should_notify_stop): New function.
3266         (thread-fsm.h) <struct thread_fsm_ops>: New field.
3267         (thread_fsm_should_notify_stop): Declare.
3268
3269 2015-09-09  Pedro Alves  <palves@redhat.com>
3270
3271         * Makefile.in (COMMON_OBS): Add thread-fsm.o.
3272         * breakpoint.c (handle_jit_event): Print debug output.
3273         (bpstat_what): Split event callback handling to ...
3274         (bpstat_run_callbacks): ... this new function.
3275         (momentary_bkpt_print_it): No longer handle bp_finish here.
3276         * breakpoint.h (bpstat_run_callbacks): Declare.
3277         * gdbthread.h (struct thread_info) <step_multi>: Delete field.
3278         <thread_fsm>: New field.
3279         (thread_cancel_execution_command): Declare.
3280         * infcmd.c: Include thread-fsm.h.
3281         (struct step_command_fsm): New.
3282         (step_command_fsm_ops): New global.
3283         (new_step_command_fsm, step_command_fsm_prepare): New functions.
3284         (step_1): Adjust to use step_command_fsm_prepare and
3285         prepare_one_step.
3286         (struct step_1_continuation_args): Delete.
3287         (step_1_continuation): Delete.
3288         (step_command_fsm_should_stop): New function.
3289         (step_once): Delete.
3290         (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
3291         (prepare_one_step): New function, based on step_once.
3292         (until_next_command): Remove step_multi reference.
3293         (struct return_value_info): New.
3294         (print_return_value): Rename to ...
3295         (print_return_value_1): ... this.  New struct return_value_info
3296         parameter.  Adjust.
3297         (print_return_value): Reimplement as wrapper around
3298         print_return_value_1.
3299         (struct finish_command_fsm): New.
3300         (finish_command_continuation): Delete.
3301         (finish_command_fsm_ops): New global.
3302         (new_finish_command_fsm, finish_command_fsm_should_stop): New
3303         functions.
3304         (finish_command_fsm_clean_up, finish_command_fsm_return_value):
3305         New.
3306         (finish_command_continuation_free_arg): Delete.
3307         (finish_command_fsm_async_reply_reason): New.
3308         (finish_backward, finish_forward): Change symbol parameter to a
3309         finish_command_fsm.  Adjust.
3310         (finish_command): Create a finish_command_fsm.  Adjust.
3311         * infrun.c: Include "thread-fsm.h".
3312         (clear_proceed_status_thread): Delete the thread's FSM.
3313         (infrun_thread_stop_requested_callback): Cancel the thread's
3314         execution command.
3315         (clean_up_just_stopped_threads_fsms): New function.
3316         (fetch_inferior_event): Handle the event_thread's should_stop
3317         method saying the command isn't done yet.
3318         (process_event_stop_test): Run breakpoint callbacks here.
3319         (print_stop_event): Rename to ...
3320         (print_stop_location): ... this.
3321         (restore_current_uiout_cleanup): New function.
3322         (print_stop_event): Reimplement.
3323         (normal_stop): No longer notify the end_stepping_range observers
3324         here handle "step N" nor "finish" here.  No longer call
3325         print_stop_event here.
3326         * infrun.h (struct return_value_info): Forward declare.
3327         (print_return_value): Declare.
3328         (print_stop_event): Change prototype.
3329         * thread-fsm.c: New file.
3330         * thread-fsm.h: New file.
3331         * thread.c: Include "thread-fsm.h".
3332         (thread_cancel_execution_command): New function.
3333         (clear_thread_inferior_resources): Call it.
3334         * cli/cli-interp.c (cli_on_normal_stop): New function.
3335         (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
3336         observer.
3337         * mi/mi-interp.c: Include "thread-fsm.h".
3338         (restore_current_uiout_cleanup): Delete.
3339         (mi_on_normal_stop): If the thread has an FSM associated, and it
3340         finished, ask it for the async-reply-reason to print.  Always call
3341         print_stop_event here, regardless of the top-level interpreter.
3342         Check bpstat_what to tell whether an asynchronous breakpoint hit
3343         triggered.
3344         * tui/tui-interp.c (tui_on_normal_stop): New function.
3345         (tui_init): Install tui_on_normal_stop as normal_stop observer.
3346
3347 2015-09-09  Pedro Alves  <palves@redhat.com>
3348
3349         * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
3350         check whether the target can async.
3351         * inf-loop.c (inferior_event_handler): Only call target_async if
3352         the target can async.
3353         * infcall.c: Include top.h and interps.h.
3354         (run_inferior_call): For the interpreter to sync mode while
3355         running the infcall.  Call wait_sync_command_done instead of
3356         wait_for_inferior plus normal_stop.
3357         * infcmd.c (prepare_execution_command): Don't check whether the
3358         target can async when running in the foreground.
3359         (step_1): Delete synchronous case handling.
3360         (step_once): Always install a continuation, even in sync mode.
3361         (until_next_command, finish_forward): Don't check whether the
3362         target can async.
3363         (attach_command_post_wait, notice_new_inferior): Always install a
3364         continuation, even in sync mode.
3365         * infrun.c (mark_infrun_async_event_handler): New function.
3366         (proceed): In sync mode, mark infrun's event source instead of
3367         waiting for events here.
3368         (fetch_inferior_event): If the target can't async, do a blocking
3369         wait.
3370         (prepare_to_wait): In sync mode, mark infrun's event source.
3371         (infrun_async_inferior_event_handler): No longer bail out if the
3372         target can't async.
3373         * infrun.h (mark_infrun_async_event_handler): New declaration.
3374         * linux-nat.c (linux_nat_wait_1): Remove calls to
3375         set_sigint_trap/clear_sigint_trap.
3376         (linux_nat_terminal_inferior): No longer check whether the target
3377         can async.
3378         * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
3379         comment.
3380         (mi_execute_command_input_handler): No longer check whether the
3381         target is async.  Update and simplify comment.
3382         * target.c (default_target_wait): New function.
3383         * target.h (struct target_ops) <to_wait>: Now defaults to
3384         default_target_wait.
3385         (default_target_wait): Declare.
3386         * top.c (wait_sync_command_done): New function, factored out from
3387         ...
3388         (maybe_wait_sync_command_done): ... this.
3389         * top.h (wait_sync_command_done): Declare.
3390         * target-delegates.c: Regenerate.
3391
3392 2015-09-09  Markus Metzger  <markus.t.metzger@intel.com>
3393
3394         * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
3395         * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
3396         Remove include of sys/utsname.h.
3397         (linux_determine_kernel_ptr_bits): Remove.
3398         (linux_determine_kernel_start): New.
3399         (perf_event_is_kernel_addr): Remove tinfo argument.  Update users.
3400         Update check.
3401         (perf_event_skip_bts_record): Remove tinfo argument.  Update users.
3402         (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
3403         initialization.
3404         * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
3405         assignment.
3406
3407 2015-09-07  Pedro Alves  <palves@redhat.com>
3408
3409         * guile/guile-internal.h (as_a_scm_t_subr): New.
3410         * guile/guile.c (misc_guile_functions): Use it.
3411         * guile/scm-arch.c (arch_functions): Use it.
3412         * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
3413         Use it.
3414         * guile/scm-breakpoint.c (breakpoint_functions): Use it.
3415         * guile/scm-cmd.c (command_functions): Use it.
3416         * guile/scm-disasm.c (disasm_functions): Use it.
3417         * guile/scm-exception.c (exception_functions)
3418         (private_exception_functions): Use it.
3419         * guile/scm-frame.c (frame_functions)
3420         * guile/scm-gsmob.c (gsmob_functions): Use it.
3421         * guile/scm-iterator.c (iterator_functions): Use it.
3422         * guile/scm-lazy-string.c (lazy_string_functions): Use it.
3423         * guile/scm-math.c (math_functions): Use it.
3424         * guile/scm-objfile.c (objfile_functions): Use it.
3425         * guile/scm-param.c (parameter_functions): Use it.
3426         * guile/scm-ports.c (port_functions, private_port_functions): Use
3427         it.
3428         * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
3429         * guile/scm-progspace.c (pspace_functions): Use it.
3430         * guile/scm-string.c (string_functions): Use it.
3431         * guile/scm-symbol.c (symbol_functions): Use it.
3432         * guile/scm-symtab.c (symtab_functions): Use it.
3433         * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
3434         it.
3435         * guile/scm-value.c (value_functions): Use it.
3436
3437 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3438
3439         * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
3440         (tui_next_win): Likewise.
3441         (tui_prev_win): Likewise.
3442         (tui_partial_win_by_name): Likewise.
3443         (tui_init_generic_part): Likewise.
3444         (init_content_element): Likewise.
3445         (tui_del_window): Likewise.
3446         (tui_free_window): Likewise.
3447         (tui_del_data_windows): Likewise.
3448         (tui_free_data_content): Likewise.
3449         * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3450         * tui/tui-regs.c (tui_show_register_group): Likewise.
3451         * tui/tui-win.c (tui_resize_all): Likewise.
3452         (tui_set_focus): Likewise.
3453         (tui_set_win_height): Likewise.
3454         (make_invisible_and_set_new_height): Likewise.
3455         * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3456         * tui/tui-wingeneral.c (make_visible): Likewise.
3457
3458 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3459
3460         * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3461
3462 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3463
3464         * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3465         pointer.
3466         * dbxread.c (dbx_end_psymtab): Likewise.
3467         * gnu-nat.c (gnu_write_inferior): Likewise.
3468         * mdebugread.c (cross_ref): Likewise.
3469         * p-valprint.c (pascal_val_print): Likewise.
3470         * xcoffread.c (xcoff_end_psymtab): Likewise.
3471
3472 2015-09-04  Yao Qi  <yao.qi@linaro.org>
3473
3474         * NEWS: Mention the aarch64 multi-arch debugging support.
3475
3476 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
3477
3478         * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3479         type instead of a TYPE_CODE_INT one for the string_char_type
3480         and the ada_primitive_type_char types.
3481
3482 2015-09-03  Yao Qi  <yao.qi@linaro.org>
3483
3484         * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3485         Move code to aarch64_linux_region_ok_for_watchpoint.  Call
3486         aarch64_linux_region_ok_for_watchpoint.
3487         * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3488         New function.
3489         * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3490         Declare it.
3491
3492 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3493
3494         * gdb_obstack.h (obstack_strdup): Declare.
3495         * gdb_obstack.c (obstack_strdup): Define.
3496         * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3497         * gdbarch.c: Regenerate.
3498         * gdbarch.h: Regenerate.
3499         * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3500
3501 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3502
3503         * gdbtypes.c (copy_type_recursive): Update documentation.
3504
3505 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3506
3507         * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3508         as zero.
3509
3510 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3511
3512         * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3513
3514 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3515
3516         * solib-svr4.c (solib_event_probe_action): Call
3517         get_probe_argument_count using TRY...CATCH.
3518         (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3519
3520 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3521
3522         * probe.h (struct probe_ops) <get_probe_argument_count,
3523         evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3524         the comment that the function can throw an exception.
3525         (get_probe_argument_count): Likewise.
3526         (evaluate_probe_argument): Likewise.
3527         * stap-probe.c (stap_get_opcode): Call error instead of
3528         internal_error.
3529         (stap_get_expected_argument_type): Likewise.  Add argument
3530         'probe'.  Improve error message by mentioning the probe's name.
3531         (stap_parse_probe_arguments): Adjust call to
3532         stap_get_expected_argument_type.
3533         (stap_get_arg): Add comment.  Assert that 'probe->args_parsed' is
3534         not zero.  Call internal_error if GDB requests an argument but the
3535         probe has no arguments.
3536
3537 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
3538
3539         * ada-lang.c (ada_resolve_function): Do not ask the user what
3540         match to use when in completion mode.
3541
3542 2015-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
3543
3544         * tui/tui-data.c (tui_win_name): Make local variable const, remove
3545         cast of NULL.
3546
3547 2015-08-31  Max Filippov  <jcmvbkbc@gmail.com>
3548
3549         * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3550         call_abi using XSHAL_ABI macro.
3551
3552 2015-08-29  Doug Evans  <xdje42@gmail.com>
3553
3554         * symtab.h (struct symbol): Tweak comment.
3555
3556 2015-08-29  Patrick Palka  <patrick@parcs.ath.cx>
3557
3558         * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3559         gdbarch obstack instead of on the heap.  Update commentary
3560         accordingly.
3561
3562 2015-08-28  Joel Brobecker  <brobecker@adacore.com>
3563
3564         GDB 7.10 released.
3565
3566 2015-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3567
3568         * NEWS: Update entry about non-8-bits addressable memory.
3569
3570 2015-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
3571
3572         Revert:
3573         2014-11-06  Doug Evans  <xdje42@gmail.com>
3574         * solib.c (solib_global_lookup): Fetch arch from objfile,
3575         not target_gdbarch.
3576
3577 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3578
3579         * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3580         attempt to relocate a TLS variable offset.
3581
3582 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3583
3584         * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3585         registered yet.  Set inferior_ptid while calling target_read_memory.
3586
3587 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3588
3589         * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3590         (GDB_ARCH_IS_TRAP_BRKPT): ... this.  Add __powerpc__ case.
3591         * linux-nat.c (check_stopped_by_breakpoint): Use
3592         GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3593
3594 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3595
3596         * linux-thread-db.c (thread_db_get_thread_local_address): If the
3597         thread was not yet discovered, use thread_from_lwp instead of
3598         calling thread_db_find_new_threads_1.
3599
3600 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3601
3602         * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3603         statements.
3604
3605 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3606
3607         * NEWS: Document support for non-8-bits addressable memory.
3608
3609 2015-08-27  Pedro Alves  <palves@redhat.com>
3610
3611         * configure.ac: Remove AC_TYPE_SIGNAL call.
3612         * configure, config.in: Regenerate.
3613
3614 2015-08-27  Pedro Alves  <palves@redhat.com>
3615
3616         * cp-support.c (gdb_demangle): Use sighandler_t.  Remove cast.
3617         * extension-priv.h: Include signal.h.
3618         (struct signal_handler) <handler>: Change type to sighandler_t.
3619         * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3620         * inflow.c (sigint_ours, sigquit_ours): Change type to
3621         sighandler_t.
3622         (child_terminal_inferior): Remove casts.
3623         (child_terminal_ours_1, new_tty): Use sighandler_t.  Remove casts.
3624         (osig): Change type to sighandler_t.
3625         * nto-procfs.c (ofunc): Change type to sighandler_t.
3626         (procfs_wait): Remove casts.
3627         * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3628         * remote-sim.c (gdbsim_wait): Use sighandler_t.
3629         * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3630
3631 2015-08-27  Pedro Alves  <palves@redhat.com>
3632
3633         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3634         * gnulib/aclocal.m4: Renegerate.
3635         * gnulib/config.in: Renegerate.
3636         * gnulib/configure: Renegerate.
3637         * gnulib/import/Makefile.am: Update.
3638         * gnulib/import/Makefile.in: Regenerate.
3639         * gnulib/import/m4/gnulib-cache.m4: Update.
3640         * gnulib/import/m4/gnulib-comp.m4: Update.
3641         * gnulib/import/m4/signal_h.m4: New file.
3642         * gnulib/import/signal.in.h: New file.
3643
3644 2015-08-27  Pedro Alves  <palves@redhat.com>
3645
3646         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3647         (MIN_MEMORY_PACKET_SIZE): New.
3648         (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3649         (get_memory_packet_size): Adjust.  No longer limit the max packet
3650         size.
3651         (set_memory_packet_size): Adjust, and remove dead code.
3652         (remote_check_symbols): Use xmalloc and a cleanup instead of
3653         alloca.
3654         (remote_packet_size): No longer cap the packet size.
3655         (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3656
3657 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
3658
3659         * compile/compile.c (compile_to_object): Mention language in
3660         error message.
3661
3662 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
3663
3664         * target.c (target_pre_inferior): Unset attach_flag.
3665
3666 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3667
3668         * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3669         * gdbarch.c: Re-generate.
3670
3671 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3672
3673         * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3674         function with the XNEW-family equivalent.
3675         * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3676         * ada-exp.y (write_ambiguous_var): Likewise.
3677         * ada-lang.c (resolve_subexp): Likewise.
3678         (user_select_syms): Likewise.
3679         (assign_aggregate): Likewise.
3680         (ada_evaluate_subexp): Likewise.
3681         (cache_symbol): Likewise.
3682         * addrmap.c (allocate_key): Likewise.
3683         (addrmap_create_mutable): Likewise.
3684         * aix-thread.c (sync_threadlists): Likewise.
3685         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3686         (alpha_gdbarch_init): Likewise.
3687         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3688         * arm-linux-nat.c (arm_linux_add_process): Likewise.
3689         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3690         * arm-tdep.c (push_stack_item): Likewise.
3691         (arm_displaced_step_copy_insn): Likewise.
3692         (arm_gdbarch_init): Likewise.
3693         (_initialize_arm_tdep): Likewise.
3694         * avr-tdep.c (push_stack_item): Likewise.
3695         * ax-general.c (new_agent_expr): Likewise.
3696         * block.c (block_initialize_namespace): Likewise.
3697         * breakpoint.c (alloc_counted_command_line): Likewise.
3698         (update_dprintf_command_list): Likewise.
3699         (parse_breakpoint_sals): Likewise.
3700         (decode_static_tracepoint_spec): Likewise.
3701         (until_break_command): Likewise.
3702         (clear_command): Likewise.
3703         (update_global_location_list): Likewise.
3704         (get_breakpoint_objfile_data) Likewise.
3705         * btrace.c (ftrace_new_function): Likewise.
3706         (btrace_set_insn_history): Likewise.
3707         (btrace_set_call_history): Likewise.
3708         * buildsym.c (add_symbol_to_list): Likewise.
3709         (record_pending_block): Likewise.
3710         (start_subfile): Likewise.
3711         (start_buildsym_compunit): Likewise.
3712         (push_subfile): Likewise.
3713         (end_symtab_get_static_block): Likewise.
3714         (buildsym_init): Likewise.
3715         * cli/cli-cmds.c (source_command): Likewise.
3716         * cli/cli-decode.c (add_cmd): Likewise.
3717         * cli/cli-script.c (build_command_line): Likewise.
3718         (setup_user_args): Likewise.
3719         (realloc_body_list): Likewise.
3720         (process_next_line): Likewise.
3721         (copy_command_lines): Likewise.
3722         * cli/cli-setshow.c (do_set_command): Likewise.
3723         * coff-pe-read.c (read_pe_exported_syms): Likewise.
3724         * coffread.c (coff_locate_sections): Likewise.
3725         (coff_symtab_read): Likewise.
3726         (coff_read_struct_type): Likewise.
3727         * common/cleanups.c (make_my_cleanup2): Likewise.
3728         * common/common-exceptions.c (throw_it): Likewise.
3729         * common/filestuff.c (make_cleanup_close): Likewise.
3730         * common/format.c (parse_format_string): Likewise.
3731         * common/queue.h (DEFINE_QUEUE_P): Likewise.
3732         * compile/compile-object-load.c (munmap_list_add): Likewise.
3733         (compile_object_load): Likewise.
3734         * compile/compile-object-run.c (compile_object_run): Likewise.
3735         * compile/compile.c (append_args): Likewise.
3736         * corefile.c (specify_exec_file_hook): Likewise.
3737         * cp-support.c (make_symbol_overload_list): Likewise.
3738         * cris-tdep.c (push_stack_item): Likewise.
3739         (cris_gdbarch_init): Likewise.
3740         * ctf.c (ctf_trace_file_writer_new): Likewise.
3741         * dbxread.c (init_header_files): Likewise.
3742         (add_new_header_file): Likewise.
3743         (init_bincl_list): Likewise.
3744         (dbx_end_psymtab): Likewise.
3745         (start_psymtab): Likewise.
3746         (dbx_end_psymtab): Likewise.
3747         * dcache.c (dcache_init): Likewise.
3748         * dictionary.c (dict_create_hashed): Likewise.
3749         (dict_create_hashed_expandable): Likewise.
3750         (dict_create_linear): Likewise.
3751         (dict_create_linear_expandable): Likewise.
3752         * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3753         * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3754         * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3755         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3756         (decode_frame_entry_1): Likewise.
3757         * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3758         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3759         * dwarf2read.c (dwarf2_has_info): Likewise.
3760         (create_signatured_type_table_from_index): Likewise.
3761         (dwarf2_read_index): Likewise.
3762         (dw2_get_file_names_reader): Likewise.
3763         (create_all_type_units): Likewise.
3764         (read_cutu_die_from_dwo): Likewise.
3765         (init_tu_and_read_dwo_dies): Likewise.
3766         (init_cutu_and_read_dies): Likewise.
3767         (create_all_comp_units): Likewise.
3768         (queue_comp_unit): Likewise.
3769         (inherit_abstract_dies): Likewise.
3770         (read_call_site_scope): Likewise.
3771         (dwarf2_add_field): Likewise.
3772         (dwarf2_add_typedef): Likewise.
3773         (dwarf2_add_member_fn): Likewise.
3774         (attr_to_dynamic_prop): Likewise.
3775         (abbrev_table_alloc_abbrev): Likewise.
3776         (abbrev_table_read_table): Likewise.
3777         (add_include_dir): Likewise.
3778         (add_file_name): Likewise.
3779         (dwarf_decode_line_header): Likewise.
3780         (dwarf2_const_value_attr): Likewise.
3781         (dwarf_alloc_block): Likewise.
3782         (parse_macro_definition): Likewise.
3783         (set_die_type): Likewise.
3784         (write_psymtabs_to_index): Likewise.
3785         (create_cus_from_index): Likewise.
3786         (dwarf2_create_include_psymtab): Likewise.
3787         (process_psymtab_comp_unit_reader): Likewise.
3788         (build_type_psymtab_dependencies): Likewise.
3789         (read_comp_units_from_section): Likewise.
3790         (compute_compunit_symtab_includes): Likewise.
3791         (create_dwo_unit_in_dwp_v1): Likewise.
3792         (create_dwo_unit_in_dwp_v2): Likewise.
3793         (read_func_scope): Likewise.
3794         (process_structure_scope): Likewise.
3795         (mark_common_block_symbol_computed): Likewise.
3796         (load_partial_dies): Likewise.
3797         (dwarf2_symbol_mark_computed): Likewise.
3798         * elfread.c (elf_symfile_segments): Likewise.
3799         (elf_read_minimal_symbols): Likewise.
3800         * environ.c (make_environ): Likewise.
3801         * eval.c (evaluate_subexp_standard): Likewise.
3802         * event-loop.c (create_file_handler): Likewise.
3803         (create_async_signal_handler): Likewise.
3804         (create_async_event_handler): Likewise.
3805         (create_timer): Likewise.
3806         * exec.c (build_section_table): Likewise.
3807         * fbsd-nat.c (fbsd_remember_child): Likewise.
3808         * fork-child.c (fork_inferior): Likewise.
3809         * frv-tdep.c (new_variant): Likewise.
3810         * gdbarch.sh (gdbarch_alloc): Likewise.
3811         (append_name): Likewise.
3812         * gdbtypes.c (rank_function): Likewise.
3813         (copy_type_recursive): Likewise.
3814         (add_dyn_prop): Likewise.
3815         * gnu-nat.c (make_proc): Likewise.
3816         (make_inf): Likewise.
3817         (gnu_write_inferior): Likewise.
3818         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3819         (build_std_type_info_type): Likewise.
3820         * guile/scm-param.c (compute_enum_list): Likewise.
3821         * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3822         * guile/scm-value.c (gdbscm_value_call): Likewise.
3823         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3824         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3825         (read_unwind_info): Likewise.
3826         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3827         * infcall.c (dummy_frame_context_saver_setup): Likewise.
3828         (call_function_by_hand_dummy): Likewise.
3829         * infcmd.c (step_once): Likewise.
3830         (finish_forward): Likewise.
3831         (attach_command): Likewise.
3832         (notice_new_inferior): Likewise.
3833         * inferior.c (add_inferior_silent): Likewise.
3834         * infrun.c (add_displaced_stepping_state): Likewise.
3835         (save_infcall_control_state): Likewise.
3836         (save_inferior_ptid): Likewise.
3837         (_initialize_infrun): Likewise.
3838         * jit.c (bfd_open_from_target_memory): Likewise.
3839         (jit_gdbarch_data_init): Likewise.
3840         * language.c (add_language): Likewise.
3841         * linespec.c (decode_line_2): Likewise.
3842         * linux-nat.c (add_to_pid_list): Likewise.
3843         (add_initial_lwp): Likewise.
3844         * linux-thread-db.c (add_thread_db_info): Likewise.
3845         (record_thread): Likewise.
3846         (info_auto_load_libthread_db): Likewise.
3847         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3848         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3849         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3850         * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3851         * macrocmd.c (macro_define_command): Likewise.
3852         * macroexp.c (gather_arguments): Likewise.
3853         * macroscope.c (sal_macro_scope): Likewise.
3854         * macrotab.c (new_macro_table): Likewise.
3855         * mdebugread.c (push_parse_stack): Likewise.
3856         (parse_partial_symbols): Likewise.
3857         (parse_symbol): Likewise.
3858         (psymtab_to_symtab_1): Likewise.
3859         (new_block): Likewise.
3860         (new_psymtab): Likewise.
3861         (mdebug_build_psymtabs): Likewise.
3862         (add_pending): Likewise.
3863         (elfmdebug_build_psymtabs): Likewise.
3864         * mep-tdep.c (mep_gdbarch_init): Likewise.
3865         * mi/mi-main.c (mi_execute_command): Likewise.
3866         * mi/mi-parse.c (mi_parse_argv): Likewise.
3867         * minidebug.c (lzma_open): Likewise.
3868         * minsyms.c (terminate_minimal_symbol_table): Likewise.
3869         * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3870         * mips-tdep.c (mips_gdbarch_init): Likewise.
3871         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3872         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3873         * mt-tdep.c (mt_registers_info): Likewise.
3874         * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3875         * nat/linux-btrace.c (linux_enable_bts): Likewise.
3876         (linux_enable_pt): Likewise.
3877         * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3878         (linux_xfer_osdata_processgroups): Likewise.
3879         * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3880         * nto-procfs.c (procfs_meminfo): Likewise.
3881         * objc-lang.c (start_msglist): Likewise.
3882         (selectors_info): Likewise.
3883         (classes_info): Likewise.
3884         (find_methods): Likewise.
3885         * objfiles.c (allocate_objfile): Likewise.
3886         (update_section_map): Likewise.
3887         * osabi.c (gdbarch_register_osabi): Likewise.
3888         (gdbarch_register_osabi_sniffer): Likewise.
3889         * parse.c (start_arglist): Likewise.
3890         * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3891         (hwdebug_insert_point): Likewise.
3892         * printcmd.c (display_command): Likewise.
3893         (ui_printf): Likewise.
3894         * procfs.c (create_procinfo): Likewise.
3895         (load_syscalls): Likewise.
3896         (proc_get_LDT_entry): Likewise.
3897         (proc_update_threads): Likewise.
3898         * prologue-value.c (make_pv_area): Likewise.
3899         (pv_area_store): Likewise.
3900         * psymtab.c (extend_psymbol_list): Likewise.
3901         (init_psymbol_list): Likewise.
3902         (allocate_psymtab): Likewise.
3903         * python/py-inferior.c (add_thread_object): Likewise.
3904         * python/py-param.c (compute_enum_values): Likewise.
3905         * python/py-value.c (valpy_call): Likewise.
3906         * python/py-varobj.c (py_varobj_iter_next): Likewise.
3907         * python/python.c (ensure_python_env): Likewise.
3908         * record-btrace.c (record_btrace_start_replaying): Likewise.
3909         * record-full.c (record_full_reg_alloc): Likewise.
3910         (record_full_mem_alloc): Likewise.
3911         (record_full_end_alloc): Likewise.
3912         (record_full_core_xfer_partial): Likewise.
3913         * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3914         * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3915         * remote-notif.c (remote_notif_state_allocate): Likewise.
3916         * remote.c (demand_private_info): Likewise.
3917         (remote_notif_stop_alloc_reply): Likewise.
3918         (remote_enable_btrace): Likewise.
3919         * reverse.c (save_bookmark_command): Likewise.
3920         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3921         * rx-tdep.c (rx_gdbarch_init): Likewise.
3922         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3923         * ser-go32.c (dos_get_tty_state): Likewise.
3924         (dos_copy_tty_state): Likewise.
3925         * ser-mingw.c (ser_windows_open): Likewise.
3926         (ser_console_wait_handle): Likewise.
3927         (ser_console_get_tty_state): Likewise.
3928         (make_pipe_state): Likewise.
3929         (net_windows_open): Likewise.
3930         * ser-unix.c (hardwire_get_tty_state): Likewise.
3931         (hardwire_copy_tty_state): Likewise.
3932         * solib-aix.c (solib_aix_new_lm_info): Likewise.
3933         * solib-dsbt.c (dsbt_current_sos): Likewise.
3934         (dsbt_relocate_main_executable): Likewise.
3935         * solib-frv.c (frv_current_sos): Likewise.
3936         (frv_relocate_main_executable): Likewise.
3937         * solib-spu.c (spu_bfd_fopen): Likewise.
3938         * solib-svr4.c (lm_info_read): Likewise.
3939         (svr4_copy_library_list): Likewise.
3940         (svr4_default_sos): Likewise.
3941         * source.c (find_source_lines): Likewise.
3942         (line_info): Likewise.
3943         (add_substitute_path_rule): Likewise.
3944         * spu-linux-nat.c (spu_bfd_open): Likewise.
3945         * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3946         * stabsread.c (dbx_lookup_type): Likewise.
3947         (read_type): Likewise.
3948         (read_member_functions): Likewise.
3949         (read_struct_fields): Likewise.
3950         (read_baseclasses): Likewise.
3951         (read_args): Likewise.
3952         (_initialize_stabsread): Likewise.
3953         * stack.c (func_command): Likewise.
3954         * stap-probe.c (handle_stap_probe): Likewise.
3955         * symfile.c (addrs_section_sort): Likewise.
3956         (addr_info_make_relative): Likewise.
3957         (load_section_callback): Likewise.
3958         (add_symbol_file_command): Likewise.
3959         (init_filename_language_table): Likewise.
3960         * symtab.c (create_filename_seen_cache): Likewise.
3961         (sort_search_symbols_remove_dups): Likewise.
3962         (search_symbols): Likewise.
3963         * target.c (make_cleanup_restore_target_terminal): Likewise.
3964         * thread.c (new_thread): Likewise.
3965         (enable_thread_stack_temporaries): Likewise.
3966         (make_cleanup_restore_current_thread): Likewise.
3967         (thread_apply_all_command): Likewise.
3968         * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3969         * top.c (gdb_readline_wrapper): Likewise.
3970         * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3971         * tracepoint.c (trace_find_line_command): Likewise.
3972         (all_tracepoint_actions_and_cleanup): Likewise.
3973         (make_cleanup_restore_current_traceframe): Likewise.
3974         (get_uploaded_tp): Likewise.
3975         (get_uploaded_tsv): Likewise.
3976         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3977         (tui_alloc_win_info): Likewise.
3978         (tui_alloc_content): Likewise.
3979         (tui_add_content_elements): Likewise.
3980         * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3981         (tui_set_disassem_content): Likewise.
3982         * ui-file.c (ui_file_new): Likewise.
3983         (stdio_file_new): Likewise.
3984         (tee_file_new): Likewise.
3985         * utils.c (make_cleanup_restore_integer): Likewise.
3986         (add_internal_problem_command): Likewise.
3987         * v850-tdep.c (v850_gdbarch_init): Likewise.
3988         * valops.c (find_oload_champ): Likewise.
3989         * value.c (allocate_value_lazy): Likewise.
3990         (record_latest_value): Likewise.
3991         (create_internalvar): Likewise.
3992         * varobj.c (install_variable): Likewise.
3993         (new_variable): Likewise.
3994         (new_root_variable): Likewise.
3995         (cppush): Likewise.
3996         (_initialize_varobj): Likewise.
3997         * windows-nat.c (windows_make_so): Likewise.
3998         * x86-nat.c (x86_add_process): Likewise.
3999         * xcoffread.c (arrange_linetable): Likewise.
4000         (allocate_include_entry): Likewise.
4001         (process_linenos): Likewise.
4002         (SYMBOL_DUP): Likewise.
4003         (xcoff_start_psymtab): Likewise.
4004         (xcoff_end_psymtab): Likewise.
4005         * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
4006         * xtensa-tdep.c (xtensa_register_type): Likewise.
4007         * gdbarch.c: Regenerate.
4008         * gdbarch.h: Regenerate.
4009
4010 2015-08-25  Don Breazeal  <donb@codesourcery.com>
4011
4012         * infrun.c (follow_exec): Re-order operations for
4013         handling follow-exec-mode "new".
4014         (handle_inferior_event_1): Assign ecs->event_thread
4015         to the current thread.
4016         * remote.c (get_remote_arch_state): Add an assertion.
4017
4018 2015-08-26  Pedro Alves  <palves@redhat.com>
4019
4020         * MAINTAINERS: Add Markus Metzger as btrace maintainer.
4021
4022 2015-08-25  Pedro Alves  <palves@redhat.com>
4023
4024         PR gdb/18804
4025         * defs.h (maybe_quit): Declare.
4026         (QUIT): Now calls maybe_quit.
4027         * event-loop.c (clear_async_signal_handler)
4028         (async_signal_handler_is_marked): New functions.
4029         * event-loop.h (async_signal_handler_is_marked)
4030         (clear_async_signal_handler): New declarations.
4031         * remote.c (remote_check_pending_interrupt): New function.
4032         (interrupt_query): Use make_cleanup_restore_target_terminal.  No
4033         longer check whether the target is async.  If waiting for a stop
4034         reply, and a Ctrl-C as been sent to the target, offer to
4035         disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
4036         Otherwise do not disconnect and throw a quit.
4037         (_initialize_remote): Install remote_check_pending_interrupt as
4038         to_check_pending_interrupt.
4039         * target.c (target_check_pending_interrupt): New function.
4040         * target.h (struct target_ops) <to_check_pending_interrupt>: New
4041         field.
4042         (target_check_pending_interrupt): New declaration.
4043         * utils.c (maybe_quit): New function.
4044         * target-delegates.c: Regenerate.
4045
4046 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4047
4048         * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
4049         Rename local variable pid to tid, and get lwpid of lwp.  Update
4050         debug output.
4051
4052 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
4053
4054         * ada-lang.c (ada_read_var_value): Add a var_block argument
4055         and pass it to default_read_var_value.
4056         * block.c (block_static_link): New accessor.
4057         * block.h (block_static_link): Declare it.
4058         * buildsym.c (finish_block_internal): Add a static_link
4059         argument.  If there is a static link, associate it to the new
4060         block.
4061         (finish_block): Add a static link argument and pass it to
4062         finish_block_internal.
4063         (end_symtab_get_static_block): Update calls to finish_block and
4064         to finish_block_internal.
4065         (end_symtab_with_blockvector): Update call to
4066         finish_block_internal.
4067         * buildsym.h: Forward-declare struct dynamic_prop.
4068         (struct context_stack): Add a static_link field.
4069         (finish_block): Add a static link argument.
4070         * c-exp.y: Remove an obsolete comment (evaluation of variables
4071         already start from the selected frame, and now they climb *up*
4072         the call stack) and propagate the block information to the
4073         produced expression.
4074         * d-exp.y: Likewise.
4075         * f-exp.y: Likewise.
4076         * go-exp.y: Likewise.
4077         * jv-exp.y: Likewise.
4078         * m2-exp.y: Likewise.
4079         * p-exp.y: Likewise.
4080         * coffread.c (coff_symtab_read): Update calls to finish_block.
4081         * dbxread.c (process_one_symbol): Likewise.
4082         * xcoffread.c (read_xcoff_symtab): Likewise.
4083         * compile/compile-c-symbols.c (convert_one_symbol): Promote the
4084         "sym" parameter to struct block_symbol, update its uses and pass
4085         its block to calls to read_var_value.
4086         (convert_symbol_sym): Update the calls to convert_one_symbol.
4087         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
4088         call to read_var_value.
4089         * dwarf2loc.c (block_op_get_frame_base): New.
4090         (dwarf2_block_frame_base_locexpr_funcs): Implement the
4091         get_frame_base method.
4092         (dwarf2_block_frame_base_loclist_funcs): Likewise.
4093         (dwarf2locexpr_baton_eval): Add a frame argument and use it
4094         instead of the selected frame in order to evaluate the
4095         expression.
4096         (dwarf2_evaluate_property): Add a frame argument.  Update call
4097         to dwarf2_locexpr_baton_eval to provide a frame in available and
4098         to handle the absence of address stack.
4099         * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
4100         * dwarf2read.c (attr_to_dynamic_prop): Add a forward
4101         declaration.
4102         (read_func_scope): Record any available static link description.
4103         Update call to finish_block.
4104         (read_lexical_block_scope): Update call to finish_block.
4105         * findvar.c (follow_static_link): New.
4106         (get_hosting_frame): New.
4107         (default_read_var_value): Add a var_block argument.  Use
4108         get_hosting_frame to handle non-local references.
4109         (read_var_value): Add a var_block argument and pass it to the
4110         LA_READ_VAR_VALUE method.
4111         * gdbtypes.c (resolve_dynamic_range): Update calls to
4112         dwarf2_evaluate_property.
4113         (resolve_dynamic_type_internal): Likewise.
4114         * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
4115         read_var_value, passing it the block coming from symbol lookup.
4116         * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
4117         read_var_value (TODO).
4118         * infcmd.c (finish_command_continuation): Update call to
4119         read_var_value, passing it the block coming from symbol lookup.
4120         * infrun.c (insert_exception_resume_breakpoint): Likewise.
4121         * language.h (struct language_defn): Add a var_block argument to
4122         the LA_READ_VAR_VALUE method.
4123         * objfiles.c (struct static_link_htab_entry): New.
4124         (static_link_htab_entry_hash): New.
4125         (static_link_htab_entry_eq): New.
4126         (objfile_register_static_link): New.
4127         (objfile_lookup_static_link): New.
4128         (free_objfile): Free the STATIC_LINKS hashed map if needed.
4129         * objfiles.h: Include hashtab.h.
4130         (struct objfile): Add a static_links field.
4131         (objfile_register_static_link): New.
4132         (objfile_lookup_static_link): New.
4133         * printcmd.c (print_variable_and_value): Update call to
4134         read_var_value.
4135         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
4136         * python/py-frame.c (frapy_read_var): Update call to
4137         read_var_value, passing it the block coming from symbol lookup.
4138         * python/py-framefilter.c (extract_sym): Add a sym_block
4139         parameter and set the pointed value to NULL (TODO).
4140         (enumerate_args): Update call to extract_sym.
4141         (enumerate_locals): Update calls to extract_sym and to
4142         read_var_value.
4143         * python/py-symbol.c (sympy_value): Update call to
4144         read_var_value (TODO).
4145         * stack.c (read_frame_local): Update call to read_var_value.
4146         (read_frame_arg): Likewise.
4147         (return_command): Likewise.
4148         * symtab.h (struct symbol_block_ops): Add a get_frame_base
4149         method.
4150         (struct symbol): Add a block field.
4151         (SYMBOL_BLOCK): New accessor.
4152         * valops.c (value_of_variable): Remove frame/block handling and
4153         pass the block argument to read_var_value, which does this job
4154         now.
4155         (value_struct_elt_for_reference): Update calls to
4156         read_var_value.
4157         (value_of_this): Pass the block found to read_var_value.
4158         * value.h (read_var_value): Add a var_block argument.
4159         (default_read_var_value): Likewise.
4160
4161 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4162
4163         * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
4164         * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
4165         * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
4166
4167 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4168
4169         * Makefile.in (aarch64-liunx.o): New rule.
4170         (HFILES_NO_SRCDIR): Add aarch64-linux.h.
4171         * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
4172         * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
4173         * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
4174         extern.
4175         (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
4176         * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
4177         * nat/aarch64-linux.c: New file.
4178         * nat/aarch64-linux.h: New file.
4179
4180 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4181
4182         * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
4183         lwp_arch_private_info and ptid_of_lwp.
4184
4185 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4186
4187         * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
4188         Move it to nat/aarch64-linux-hw-point.c.
4189         (debug_reg_change_callback): Likewise.
4190         (aarch64_notify_debug_reg_change): :Likewise.
4191         * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
4192         (aarch64_dr_update_callback_param): New.
4193         (debug_reg_change_callback): New function.
4194         (aarch64_notify_debug_reg_change): Likewise.
4195         * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
4196         Remove the declaration.
4197
4198 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4199
4200         * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
4201         Call current_lwp_ptid.
4202
4203 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4204
4205         * aarch64-linux-nat.c (debug_reg_change_callback): Use
4206         debug_printf.
4207
4208 2015-08-25  Yao Qi  <yao.qi@linaro.org>
4209
4210         * aarch64-linux-nat.c (debug_reg_change_callback): Call
4211         ptid_get_pid rather than ptid_get_lwp.
4212
4213 2015-08-24  Pedro Alves  <palves@redhat.com>
4214
4215         * NEWS (New commands): Mention set/show remote
4216         multiprocess-extensions-packet.
4217         * remote.c (remote_query_supported): Only tell the server to use
4218         the multiprocess extensions if the user hasn't force-disabled them
4219         with "set remote multiprocess-extensions-packet off".
4220
4221 2015-08-24  Pedro Alves  <palves@redhat.com>
4222
4223         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
4224         1029a8112290f6eee9d7878a391c49db42c999bd.
4225         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
4226         Regenerate.
4227         * gnulib/import/Makefile.am: Update.
4228         * gnulib/import/Makefile.in: Update.
4229         * gnulib/import/alloca.in.h: Update.
4230         * gnulib/import/basename-lgpl.c: Update.
4231         * gnulib/import/canonicalize-lgpl.c: Update.
4232         * gnulib/import/config.charset: Update.
4233         * gnulib/import/dirent.in.h: Update.
4234         * gnulib/import/dirfd.c: Update.
4235         * gnulib/import/dirname-lgpl.c: Update.
4236         * gnulib/import/dirname.h: Update.
4237         * gnulib/import/dosname.h: Update.
4238         * gnulib/import/errno.in.h: Update.
4239         * gnulib/import/extra/snippet/arg-nonnull.h: Update.
4240         * gnulib/import/extra/snippet/c++defs.h: Update.
4241         * gnulib/import/extra/snippet/warn-on-use.h: Update.
4242         * gnulib/import/extra/update-copyright: Update.
4243         * gnulib/import/float+.h: Update.
4244         * gnulib/import/float.c: Update.
4245         * gnulib/import/float.in.h: Update.
4246         * gnulib/import/fnmatch.c: Update.
4247         * gnulib/import/fnmatch.in.h: Update.
4248         * gnulib/import/fnmatch_loop.c: Update.
4249         * gnulib/import/fpucw.h: Update.
4250         * gnulib/import/frexp.c: Update.
4251         * gnulib/import/frexpl.c: Update.
4252         * gnulib/import/gettimeofday.c: Update.
4253         * gnulib/import/inttypes.in.h: Update.
4254         * gnulib/import/isnan.c: Update.
4255         * gnulib/import/isnand-nolibm.h: Update.
4256         * gnulib/import/isnand.c: Update.
4257         * gnulib/import/isnanl-nolibm.h: Update.
4258         * gnulib/import/isnanl.c: Update.
4259         * gnulib/import/itold.c: Update.
4260         * gnulib/import/localcharset.c: Update.
4261         * gnulib/import/localcharset.h: Update.
4262         * gnulib/import/lstat.c: Update.
4263         * gnulib/import/m4/00gnulib.m4: Update.
4264         * gnulib/import/m4/absolute-header.m4: Update.
4265         * gnulib/import/m4/alloca.m4: Update.
4266         * gnulib/import/m4/canonicalize.m4: Update.
4267         * gnulib/import/m4/codeset.m4: Update.
4268         * gnulib/import/m4/configmake.m4: Update.
4269         * gnulib/import/m4/dirent_h.m4: Update.
4270         * gnulib/import/m4/dirfd.m4: Update.
4271         * gnulib/import/m4/dirname.m4: Update.
4272         * gnulib/import/m4/double-slash-root.m4: Update.
4273         * gnulib/import/m4/eealloc.m4: Update.
4274         * gnulib/import/m4/errno_h.m4: Update.
4275         * gnulib/import/m4/exponentd.m4: Update.
4276         * gnulib/import/m4/exponentl.m4: Update.
4277         * gnulib/import/m4/extensions.m4: Update.
4278         * gnulib/import/m4/extern-inline.m4: Update.
4279         * gnulib/import/m4/fcntl-o.m4: Update.
4280         * gnulib/import/m4/float_h.m4: Update.
4281         * gnulib/import/m4/fnmatch.m4: Update.
4282         * gnulib/import/m4/fpieee.m4: Update.
4283         * gnulib/import/m4/frexp.m4: Update.
4284         * gnulib/import/m4/frexpl.m4: Update.
4285         * gnulib/import/m4/gettimeofday.m4: Update.
4286         * gnulib/import/m4/glibc21.m4: Update.
4287         * gnulib/import/m4/gnulib-cache.m4: Update.
4288         * gnulib/import/m4/gnulib-common.m4: Update.
4289         * gnulib/import/m4/gnulib-comp.m4: Update.
4290         * gnulib/import/m4/gnulib-tool.m4: Update.
4291         * gnulib/import/m4/include_next.m4: Update.
4292         * gnulib/import/m4/inttypes-pri.m4: Update.
4293         * gnulib/import/m4/inttypes.m4: Update.
4294         * gnulib/import/m4/isnand.m4: Update.
4295         * gnulib/import/m4/isnanl.m4: Update.
4296         * gnulib/import/m4/largefile.m4: Update.
4297         * gnulib/import/m4/localcharset.m4: Update.
4298         * gnulib/import/m4/locale-fr.m4: Update.
4299         * gnulib/import/m4/locale-ja.m4: Update.
4300         * gnulib/import/m4/locale-zh.m4: Update.
4301         * gnulib/import/m4/longlong.m4: Update.
4302         * gnulib/import/m4/lstat.m4: Update.
4303         * gnulib/import/m4/malloc.m4: Update.
4304         * gnulib/import/m4/malloca.m4: Update.
4305         * gnulib/import/m4/math_h.m4: Update.
4306         * gnulib/import/m4/mbrtowc.m4: Update.
4307         * gnulib/import/m4/mbsinit.m4: Update.
4308         * gnulib/import/m4/mbsrtowcs.m4: Update.
4309         * gnulib/import/m4/mbstate_t.m4: Update.
4310         * gnulib/import/m4/memchr.m4: Update.
4311         * gnulib/import/m4/memmem.m4: Update.
4312         * gnulib/import/m4/mmap-anon.m4: Update.
4313         * gnulib/import/m4/multiarch.m4: Update.
4314         * gnulib/import/m4/nocrash.m4: Update.
4315         * gnulib/import/m4/off_t.m4: Update.
4316         * gnulib/import/m4/pathmax.m4: Update.
4317         * gnulib/import/m4/readlink.m4: Update.
4318         * gnulib/import/m4/rename.m4: Update.
4319         * gnulib/import/m4/rmdir.m4: Update.
4320         * gnulib/import/m4/ssize_t.m4: Update.
4321         * gnulib/import/m4/stat.m4: Update.
4322         * gnulib/import/m4/stdbool.m4: Update.
4323         * gnulib/import/m4/stddef_h.m4: Update.
4324         * gnulib/import/m4/stdint.m4: Update.
4325         * gnulib/import/m4/stdio_h.m4: Update.
4326         * gnulib/import/m4/stdlib_h.m4: Update.
4327         * gnulib/import/m4/string_h.m4: Update.
4328         * gnulib/import/m4/strstr.m4: Update.
4329         * gnulib/import/m4/strtok_r.m4: Update.
4330         * gnulib/import/m4/sys_socket_h.m4: Update.
4331         * gnulib/import/m4/sys_stat_h.m4: Update.
4332         * gnulib/import/m4/sys_time_h.m4: Update.
4333         * gnulib/import/m4/sys_types_h.m4: Update.
4334         * gnulib/import/m4/time_h.m4: Update.
4335         * gnulib/import/m4/unistd_h.m4: Update.
4336         * gnulib/import/m4/warn-on-use.m4: Update.
4337         * gnulib/import/m4/wchar_h.m4: Update.
4338         * gnulib/import/m4/wchar_t.m4: Update.
4339         * gnulib/import/m4/wctype_h.m4: Update.
4340         * gnulib/import/m4/wint_t.m4: Update.
4341         * gnulib/import/malloc.c: Update.
4342         * gnulib/import/malloca.c: Update.
4343         * gnulib/import/malloca.h: Update.
4344         * gnulib/import/math.in.h: Update.
4345         * gnulib/import/mbrtowc.c: Update.
4346         * gnulib/import/mbsinit.c: Update.
4347         * gnulib/import/mbsrtowcs-impl.h: Update.
4348         * gnulib/import/mbsrtowcs-state.c: Update.
4349         * gnulib/import/mbsrtowcs.c: Update.
4350         * gnulib/import/memchr.c: Update.
4351         * gnulib/import/memmem.c: Update.
4352         * gnulib/import/pathmax.h: Update.
4353         * gnulib/import/readlink.c: Update.
4354         * gnulib/import/ref-add.sin: Update.
4355         * gnulib/import/ref-del.sin: Update.
4356         * gnulib/import/rename.c: Update.
4357         * gnulib/import/rmdir.c: Update.
4358         * gnulib/import/same-inode.h: Update.
4359         * gnulib/import/stat.c: Update.
4360         * gnulib/import/stdbool.in.h: Update.
4361         * gnulib/import/stddef.in.h: Update.
4362         * gnulib/import/stdint.in.h: Update.
4363         * gnulib/import/stdio.c: Update.
4364         * gnulib/import/stdio.in.h: Update.
4365         * gnulib/import/stdlib.in.h: Update.
4366         * gnulib/import/str-two-way.h: Update.
4367         * gnulib/import/streq.h: Update.
4368         * gnulib/import/string.in.h: Update.
4369         * gnulib/import/stripslash.c: Update.
4370         * gnulib/import/strnlen1.c: Update.
4371         * gnulib/import/strnlen1.h: Update.
4372         * gnulib/import/strstr.c: Update.
4373         * gnulib/import/strtok_r.c: Update.
4374         * gnulib/import/sys_stat.in.h: Update.
4375         * gnulib/import/sys_time.in.h: Update.
4376         * gnulib/import/sys_types.in.h: Update.
4377         * gnulib/import/time.in.h: Update.
4378         * gnulib/import/unistd.in.h: Update.
4379         * gnulib/import/verify.h: Update.
4380         * gnulib/import/wchar.in.h: Update.
4381         * gnulib/import/wctype.in.h: Update.
4382         * gnulib/import/gettimeofday.c: New file.
4383         * gnulib/import/m4/absolute-header.m4: New file.
4384         * gnulib/import/m4/gettimeofday.m4: New file.
4385         * gnulib/import/m4/sys_socket_h.m4: New file.
4386         * gnulib/import/m4/sys_time_h.m4: New file.
4387         * gnulib/import/stdio.c: Delete file.
4388         * gnulib/import/sys_time.in.h: New file.
4389
4390 2015-08-24  Pedro Alves  <palves@redhat.com>
4391
4392         * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
4393         * common/gdb_sys_time.h: New file.
4394         * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
4395         * gdb_select.h: Likewise.
4396         * gdb_usleep.c: Likewise.
4397         * maint.c: Likewise.
4398         * mi/mi-main.c: Likewise.
4399         * mi/mi-parse.h: Likewise.
4400         * remote-fileio.c: Likewise.
4401         * remote-m32r-sdi.c: Likewise.
4402         * remote.c: Likewise.
4403         * ser-base.c: Likewise.
4404         * ser-pipe.c: Likewise.
4405         * ser-tcp.c: Likewise.
4406         * ser-unix.c: Likewise.
4407         * symfile.c: Likewise.
4408         * symfile.c: Likewise.  Rename OSIZE to SIZE throughout.
4409         * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
4410         * utils.c: Likewise.
4411
4412 2015-08-24  Pedro Alves  <palves@redhat.com>
4413
4414         * NEWS: Mention removed support for the various ROM monitors.
4415         * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
4416         ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
4417         * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
4418         gdb_target_obs.
4419         (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
4420         gdb_target_obs.
4421         (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
4422         dsrec.o from gdb_target_obs.
4423         (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
4424         from gdb_target_obs.
4425         (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
4426         gdb_target_obs.
4427         (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
4428         dink32-rom.o from gdb_target_obs.
4429         (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
4430         (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
4431         * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
4432         monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
4433
4434 2015-08-21  Pedro Alves  <palves@redhat.com>
4435
4436         * frame.c (null_frame_id): Explicitly zero-initialize.
4437
4438 2015-08-21  Tom Tromey  <tromey@redhat.com>
4439
4440         * dwarf2read.c (struct dwarf2_section_info): Rename field
4441         'asection' to 'section'.
4442         (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
4443         (dwarf2_locate_sections, dwarf2_locate_sections)
4444         (locate_dwz_sections, locate_v1_virtual_dwo_sections)
4445         (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
4446         (dwarf2_locate_v2_dwp_sections): Adjust.
4447
4448 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4449
4450         * top.h (gdb_in_secondary_prompt_p): Declare.
4451         * top.c (gdb_secondary_prompt_depth): Define.
4452         (gdb_in_secondary_prompt_p): Define.
4453         (gdb_readline_wrapper_cleanup): Decrement
4454         gdb_secondary_prompt_depth.
4455         (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4456         * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4457         are in a secondary prompt.
4458
4459 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4460
4461         * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4462         emit the newline.
4463
4464 2015-08-21  Gary Benson  <gbenson@redhat.com>
4465
4466         * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4467
4468 2015-08-21  Gary Benson  <gbenson@redhat.com>
4469
4470         * target.h (struct target_ops) <to_fileio_open>: New argument
4471         warn_if_slow.  Update comment.  All implementations updated.
4472         (target_fileio_open_warn_if_slow): New declaration.
4473         * target.c (target_fileio_open): Renamed as...
4474         (target_fileio_open_1): ...this.  New argument warn_if_slow.
4475         Pass warn_if_slow to implementation.  Update debug printing.
4476         (target_fileio_open): New function.
4477         (target_fileio_open_warn_if_slow): Likewise.
4478         * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4479         target_fileio_open_warn_if_slow.
4480
4481 2015-08-21  Gary Benson  <gbenson@redhat.com>
4482
4483         * nat/linux-namespaces.c (linux_mntns_access_fs):
4484         Do not overwrite old_chain.
4485
4486 2015-08-20  Max Filippov  <jcmvbkbc@gmail.com>
4487
4488         * arch/xtensa.h: New file.
4489         * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4490         (ps_get_thread_area): New function.
4491         * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4492         set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4493         * xtensa-tdep.c (osabi.h): New #include.
4494         (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4495         xtensa-specific hooks.
4496         * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4497         member and move the structure to arch/xtensa.h.
4498
4499 2015-08-21  Pedro Alves  <palves@redhat.com>
4500
4501         * remote.c (struct readahead_cache): New.
4502         (struct remote_state) <readahead_cache>: New field.
4503         (remote_open_1): Invalidate the cache.
4504         (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4505         functions.
4506         (remote_hostio_pwrite): Invalidate the readahead cache.
4507         (remote_hostio_pread): Rename to ...
4508         (remote_hostio_pread_vFile): ... this.
4509         (remote_hostio_pread_from_cache): New function.
4510         (remote_hostio_pread): Reimplement.
4511         (remote_hostio_close): Invalidate the readahead cache.
4512
4513 2015-08-21  Marcin Cieślak <saper@saper.info>  (tiny patch)
4514
4515         PR build/18843
4516         * procfs.c: Include "filestuff.h".
4517
4518 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4519
4520         * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4521         curch.
4522         * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4523         cur_line or curch, instead call wmove().
4524         (init_win_info) [CMD_WIN]: Likewise.
4525         * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4526         instead call getcury().
4527         (tui_redisplay_readline): Don't set cur_line or curch.
4528         (tui_mld_erase_entire_line): Don't read cur_line, instead call
4529         getcury().
4530         (tui_cont_sig): Remove call to wmove.
4531         (tui_getc): Don't read cur_line or curch, instead call getcury()
4532         or getyx().  Don't set curch.
4533         * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4534         set cur_line or curch.  Always move cursor to (0,0).
4535
4536 2015-08-20  Pedro Alves  <palves@redhat.com>
4537
4538         * infrun.c (print_target_wait_results): Make extern.
4539         * infrun.h (print_target_wait_results): Declare.
4540         * remote.c (set_stop_requested_callback): Delete.
4541         (process_initial_stop_replies): New function.
4542         (remote_start_remote): Use it.
4543         (stop_reply_queue_length): New function.
4544
4545 2015-08-20  Pedro Alves  <palves@redhat.com>
4546
4547         * dwarf2read.c (process_full_comp_unit): To tell whether
4548         start_subfile managed to deduce a language, test for
4549         language_unknown instead of language_c.
4550
4551 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
4552
4553         * ada-lex.l: Reset the start condition to INITIAL in the rule that
4554         matches attributes.
4555
4556 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
4557
4558         * dwarf2read.c (dwarf2_string_attr): New function.
4559         (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4560         (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4561         (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4562         (anonymous_struct_prefix, prepare_one_comp_unit): Use
4563         dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4564
4565 2015-08-18  Doug Evans  <dje@google.com>
4566             Adrian Sendroiu <adrian.sendroiu@freescale.com>
4567
4568         PR mi/18833
4569         * cli/cli-logging.c (pop_output_files): Don't restore redirection
4570         if MI-like.
4571         * mi/mi-out.c: #include "vec.h".
4572         (ui_filep): New type.
4573         (DEV_VEC_P (ui_filep)): New type.
4574         (struct ui_out_data) <buffer, original_buffer>: Delete.
4575         (struct ui_out_data) <streams>: New member.
4576         (mi_ui_out_impl): Add data_destroy field.
4577         (mi_field_string, mi_field_fmt): Update.
4578         (mi_flush, mi_redirect, field_separator): Update.
4579         (mi_open, mi_close): Update.
4580         (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4581         (mi_out_data_ctor, mi_out_data_dtor): New functions.
4582         (mi_out_new): Call mi_out_data_ctor.
4583
4584 2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>
4585
4586         * remote.c (strprefix): New.
4587         (remote_parse_stop_reply): Use strprefix instead of strncmp
4588         to ensure exact match of keyword.
4589
4590 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4591
4592         * gdb_bfd.c (debug_bfd_cache): New variable.
4593         (show_bfd_cache_debug): New function.
4594         (gdb_bfd_open): Add debug logging.
4595         (gdb_bfd_ref): Likewise.
4596         (gdb_bfd_unref): Likewise.
4597         (_initialize_gdb_bfd): Add new set/show command.
4598         * NEWS: Mention new command.
4599
4600 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4601
4602         * gdb_bfd.c (bfd_sharing): New variable.
4603         (show_bfd_sharing): New function.
4604         (gdb_bfd_open): Check bfd_sharing variable.
4605         (_initialize_gdb_bfd): Add new set/show command.
4606         * NEWS: Mention new command.
4607
4608 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4609
4610         * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4611         field.
4612         (struct gdb_bfd_cache_search): Likewise.
4613         (eq_bfd): Compare the size, inode, and device id fields.
4614         (gdb_bfd_open): Initialise the size, inode, and device id fields.
4615         (gdb_bfd_ref): Likewise.
4616         (gdb_bfd_unref): Likewise.
4617
4618 2015-08-18  Pedro Alves  <palves@redhat.com>
4619
4620         * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4621         target implements to_always_non_stop_p, call it.
4622         * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4623         (x86_linux_create_target): Install it as to_always_non_stop_p
4624         method.
4625
4626 2015-08-17  Doug Evans  <dje@google.com>
4627
4628         * ui-out.c (default_ui_out_impl): Add comment.
4629
4630 2015-08-17  Iain Buclaw  <ibuclaw@gdcproject.org>
4631
4632         * d-exp.y (type_aggregate_p): New function.
4633         (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4634         (classify_inner_name): Likewise.
4635         * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4636
4637 2015-08-15  Doug Evans  <xdje42@gmail.com>
4638
4639         * psymtab.c (add_psymbol_to_bcache): Remove "val" arg.  All callers
4640         updated.
4641         (add_psymbol_to_list): Ditto.
4642
4643 2015-08-15  Doug Evans  <xdje42@gmail.com>
4644
4645         * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab.  All callers
4646         updated.  Call end_psymtab_common.
4647         * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4648         end_psymtab_common.
4649         (build_type_psymtabs_reader): Ditto.
4650         * psympriv.h (sort_pst_symbols): Delete.
4651         (end_psymtab_common): Declare.
4652         * psymtab.c (sort_pst_symbols): Make static.
4653         (end_psymtab_common): New function.
4654         * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4655
4656 2015-08-15  Doug Evans  <xdje42@gmail.com>
4657
4658         * defs.h (LANGUAGE_BITS): Define.
4659         * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4660         (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4661         * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4662         (minimal_symbol_type): Add nr_minsym_types.
4663         (MINSYM_TYPE_BITS): Define.
4664         (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4665         (domain_enum_tag): Add NR_DOMAINS.
4666         (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4667         (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4668
4669 2015-08-15  Doug Evans  <xdje42@gmail.com>
4670
4671         * objfiles.h: Whitespace cleanup.
4672         * psympriv.h: Whitespace cleanup.
4673         * psymtab.c: Whitespace/coding convention cleanup.
4674
4675 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
4676
4677         * inferior.c (detach_inferior_command): Don't call
4678         any_thread_of_process when pid is 0.
4679         (kill_inferior_command): Likewise.
4680
4681 2015-08-14  Doug Evans  <xdje42@gmail.com>
4682
4683         PR gdb/11833
4684         * NEWS: Document new /s modifier for the disassemble command.
4685         * cli/cli-cmds.c (disassemble_command): Add support for /s.
4686         (_initialize_cli_cmds): Update online docs of disassemble command.
4687         * disasm.c: #include "source.h".
4688         (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4689         All uses updated.
4690         (dis_line_entry): New struct.
4691         (hash_dis_line_entry, eq_dis_line_entry): New functions.
4692         (allocate_dis_line_table): New functions.
4693         (maybe_add_dis_line_entry, line_has_code_p): New functions.
4694         (dump_insns): New arg end_pc.  All callers updated.
4695         (do_mixed_source_and_assembly_deprecated): Renamed from
4696         do_mixed_source_and_assembly.  All callers updated.
4697         (do_mixed_source_and_assembly): New function.
4698         (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4699         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4700         DISASSEMBLY_SOURCE.  All uses updated.
4701         (DISASSEMBLY_SOURCE): New macro.
4702         * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4703
4704 2015-08-14  Keith Seitz  <keiths@redhat.com>
4705
4706         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4707         `typename' to `type_name' to avoid C++ reserved word.
4708
4709 2015-08-14  Keith Seitz  <keiths@redhat.com>
4710
4711         * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4712         (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4713         silence ARI errors.
4714
4715 2015-08-14  Iain Buclaw  <ibuclaw@gdcproject.org>
4716
4717         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4718         xstrprintf instead of malloc and sprintf.
4719         (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4720         (lex_one_token): Likewise.
4721
4722 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4723
4724         * solib-svr4.c (read_program_header): Add base_addr argument to
4725         report the runtime address of the segment.
4726         (find_program_interpreter): Update read_program_header call to pass
4727         a NULL pointer for the new argument.
4728         (scan_dyntag): Add ptr_addr argument to report the runtime address
4729         of the tag payload.
4730         (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4731         read_program_header to get the base address of the dynamic segment.
4732         (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4733         read_program_header.
4734         (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4735
4736 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4737
4738         * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4739
4740 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4741
4742         * d-exp.y (%union): Add voidval.
4743         (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4744         name in the lexing stage.
4745         (PostfixExpression): Move symbol completion handling in grammar here
4746         from PrimaryExpression.
4747         (PrimaryExpression): Move routines to handle resolving identifier
4748         tokens in the grammar here from push_expression_name.
4749         (IdentifierExp): Remove the handling of alternating '.' and identifier
4750         tokens.
4751         (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4752         (BasicType): Remove C-style typename rules.
4753         (d_type_from_name, d_module_from_name, push_variable)
4754         (push_fieldnames, push_type_name, push_module_name)
4755         (push_expression_name): Remove.
4756         (lex_one_token): Rename from yylex.  Replace pstate with par_state.
4757         (token_and_value): New type.
4758         (token_fifo, popping, name_obstack): New globals.
4759         (classify_name): New function.
4760         (classify_inner_name): Likewise.
4761         (yylex): Likewise.
4762         (d_parse): Initialize token_fifo, popping and name_obstack.
4763
4764 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4765
4766         * Makefile.in (SFILES): Add d-namespace.c.
4767         (COMMON_OBS): Add d-namespace.o.
4768         * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4769         la_lookup_symbol_nonlocal callback function pointer.
4770         * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4771         (d_lookup_nested_symbol): New declaration.
4772         * d-namespace.c: New file.
4773
4774 2015-08-13  Pedro Alves  <palves@redhat.com>
4775
4776         * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4777         cleanup after the decref cleanup, not before.
4778
4779 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
4780
4781         * ada-lang.c: Include namespace.h
4782         (aux_add_nonlocal_symbols): Fix a function name in comment.
4783         (ada_add_block_renamings): New.
4784         (add_nonlocal_symbols): Add global renamings handling.
4785         (ada_lookup_symbol_list_worker): Move the symbol lookup part
4786         to...
4787         (ada_add_all_symbols): ... this new function.
4788         (ada_add_block_symbols): Try to match the input name against the
4789         "using directives list", perform a recursive symbol lookup on
4790         the matched declarations.
4791         * block.h (struct block): Move the_namespace to top-level as
4792         namespace_info. Remove the language_specific field.
4793         (BLOCK_NAMESPACE): Update access to the namespace_info field.
4794         * buildsym.h (using_directives): Rename into...
4795         (local_using_directives): ... this.
4796         (global_using_directives): New.
4797         (struct context_stack): Rename the using_directives field into
4798         local_using_directives.
4799         * buildsym.c (finish_block_internal): Deal with the proper
4800         using directives repository (local or global).
4801         (prepare_for_building): Reset local_using_directives. Assert
4802         that there is no pending global using directive.
4803         (reset_symtab_globals): Reset global_using_directives and
4804         local_using_directives.
4805         (end_symtab_get_static_block): Don't ignore symtabs that have
4806         only using directives.
4807         (push_context): Update references to local_using_directives.
4808         (buildsym_init): Do not reset using_directives.
4809         * cp-support.c: Include namespace.h.
4810         * cp-support.h (struct using_direct): Move to namespace.h.
4811         (cp_add_using_directives): Move to namespace.h.
4812         * cp-namespace.c: Include namespace.h
4813         (cp_add_using_directive): Move to namespace.c, rename it to
4814         add_using_directive, add a "using_directives" argument and use
4815         it as the pending using directives repository.  All callers
4816         updated.
4817         * dwarf2read.c (using_directives): New.
4818         (read_import_statement): Call using_directives.
4819         (read_func_scope): Update references to local_using_directives.
4820         (read_lexical_block_scope): Likewise.
4821         (read_namespace): Update the heading comment, call
4822         using_directives.
4823         * namespace.h: New file.
4824         * namespace.c: New file.
4825         * Makefile.in (SFILES): Add namespace.c.
4826         (COMMON_OBS): Add namespace.o
4827
4828 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
4829
4830         * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4831         compute RETADDR.
4832
4833 2015-08-12  Keith Seitz  <keiths@redhat.com>
4834
4835         * break-catch-throw.c (re_set_exception_catchpoint) Rename
4836         reserved C++ keyword "explicit" to "explicit_loc".
4837         * breakpoint.c (create_overlay_event_breakpoint)
4838         (create_longjmp_master_breakpoint)
4839         (create_std_terminate_master_breakpoint)
4840         (create_exception_master_breakpoint, update_static_tracepoint):
4841         Rename reserved C++ keyword "explicit" to "explicit_loc".
4842         * completer.c (collect_explicit_location_matches)
4843         (explicit_location_completer): Rename reserved C++ keyword
4844         "explicit" to "explicit_loc".
4845         * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4846         (canonicalize_linespec, create_sals_line_offset)
4847         (convert_linespec_to_sals, convert_explicit_location_to_sals)
4848         (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4849         "explicit" to "explicit_loc".
4850         * location.c (struct event_location) <explicit>: Rename to
4851         "explicit_loc".
4852         (initialize_explicit_location, new_explicit_location)
4853         (explicit_location_to_string_internal, explicit_location_to_linespec):
4854         Rename reserved C++ keyword "explicit" to "explicit_loc".
4855         * location.h (explicit_location_to_string)
4856         (explicit_location_to_linespec, initialize_explicit_location)
4857         (new_explicit_location): Rename reserved C++ keyword "explicit"
4858         to "explicit_loc".
4859         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4860         keyword "explicit" to "explicit_loc".
4861
4862 2015-08-12  Keith Seitz  <keiths@redhat.com>
4863
4864         * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4865         and only call decode_line_1 when it is non-NULL.
4866
4867 2015-08-12  Luis Machado  <lgustavo@codesourcery.com>
4868
4869         * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4870         location address is not meaningful.
4871         (breakpoint_address_is_meaningful): Update comment.
4872
4873 2015-08-11  Keith Seitz  <keiths@redhat.com>
4874
4875         * NEWS: Mention explicit locations.
4876         * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4877         [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4878         (_initialize_breakpoint): Update documentation for
4879         "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4880
4881 2015-08-11  Keith Seitz  <keiths@redhat.com>
4882
4883         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4884         explicit locations, options "--source", "--function",
4885         "--label", and "--line".
4886
4887 2015-08-11  Keith Seitz  <keiths@redhat.com>
4888
4889         * completer.c: Include location.h.
4890         (enum match_type): New enum.
4891         (location_completer): Rename to ...
4892         (linespec_completer): ... this.
4893         (collect_explicit_location_matches, backup_text_ptr)
4894         (explicit_location_completer): New functions.
4895         (location_completer): "New" function; handle linespec
4896         and explicit location completions.
4897         (complete_line_internal): Remove all location completer-specific
4898         handling.
4899         * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4900         (find_toplevel_char): Export.
4901         (linespec_parse_line_offset): Export.
4902         Issue error if STRING is not numerical.
4903         (gdb_get_linespec_parser_quote_characters): New function.
4904         * linespec.h (linespec_parse_line_offset): Declare.
4905         (get_gdb_linespec_parser_quote_characters): Declare.
4906         (is_ada_operator): Declare.
4907         (find_toplevel_char): Declare.
4908         (linespec_lexer_lex_keyword): Declare.
4909         * location.c (explicit_to_event_location): New function.
4910         (explicit_location_lex_one): New function.
4911         (string_to_explicit_location): New function.
4912         (string_to_event_location): Handle explicit locations.
4913         * location.h (explicit_to_event_location): Declare.
4914         (string_to_explicit_location): Declare.
4915
4916 2015-08-11  Keith Seitz  <keiths@redhat.com>
4917
4918         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4919         linespec into explicit location.
4920         * breakpoint.c (create_overlay_breakpoint)
4921         (create_longjmp_master_breakpoint)
4922         (create_std_terminate_master_breakpoint)
4923         (create_exception_master_breakpoint): Convert linespec into explicit
4924         location.
4925         (update_static_tracepoint): Convert linespec into explicit location.
4926         * linespec.c (enum offset_relative_sign, struct line_offset): Move
4927         location.h.
4928         (struct linespec) <expression, expr_pc, source_filename>
4929         <function_name, label_name, line_offset>: Replace with ...
4930         <explicit>: ... this.
4931         <is_linespec>: New member.
4932         (PARSER_EXPLICIT): New accessor macro.
4933         (undefined_label_error): New function.
4934         (source_file_not_found_error): New function.
4935         (linespec_parse_basic): The parser result is now an explicit location.
4936         Use PARSER_EXPLICIT to access it.
4937         Use undefined_label_error.
4938         (canonicalize_linespec): Convert canonical linespec into explicit
4939         location.
4940         Move string representation of location to explicit_location_to_linespec
4941         and use it and explicit_location_to_string to save string
4942         representations of the canonical location.
4943         (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4944         explicit location.  Update all references.
4945         (convert_explicit_location_to_sals): New function.
4946         (parse_linespec): Use PARSER_EXPLICIT to access the parser
4947         result's explicit location.
4948         (linespec_state_constructor): Initialize is_linespec.
4949         Use PARSER_EXPLICIT.
4950         (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4951         result.
4952         (event_location_to_sals): For linespec locations, set is_linespec.
4953         Handle explicit locations.
4954         (decode_objc): 'ls' contains an explicit location now. Update all
4955         references.
4956         (symtabs_from_filename): Use source_file_not_found_error.
4957         * location.c (struct event_location.u) <explicit>: New member.
4958         (initialize_explicit_location): New function.
4959         (initialize_event_location): Initialize explicit locations.
4960         (new_explicit_location, get_explicit_location)
4961         (get_explicit_location_const): New functions.
4962         (explicit_to_string_internal): New function; most of contents moved
4963         from canonicalize_linespec.
4964         (explicit_location_to_string): New function.
4965         (explicit_location_to_linespec): New function.
4966         (copy_event_location, delete_event_location)
4967         (event_location_to_string_const, event_location_empty_p): Handle
4968         explicit locations.
4969         * location.h (enum offset_relative_sign, struct line_offset): Move
4970         here from linespec.h.
4971         (enum event_location_type): Add EXPLICIT_LOCATION.
4972         (struct explicit_location): New structure.
4973         (explicit_location_to_string): Declare.
4974         (explicit_location_to_linespec): Declare.
4975         (new_explicit_location, get_explicit_locationp
4976         (get_explicit_location_const, initialize_explicit_location): Declare.
4977
4978 2015-08-11  Keith Seitz  <keiths@redhat.com>
4979
4980         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4981         linespec for stap probe to probe location.
4982         * breakpoint.c (create_longjmp_master_breakpoint)
4983         (create_exception_master_breakpoint): Likewise.
4984         (break_command_1): Remove local variable `arg_cp'.
4985         Check location type to set appropriate breakpoint ops methods.
4986         (trace_command): Likewise.
4987         * linespec.c (event_location_to_sals): Assert on probe locations.
4988         * location.c (EL_PROBE): Add macro definition.
4989         (new_probe_location, get_probe_location): New functions.
4990         (copy_event_location, delete_event_location, event_location_to_string)
4991         (string_to_event_location, event_location_empty_p): Handle probe
4992         locations.
4993         * location.h (enum event_location_type): Add PROBE_LOCATION.
4994         (new_probe_location, get_probe_location): Declare.
4995         * probe.c (parse_probes): Assert that LOCATION is a probe location.
4996         Convert linespec into probe location.
4997
4998 2015-08-11  Keith Seitz  <keiths@redhat.com>
4999
5000         * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
5001         Convert linespec to address location.
5002         * linespec.c (canonicalize_linespec): Do not handle address
5003         locations here.
5004         (convert_address_location_to_sals): New function; contents moved
5005         from ...
5006         (convert_linespc_to_sals): ... here.
5007         (parse_linespec): Remove address locations from linespec grammar.
5008         Remove handling of address locations.
5009         (linespec_lex_to_end): Remove handling of address linespecs.
5010         (event_location_to_sals): Handle ADDRESS_LOCATION.
5011         (linespec_expression_to_pc): Export.
5012         * linespec.h (linespec_expression_to_pc): Add declaration.
5013         * location.c (struct event_location.u) <address>: New member.
5014         (new_address_location, get_address_location): New functions.
5015         (copy_event_location, delete_event_location, event_location_to_string)
5016         (string_to_event_location, event_location_empty_p): Handle address
5017         locations.
5018         * location.h (enum event_location_type): Add ADDRESS_LOCATION.
5019         (new_address_location, get_address_location): Declare.
5020         * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
5021         to address location.
5022         * spu-tdep.c (spu_catch_start): Likewise.
5023
5024 2015-08-11  Keith Seitz  <keiths@redhat.com>
5025
5026         * ax-gdb.c: Include location.h.
5027         (agent_command_1) Use linespec location instead of address
5028         string.
5029         * break-catch-throw.c: Include location.h.
5030         (re_set_exception_catchpoint): Use linespec locations instead
5031         of address strings.
5032         * breakpoint.c: Include location.h.
5033         (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
5034         (create_std_terminate_master_breakpoint)
5035         (create_exception_master_breakpoint, update_breakpoints_after_exec):
5036         Use linespec location instead of address string.
5037         (print_breakpoint_location):  Use locations and
5038         event_location_to_string.
5039         Print extra_string for pending locations for non-MI streams.
5040         (print_one_breakpoint_location): Use locations and
5041         event_location_to_string.
5042         (init_raw_breakpoint_without_location): Initialize b->location.
5043         (create_thread_event_breakpoint): Use linespec location instead of
5044         address string.
5045         (init_breakpoint_sal): Likewise.
5046         Only save extra_string if it is non-NULL and not the empty string.
5047         Use event_location_to_string instead of `addr_string'.
5048         Constify `p' and `endp'.
5049         Use skip_spaces_const/skip_space_const instead of non-const versions.
5050         Copy the location into the breakpoint.
5051         If LOCATION is NULL, save the breakpoint address as a linespec location
5052         instead of an address string.
5053         (create_breakpoint_sal): Change `addr_string' parameter to a struct
5054         event_location. All uses updated.
5055         (create_breakpoints_sal): Likewise for local variable `addr_string'.
5056         (parse_breakpoint_sals): Use locations instead of address strings.
5057         Remove check for empty linespec with conditional.
5058         Refactor.
5059         (decode_static_tracepoint_spec): Make argument const and update
5060         function.
5061         (create_breakpoint): Change `arg' to a struct event_location and
5062         rename.
5063         Remove `copy_arg' and `addr_start'.
5064         If EXTRA_STRING is empty, set it to NULL.
5065         Don't populate `canonical' for pending breakpoints.
5066         Pass `extra_string' to find_condition_and_thread.
5067         Clear `extra_string' if `rest' was NULL.
5068         Do not error with "garbage after location" if setting a dprintf
5069         breakpoint.
5070         Copy the location into the breakpoint instead of an address string.
5071         (break_command_1): Use string_to_event_location and pass this to
5072         create_breakpoint instead of an address string.
5073         Check against `arg_cp' for a probe linespec.
5074         (dprintf_command): Use string_to_event_location and pass this to
5075         create_breakpoint instead of an address string.
5076         Throw an exception if no format string was specified.
5077         (print_recreate_ranged_breakpoint): Use event_location_to_string
5078         instead of address strings.
5079         (break_range_command, until_break_command)
5080         (init_ada_exception_breakpoint): Use locations instead
5081         of address strings.
5082         (say_where): Print out extra_string for pending locations.
5083         (base_breakpoint_dtor): Delete `location' and `location_range_end' of
5084         the breakpoint.
5085         (base_breakpoint_create_sals_from_location): Use struct event_location
5086         instead of address string.
5087         Remove `addr_start' and `copy_arg' parameters.
5088         (base_breakpoint_decode_location): Use struct event_location instead of
5089         address string.
5090         (bkpt_re_set): Use locations instead of address strings.
5091         Use event_location_empty_p to check for unset location.
5092         (bkpt_print_recreate): Use event_location_to_string instead of
5093         an address string.
5094         Print out extra_string for pending locations.
5095         (bkpt_create_sals_from_location, bkpt_decode_location)
5096         (bkpt_probe_create_sals_from_location): Use struct event_location
5097         instead of address string.
5098         (bkpt_probe_decode_location): Use struct event_location instead of
5099         address string.
5100         (tracepoint_print_recreate): Use event_location_to_string to
5101         recreate the tracepoint.
5102         (tracepoint_create_sals_from_location, tracepoint_decode_location)
5103         (tracepoint_probe_create_sals_from_location)
5104         (tracepoint_probe_decode_location): Use struct event_location
5105         instead of address string.
5106         (dprintf_print_recreate): Use event_location_to_string to recreate
5107         the dprintf.
5108         (dprintf_re_set): Remove check for valid/missing format string.
5109         (strace_marker_create_sals_from_location)
5110         (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
5111         (update_static_tracepoint): Use struct event_location instead of
5112         address string.
5113         (location_to_sals): Likewise.
5114         Pass `extra_string' to find_condition_and_thread.
5115         For newly resolved pending breakpoint locations, clear the location's
5116         string representation.
5117         Assert that the breakpoint's condition string is NULL when
5118         condition_not_parsed.
5119         (breakpoint_re_set_default, create_sals_from_location_default)
5120         (decode_location_default, trace_command, ftrace_command)
5121         (strace_command, create_tracepoint_from_upload): Use locations
5122         instead of address strings.
5123         * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
5124         Use struct event_location instead of address string.
5125         Update all uses.
5126         <decode_location>: Likewise.
5127         (struct breakpoint) <addr_string>: Change to struct event_location
5128         and rename `location'.
5129         <addr_string_range_end>: Change to struct event_location and rename
5130         `location_range_end'.
5131         (create_breakpoint): Use struct event_location instead of address
5132         string.
5133         * cli/cli-cmds.c: Include location.h.
5134         (edit_command, list_command): Use locations instead of address strings.
5135         * elfread.c: Include location.h.
5136         (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
5137         * guile/scm-breakpoint.c: Include location.h.
5138         (bpscm_print_breakpoint_smob): Use event_location_to_string.
5139         (gdbscm_register_breakpoint): Use locations instead of address
5140         strings.
5141         * linespec.c: Include location.h.
5142         (struct ls_parser) <stream>: Change to const char *.
5143         (PARSER_STREAM): Update.
5144         (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
5145         keywords must be followed by whitespace.
5146         (canonicalize_linespec): Save a linespec location into `canonical'.
5147         Save a canonical linespec into `canonical'.
5148         (parse_linespec): Change `argptr' to const char * and rename `arg'.
5149         All uses updated.
5150         Update function description.
5151         (linespec_parser_new): Initialize `parser'.
5152         Update initialization of  parsing stream.
5153         (event_location_to_sals): New function.
5154         (decode_line_full): Change `argptr' to a struct event_location and
5155         rename it `location'.
5156         Use locations instead of address strings.
5157         Call event_location_to_sals instead of parse_linespec.
5158         (decode_line_1): Likewise.
5159         (decode_line_with_current_source, decode_line_with_last_displayed)
5160         Use locations instead of address strings.
5161         (decode_objc): Likewise.
5162         Change `argptr' to const char * and rename `arg'.
5163         (destroy_linespec_result): Delete the linespec result's location
5164         instead of freeing the address string.
5165         * linespec.h (struct linespec_result) <addr_string>: Change to
5166         struct event_location and rename to ...
5167         <location>: ... this.
5168         (decode_line_1, decode_line_full): Change `argptr' to struct
5169         event_location.  All callers updated.
5170         * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
5171         (mi_cmd_break_insert_1): Use locations instead of address strings.
5172         Throw an error if there was "garbage" at the end of the specified
5173         linespec.
5174         * probe.c: Include location.h.
5175         (parse_probes): Change `argptr' to struct event_location.
5176         Use event locations instead of address strings.
5177         * probe.h (parse_probes): Change `argptr' to struct event_location.
5178         * python/py-breakpoint.c: Include location.h.
5179         (bppy_get_location): Constify local variable `str'.
5180         Use event_location_to_string.
5181         (bppy_init): Use locations instead of address strings.
5182         * python/py-finishbreakpoint.c: Include location.h.
5183         (bpfinishpy_init): Remove local variable `addr_str'.
5184         Use locations instead of address strings.
5185         * python/python.c: Include location.h.
5186         (gdbpy_decode_line): Use locations instead of address strings.
5187         * remote.c: Include location.h.
5188         (remote_download_tracepoint): Use locations instead of address
5189         strings.
5190         * spu-tdep.c: Include location.h.
5191         (spu_catch_start): Remove local variable `buf'.
5192         Use locations instead of address strings.
5193         * tracepoint.c: Include location.h.
5194         (scope_info): Use locations instead of address strings.
5195         (encode_source_string): Constify parameter `src'.
5196         * tracepoint.h (encode_source_string): Likewise.
5197
5198 2015-08-11  Keith Seitz  <keiths@redhat.com>
5199
5200         * Makefile.in (SFILES): Add location.c.
5201         (HFILES_NO_SRCDIR): Add location.h.
5202         (COMMON_OBS): Add location.o.
5203         * linespec.c (linespec_lex_to_end): New function.
5204         * linespec.h (linespec_lex_to_end): Declare.
5205         * location.c: New file.
5206         * location.h: New file.
5207
5208 2015-08-11  Keith Seitz  <keiths@redhat.com>
5209
5210         * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
5211         Renamed to create_sals_from_location.
5212         <decode_linespec>: Renamed to decode_location.
5213         Update all callers.
5214         * breakpoint.c (create_sals_from_address_default): Renamed to ...
5215         (create_sals_from_location_default): ... this.
5216         (addr_string_to_sals): Renamed to ...
5217         (location_to_sals): ... this.
5218         (decode_linespec_default): Renamed to ...
5219         (decode_location_default): ... this.
5220         (base_breakpoint_create_sals_from_address): Renamed to ...
5221         (base_breakpoint_create_sals_from_location): ... this.
5222         (bkpt_create_sals_from_address): Renamed to ...
5223         (bkpt_create_sals_from_location): ... this.
5224         (bkpt_decode_linespec): Renamed to ...
5225         (bkpt_decode_location): ... this.
5226         (bkpt_probe_create_sals_from_address): Renamed to ...
5227         (bkpt_probe_create_sals_from_location): ... this.
5228         (tracepoint_create_sals_from_address): Renamed to ...
5229         (tracepoint_create_sals_from_location): ... this.
5230         (tracepoint_decode_linespec): Renamed to ...
5231         (tracepoint_decode_location): ... this.
5232         (tracepoint_probe_create_sals_from_address): Renamed to ...
5233         (tracepoint_probe_create_sals_from_location): ... this.
5234         (tracepoint_probe_decode_linespec): Renamed to ...
5235         (tracepoint_probe_decode_location): ... this.
5236         (strace_marker_create_sals_from_address): Renamed to ...
5237         (strace_marker_create_sals_from_location): ... this.
5238         (decode_linespec_default): Renamed to ...
5239         (decode_location_default): ... this.
5240
5241 2015-08-10  Doug Evans  <dje@google.com>
5242             Keith Seitz  <keiths@redhat.com>
5243
5244         PR gdb/17960
5245         * symtab.c (make_file_symbol_completion_list_1): Renamed from
5246         make_file_symbol_completion_list and made static.
5247         (make_file_symbol_completion_list): New function.
5248
5249 2015-08-10  Joel Brobecker  <brobecker@adacore.com>
5250
5251         * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
5252         trailing new-line at end of warning message.
5253         (proceed): Add i18n marker to error messages.
5254
5255 2015-08-07  Pedro Alves  <palves@redhat.com>
5256
5257         * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
5258
5259 2015-08-07  Pedro Alves  <palves@redhat.com>
5260
5261         * s390-linux-tdep.c (is_non_branch_ril)
5262         (s390_displaced_step_copy_insn): New functions.
5263         (s390_displaced_step_fixup): Update comment.
5264         (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
5265         gdbarch_displaced_step_copy_insn hook.
5266
5267 2015-08-07  Pedro Alves  <palves@redhat.com>
5268
5269         * infrun.c (displaced_step_prepare_throw): Return -1 if
5270         gdbarch_displaced_step_copy_insn returns NULL.  Update intro
5271         comment.
5272         * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
5273         (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
5274         in file.
5275         (ppc_displaced_step_copy_insn): New function.
5276         (ppc_displaced_step_fixup): Update comment.
5277         (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
5278         gdbarch_displaced_step_copy_insn hook.
5279         * gdbarch.sh (displaced_step_copy_insn): Document what happens on
5280         NULL return.
5281         * gdbarch.h: Regenerate.
5282
5283 2015-08-07  Pedro Alves  <palves@redhat.com>
5284
5285         * inferior.h (struct inferior) <displaced_stepping_failed>: New
5286         field.
5287         * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
5288         Return false if dispaced stepping failed before.
5289         (resume): Pass the current inferior to
5290         use_displaced_stepping_now_p.  Wrap displaced_step_prepare in
5291         TRY/CATCH.  If we get a MEMORY_ERROR, set the inferior's
5292         displaced_stepping_failed flag, and fall back to an in-line
5293         step-over.
5294
5295 2015-08-07  Pedro Alves  <palves@redhat.com>
5296
5297         * darwin-nat.c (darwin_stop): Rename to ...
5298         (darwin_interrupt): ... this.
5299         (_initialize_darwin_inferior): Adjust.
5300         * gnu-nat.c (gnu_stop): Delete.
5301         (gnu_target): Don't install gnu_stop.
5302         * inf-ptrace.c (inf_ptrace_stop): Rename to ...
5303         (inf_ptrace_interrupt): ... this.
5304         (inf_ptrace_target): Adjust.
5305         * infcmd.c (interrupt_target_1): Use target_interrupt instead of
5306         target_stop.
5307         * linux-nat (linux_nat_stop): Rename to ...
5308         (linux_nat_interrupt): ... this.
5309         (linux_nat_stop): Reimplement.
5310         (linux_nat_add_target): Install linux_nat_interrupt.
5311         * nto-procfs.c (nto_interrupt_twice): Rename to ...
5312         (nto_handle_sigint_twice): ... this.
5313         (nto_interrupt): Rename to ...
5314         (nto_handle_sigint): ... this.  Call target_interrupt instead of
5315         target_stop.
5316         (procfs_wait): Adjust.
5317         (procfs_stop): Rename to ...
5318         (procfs_interrupt): ... this.
5319         (init_procfs_targets): Adjust.
5320         * procfs.c (procfs_stop): Rename to ...
5321         (procfs_interrupt): ... this.
5322         (procfs_target): Adjust.
5323         * remote-m32r-sdi.c (m32r_stop): Rename to ...
5324         (m32r_interrupt): ... this.
5325         (init_m32r_ops): Adjust.
5326         * remote-sim.c (gdbsim_stop_inferior): Rename to ...
5327         (gdbsim_interrupt_inferior): ... this.
5328         (gdbsim_stop): Rename to ...
5329         (gdbsim_interrupt): ... this.
5330         (gdbsim_cntrl_c): Adjust.
5331         (init_gdbsim_ops): Adjust.
5332         * remote.c (sync_remote_interrupt): Adjust comments.
5333         (remote_stop_as): Rename to ...
5334         (remote_interrupt_as): ... this.
5335         (remote_stop): Adjust comment.
5336         (remote_interrupt): New function.
5337         (init_remote_ops): Install remote_interrupt.
5338         * target.c (target_interrupt): New function.
5339         * target.h (struct target_ops) <to_interrupt>: New field.
5340         (target_interrupt): New declaration.
5341         * windows-nat.c (windows_stop): Rename to ...
5342         (windows_interrupt): ... this.
5343         * target-delegates.c: Regenerate.
5344
5345 2015-08-07  Pedro Alves  <palves@redhat.com>
5346
5347         * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
5348         threads" as alternative to "switching back to stepped thread".
5349
5350 2015-08-07  Pedro Alves  <palves@redhat.com>
5351
5352         * NEWS: Mention "maint set/show target-non-stop".
5353         * breakpoint.c (update_global_location_list): Check
5354         target_is_non_stop_p instead of non_stop.
5355         * infcmd.c (attach_command_post_wait, attach_command): Likewise.
5356         * infrun.c (show_can_use_displaced_stepping)
5357         (can_use_displaced_stepping_p, start_step_over_inferior):
5358         Likewise.
5359         (internal_resume_ptid): New function.
5360         (resume): Use it.
5361         (proceed): Check target_is_non_stop_p instead of non_stop.  If in
5362         all-stop mode but the target is always in non-stop mode, start all
5363         the other threads that are implicitly resumed too.
5364         (for_each_just_stopped_thread, fetch_inferior_event)
5365         (adjust_pc_after_break, stop_all_threads): Check
5366         target_is_non_stop_p instead of non_stop.
5367         (handle_inferior_event): Likewise.  Handle detach-fork in all-stop
5368         with the target always in non-stop mode.
5369         (handle_signal_stop) <random signal>: Check target_is_non_stop_p
5370         instead of non_stop.
5371         (switch_back_to_stepped_thread): Check target_is_non_stop_p
5372         instead of non_stop.
5373         (keep_going_stepped_thread): Use internal_resume_ptid.
5374         (stop_waiting): If in all-stop mode, and the target is in non-stop
5375         mode, stop all threads.
5376         (keep_going_pass): Likewise, when starting a new in-line step-over
5377         sequence.
5378         * linux-nat.c (get_pending_status, select_event_lwp)
5379         (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
5380         target_is_non_stop_p instead of non_stop.
5381         (linux_nat_always_non_stop_p): New function.
5382         (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
5383         (linux_nat_add_target): Install linux_nat_always_non_stop_p.
5384         * target-delegates.c: Regenerate.
5385         * target.c (target_is_non_stop_p): New function.
5386         (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
5387         (maint_set_target_non_stop_command)
5388         (maint_show_target_non_stop_command): New functions.
5389         (_initilize_target): Install "maint set/show target-non-stop"
5390         commands.
5391         * target.h (struct target_ops) <to_always_non_stop_p>: New field.
5392         (target_non_stop_enabled): New declaration.
5393         (target_is_non_stop_p): New declaration.
5394
5395 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5396
5397         * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
5398         has a pending status, return true.
5399         * gdbthread.h: Include target/waitstatus.h.
5400         (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
5401         stop_pc>: New fields.
5402         (struct thread_info) <resumed>: New field.
5403         (set_resumed): Declare.
5404         * infrun.c: Include "event-loop.h".
5405         (infrun_async_inferior_event_token, infrun_is_async): New globals.
5406         (infrun_async): New function.
5407         (clear_step_over_info): Add debug output.
5408         (displaced_step_in_progress_any_inferior): New function.
5409         (displaced_step_fixup): New returns int.
5410         (start_step_over): Handle in-line step-overs too.  Assert the
5411         thread is marked resumed.
5412         (resume_cleanups): Clear the thread's resumed flag.
5413         (resume): Set the thread's resumed flag.  Return early if the
5414         thread has a pending status.  Allow stepping a breakpoint with no
5415         signal.
5416         (proceed): Adjust to check 'resumed' instead of 'executing'.
5417         (clear_proceed_status_thread): If the thread has a pending status,
5418         and that status is a finished step, discard the pending status.
5419         (clear_proceed_status): Don't clear step_over_info here.
5420         (random_pending_event_thread, do_target_wait): New functions.
5421         (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
5422         do_target_wait.
5423         (wait_one): New function.
5424         (THREAD_STOPPED_BY): New macro.
5425         (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
5426         (thread_stopped_by_hw_breakpoint): New functions.
5427         (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
5428         functions.
5429         (handle_inferior_event): Also call set_resumed(false) on all
5430         threads implicitly stopped by the event.
5431         (restart_threads, resumed_thread_with_pending_status): New
5432         functions.
5433         (finish_step_over): If we were doing an in-line step-over before,
5434         and no longer are after trying to start a new step-over, restart
5435         all threads.  If we have multiple threads with pending events,
5436         save the current event and go through the event loop again.
5437         (handle_signal_stop): Return early if finish_step_over returns
5438         false.
5439         <random signal>: If we get a signal while stepping over a
5440         breakpoint in-line in non-stop mode, restart all threads.  Clear
5441         step_over_info before delivering the signal.
5442         (keep_going_stepped_thread): Use internal_error instead of
5443         gdb_assert.  Mark the thread as resumed.
5444         (keep_going_pass_signal): Assert the thread isn't already resumed.
5445         If some other thread is doing an in-line step-over, defer the
5446         resume.  If we just started a new in-line step-over, stop all
5447         threads.  Don't clear step_over_info.
5448         (infrun_async_inferior_event_handler): New function.
5449         (_initialize_infrun): Create async event handler with
5450         infrun_async_inferior_event_handler as callback.
5451         (infrun_async): New declaration.
5452         * target.c (target_async): New function.
5453         * target.h (target_async): Declare macro and readd as function
5454         declaration.
5455         * target/waitstatus.h (enum target_stop_reason)
5456         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5457         * thread.c (new_thread): Clear the new waitstatus field.
5458         (set_resumed): New function.
5459
5460 2015-08-07  Pedro Alves  <palves@redhat.com>
5461
5462         * infrun.c (keep_going_stepped_thread): New function, factored out
5463         from ...
5464         (switch_back_to_stepped_thread): ... here.
5465
5466 2015-08-07  Pedro Alves  <palves@redhat.com>
5467
5468         * infrun.c (currently_stepping): Extend intro comment.
5469         * target.h (target_resume): Extend intro comment.
5470
5471 2015-08-07  Pedro Alves  <palves@redhat.com>
5472
5473         * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5474         of inferior_ptid.  If the stepped thread vanished, return 0
5475         instead of resuming here.  Use reset_ecs.  Print the prev_pc and
5476         the current stop_pc in log message.  Clear trap_expected if the
5477         thread advanced.  Don't pass currently_stepping to
5478         do_target_resume.
5479
5480 2015-08-07  Pedro Alves  <palves@redhat.com>
5481
5482         * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5483         * infrun.c (struct execution_control_state): Move higher up in the
5484         file.
5485         (reset_ecs): New function.
5486         (start_step_over): Now returns int.  Rewrite to use
5487         keep_going_pass_signal instead of manually starting a displaced step.
5488         (resume): Don't call set_running here.  If displaced stepping
5489         can't start now, clear trap_expected.
5490         (find_thread_needs_step_over): Delete function.
5491         (proceed): Set up finish_thread_state_cleanup.  Call set_running.
5492         If the current thread needs a step over, push it in the step-over
5493         chain.  Don't set insert breakpoints nor call resume directly
5494         here.  Instead rewrite to use start_step_over and
5495         keep_going_pass_signal.
5496         (finish_step_over): New function.
5497         (handle_signal_stop): Call finish_step_over instead of
5498         start_step_over.
5499         (switch_back_to_stepped_thread): If the event thread needs another
5500         step-over do that first.  Use start_step_over.
5501         (keep_going_pass_signal): New function, factored out from ...
5502         (keep_going): ... here.
5503         (_initialize_infrun): Comment moved here.
5504         * thread.c (set_running_thread): New function.
5505         (set_running, finish_thread_state): Use set_running_thread.
5506
5507 2015-08-07  Pedro Alves  <palves@redhat.com>
5508
5509         * gdbthread.h (struct thread_info) <step_over_prev,
5510         step_over_next>: New fields.
5511         (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5512         (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5513         declarations.
5514         * infrun.c (struct displaced_step_request): Delete.
5515         (struct displaced_step_inferior_state) <step_request_queue>:
5516         Delete field.
5517         (displaced_step_prepare): Assert that trap_expected is set.  Use
5518         thread_step_over_chain_enqueue.  Split starting a new displaced
5519         step to ...
5520         (start_step_over): ... this new function.
5521         (resume): Assert the thread isn't waiting for a step over already.
5522         (proceed): Assert the thread isn't waiting for a step over
5523         already.
5524         (infrun_thread_stop_requested): Adjust to remove threads from the
5525         embedded step-over chain.
5526         (handle_inferior_event) <fork/vfork>: Call start_step_over after
5527         displaced_step_fixup.
5528         (handle_signal_stop): Call start_step_over after
5529         displaced_step_fixup.
5530         * infrun.h (step_over_queue_head): New declaration.
5531         * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5532         (thread_step_over_chain_next, thread_is_in_step_over_chain)
5533         (thread_step_over_chain_enqueue)
5534         (thread_step_over_chain_remove): New functions.
5535         (delete_thread_1): Remove thread from the step-over chain.
5536
5537 2015-08-07  Pedro Alves  <palves@redhat.com>
5538
5539         * infrun.c (thread_still_needs_step_over): Rename to ...
5540         (thread_still_needs_step_over_bp): ... this.
5541         (enum step_over_what): New.
5542         (thread_still_needs_step_over): Reimplement.
5543
5544 2015-08-07  Pedro Alves  <palves@redhat.com>
5545
5546         * remote.c (remote_wait_as): If not waiting for a stop reply,
5547         return TARGET_WAITKIND_NO_RESUMED.  If TARGET_WNOHANG is
5548         requested, don't block waiting forever.
5549
5550 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5551
5552         * infrun.c (adjust_pc_after_break): Now takes thread_info and
5553         waitstatus pointers instead of an ecs.  Adjust.
5554         (handle_inferior_event): Adjust caller.
5555
5556 2015-08-07  Pedro Alves  <palves@redhat.com>
5557
5558         * infrun.c (handle_inferior_event): If we get
5559         TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5560         mode, mark all threads of the exiting process as not-executing.
5561         (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5562         TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5563         exiting process, if inferior_ptid still points at a process.
5564         * thread.c (struct current_thread_cleanup) <next>: New field.
5565         (current_thread_cleanup_chain): New global.
5566         (restore_current_thread_ptid_changed): New function.
5567         (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5568         current_thread_cleanup_chain list.
5569         (make_cleanup_restore_current_thread): Add the cleanup data to the
5570         current_thread_cleanup_chain list.
5571         (_initialize_thread): Install restore_current_thread_ptid_changed
5572         as thread_ptid_changed observer.
5573
5574 2015-08-07  Joel Brobecker  <brobecker@adacore.com>
5575
5576         * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5577         data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5578         smaller than expected.
5579
5580 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5581
5582         * stack.c (get_frame_language): Moved ...
5583         * frame.c (get_frame_language): ... to here.
5584         * language.h (get_frame_language): Declaration moved to frame.h.
5585         * frame.h: Add language.h include, for language enum.
5586         (get_frame_language): Declaration moved from language.h.
5587         * language.c: Add frame.h include.
5588         * top.c: Add frame.h include.
5589         * symtab.h (struct obj_section): Declare.
5590         (struct cmd_list_element): Declare.
5591
5592 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5593
5594         * language.c (show_language_command): Find selected frame before
5595         asking for the language of that frame.
5596         (set_language_command): Likewise.
5597         * language.h (get_frame_language): Add frame parameter.
5598         * stack.c (get_frame_language): Add frame parameter, assert
5599         parameter is not NULL, update comment and reindent.
5600         * top.c (check_frame_language_change): Pass the selected frame
5601         into get_frame_language.
5602
5603 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5604
5605         * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5606         (pt_btrace_insn_flags): New.
5607         (ftrace_add_pt): Call pt_btrace_insn_flags.
5608         * btrace.h (btrace_insn_flag): New.
5609         (btrace_insn) <flags>: New.
5610         * record-btrace.c (btrace_insn_history): Print insn prefix.
5611         * NEWS: Announce it.
5612
5613 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5614
5615         * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5616         * configure: Regenerate.
5617
5618 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
5619
5620         * Makefile.in (LIBICONV): Define.
5621         (CLIBS): Add LIBICONV.
5622         * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5623         * configure: Regenerate.
5624
5625 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5626             Pedro Alves  <palves@redhat.com>
5627
5628         * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5629         (arm_set_abi): Likewise.
5630         * ax-general.c (ax_print): Likewise.
5631         * c-exp.y (exp : string_exp): Likewise.
5632         * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5633         (do_compile_dwarf_expr_to_c): Likewise.
5634         * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5635         Likewise.
5636         * dwarf2expr.c (execute_stack_op): Likewise.
5637         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5638         (disassemble_dwarf_expression): Likewise.
5639         * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5640         (read_array_order): Likewise.
5641         (abbrev_table_read_table): Likewise.
5642         (read_attribute_value): Likewise.
5643         (skip_unknown_opcode): Likewise.
5644         (dwarf_decode_macro_bytes): Likewise.
5645         (dwarf_decode_macros): Likewise.
5646         * eval.c (value_f90_subarray): Likewise.
5647         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5648         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5649         * infrun.c (handle_command): Likewise.
5650         * memory-map.c (memory_map_start_memory): Likewise.
5651         * osabi.c (set_osabi): Likewise.
5652         * parse.c (operator_length_standard): Likewise.
5653         * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5654         single return point.
5655         * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5656         * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5657         (gdbpy_lookup_global_symbol): Likewise.
5658         * record-full.c (record_full_restore): Likewise.
5659         * regcache.c (regcache_register_status): Likewise.
5660         (regcache_raw_read): Likewise.
5661         (regcache_cooked_read): Likewise.
5662         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5663         * symtab.c (initialize_ordinary_address_classes): Likewise.
5664         * target-debug.h (target_debug_print_signals): Likewise.
5665         * utils.c (do_restore_current_language): Likewise.
5666
5667 2015-08-06  Clem Dickey  <clemd@acm.org>
5668
5669         PR python/17136
5670         * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5671
5672 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5673
5674         * complaints.c (enum complaint_series): Add newlines and remove
5675         out of date comment.
5676         (struct complaints) <series>: Change type to enum
5677         complaint_series and remove out of date comment.
5678         (symfile_complaint_hook): Use equivalent enum value
5679         ISOLATED_MESSAGE instead of 0.
5680
5681 2015-08-06  Pedro Alves  <palves@redhat.com>
5682
5683         * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5684         returned > 0.
5685
5686 2015-08-06  Pierre Langlois  <pierre.langlois@arm.com>
5687
5688         * common/agent.c (symbol_list) <required>: Remove.
5689
5690 2015-08-06  Pedro Alves  <palves@redhat.com>
5691
5692         * target/waitstatus.h (enum target_stop_reason)
5693         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5694
5695 2015-08-05  Pedro Alves  <palves@redhat.com>
5696             Joel Brobecker  <brobecker@adacore.com>
5697
5698         * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
5699         <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5700         case where BS->STOP is not set.
5701
5702 2015-08-05  Ulrich Weigand  <uweigand@de.ibm.com>
5703
5704         * nat/gdb_thread_db.h: Add copyright header.
5705         Protect against multiple inclusion.
5706
5707 2015-08-05  Yao Qi  <yao.qi@linaro.org>
5708
5709         * aarch64-linux-nat.c (get_thread_id): Remove.
5710         (debug_reg_change_callback): Call ptid_get_lwp instead of
5711         get_thread_id.
5712         (fetch_gregs_from_thread): Likewise.
5713         (store_gregs_to_thread): Likewise.
5714         (fetch_fpregs_from_thread): Likewise.
5715         (store_fpregs_to_thread): Likewise.
5716         (aarch64_linux_get_debug_reg_capacity): Likewise.
5717         * arm-linux-nat.c (get_thread_id): Remove.
5718         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5719         * xtensa-linux-nat.c (get_thread_id): Remove.
5720         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5721         * arm-linux-nat.c (get_thread_id): Remove.
5722         (GET_THREAD_ID): Remove.
5723         (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5724         (store_fpregs, fetch_regs, store_regs): Likewise.
5725         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5726         (fetch_vfp_regs, store_vfp_regs): Likewise.
5727         (arm_linux_read_description): Likewise.
5728         (arm_linux_get_hwbp_cap): Likewise.
5729         * xtensa-linux-nat.c (get_thread_id): Remove.
5730         (GET_THREAD_ID): Remove.
5731         (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5732         GET_THREAD_ID.
5733
5734 2015-08-04  Ciro Santilli  <ciro.santilli@gmail.com>  (obvious patch)
5735
5736         * python/py-linetable.c: Fix case of Linetable to LineTable
5737         in docstrings and code comments.
5738         * python/py-symtab.c: Same.
5739
5740 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5741
5742         * infcmd.c (signal_command): Call do_cleanups for args_chain.
5743
5744 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5745
5746         PR gdb/18767
5747         * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5748         use.
5749
5750 2015-08-04  Pedro Alves  <palves@redhat.com>
5751
5752         * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5753         (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5754         (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5755         (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5756         (td_thr_validate_ftype, td_thr_get_info_ftype)
5757         (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5758         (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5759         New typedefs.
5760         * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5761         (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5762         local macros and use them instead of verbose_dlsym and dlsym
5763         calls.
5764
5765 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
5766
5767         * nios2-tdep.h: Include opcode/nios2.h here.
5768         (NIOS2_CDX_OPCODE_SIZE): New.
5769         (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5770         * nios2-tdep.c: Don't include opcode/nios2.h here.
5771         (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5772         4-byte read fails.
5773         (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5774         (nios2_match_addi, nios2_match_orhi): Likewise.
5775         (nios2_match_stw, nios2_match_ldw): Likewise.
5776         (nios2_match_rdctl): Likewise.
5777         (nios2_match_stwm, nios2_match_ldwm): New.
5778         (nios2_match_branch): Add cases for R2 encodings.
5779         (nios2_match_jmpi, nios2_match_calli): Likewise.
5780         (nios2_match_jmpr, nios2_match_callr): Likewise.
5781         (nios2_match_break, nios2_match_trap): Likewise.
5782         (nios2_in_epilogue_p): Add R2 support.
5783         (nios2_analyze_prologue): Update comments.  Recognize R2 CDX
5784         prologues.
5785         (nios2_breakpoint_from_pc): Handle R2 instructions.
5786         (nios2_get_next_pc): Likewise.  Adjust call to
5787         tdep->syscall_next_pc.
5788         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5789         Renamed from nios2_linux_rt_sigreturn_tramp_frame.  Use
5790         instruction field macros instead of literal hex values.
5791         (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5792         (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5793         Use size field from OP instead of assuming all instructions
5794         are the same size.
5795         (nios2_linux_init_abi): Register appropriate unwinder for mach.
5796
5797 2015-08-03  Ulrich Weigand  <uweigand@de.ibm.com>
5798
5799         * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5800         variable warning with some compilers.
5801
5802 2015-08-03  Yao Qi  <yao.qi@linaro.org>
5803
5804         * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5805         in comment.  Replace "rw" with "type".
5806         (arm_linux_remove_watchpoint): Change type of "rw" to
5807         "enum target_hw_bp_type".
5808
5809 2015-08-02  Pierre-Marie de Rodat  <derodat@adacore.com>
5810
5811         * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5812         lookup_symbol.
5813         * ft32-tdep.c (ft32_skip_prologue): Likewise.
5814         * moxie-tdep.c (moxie_skip_prologue): Likewise.
5815         * mt-tdep.c (mt_skip_prologue): Likewise.
5816         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5817
5818 2015-08-01  Pierre-Marie de Rodat  <derodat@adacore.com>
5819
5820         * ada-exp.y (write_object_renaming): Replace struct
5821         ada_symbol_info with struct block_symbol.  Update field
5822         references accordingly.
5823         (block_lookup, select_possible_type_sym): Likewise.
5824         (find_primitive_type): Likewise.  Also update call to
5825         ada_lookup_symbol to extract the symbol itself.
5826         (write_var_or_type, write_name_assoc): Likewise.
5827         * ada-lang.h (struct ada_symbol_info): Remove.
5828         (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5829         struct block_symbol.
5830         (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5831         (ada_lookup_symbol): Return struct block_symbol instead of a
5832         mere symbol.
5833         * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5834         with struct block_symbol.
5835         (resolve_subexp, ada_resolve_function, sort_choices,
5836         user_select_syms, is_nonfunction, add_defn_to_vec,
5837         num_defns_collected, defns_collected,
5838         symbols_are_identical_enums, remove_extra_symbols,
5839         remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5840         ada_lookup_symbol_list, ada_iterate_over_symbols,
5841         ada_lookup_encoded_symbol, get_var_value): Likewise.
5842         (ada_lookup_symbol): Return a block_symbol instead of a mere
5843         symbol.  Replace struct ada_symbol_info with struct
5844         block_symbol.
5845         (ada_lookup_symbol_nonlocal): Likewise.
5846         (standard_lookup): Make block passing explicit through
5847         lookup_symbol_in_language.
5848         * ada-tasks.c (get_tcb_types_info): Update the calls to
5849         lookup_symbol_in_language to extract the mere symbol out of the
5850         returned value.
5851         (ada_tasks_inferior_data_sniffer): Likewise.
5852         * ax-gdb.c (gen_static_field): Likewise for the call to
5853         lookup_symbol.
5854         (gen_maybe_namespace_elt): Deal with struct block_symbol from
5855         lookup functions.
5856         (gen_expr): Likewise.
5857         * c-exp.y: Likewise.  Remove uses of block_found.
5858         (lex_one_token, classify_inner_name, c_print_token): Likewise.
5859         (classify_name): Likewise.  Rename the "sym" local variable to
5860         "bsym".
5861         * c-valprint.c (print_unpacked_pointer): Likewise.
5862         * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5863         "sym" parameter from struct symbol * to struct block_symbol.
5864         Use it to remove uses of block_found.  Deal with struct
5865         block_symbol from lookup functions.
5866         (gcc_convert_symbol): Likewise.  Update the call to
5867         convert_symbol_sym.
5868         * compile/compile-object-load.c (compile_object_load): Deal with
5869         struct block_symbol from lookup functions.
5870         * cp-namespace.c (cp_lookup_nested_symbol_1,
5871         cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5872         cp_search_static_and_baseclasses,
5873         cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5874         cp_lookup_symbol_imports_or_template,
5875         cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5876         lookup_namespace_scope, cp_lookup_nonlocal,
5877         find_symbol_in_baseclass): Return struct block_symbol instead of
5878         mere symbols and deal with struct block_symbol from lookup
5879         functions.
5880         * cp-support.c (inspect_type, replace_typedefs,
5881         cp_lookup_rtti_type): Deal with struct block_symbol from
5882         lookup functions.
5883         * cp-support.h (cp_lookup_symbol_nonlocal,
5884         cp_lookup_symbol_from_namespace,
5885         cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
5886         Return struct block_symbol instead of mere symbols.
5887         * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5888         push_module_name):
5889         Deal with struct block_symbol from lookup functions.  Remove
5890         uses of block_found.
5891         * eval.c (evaluate_subexp_standard): Update call to
5892         cp_lookup_symbol_namespace.
5893         * f-exp.y: Deal with struct block_symbol from lookup functions.
5894         Remove uses of block_found.
5895         (yylex): Likewise.
5896         * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5897         lookup_enum, lookup_template_type, check_typedef): Deal with
5898         struct block_symbol from lookup functions.
5899         * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5900         * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5901         (gdbscm_lookup_global_symbol): Likewise.
5902         * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5903         * go-exp.y: Likewise.  Remove uses of block_found.
5904         (package_name_p, classify_packaged_name, classify_name):
5905         Likewise.
5906         * infrun.c (insert_exception_resume_breakpoint): Likewise.
5907         * jv-exp.y (push_variable): Likewise.
5908         * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5909         * language.c (language_bool_type): Likewise.
5910         * language.h (struct language_defn): Update
5911         la_lookup_symbol_nonlocal to return a struct block_symbol rather
5912         than a mere symbol.
5913         * linespec.c (find_label_symbols): Deal with struct block_symbol
5914         from lookup functions.
5915         * m2-exp.y: Likewise.  Remove uses of block_found.
5916         (yylex): Likewise.
5917         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5918         * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5919         * p-exp.y: Likewise.  Remove uses of block_found.
5920         (yylex): Likewise.
5921         * p-valprint.c (pascal_val_print): Likewise.
5922         * parse.c (write_dollar_variable): Likewise.  Remove uses of
5923         block_found.
5924         * parser-defs.h (struct symtoken): Turn the SYM field into a
5925         struct block_symbol.
5926         * printcmd.c (address_info): Deal with struct block_symbol from
5927         lookup functions.
5928         * python/py-frame.c (frapy_read_var): Likewise.
5929         * python/py-symbol.c (gdbpy_lookup_symbol,
5930         gdbpy_lookup_global_symbol): Likewise.
5931         * skip.c (skip_function_command): Likewise.
5932         * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
5933         block_symbol instead of a mere symbol.
5934         * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5935         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5936         * solib.c (solib_global_lookup): Likewise.
5937         * solist.h (solib_global_lookup): Likewise.
5938         (struct target_so_ops): Update lookup_lib_global_symbol to
5939         return a struct block_symbol rather than a mere symbol.
5940         * source.c (select_source_symtab): Deal with struct block_symbol
5941         from lookup functions.
5942         * stack.c (print_frame_args, iterate_over_block_arg_vars):
5943         Likewise.
5944         * symfile.c (set_initial_language): Likewise.
5945         * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
5946         block_symbol.
5947         (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5948         (struct symbol_cache_slot): Turn the FOUND field into a struct
5949         block_symbol.
5950         (block_found): Remove.
5951         (eq_symbol_entry): Update to deal with struct block_symbol in
5952         cache slots.
5953         (symbol_cache_lookup): Return a struct block_symbol rather than
5954         a mere symbol.
5955         (symbol_cache_mark_found): Add a BLOCK parameter to fill
5956         appropriately the cache slots.  Update callers.
5957         (symbol_cache_dump): Update cache slots handling to the type
5958         change.
5959         (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5960         lookup_symbol_aux, lookup_local_symbol,
5961         lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5962         lookup_symbol_in_objfile_symtabs,
5963         lookup_symbol_in_objfile_from_linkage_name,
5964         lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5965         lookup_symbol_in_static_block, lookup_static_symbol,
5966         lookup_global_symbol):
5967         Return a struct block_symbol rather than a mere symbol.  Deal
5968         with struct block_symbol from other lookup functions.  Remove
5969         uses of block_found.
5970         (lookup_symbol_in_block): Remove uses of block_found.
5971         (struct global_sym_lookup_data): Turn the RESULT field into a
5972         struct block_symbol.
5973         (lookup_symbol_global_iterator_cb): Update references to the
5974         RESULT field.
5975         (search_symbols): Deal with struct block_symbol from lookup
5976         functions.
5977         * symtab.h (struct block_symbol): New structure.
5978         (block_found): Remove.
5979         (lookup_symbol_in_language, lookup_symbol,
5980         basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
5981         lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5982         lookup_global_symbol_from_objfile): Return a struct block_symbol
5983         rather than just a mere symbol.  Update comments to remove
5984         mentions of block_found.
5985         * valops.c (find_function_in_inferior,
5986         value_struct_elt_for_reference, value_maybe_namespace_elt,
5987         value_of_this):  Deal with struct block_symbol from lookup
5988         functions.
5989         * value.c (value_static_field, value_fn_field): Likewise.
5990
5991 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5992
5993         * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5994         instead of integer.
5995
5996 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5997             Pedro Alves  <palves@redhat.com>
5998
5999         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
6000         type or value instead of integer.
6001         (aarch64_linux_insert_watchpoint): Likewise.
6002         (aarch64_linux_remove_watchpoint): Likewise.
6003         * ada-lang.c (ada_op_print_tab): Likewise.
6004         * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
6005         (amd64_linux_syscall_record_common): Likewise.
6006         * arch-utils.c (target_byte_order_user): Likewise.
6007         (default_byte_order): Likewise.
6008         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
6009         (arm_linux_get_hwbp_type): Likewise.
6010         (arm_linux_hw_watchpoint_initialize): Likewise.
6011         (arm_linux_insert_watchpoint): Likewise.
6012         * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
6013         (arm_linux_syscall_record): Likewise.
6014         * breakpoint.c (update_watchpoint): Likewise.
6015         (breakpoint_here_p): Likewise.
6016         (bpstat_print): Likewise.
6017         (enable_breakpoint_disp): Likewise.
6018         * c-lang.c (c_op_print_tab): Likewise.
6019         * cli/cli-decode.c (add_info_alias): Likewise.
6020         * d-lang.c (d_op_print_tab): Likewise.
6021         * eval.c (evaluate_subexp_standard): Likewise.
6022         * f-exp.y (dot_ops): Likewise.
6023         (f77_keywords): Likewise.
6024         * f-lang.c (f_op_print_tab): Likewise.
6025         * go-lang.c (go_op_print_tab): Likewise.
6026         * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
6027         * guile/scm-cmd.c (gdbscm_make_command): Likewise.
6028         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
6029         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
6030         * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
6031         (struct scm_from_stringn_data): Likewise.
6032         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
6033         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
6034         (ia64_linux_remove_watchpoint): Likewise.
6035         (ia64_linux_can_use_hw_breakpoint): Likewise.
6036         * infrun.c (print_stop_event): Likewise.
6037         * jv-lang.c (java_op_print_tab): Likewise.
6038         * linux-nat.c (linux_proc_xfer_partial): Likewise.
6039         * linux-nat.h (struct lwp_info): Likewise.
6040         * linux-thread-db.c (enable_thread_event): Likewise.
6041         * m2-lang.c (m2_op_print_tab): Likewise.
6042         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
6043         (mi_cmd_stack_list_variables): Likewise.
6044         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
6045         * mi/mi-out.c (mi_table_begin): Likewise.
6046         (mi_table_header): Likewise.
6047         * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
6048         (mips_linux_insert_watchpoint): Likewise.
6049         (mips_linux_remove_watchpoint): Likewise.
6050         * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
6051         * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
6052         (mips_linux_watch_type_to_irw): Likewise.
6053         * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6054         (procfs_insert_hw_watchpoint): Likewise.
6055         (procfs_remove_hw_watchpoint): Likewise.
6056         (procfs_hw_watchpoint): Likewise.
6057         (procfs_can_use_hw_breakpoint): Likewise.
6058         (procfs_remove_hw_watchpoint): Likewise.
6059         (procfs_insert_hw_watchpoint): Likewise.
6060         * p-lang.c (pascal_op_print_tab): Likewise.
6061         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
6062         * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
6063         * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
6064         * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
6065         (procfs_insert_watchpoint): Likewise.
6066         (procfs_remove_watchpoint): Likewise.
6067         * psymtab.c (recursively_search_psymtabs): Likewise.
6068         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
6069         (m32r_insert_watchpoint): Likewise.
6070         * remote-mips.c (mips_can_use_watchpoint): Likewise.
6071         (mips_insert_watchpoint): Likewise.
6072         (mips_remove_watchpoint): Likewise.
6073         * remote.c (watchpoint_to_Z_packet): Likewise.
6074         (remote_insert_watchpoint): Likewise.
6075         (remote_remove_watchpoint): Likewise.
6076         (remote_check_watch_resources): Likewise.
6077         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
6078         (s390_remove_watchpoint): Likewise.
6079         (s390_can_use_hw_breakpoint): Likewise.
6080         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
6081         * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
6082         * target.h (struct target_ops): Likewise.
6083         * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
6084         * ui-out.c (struct ui_out_hdr): Likewise.
6085         (append_header_to_list): Likewise.
6086         (get_next_header): Likewise.
6087         (verify_field): Likewise.
6088         (ui_out_begin): Likewise.
6089         (ui_out_field_int): Likewise.
6090         (ui_out_field_fmt_int): Likewise.
6091         (ui_out_field_skip): Likewise.
6092         (ui_out_field_string): Likewise.
6093         (ui_out_field_fmt): Likewise.
6094         * varobj.c (new_variable): Likewise.
6095         * x86-nat.c (x86_insert_watchpoint): Likewise.
6096         (x86_remove_watchpoint): Likewise.
6097         (x86_can_use_hw_breakpoint): Likewise.
6098         * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
6099         * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
6100         previously anonymous enumeration type..
6101         * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
6102         value.
6103         * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
6104         (target_debug_print_enum_bptype): New.
6105         * target-delegates.c: Regenerate.
6106
6107 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
6108
6109         * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
6110         already says and disallow non-stack memory writes in the prologue.
6111
6112 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
6113
6114         * nios2-tdep.c (nios2_analyze_prologue): Update comments to
6115         reflect how current GCC emits stack overflow checks.  Match
6116         both trap and break instructions for backward compatbility.
6117         Disallow other trap and break instructions in the prologue.
6118
6119 2015-07-30  Pedro Alves  <palves@redhat.com>
6120
6121         PR threads/18600
6122         * linux-nat.c (wait_lwp): Report to the core when thread group
6123         leader exits.
6124
6125 2015-07-30  Pedro Alves  <palves@redhat.com>
6126             Simon Marchi  <simon.marchi@ericsson.com>
6127
6128         PR threads/18600
6129         * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
6130         mark the new thread as resumed.  Remove STOPPING parameter.
6131         (wait_lwp): Adjust call to linux_handle_extended_wait.
6132         (linux_nat_filter_event): Adjust call to
6133         linux_handle_extended_wait.
6134         (resume_stopped_resumed_lwps): Add debug output.
6135
6136 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
6137
6138         * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
6139         isize argument.
6140         * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
6141         * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
6142         gdbarch_fast_tracepoint_valid_at.
6143         * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
6144         * gdbarch.h: Regenerate.
6145         * gdbarch.c: Regenerate.
6146         * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
6147         argument.  Do not set it.
6148         * remote.c (remote_download_tracepoint): Adjust call to
6149         gdbarch_fast_tracepoint_valid_at.  Call gdb_insn_length to get
6150         the instruction length.
6151
6152 2015-07-30  Yao Qi  <yao.qi@linaro.org>
6153
6154         * arm-tdep.h (enum gdb_regnum): Move it to ...
6155         * arch/arm.h: ... here.  New file.
6156         * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
6157
6158 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
6159
6160         * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
6161         Change its type to int *.
6162         (decode_br): Rename link argument to is_blr.  Change its type to
6163         int *.
6164         (decode_cb): Rename op argument to is_cbnz.  Change its type to
6165         int *.
6166         (decode_tb): Rename op argument to is_tbnz.  Change its type to
6167         int *.  Set is_tbnz to either 1 or 0.
6168         (aarch64_analyze_prologue): Change type of is_link to int.  Add
6169         new variables is_cbnz and is_tbnz.  Adjust call to
6170         aarch64_decode_cb and aarch64_decode_tb.
6171
6172 2015-07-29  Simon Marchi  <simon.marchi@ericsson.com>
6173
6174         * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
6175         parameter.
6176         (mips_linux_new_thread): Likewise.
6177         * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
6178
6179 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
6180
6181         * top.c: Include "tui/tui.h".
6182         (undo_terminal_modifications_before_exit): New static function.
6183         (quit_force): Use it.
6184
6185 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
6186
6187         * target.c (terminal_state): Initialize to terminal_is_ours.
6188
6189 2015-07-29  Yao Qi  <yao.qi@linaro.org>
6190
6191         PR record/18691
6192         * dcache.c (dcache_read_memory_partial): Call
6193         raw_memory_xfer_partial.
6194         * target.c (raw_memory_xfer_partial): Make it non-static.
6195         * target.h (raw_memory_xfer_partial): Declare.
6196
6197 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6198
6199         * c-valprint.c (c_val_print_array): Consider addressable memory
6200         unit size.
6201         (c_val_print_ptr): Likewise.
6202         (c_val_print_int): Likewise.
6203         * findvar.c (read_frame_register_value): Likewise.
6204         * valarith.c (find_size_for_pointer_math): Likewise.
6205         (value_ptrdiff): Likewise.
6206         (value_subscripted_rvalue): Likewise.
6207         * valops.c (read_value_memory): Likewise (and rename variables).
6208         (value_assign): Likewise.
6209         (value_repeat): Likewise.
6210         (value_array): Likewise.
6211         (value_slice): Likewise.
6212         * valprint.c (generic_val_print_ptr): Likewise.
6213         (generic_val_print_enum): Likewise.
6214         (generic_val_print_bool): Likewise.
6215         (generic_val_print_int): Likewise.
6216         (generic_val_print_char): Likewise.
6217         (generic_val_print_float): Likewise.
6218         (generic_val_print_decfloat): Likewise.
6219         (generic_val_print_complex): Likewise.
6220         (val_print_scalar_formatted): Likewise.
6221         (val_print_array_elements): Likewise.
6222         * value.c (set_value_parent): Likewise.
6223         (value_contents_copy_raw): Likewise.
6224         (set_internalvar_component): Likewise.
6225         (value_primitive_field): Likewise.
6226         (value_fetch_lazy): Likewise.
6227         * value.h (read_value_memory): Update comment.
6228
6229 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6230
6231         * value.c (get_value_arch): New function.
6232         * value.h (get_value_arch): New declaration.
6233
6234 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6235
6236         * value.c (struct value): Update comments.
6237
6238 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
6239
6240         * gdbtypes.c (type_length_units): New function.
6241         * gdbtypes.h (type_length_units): New declaration.
6242         (struct type) <length>: Update comment.
6243
6244 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6245
6246         * valprint.c (generic_val_print): Factor out complex
6247         printing code to ...
6248         (generic_val_print_complex): ... this new function.
6249
6250 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6251
6252         * valprint.c (generic_val_print): Factor out decfloat
6253         printing code to ...
6254         (generic_val_print_decfloat): ... this new function.
6255
6256 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6257
6258         * valprint.c (generic_val_print): Factor out float
6259         printing code to ...
6260         (generic_val_print_float): ... this new function.
6261
6262 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6263
6264         * valprint.c (generic_val_print): Factor out char
6265         printing code to ...
6266         (generic_val_print_char): ... this new function.
6267
6268 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6269
6270         * valprint.c (generic_val_print): Factor out integer
6271         printing code to ...
6272         (generic_val_print_int): ... this new function.
6273
6274 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6275
6276         * valprint.c (generic_val_print): Factor out bool
6277         printing code to ...
6278         (generic_val_print_bool): ... this new function.
6279
6280 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6281
6282         * valprint.c (generic_val_print): Factor out function/method
6283         printing code to ...
6284         (generic_val_print_func): ... this new function.
6285
6286 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6287
6288         * valprint.c (generic_val_print): Factor out flags
6289         printing code to ...
6290         (generic_val_print_flags): ... this new function.
6291
6292 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6293
6294         * valprint.c (generic_val_print): Factor out enum
6295         printing code to ...
6296         (generic_val_print_enum): ... this new function.
6297
6298 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6299
6300         * valprint.c (generic_val_print): Factor out reference
6301         printing code to ...
6302         (generic_val_print_ref): ... this new function.
6303
6304 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6305
6306         * valprint.c (generic_val_print): Factor out memberptr
6307         printing code to ...
6308         (generic_val_print_memberptr): ... this new function.
6309
6310 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6311
6312         * valprint.c (generic_val_print): Factor out pointer
6313         printing code to ...
6314         (generic_val_print_ptr): ... this new function.
6315
6316 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6317
6318         * valprint.c (generic_val_print): Factor out array
6319         printing code to ...
6320         (generic_val_print_array): ... this new function.
6321
6322 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6323
6324         * valprint.c (generic_val_print): Factor out
6325         print_unpacked_pointer code to ...
6326         (print_unpacked_pointer): ... this new function.
6327
6328 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
6329
6330         * event-top.c (handle_sigterm): Don't inspect
6331         target_can_async_p.  Always set the quit flag and always mark
6332         the async signal handler.
6333
6334 2015-07-27  Yao Qi  <yao.qi@linaro.org>
6335
6336         * Makefile.in (REMOTE_EXAMPLES): Remove it.
6337
6338 2015-07-25  Kevin Buettner  <kevinb@redhat.com>
6339
6340         * remote.c (read_ptid): Return null_ptid when no thread id
6341         is found.
6342         (remote_current_thread): Add log warning for malformed
6343         qC reply.
6344         (remote_start_remote): Add log warning when current thread
6345         not found.
6346
6347 2015-07-24  Pedro Alves  <palves@redhat.com>
6348
6349         * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
6350         (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
6351         forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
6352
6353 2015-07-24  Pedro Alves  <palves@redhat.com>
6354
6355         PR gdb/18717
6356         * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
6357         is resumed, and extend the debug log.
6358
6359 2015-07-24  Pedro Alves  <palves@redhat.com>
6360
6361         * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
6362
6363 2015-07-24  Pedro Alves  <palves@redhat.com>
6364
6365         * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
6366         sys/ptrace.h.
6367         * alpha-linux-nat.c: Likewise.
6368         * amd64-linux-nat.c: Likewise.
6369         * arm-linux-nat.c: Likewise.
6370         * hppa-linux-nat.c: Likewise.
6371         * i386-linux-nat.c: Likewise.
6372         * ia64-linux-nat.c: Likewise.
6373         * linux-fork.c: Likewise.
6374         * linux-nat.c: Likewise.
6375         * m32r-linux-nat.c: Likewise.
6376         * m68klinux-nat.c: Likewise.
6377         * mips-linux-nat.c: Likewise.
6378         * nat/linux-btrace.c: Likewise.
6379         * nat/linux-ptrace.c: Likewise.
6380         * nat/linux-ptrace.h
6381         * nat/mips-linux-watch.c: Likewise.
6382         * nat/x86-linux-dregs.c: Likewise.
6383         * ppc-linux-nat.c: Likewise.
6384         * s390-linux-nat.c: Likewise.
6385         * spu-linux-nat.c: Likewise.
6386         * tilegx-linux-nat.c: Likewise.
6387         * x86-linux-nat.c: Likewise.
6388         * xtensa-linux-nat.c: Likewise.
6389
6390 2015-07-24  Pedro Alves  <palves@redhat.com>
6391
6392         * ptrace.m4 (ptrace tests): Test in C++ mode.  Try with 'enum
6393         __ptrace_request as first parameter type instead of int.
6394         (PTRACE_TYPE_ARG1): Define.
6395         * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
6396         that casts first argument to PTRACE_TYPE_ARG1.
6397         * config.in: Regenerate.
6398         * configure: Regenerate.
6399
6400 2015-07-24  Pedro Alves  <palves@redhat.com>
6401
6402         * gdb_ptrace.h: Move ...
6403         * nat/gdb_ptrace.h: ... here.
6404         * inf-ptrace.c: Adjust.
6405
6406 2015-07-24  Pedro Alves  <palves@redhat.com>
6407
6408         * acinclude.m4: Include ptrace.m4.
6409         * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
6410         * ptrace.m4: ... to this new file.
6411
6412 2015-07-23  Doug Evans  <dje@google.com>
6413
6414         * dwarf2read.c (dwarf2_per_cu_data): Add comment.
6415         (load_cu): Handle dummy CUs.
6416         (dw2_do_instantiate_symtab, process_queuef): Ditto.
6417         (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
6418
6419 2015-07-23  Ciro Santilli  <ciro.santilli@gmail.com>  (tiny patch)
6420
6421         * py-linetable.c (ltpy_get_all_source_lines): Adjust function
6422         documentation to say that it returns a list rather than
6423         a FrozenSet.
6424         (linetable_object_methods): Update the docstring of the
6425         "source_line" entry.
6426
6427 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
6428
6429         * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
6430         type to the recursive call instead of the original (maybe
6431         TYPE_CODE_TYPEDEF) type.
6432
6433 2015-07-23  Yao Qi  <yao.qi@linaro.org>
6434
6435         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
6436         TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
6437         If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
6438
6439 2015-07-21  Yao Qi  <yao.qi@linaro.org>
6440
6441         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6442         Move it to nat/aarch64-linux-hw-point.c.
6443         (aarch64_linux_child_post_startup_inferior): Update.
6444         * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
6445         New function.
6446         * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
6447         Declare it.
6448
6449 2015-07-21  Markus Metzger  <markus.t.metzger@intel.com>
6450
6451         * common/btrace-common.c (btrace_data_append): Change case label.
6452
6453 2015-07-20  Yao Qi  <yao.qi@linaro.org>
6454
6455         * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6456         Re-indent the code.
6457         * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6458         "unsigned long long".
6459
6460 2015-07-18  Kevin Buettner  <kevinb@redhat.com>
6461
6462         * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6463         to be set for SEC_ALLOC sections too.
6464
6465 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6466
6467         * Makefile.in (HFILES_NO_SRCDIR): Add
6468         nat/aarch64-linux-hw-point.h.
6469         (aarch64-linux-hw-point.o): New rule.
6470         * nat/aarch64-linux-hw-point.h: New file.
6471         * nat/aarch64-linux-hw-point.c: New file.
6472         * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6473         (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6474         (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6475         (AARCH64_HWP_ALIGNMENT): Likewise.
6476         (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6477         (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6478         (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6479         (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6480         (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6481         (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6482         (struct aarch64_debug_reg_state): Likewise.
6483         (struct arch_lwp_info): Likewise.
6484         (aarch64_linux_set_debug_regs): Likewise.
6485         (aarch64_notify_debug_reg_change): Remove static.
6486         (aarch64_align_watchpoint): Likewise.
6487         (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6488         (aarch64_watchpoint_length): Likewise.
6489         (aarch64_point_encode_ctrl_reg): Likewise
6490         (aarch64_point_is_aligned): Likewise.
6491         (aarch64_dr_state_insert_one_point): Likewise.
6492         (aarch64_dr_state_remove_one_point): Likewise.
6493         (aarch64_handle_breakpoint): Likewise.
6494         (aarch64_handle_aligned_watchpoint): Likewise.
6495         (aarch64_handle_unaligned_watchpoint): Likewise.
6496         (aarch64_handle_watchpoint): Likewise.
6497         * config/aarch64/linux.mh (NAT_FILE): Add
6498         aarch64-linux-hw-point.o.
6499
6500 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6501
6502         * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6503         state and don't call aarch64_get_debug_reg_state.  All callers
6504         update.
6505         (aarch64_linux_insert_hw_breakpoint): Call
6506         aarch64_get_debug_reg_state earlier.
6507         (aarch64_linux_remove_hw_breakpoint): Likewise.
6508         (aarch64_handle_aligned_watchpoint): Add argument state and
6509         don't call aarch64_get_debug_reg_state.  All callers update.
6510         (aarch64_handle_unaligned_watchpoint): Likewise.
6511         (aarch64_handle_watchpoint): Add argument state.
6512         (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6513         earlier.
6514         (aarch64_linux_remove_watchpoint): Likewise.
6515
6516 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6517
6518         * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6519         debug_printf.
6520         (aarch64_handle_unaligned_watchpoint): Likewise.
6521
6522 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6523
6524         * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6525         argument type's type to 'enum target_hw_bp_type'.
6526         (aarch64_dr_state_remove_one_point): Likewise.
6527         (aarch64_handle_breakpoint): Likewise.
6528         (aarch64_linux_insert_hw_breakpoint): Likewise.
6529         (aarch64_linux_remove_hw_breakpoint): Likewise.
6530         (aarch64_handle_aligned_watchpoint): Likewise.
6531
6532 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6533
6534         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6535         ptid_get_pid instead of get_thread_id.
6536
6537 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6538
6539         * remote.c (get_current_thread): Initialise ptid to null_ptid.
6540         (add_current_inferior_and_thread): Don't initialise ptid.
6541
6542 2015-07-16  Pierre Langlois  <pierre.langlois@arm.com>
6543
6544         * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6545         unavailable if invalid.
6546
6547 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6548
6549         Revert the previous 6 commits:
6550         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6551         Move gdb_regex* to common/
6552         Prepare linux_find_memory_regions_full & co. for move
6553         Move linux_find_memory_regions_full & co.
6554         gdbserver build-id attribute generator
6555         Validate symbol file using build-id
6556
6557 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6558             Jan Kratochvil  <jan.kratochvil@redhat.com>
6559
6560         Validate symbol file using build-id.
6561         * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6562         and 'show validate-build-id'.  Add build-id attribute.
6563         * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6564         * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6565         * solib-frv.c (_initialize_frv_solib): Ditto.
6566         * solib-spu.c (set_spu_solib_ops): Ditto.
6567         * solib-svr4.c: Include rsp-low.h.
6568         (NOTE_GNU_BUILD_ID_NAME): New define.
6569         (svr4_validate): New function.
6570         (svr4_copy_library_list): Duplicate field build_id.
6571         (library_list_start_library): Parse 'build-id' attribute.
6572         (svr4_library_attributes): Add 'build-id' attribute.
6573         (_initialize_svr4_solib): Assign validate value.
6574         * solib-target.c (solib.h): Include.
6575         (_initialize_solib_target): Assign validate value.
6576         * solib.c (validate_build_id, show_validate_build_id): New.
6577         (solib_map_sections): Use ops->validate.
6578         (clear_so): Free build_id.
6579         (default_solib_validate): New function.
6580         (_initialize_solib): Add "validate-build-id".
6581         * solib.h (default_solib_validate): New declaration.
6582         * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6583         (target_so_ops): New field 'validate'.
6584
6585 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6586             Jan Kratochvil  <jan.kratochvil@redhat.com>
6587
6588         gdbserver build-id attribute generator.
6589         * features/library-list-svr4.dtd (library-list-svr4): New
6590         'build-id' attribute.
6591
6592 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6593             Jan Kratochvil  <jan.kratochvil@redhat.com>
6594
6595         Move linux_find_memory_regions_full & co.
6596         * linux-tdep.c (nat/linux-maps.h): Include.
6597         (gdb_regex.h): Remove the include.
6598         (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6599         (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6600         (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6601         (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6602         * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6603         and target/target.h.
6604         (struct smaps_vmflags, read_mapping, decode_vmflags)
6605         (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6606         (linux_find_memory_regions_full): Move from linux-tdep.c.
6607         * nat/linux-maps.h (read_mapping): New declaration.
6608         (linux_find_memory_region_ftype, enum filterflags): Moved from
6609         linux-tdep.c.
6610         (linux_find_memory_regions_full): New declaration.
6611         * target.c (target/target-utils.h): Include.
6612         (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6613         (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6614         definitions to target/target-utils.c.
6615         * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6616         * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6617         from target.c.
6618         * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6619         (read_alloc): New declaration.
6620         (read_stralloc_func_ftype): New typedef.
6621         (read_stralloc): New declaration.
6622         * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6623
6624 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6625             Jan Kratochvil  <jan.kratochvil@redhat.com>
6626
6627         Prepare linux_find_memory_regions_full & co. for move.
6628         * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6629         (linux_find_memory_regions_full): Change signature and prepare
6630         for moving to linux-maps.
6631         (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6632         (linux_find_memory_regions_thunk): New.
6633         (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6634         (linux_find_memory_regions_gdb): New.
6635         (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6636         (linux_make_mappings_corefile_notes): Use
6637         linux_find_memory_regions_gdb.
6638         * target.c (read_alloc_pread_ftype): New typedef.
6639         (target_fileio_read_alloc_1_pread): New function.
6640         (read_alloc): Refactor from target_fileio_read_alloc_1.
6641         (read_stralloc_func_ftype): New typedef.
6642         (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6643         (read_stralloc): Refactored from target_fileio_read_stralloc.
6644         (target_fileio_read_stralloc): New implementation, use read_stralloc.
6645
6646 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6647
6648         * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6649         common/gdb_regex.h.
6650         (COMMON_OBS): Add gdb_regex.o.
6651         (gdb_regex.o): New.
6652         * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6653         --without-included-regex and USE_INCLUDED_REGEX.
6654         * common/gdb_regex.c: New file from utils.c functions.
6655         * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6656         file wrapping define name.
6657         * configure: Rebuilt.
6658         * configure.ac (gdb_use_included_regex, --without-included-regex)
6659         (USE_INCLUDED_REGEX): Move them to common/common.m4.
6660         * gdb_regex.h: Move it to common/gdb_regex.h.
6661         * utils.c: Remove include gdb_regex.h.
6662         (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6663         (compile_rx_or_error): Move them to common/gdb_regex.c.
6664
6665 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6666             Jan Kratochvil  <jan.kratochvil@redhat.com>
6667
6668         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6669         * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6670         common/target-utils.h.
6671         (COMMON_OBS): Add target-utils.o.
6672         (linux-maps.o, target-utils.o): New.
6673         * target/target-utils.c: New file.
6674         * target/target-utils.h: New file.
6675         * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6676         * config/i386/linux64.mh (NATDEPFILES): Ditto.
6677         * nat/linux-maps.c: New file.
6678         * nat/linux-maps.h: New file.
6679
6680 2015-07-15  Markus Metzger  <markus.t.metzger@intel.com>
6681             Pedro Alves <palves@redhat.com>
6682
6683         * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6684         (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6685         (perf_event_read_bts): Change the type of SIZE and READ.
6686         (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6687         and DATA_OFFSET.  Move DATA_SIZE declaration.  Restrict the buffer size
6688         to UINT_MAX.  Check for overflows when using DATA_HEAD from the perf
6689         mmap page.
6690         (linux_enable_pt): Change the type of PAGES and SIZE.  Restrict the
6691         buffer size to UINT_MAX.
6692         (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6693         DATA_TAIL.
6694         * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6695         <last_head>: Change type.
6696         * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6697         * common/btrace-common.c (btrace_data_append): Change the type of
6698         SIZE.
6699         * btrace.c (parse_xml_raw): Change the type of SIZE.  Change oddness
6700         check.
6701
6702 2015-07-14  Simon Marchi  <simon.marchi@ericsson.com>
6703
6704         * gdbtypes.h (CHECK_TYPEDEF): Remove.
6705         * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6706         with check_typedef.
6707         * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6708         (ada_array_length): Likewise.
6709         (find_parallel_type_by_descriptive_type): Likewise.
6710         (ada_check_typedef): Likewise.
6711         * arm-tdep.c (arm_return_in_memory): Likewise.
6712         * ax-gdb.c (gen_trace_static_fields): Likewise.
6713         (gen_struct_ref_recursive): Likewise.
6714         * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6715         (variable: block COLONCOLON name): Likewise.
6716         (qualified_name: TYPENAME COLONCOLON name): Likewise.
6717         * c-lang.c (classify_type): Likewise.
6718         * c-typeprint.c (c_print_type): Likewise.
6719         (c_print_typedef): Likewise.
6720         (c_type_print_base): Likewise.
6721         * c-valprint.c (c_val_print): Likewise.
6722         * compile/compile-c-types.c (convert_type): Likewise.
6723         * compile/compile-object-load.c (get_out_value_type): Likewise.
6724         * completer.c (add_struct_fields): Likewise.
6725         (expression_completer): Likewise.
6726         * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6727         (cp_lookup_nested_symbol_1): Likewise.
6728         (cp_lookup_nested_symbol): Likewise.
6729         * cp-valprint.c (cp_print_value_fields): Likewise.
6730         (cp_print_static_field): Likewise.
6731         * d-valprint.c (d_val_print): Likewise.
6732         * eval.c (evaluate_subexp_standard): Likewise.
6733         (evaluate_subexp_for_sizeof): Likewise.
6734         * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6735         * f-typeprint.c (f_type_print_base): Likewise.
6736         * f-valprint.c (f_val_print): Likewise.
6737         * gdbtypes.c (get_discrete_bounds): Likewise.
6738         (create_array_type_with_stride): Likewise.
6739         (type_name_no_tag_or_error): Likewise.
6740         (lookup_struct_elt_type): Likewise.
6741         (get_unsigned_type_max): Likewise.
6742         (internal_type_vptr_fieldno): Likewise.
6743         (set_type_vptr_fieldno): Likewise.
6744         (internal_type_vptr_basetype): Likewise.
6745         (set_type_vptr_basetype): Likewise.
6746         (get_vptr_fieldno): Likewise.
6747         (is_integral_type): Likewise.
6748         (is_scalar_type): Likewise.
6749         (is_scalar_type_recursive): Likewise.
6750         (distance_to_ancestor): Likewise.
6751         (is_unique_ancestor_worker): Likewise.
6752         (check_types_equal): Likewise.
6753         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6754
6755 2015-07-14  Iain Buclaw  <ibuclaw@gdcproject.org>
6756
6757         * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6758         also test for language_d.
6759         (dwarf2_compute_name): Likewise.
6760         (read_func_scope): Likewise.
6761         (read_structure_type): Likewise.
6762         (new_symbol_full): Likewise.
6763         (determine_prefix): Likewise.
6764         (read_import_statement): Use dot as the separator for language_d.
6765         (typename_concat): Likewise, but don't prefix the D main function.
6766
6767 2015-07-14  Peter Bergner  <bergner@vnet.ibm.com>
6768
6769         * nat/linux-namespaces.c (setns): Rename from this ...
6770         (do_setns): ... to this.  Support calling setns if it exists.
6771         (mnsh_handle_setns): Call do_setns.
6772
6773 2015-07-13  Yao Qi  <yao.qi@linaro.org>
6774
6775         * exec.c (exec_file_attach): Add period at the end of error
6776         message.
6777
6778 2015-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6779
6780         * tui/tui-win.c (window_name_completer): New function.
6781         (focus_completer): Call window_name_completer.  All old content
6782         moved into window_name_completer.
6783         (winheight_completer): New function.
6784         (_initialize_tui_win): Rename variable.  Add completer to
6785         winheight command.  Update doc string on winheight.
6786
6787 2015-07-12  Sandra Loosemore  <sandra@codesourcery.com>
6788
6789         * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6790         all nios2 mach variants.
6791
6792 2015-07-10  Kevin Buettner  <kevinb@redhat.com>
6793
6794         * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6795         of target_read_memory.
6796
6797 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6798
6799         * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6800         string copy.
6801         (parse_scrolling_args): Likewise.
6802
6803 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6804
6805         * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6806         names in this function.
6807
6808 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6809
6810         * tui/tui-data.h (SRC_NAME): Convert to lower case.
6811         (CMD_NAME): Likewise.
6812         (DATA_NAME): Likewise.
6813         (DISASSEM_NAME): Likewise.
6814         * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6815         (tui_set_win_height): Likewise.
6816         (parse_scrolling_args): Likewise.
6817
6818 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
6819
6820         * record-btrace.c (record_btrace_goto_begin)
6821         (record_btrace_goto_end, record_btrace_goto): Move call to
6822         print_stack_frame ...
6823         (record_btrace_set_replay): ... here.  Set stop_pc.
6824         * record-full.c (record_full_goto_entry): Set stop_pc.
6825
6826 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6827
6828         * NEWS: Mention support for tracepoints on aarch64-linux.
6829
6830 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6831
6832         * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6833         function.  Return 1.
6834         (the_low_target): Install it.
6835
6836 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6837
6838         * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6839         * gdb.trace/collection.exp: Likewise.
6840         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6841         * gdb.trace/mi-trace-unavailable.exp: Likewise.
6842         * gdb.trace/report.exp: Likewise.
6843         * gdb.trace/trace-break.exp: Likewise.
6844         * gdb.trace/unavailable.exp: Likewise.
6845         * gdb.trace/while-dyn.exp: Likewise.
6846
6847 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6848
6849         * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6850         (aarch64_gen_return_address): New function.
6851         (aarch64_gdbarch_init): Hook it.
6852
6853 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6854
6855         * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6856         swallow NOT_AVAILABLE_ERROR.
6857         (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6858         available_p is not set.
6859         (aarch64_stub_frame_unwind_stop_reason): New function.
6860         (aarch64_stub_unwind): Install it.
6861
6862 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6863
6864         * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6865         field.
6866         (aarch64_make_prologue_cache_1): New function, factored out from
6867         aarch64_make_prologue_cache.  Do not allocate cache.  Set
6868         available_p.
6869         (aarch64_make_prologue_cache): Reimplement wrapping
6870         aarch64_make_prologue_cache_1, and swallowing
6871         NOT_AVAILABLE_ERROR.
6872         (aarch64_prologue_frame_unwind_stop_reason): New function.
6873         Return UNWIND_UNAVAILABLE if available_p is not set.
6874         (aarch64_prologue_unwind): Install it.
6875         (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6876         checks into aarch64_prologue_frame_unwind_stop_reason.  Call
6877         frame_id_build_unavailable_stack if available_p is not set.
6878
6879 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6880
6881         * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6882         fields.
6883         (aarch64_scan_prologue): Set prev_pc.
6884         (aarch64_make_prologue_cache): Set func.
6885         (aarch64_make_stub_cache): Set prev_pc.
6886         (aarch64_prologue_this_id): Remove local variables id, pc and
6887         func.  Read prev_pc and func from cache.
6888         (aarch64_stub_this_id): Read prev_pc from cache.
6889
6890 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6891
6892         * aarch64-tdep.c (aarch64_make_stub_cache): Update comment.  New
6893         argument this_cache.  Remove unused local variables reg and
6894         unwound_fp.  Return early if this_cache is already set.  Set
6895         this_cache.
6896         (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6897
6898 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6899
6900         * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6901         New argument this_cache.  Return early if this_cache is already
6902         set.  Set this_cache.
6903         (aarch64_prologue_this_id): Update call to
6904         aarch64_make_prologue_cache.
6905         (aarch64_prologue_prev_register): Likewise.
6906         (aarch64_normal_frame_base): Likewise.
6907
6908 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6909
6910         * c-valprint.c (c_val_print): Factor out memberptr printing code
6911         from c_val_print to ...
6912         (c_val_print_memberptr): ... this new function.
6913
6914 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6915
6916         * c-valprint.c (c_val_print): Factor out int printing code to ...
6917         (c_val_print_int): ... this new function.
6918
6919 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6920
6921         * c-valprint.c (c_val_print): Factor out struct and union
6922         printing code to ...
6923         (c_val_print_struct): ... this new function ...
6924         (c_val_print_union): ... and this new function.
6925
6926 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6927
6928         * c-valprint.c (c_val_print): Factor out pointer printing code
6929         to ...
6930         (c_val_print_ptr): ... this new function.
6931
6932 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6933
6934         * c-valprint.c (c_valprint): Factor our array printing code from
6935         c_val_print to ...
6936         (c_val_print_array): ... this new function.
6937
6938 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6939
6940         * c-valprint.c (c_val_print): Factor out pointer printing code
6941         to ...
6942         (print_unpacked_pointer): ... this new function.
6943
6944 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6945
6946         * c-valprint.c (c_val_print): Remove an assignment to i and move
6947         its declaration.
6948
6949 2015-07-09  Yao Qi  <yao.qi@linaro.org>
6950
6951         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6952         argument ptid.  Update comments.  Caller update.
6953
6954 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6955
6956         * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6957         mnt packets.
6958
6959 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6960
6961         * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6962
6963 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6964
6965         * progspace.c (delete_program_space): Add missing spaces.
6966
6967 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6968
6969         * inferior.c (delete_inferior_1): Rename to ...
6970         (delete_inferior): ..., remove 'silent' parameter, delete
6971         program space when unused and remove call to prune_program_spaces.
6972         Remove the old, unused, delete_inferior.
6973         (delete_inferior_silent): Remove.
6974         (prune_inferiors): Change call from delete_inferior_1 to
6975         delete_inferior and remove 'silent' parameter. Remove call to
6976         prune_program_spaces.
6977         (remove_inferior_command): Idem.
6978         * inferior.h (delete_inferior_1): Rename to...
6979         (delete_inferior): ..., remove 'silent' parameter and remove the
6980         original delete_inferior.
6981         (delete_inferior_silent): Remove.
6982         * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6983         delete_inferior_1 to delete_inferior and remove 'silent'
6984         parameter.
6985         * progspace.c (prune_program_spaces): Remove.
6986         (pspace_empty_p): Rename to...
6987         (program_space_empty_p): ... and make non-static.
6988         (delete_program_space): New.
6989         * progspace.h (prune_program_spaces): Remove declaration.
6990         (program_space_empty_p): New declaration.
6991         (delete_program_space): New declaration.
6992         * monitor.c (monitor_close): Replace call to
6993         delete_thread_silent and delete_inferior_silent with
6994         discard_all_inferiors.
6995
6996 2015-07-08  Patrick Palka  <patrick@parcs.ath.cx>
6997
6998         * defs.h (deprecated_register_changed_hook): Remove prototype.
6999         * interps.c (clear_iterpreter_hooks): Remove reference to
7000         deprecated_register_changed_hook.
7001         * top.c (deprecated_register_changed_hook): Remove prototype.
7002         * valops.c (value_assign): Remove reference to
7003         deprecated_register_changed_hook.
7004         * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
7005         Add comment documenting the function.
7006         (tui_register_changed_observer): Define.
7007         (tui_install_hooks): Remove reference to
7008         deprecated_register_changed_hook.  Set
7009         tui_register_changed_observer.
7010         (tui_remove_hooks): Remove reference to
7011         deprecated_register_changed_hook.  Unset
7012         tui_register_changed_observer.
7013
7014 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7015
7016         PR compile/18484
7017         * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
7018
7019 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
7020
7021         PR exp/18617
7022         * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
7023
7024 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
7025
7026         * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
7027
7028 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
7029
7030         * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
7031         Use safe_strerror() instead of strerror().
7032
7033 2015-07-07  Yao Qi  <yao.qi@linaro.org>
7034
7035         * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
7036         * features/arm-with-m-fpa-layout.c: Regenerated.
7037         * features/arm-with-m-vfp-d16.xml: Likewise.
7038         * features/arm-with-m-vfp-d16.c: Regenerated.
7039         * features/arm-with-m.xml: Likewise.
7040         * features/arm-with-m.c: Regenerated.
7041         * features/arm-with-neon.xml: Likewise.
7042         * features/arm-with-neon.c: Regenerated.
7043         * features/arm-with-vfpv2.xml: Likewise.
7044         * features/arm-with-vfpv2.c: Regenerated.
7045         * features/arm-with-vfpv3.xml: Likewise.
7046         * features/arm-with-vfpv3.c: Regenerated.
7047
7048 2015-07-07  Yao Qi  <yao.qi@linaro.org>
7049
7050         * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
7051         arm-linux-nat.c.
7052         * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
7053         elf/external.h.
7054         (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
7055         if target is 32-bit.
7056         (store_gregs_to_thread): Call aarch32_gp_regcache_collect
7057         if target is 32-bit.
7058         (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
7059         if target is 32-bit.
7060         (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
7061         if target is 32-bit.
7062         (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
7063         (aarch64_linux_read_description): Return the right target
7064         description.
7065         * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
7066         * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7067         * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
7068         arm-linux-tdep.o.
7069
7070 2015-07-07  Yao Qi  <yao.qi@linaro.org>
7071
7072         * aarch32-linux-nat.c: New file.
7073         * aarch32-linux-nat.h: New file.
7074         * arm-linux-nat.c: Include aarch32-linux-nat.h.
7075         (fetch_regs): Move code to aarch32-linux-nat.c.  Call
7076         aarch32_gp_regcache_supply.
7077         (store_regs): Move code to aarch32-linux-nat.c.  Call
7078         aarch32_gp_regcache_collect.
7079         (fetch_vfp_regs): Move code to aarch32-linux-nat.c.  Call
7080         aarch32_vfp_regcache_supply.
7081         (store_vfp_regs): Move code to aarch32-linux-nat.c.  Call
7082         aarch32_vfp_regcache_collect.
7083         * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
7084
7085 2015-07-07  Yao Qi  <yao.qi@linaro.org>
7086
7087         * arm-linux-nat.c (store_fpregister): Remove.
7088         (store_register): Likewise.
7089         (fetch_fpregister): Likewise.
7090         (fetch_register): Likewise.
7091         (arm_linux_store_inferior_registers): Call store_regs and
7092         store_fpregs instead.
7093         (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
7094         fetch_regs instead.
7095
7096 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7097
7098         * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
7099         and focus commands.
7100
7101 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
7102
7103         * NEWS: Create a new section for the next release branch.
7104         Rename the section of the current branch, now that it has
7105         been cut.
7106
7107 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
7108
7109         GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
7110         * version.in: Bump version to 7.10.50.DATE-cvs.
7111
7112 2015-07-06  Luis Machado  <lgustavo@codesourcery.com>
7113
7114         * breakpoint.c (remove_breakpoint_1): Don't handle permanent
7115         breakpoints in a special way.
7116         (remove_breakpoint): Likewise.
7117         (mark_breakpoints_out): Likewise.
7118
7119 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7120
7121         * doc/gdb.texinfo (TUI): Add comma after @xref.
7122
7123 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7124
7125         * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
7126         instead of casting the structure type.
7127
7128 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7129
7130         * valops.c (search_struct_field): Remove OFFSET parameter.
7131         (value_cast_structs): Adjust calls to search_struct_field.
7132         (value_struct_elt): Same.
7133         (find_overload_match): Same.
7134
7135 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
7136
7137         * value.c (value_fetch_lazy): Update comment, change return
7138         value to void.
7139         * value.h (value_fetch_lazy): Change return value to void.
7140
7141 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
7142
7143         * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
7144         (tui_win_name): Make parameter and result const.
7145         * tui/tui-data.h (tui_win_name): Make parameter and result const.
7146
7147 2015-07-06  Patrick Palka  <patrick@parcs.ath.cx>
7148
7149         * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
7150         use printf_unfiltered.
7151         (set_mpx_cmd): Add missing trailing space to command string
7152         literal.
7153         (_initialize_i386_tdep): Give the "mpx" prefix command its
7154         correct name.
7155
7156 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
7157
7158         * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
7159         (enum rx_frame_type): New.
7160         (struct rx_prologue): Add new field `frame_type'.
7161         (rx_analyze_prologue): Add `frame_type' parameter. Cache this
7162         parameter in the prologue struct.  Add code for recording
7163         locations of PC and PSW for fast interrupt and exception frames.
7164         (rx_skip_prologue): Adjust call to rx_analyze_prologue.
7165         (rx_analyze_frame_prologue): Add `frame_type' parameter.
7166         (rx_frame_type): New function.
7167         (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
7168         (rx_frame_this_id): Rename parameter `this_prologue_cache' to
7169         `this_cache'.
7170         (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
7171         `this_cache'.  Add cases for RX_FRAME_TYPE_EXCEPTION and
7172         RX_FRAME_TYPE_FAST_INTERRUPT.
7173         (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
7174         (rx_frame_sniffer, rx_exception_sniffer): New functions.
7175         (rx_frame_unwind): Use rx_frame_sniffer instead of
7176         default_frame_sniffer.
7177         (rx_frame_unwind): New unwinder.
7178         (rx_gdbarch_init): Register new unwinder.
7179
7180 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
7181
7182         * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
7183         (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
7184         (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
7185         and RX_FPSW_REGNUM.
7186         (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
7187
7188 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7189
7190         Fix GCC false warning.
7191         * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
7192
7193 2015-07-02  Yao Qi  <yao.qi@linaro.org>
7194
7195         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
7196         typo in the debugging message.
7197
7198 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7199
7200         * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
7201         (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
7202         (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
7203         (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
7204         (btrace_maint_clear): New.
7205         (btrace_fetch, btrace_clear): Call btrace_maint_clear.
7206         (pt_print_packet, btrace_maint_decode_pt)
7207         (btrace_maint_update_pt_packets, btrace_maint_update_packets)
7208         (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
7209         (maint_btrace_packet_history_cmd)
7210         (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
7211         (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
7212         (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
7213         (maint_info_btrace_cmd, _initialize_btrace): New.
7214         * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
7215         (btrace_maint_packet_history, btrace_maint_info): New.
7216         (btrace_thread_info) <maint>: New.
7217         * NEWS: Announce it.
7218
7219 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7220
7221         * btrace.c (btrace_fetch): Append the new trace data.
7222         (btrace_clear): Clear the stored trace data.
7223         * btrace.h (btrace_thread_info) <data>: New.
7224         * common/btrace-common.h (btrace_data_clear)
7225         (btrace_data_append): New.
7226         * common/btrace-common.c (btrace_data_clear)
7227         (btrace_data_append): New.
7228
7229 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7230
7231         * nat/linux-btrace.c (linux_enable_bts): Check for
7232         PERF_ATTR_SIZE_VER5.
7233         Check for data_offset and data_size fields.  Use them.
7234
7235 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7236
7237         * NEWS: Announce new commands "record btrace pt" and "record pt".
7238         Announce new options "set|show record btrace pt buffer-size".
7239         * btrace.c: Include "rsp-low.h".
7240         Include "inttypes.h".
7241         (btrace_add_pc): Add forward declaration.
7242         (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
7243         (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
7244         (btrace_compute_ftrace_pt): New.
7245         (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
7246         (check_xml_btrace_version): Update version check.
7247         (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
7248         (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
7249         (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
7250         (btrace_pt_children): New.
7251         (btrace_children): Add support for "pt".
7252         (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
7253         (btrace_conf_children): Add support for "pt".
7254         * btrace.h: Include "intel-pt.h".
7255         (btrace_pt_error): New.
7256         * common/btrace-common.c (btrace_format_string, btrace_data_fini)
7257         (btrace_data_empty): Support BTRACE_FORMAT_PT.
7258         * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
7259         (struct btrace_config_pt): New.
7260         (struct btrace_config)<pt>: New.
7261         (struct btrace_data_pt_config, struct btrace_data_pt): New.
7262         (struct btrace_data)<pt>: New.
7263         * features/btrace-conf.dtd (btrace-conf)<pt>: New.
7264         (pt): New.
7265         * features/btrace.dtd (btrace)<pt>: New.
7266         (pt, pt-config, cpu): New.
7267         * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
7268         (perf_event_pt_event_type, kernel_supports_pt)
7269         (linux_supports_pt): New.
7270         (linux_supports_btrace): Support BTRACE_FORMAT_PT.
7271         (linux_enable_bts): Free tinfo on error.
7272         (linux_enable_pt): New.
7273         (linux_enable_btrace): Support BTRACE_FORMAT_PT.
7274         (linux_disable_pt): New.
7275         (linux_disable_btrace): Support BTRACE_FORMAT_PT.
7276         (linux_fill_btrace_pt_config, linux_read_pt): New.
7277         (linux_read_btrace): Support BTRACE_FORMAT_PT.
7278         * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
7279         (struct btrace_target_info)<pt>: New.
7280         * record-btrace.c (set_record_btrace_pt_cmdlist)
7281         (show_record_btrace_pt_cmdlist): New.
7282         (record_btrace_print_pt_conf): New.
7283         (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
7284         (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
7285         (cmd_record_btrace_pt_start): New.
7286         (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
7287         (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
7288         (_initialize_record_btrace): Add new commands.
7289         * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
7290         (remote_protocol_features): Add "Qbtrace:pt".
7291         Add "Qbtrace-conf:pt:size".
7292         (remote_supports_btrace): Support BTRACE_FORMAT_PT.
7293         (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
7294         (remote_enable_btrace): Support BTRACE_FORMAT_PT.
7295         (_initialize_remote): Add new commands.
7296
7297 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
7298
7299         * configure.ac: check for libipt
7300         * configure: Regenerate.
7301         * config.in: Regenerate.
7302         * Makefile.in (LIBIPT): New.
7303         (CLIBS): Add $LIBIPT.
7304         * NEWS: document new configure options
7305
7306 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7307
7308         * compile/compile-object-load.c (compile_object_load): Replace debug
7309         message "lookup undefined ELF symbol" by 3 more specific messages.
7310
7311 2015-07-01  Kevin Buettner  <kevinb@redhat.com>
7312
7313         * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
7314         (rl78_register_type): Add case for RL78_PSW_REGNUM.
7315         (rl78_gdbarch_init): Initialize rl78_psw_type.
7316
7317 2015-07-01  Patrick Palka  <patrick@parcs.ath.cx>
7318
7319         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7320         Update commentary.  Always refresh the registers when frame
7321         information has changed.
7322         * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7323         Change return type to int.  Return 1 if frame information has
7324         changed, 0 otherwise.
7325         (tui_before_prompt): Update commentary.
7326         * tui/tui-stack.h (tui_show_frame_info): Change return type to
7327         int.
7328
7329 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7330
7331         PR tui/13378
7332         * frame.c (select_frame): Remove reference to
7333         deprecated_selected_frame_level_changed_hook.
7334         * frame.h (deprecated_selected_frame_level_changed_hook): Remove
7335         declaration.
7336         * stack.c (deprecated_selected_frame_level_changed_hook):
7337         Likewise.
7338         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
7339         Rename to ...
7340         (tui_refresh_frame_and_register_information): ... this.  Bail
7341         out if there is no stack.  Don't update register information
7342         unless registers_too_p is true.
7343         (tui_print_frame_info_listing_hook): Rename to ...
7344         (tui_dummy_print_frame_info_listing_hook): ... this.
7345         (tui_before_prompt): New function.
7346         (tui_normal_stop): New function.
7347         (tui_before_prompt_observer): New observer.
7348         (tui_normal_stop_observer): New observer.
7349         (tui_install_hooks): Set
7350         deprecated_print_frame_info_listing_hook to
7351         tui_dummy_print_frame_info_listing_hook.  Register
7352         tui_before_prompt_observer to call tui_before_prompt and
7353         tui_normal_stop_observer to call tui_normal_stop.  Remove
7354         reference to deprecated_selected_frame_level_changed_hook.
7355         (tui_remove_hooks): Detach and unset tui_before_prompt_observer
7356         and tui_normal_stop_observer.  Remove reference to
7357         deprecated_selected_frame_level_changed_hook.
7358
7359 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7360
7361         PR tui/13378
7362         * tui/tui-stack.c (tui_set_locator_info): Change prototype to
7363         return an int instead of void.  Return whether the locator
7364         window has changed.
7365         (tui_show_frame_info): If the locator info has not changed, then
7366         bail out early to avoid refreshing the windows.
7367
7368 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7369
7370         * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
7371         LOCATOR_WIN to tui_alloc_content.
7372
7373 2015-06-30  Yao Qi  <yao.qi@linaro.org>
7374
7375         PR tdep/18605
7376         * arm-tdep.c (arm_get_next_pc_raw): Break for media
7377         instructions.
7378
7379 2015-06-29  Kevin Buettner  <kevinb@redhat.com>
7380
7381         * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
7382         (rx_dwarf_reg_to_regnum): New function.
7383         (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum.  Use dwarf2
7384         unwinding.
7385
7386 2015-06-29  Pedro Alves  <palves@redhat.com>
7387
7388         PR threads/18127
7389         * infcall.c (run_inferior_call): On infcall success, if the thread
7390         was marked stopped before, reset it back to stopped.
7391         * infrun.c (resume): Don't suppress the set_running calls when
7392         doing an infcall.
7393         (normal_stop): Only discard the finish_thread_state cleanup if the
7394         infcall succeeded.
7395
7396 2015-06-29  Pierre Langlois  <pierre.langlois@arm.com>
7397
7398         * MAINTAINERS (Write After Approval): Update my email address.
7399
7400 2015-06-26  Keith Seitz  <keiths@redhat.com>
7401             Doug Evans  <dje@google.com>
7402
7403         PR 16253
7404         * block.c (block_lookup_symbol): For non-function blocks,
7405         continue to search for a symbol with an exact domain match
7406         Otherwise, return any previously found "best domain" symbol.
7407         (block_lookup_symbol_primary): Likewise.
7408
7409 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7410
7411         * NEWS: Mention the new option "history remove-duplicates".
7412         * top.c (history_remove_duplicates): New static variable.
7413         (show_history_remove_duplicates): New static function.
7414         (gdb_add_history): Conditionally remove duplicate history
7415         entries.
7416         (init_main): Add "history remove-duplicates" option.
7417
7418 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7419
7420         * tui/tui-win.c (focus_completer): New static function.
7421         (_initialize_tui_win): Set the completion function of the
7422         "focus" command to focus_completer.
7423
7424 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7425
7426         * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
7427         and language_asm..
7428         * symtab.c (find_function_start_sal): Likewise.
7429
7430 2015-06-25  Gary Benson  <gbenson@redhat.com>
7431
7432         * solib.c (solib_find_1): Set local variable sysroot to NULL if
7433         it is the empty string after trailing slashes have been stripped.
7434
7435 2015-06-25  Gary Benson  <gbenson@redhat.com>
7436
7437         * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
7438         * infrun.c (follow_exec): Likewise.
7439         * remote.c (remote_filesystem_is_local): Likewise.
7440         * solib.c (solib_find_1): Likewise.
7441
7442 2015-06-24  Keith Seitz  <keiths@redhat.com>
7443
7444         * build-id.c (build_id_to_debug_bfd): Add cleanup to free
7445         return value from lrealpath.
7446
7447 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7448
7449         * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7450
7451 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7452
7453         * remote-sim.c: Include gdb_bfd.h.
7454         (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7455         Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7456
7457 2015-06-24  Yao Qi  <yao.qi@linaro.org>
7458
7459         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7460         set_gdbarch_get_siginfo_type.
7461         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7462         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7463         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7464         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7465         * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7466         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7467         * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7468         * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7469         (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7470         * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7471
7472 2015-06-24  Gary Benson  <gbenson@redhat.com>
7473
7474         * common/buffer.c (stdint.h): Do not include.
7475         * common/print-utils.c (stdint.h): Likewise.
7476         * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7477         * compile/compile-c-types.c (gdb_assert.h): Likewise.
7478         * ft32-tdep.c (gdb_assert.h): Likewise.
7479         * guile/scm-utils.c (stdint.h): Likewise.
7480         * i386-linux-tdep.c (stdint.h): Likewise.
7481         * i386-tdep.c (stdint.h): Likewise.
7482         * nat/linux-btrace.c (stdint.h): Likewise.
7483         * nat/linux-btrace.h (stdint.h): Likewise.
7484         * nat/linux-ptrace.c (stdint.h): Likewise.
7485         * nat/mips-linux-watch.h (stdint.h): Likewise.
7486         * ppc-linux-nat.c (stdint.h): Likewise.
7487         * python/python-internal.h (stdint.h): Likewise.
7488         * stub-termcap.c (stdlib.h): Likewise.
7489         * target/target.h (stdint.h): Likewise.
7490         * xtensa-linux-nat.c (stdint.h): Likewise.
7491
7492 2015-06-23  Patrick Palka  <patrick@parcs.ath.cx>
7493
7494         * top.c (init_history): Look at errno after calling strtol to
7495         properly map large GDBHISTSIZE values to infinity.
7496
7497 2015-06-23  Doug Evans  <dje@google.com>
7498
7499         * inferior.h (struct inferior_suspend_state): Delete, unused.
7500         All references deleted.
7501
7502 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
7503
7504         * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7505         (microblaze_push_dummy_call): Likewise.
7506         (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7507         and set_gdbarch_push_dummy_call.
7508
7509 2015-06-23  Yao Qi  <yao.qi@linaro.org>
7510
7511         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7512         Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7513         (amd64_linux_store_inferior_registers): Likewise.
7514         * arm-linux-nat.c (fetch_fpregister): Likewise.
7515         (fetch_fpregs, store_fpregister): Likewise.
7516         (store_fpregister, store_fpregs): Likewise.
7517         (fetch_register, fetch_regs): Likewise.
7518         (store_register, store_regs): Likewise.
7519         (fetch_vfp_regs, store_vfp_regs): Likewise.
7520         (arm_linux_read_description): Check have_ptrace_getregset is
7521         TRIBOOL_UNKNOWN.  Set have_ptrace_getregset to TRIBOOL_TRUE
7522         or TRIBOOL_FALSE.
7523         * i386-linux-nat.c (fetch_xstateregs): Check
7524         have_ptrace_getregset is not TRIBOOL_TRUE.
7525         (store_xstateregs): Likewise.
7526         * linux-nat.c (have_ptrace_getregset): Change its type to
7527         enum tribool.
7528         * linux-nat.h (tribool): New enum.
7529         * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7530         Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7531
7532 2015-06-19  Doug Evans  <dje@google.com>
7533
7534         * NEWS: Mention Sun's version of stabs is no longer supported.
7535         * elfread.c (free_elfinfo): Delete.  All uses updated.
7536         (elfstab_offset_sections): Delete.  All uses updated.
7537         * gdb-stabs.h (stab_section_info): Delete.  All uses updated.
7538         * psympriv.h (partial_symtab) <section_offsets>: Delete.
7539         All uses updated.
7540         * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7541         All callers updated.
7542
7543 2015-06-18  Simon Marchi  <simon.marchi@ericsson.com>
7544
7545         * common/rsp-low.c (needs_escaping): New.
7546         (remote_escape_output): Add unit_size parameter. Refactor to
7547         support multi-byte addressable units.  Rename parameters.
7548         * common/rsp-low.h (remote_escape_output): Add unit_size
7549         parameter and rename others. Update doc.
7550         * remote.c (align_for_efficient_write): New.
7551         (remote_write_bytes_aux): Add unit_size parameter and use it.
7552         Rename some variables.  Update doc.
7553         (remote_xfer_partial): Get unit size and use it.
7554         (remote_read_bytes_1): Add unit_size parameter and use it.
7555         Rename some variables. Update doc.
7556         (remote_write_bytes): Same.
7557         (remote_xfer_live_readonly_partial): Same.
7558         (remote_read_bytes): Same.
7559         (remote_flash_write): Update call to remote_write_bytes_aux.
7560         (remote_write_qxfer): Update call to remote_escape_output.
7561         (remote_search_memory): Same.
7562         (remote_hostio_pwrite): Same.
7563
7564 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7565
7566         * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7567         locations as inserted.
7568         Update and expand comment about permanent locations.
7569         (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7570         Move comment to add_location_to_breakpoint.
7571         (update_global_location_list): Don't error out if a permanent
7572         breakpoint is not marked inserted.
7573         Don't error out if a non-permanent breakpoint location is inserted on
7574         top of a permanent breakpoint.
7575
7576 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7577
7578         * breakpoint.c (make_breakpoint_permanent): Remove unused
7579         function.
7580         * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7581
7582 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7583
7584         PR gdb/16999
7585         * NEWS: Mention new GDBHISTSIZE behavior.
7586         * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7587         set history size to unlimited.  Ignore non-numeric GDBHISTSIZE.
7588
7589 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7590
7591         * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7592         * top.c (init_history): Read from GDBHISTSIZE instead of
7593         HISTSIZE.
7594         (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7595
7596 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7597
7598         * top.c (gdb_safe_append_history): Do not call
7599         history_truncate_file if the history is not stifled.
7600
7601 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7602
7603         * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7604         * syscalls/s390x-linux.xml: Likewise.
7605
7606 2015-06-16  Michael Eager  <eager@eagercon.com>
7607
7608         * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7609
7610 2015-06-16  Patrick Palka  <patrick@parcs.ath.cx>
7611
7612         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7613         target_terminal_ours_for_output() before calling
7614         tui_show_frame_info(), and restore the original terminal
7615         settings afterwards.
7616
7617 2015-06-16  Martin Simmons  <martin@lispworks.com>  (tiny patch)
7618
7619         * arm-linux-nat.c: Include nat/linux-ptrace.h.
7620
7621 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7622
7623         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7624         memory unit size.
7625         (mi_cmd_data_write_memory_bytes): Same.
7626
7627 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7628
7629         * corefile.c (write_memory): Update doc.
7630         * gdbcore.h (write_memory): Same.
7631
7632 2015-06-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7633
7634         * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7635         (dump_mapping_p): Use it for parameter filterflags.
7636         (linux_find_memory_regions_full): Use it for variable filterflags.
7637
7638 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7639             Jan Kratochvil  <jan.kratochvil@redhat.com>
7640
7641         Merge multiple hex conversions.
7642         * monitor.c: Include rsp-low.h.
7643         (fromhex): Remove definition.
7644
7645 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7646             Jan Kratochvil  <jan.kratochvil@redhat.com>
7647
7648         Move utility functions to common/.
7649         * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7650         Move defs to common/common-utils.c.
7651         * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7652         (skip_to_space_const): Move decls to common/common-utils.h.
7653         * common/common-defs.h: Move include of common-types.h before
7654         common-utils.h.
7655         * common/common-utils.c: Include host-defs.h and ctype.h.
7656         (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7657         from utils.c.
7658         (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7659         cli/cli-utils.c.
7660         * common/common-utils.h (strtoulst): Move decl from utils.h.
7661         (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7662         Move from cli/cli-utils.h.
7663         * common/host-defs.h: Include limits.h.
7664         (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7665         (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7666         * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7667         common/common-utils.h.
7668         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7669         (strtoulst): Move to common/common-utils.c.
7670         * utils.h (strtoulst): Moved decl to common/common-utils.h.
7671
7672 2015-06-15  Yao Qi  <yao.qi@linaro.org>
7673
7674         * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7675
7676 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
7677
7678         * build-id.c: Don't include elf-bfd.h.
7679         (build_id_bfd_get): Use bfd_build_id.
7680         (build_id_verify): Ditto.
7681         * build-id.h: Ditto.
7682         (find_separate_debug_file_by_buildid): Ditto.
7683         * python/py-objfile.c: Don't include elf-bfd.h.
7684         (objfpy_get_build_id) Use bfd_build_id.
7685         (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7686         * coffread.c: Include build-id.h.
7687         (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7688
7689 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7690
7691         * windows-nat.c (do_windows_fetch_inferior_registers)
7692         (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7693         conditional with __CYGWIN__.
7694
7695 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7696
7697         * completer.c: Add arch-utils.h include.
7698         (enum reg_completer_targets): New enum.
7699         (reg_or_group_completer_1): New function containing old
7700         reg_or_group_completer, add and use new parameter to control what
7701         is completed on.  Use get_current_arch rather than architecture of
7702         currently selected frame.
7703         (reg_or_group_completer): Call new reg_or_group_completer_1.
7704         (reggroup_completer): Call new reg_or_group_completer_1.
7705         * completer.h (reggroup_completer): Add declaration.
7706         * tui/tui-regs.c: Add 'completer.h' include.
7707         (tui_reg_next_command): Renamed to...
7708         (tui_reg_next): ...this.  Adjust parameters and return rather than
7709         display new group.
7710         (tui_reg_prev_command): Renamed to...
7711         (tui_reg_prev): ...this.  Adjust parameters and return rather than
7712         display new group.
7713         (tui_reg_float_command): Delete.
7714         (tui_reg_general_command): Delete.
7715         (tui_reg_system_command): Delete.
7716         (tui_reg_command): Rewrite to perform switching of register group.
7717         Add header comment.
7718         (tuireglist): Remove.
7719         (tui_reggroup_completer): New function.
7720         (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7721         creation of 'tui reg' command.
7722         * NEWS: Add comment about 'tui reg' changes.
7723
7724 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7725
7726         * target.c (target_read): Consider addressable unit size when
7727         reading from a memory object.
7728         (read_memory_robust): Same.
7729         (read_whatever_is_readable): Same.
7730         (target_write_with_progress): Consider addressable unit size
7731         when writing to a memory object.
7732         * target.h (target_read): Update documentation.
7733         (target_write): Add documentation.
7734
7735 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7736
7737         * arch-utils.h (default_addressable_memory_unit_size): New.
7738         * arch-utils.c (default_addressable_memory_unit_size): New.
7739         * gdbarch.sh (addressable_memory_unit_size): New.
7740         * gdbarch.h: Re-generate.
7741         * gdbarch.c: Re-generate.
7742
7743 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7744
7745         * target.c (target_read): Rename variables and use
7746         TARGET_XFER_E_IO.
7747         (target_read_with_progress): Same.
7748         (read_memory_robust): Constify parameters and rename
7749         variables.
7750         (read_whatever_is_readable): Constify parameters,
7751         rename variables, adjust formatting.
7752         * target.h (read_memory_robust): Constify parameters.
7753
7754 2015-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7755
7756         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7757         synthetic (non-AltiVec) vector types.
7758         (ppc64_sysv_abi_return_value): Likewise.
7759
7760 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7761
7762         PR breakpoints/16465
7763         * breakpoint.c (create_breakpoint): Save extra_string for
7764         pending breakpoints.
7765
7766 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7767
7768         * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7769         and bt_mask to CORE_ADDR.
7770
7771 2015-06-11  Gary Benson <gbenson@redhat.com>
7772
7773         * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7774         (mnsh_recv_message): Likewise.
7775
7776 2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7777
7778         * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7779         long long int and plongest instead of %ll.
7780
7781 2015-06-11  Gary Benson <gbenson@redhat.com>
7782
7783         * nat/linux-namespaces.c (gdb_wait.h): New include.
7784         (sys/wait.h): Do not include.
7785
7786 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
7787
7788         * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7789         end_sequence is true.
7790
7791 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7792
7793         Code cleanup.
7794         * solib-target.c (library_list_start_list): Use explicit NULL
7795         comparison.
7796
7797 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7798
7799         * solib-target.c (library_list_start_list): Do not dereference
7800         variable version in its initialization.  Make the VERSION check handle
7801         NULL.
7802         (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7803
7804 2015-06-10  Gary Benson <gbenson@redhat.com>
7805
7806         * NEWS: Announce support for direct access of executable and
7807         shared library files when attaching to inferiors in containers
7808         on GNU/Linux systems.
7809
7810 2015-06-10  Gary Benson <gbenson@redhat.com>
7811
7812         * remote.c (struct remote_state) <fs_pid>: New field.
7813         (new_remote_state): Initialize the above.
7814         (PACKET_vFile_setfs): New enum value.
7815         (remote_hostio_set_filesystem): New function.
7816         (remote_hostio_open): Call the above.
7817         (remote_hostio_unlink): Likewise.
7818         (remote_hostio_readlink): Likewise.
7819         (_initialize_remote): Register new "set/show remote
7820         hostio-setfs-packet" command.
7821         * NEWS: Announce new vFile:setfs packet.
7822
7823 2015-06-10  Gary Benson <gbenson@redhat.com>
7824
7825         * linux-nat.c (nat/linux-namespaces.h): New include.
7826         (fileio.h): Likewise.
7827         (linux_nat_filesystem_is_local): New function.
7828         (linux_nat_fileio_pid_of): Likewise.
7829         (linux_nat_fileio_open): Likewise.
7830         (linux_nat_fileio_readlink): Likewise.
7831         (linux_nat_fileio_unlink): Likewise.
7832         (linux_nat_add_target): Initialize to_filesystem_is_local,
7833         to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7834         (_initialize_linux_nat): New "set/show debug linux-namespaces"
7835         commands.
7836         * NEWS: Mention new "set/show debug linux-namespaces" commands.
7837
7838 2015-06-10  Gary Benson <gbenson@redhat.com>
7839
7840         * target.h (struct inferior): New forward declaration.
7841         (struct target_ops) <to_filesystem_is_local>: Update comment.
7842         (struct target_ops) <to_fileio_open>: New argument inf.
7843         Update comment.  All implementations updated.
7844         (struct target_ops) <to_fileio_unlink>: Likewise.
7845         (struct target_ops) <to_fileio_readlink>: Likewise.
7846         (target_filesystem_is_local): Update comment.
7847         (target_fileio_open): New argument inf.  Update comment.
7848         (target_fileio_unlink): Likewise.
7849         (target_fileio_readlink): Likewise.
7850         (target_fileio_read_alloc): Likewise.
7851         (target_fileio_read_stralloc): Likewise.
7852         * target.c (target_fileio_open): New argument inf.
7853         Pass inf to implementation.  Update debug printing.
7854         (target_fileio_unlink): Likewise.
7855         (target_fileio_readlink): Likewise.
7856         (target_fileio_read_alloc_1): New argument inf. Pass inf
7857         to target_fileio_open.
7858         (target_fileio_read_alloc): New argument inf. Pass inf to
7859         target_fileio_read_alloc_1.
7860         (target_fileio_read_stralloc): Likewise.
7861         * gdb_bfd.c (inferior.h): New include.
7862         (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7863         argument with new argument "inferior".  Pass inferior to
7864         target_fileio_open.
7865         (gdb_bfd_open): Supply inferior argument to
7866         gdb_bfd_iovec_fileio_open.
7867         * linux-tdep.c (linux_info_proc): Supply inf argument to
7868         relevant target_fileio calls.
7869         (linux_find_memory_regions_full): Likewise.
7870         (linux_fill_prpsinfo): Likewise.
7871         * remote.c (remote_filesystem_is_local): Supply inf
7872         argument to remote_hostio_open.
7873         (remote_file_put): Likewise.
7874         (remote_file_get): Likewise.
7875         (remote_file_delete): Supply inf argument to
7876         remote_hostio_unlink.
7877
7878 2015-06-10  Gary Benson <gbenson@redhat.com>
7879
7880         * inf-child.c (inf_child_fileio_open): Replace comment.
7881         (inf_child_fileio_pwrite): Likewise.
7882         (inf_child_fileio_pread): Likewise.
7883         (inf_child_fileio_fstat): Insert blank line before comment.
7884         (inf_child_fileio_close): Replace comment.
7885         (inf_child_fileio_unlink): Likewise.
7886         (inf_child_fileio_readlink): Likewise.
7887         * remote.c (remote_hostio_open): Likewise.
7888         (remote_hostio_pread): Likewise.
7889         (remote_hostio_pwrite): Likewise.
7890         (remote_hostio_close): Likewise.
7891         (remote_hostio_unlink): Likewise.
7892         (remote_hostio_readlink): Likewise.
7893         (remote_hostio_fstat): Likewise.
7894         (remote_filesystem_is_local): Likewise.
7895         * target.c (target_fileio_open): Likewise.
7896         (target_fileio_pwrite): Likewise.
7897         (target_fileio_pread): Likewise.
7898         (target_fileio_fstat): Insert blank line before comment.
7899         (target_fileio_close): Replace comment.
7900         (target_fileio_unlink): Likewise.
7901         (target_fileio_readlink): Likewise.
7902         (target_fileio_read_alloc): Likewise.
7903         (target_fileio_read_stralloc): Likewise.
7904
7905 2015-06-10  Gary Benson <gbenson@redhat.com>
7906
7907         * linux-thread-db.c (nat/linux-namespaces.h): New include.
7908         (check_pid_namespace_match): Use linux_ns_same rather than
7909         linux_proc_pid_get_ns to spot PID namespace mismatches.
7910         * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7911         * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7912
7913 2015-06-10  Gary Benson <gbenson@redhat.com>
7914
7915         * configure.ac (AC_CHECK_FUNCS): Add setns.
7916         * config.in: Regenerate.
7917         * configure: Likewise.
7918         * nat/linux-namespaces.h: New file.
7919         * nat/linux-namespaces.c: Likewise.
7920         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7921         (linux-namespaces.o): New rule.
7922         * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7923         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7924         * config/arm/linux.mh (NATDEPFILES): Likewise.
7925         * config/i386/linux.mh (NATDEPFILES): Likewise.
7926         * config/i386/linux64.mh (NATDEPFILES): Likewise.
7927         * config/ia64/linux.mh (NATDEPFILES): Likewise.
7928         * config/m32r/linux.mh (NATDEPFILES): Likewise.
7929         * config/m68k/linux.mh (NATDEPFILES): Likewise.
7930         * config/mips/linux.mh (NATDEPFILES): Likewise.
7931         * config/pa/linux.mh (NATDEPFILES): Likewise.
7932         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7933         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7934         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7935         * config/s390/linux.mh (NATDEPFILES): Likewise.
7936         * config/sparc/linux.mh (NATDEPFILES): Likewise.
7937         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7938         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7939         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7940
7941 2015-06-10  Gary Benson <gbenson@redhat.com>
7942
7943         * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7944         * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7945         (make_cleanup_close): Likewise.
7946         * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7947         * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7948         (make_cleanup_close): Likewise.
7949
7950 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7951
7952         * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7953         from SuspendThread().
7954
7955 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7956
7957         * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7958         from OutputDebugString.
7959
7960 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7961                         Mircea Gherzan  <mircea.gherzan@intel.com>
7962
7963         * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7964         MPX_BT_MASK_32): New macros.
7965         (i386_mpx_set_bounds): New function that implements
7966         the command "set-mpx-bound".
7967         (i386_mpx_enabled): Helper function to test MPX availability.
7968         (i386_mpx_bd_base): Helper function to calculate the base directory
7969         address.
7970         (i386_mpx_get_bt_entry): Helper function to access a bound
7971         table entry.
7972         (i386_mpx_print_bounds): Effectively display bound information.
7973         (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7974         "show mpx".
7975         (_initialize_i386_tdep):
7976         Add "bound" to the commands "show mpx" and "set mpx" commands.
7977         (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7978         and "show mpx" commands.
7979         * NEWS: List new commands for MPX support.
7980
7981 2015-06-09  Gary Benson <gbenson@redhat.com>
7982
7983         * common/fileio.h (fileio_to_host_mode): New declaration.
7984         * common/fileio.c (fileio_to_host_mode): New Function.
7985         * inf-child.c (inf_child_fileio_open): Process mode argument
7986         with fileio_to_host_mode.
7987
7988 2015-06-09  Gary Benson <gbenson@redhat.com>
7989
7990         * common/fileio.c (fileio_mode_pack): Fix preprocessor
7991         conditional.
7992
7993 2015-06-05  Gary Benson <gbenson@redhat.com>
7994
7995         * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7996         * remote.c (remote_filesystem_is_local): ...here.
7997
7998 2015-06-04  Yao Qi  <yao.qi@linaro.org>
7999
8000         * gdbarch.c: Regenerate it.
8001
8002 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8003
8004         * arch-utils.c (default_infcall_munmap): New.
8005         * arch-utils.h (default_infcall_munmap): New declaration.
8006         * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
8007         (munmap_list_free, munmap_listp_free_cleanup): New.
8008         (struct setup_sections_data): Add field munmap_list_headp.
8009         (setup_sections): Call munmap_list_add.
8010         (compile_object_load): New variable munmap_list_head, initialize
8011         setup_sections_data.munmap_list_headp, return munmap_list_head.
8012         * compile/compile-object-load.h (struct munmap_list): New declaration.
8013         (struct compile_module): Add field munmap_list_head.
8014         (munmap_list_free): New declaration.
8015         * compile/compile-object-run.c (struct do_module_cleanup): Add field
8016         munmap_list_head.
8017         (do_module_cleanup): Call munmap_list_free.
8018         (compile_object_run): Pass munmap_list_head to do_module_cleanup.
8019         * gdbarch.c: Regenerate.
8020         * gdbarch.h: Regenerate.
8021         * gdbarch.sh (infcall_munmap): New.
8022         * linux-tdep.c (linux_infcall_munmap): New.
8023         (linux_init_abi): Install it.
8024
8025 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
8026
8027         PR gdb/15564
8028         * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
8029
8030 2015-06-02  Yao Qi  <yao.qi@linaro.org>
8031
8032         * i386-linux-nat.c: Include linux-nat.h.
8033
8034 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
8035             Jan Kratochvil  <jan.kratochvil@redhat.com>
8036
8037         PR symtab/18392
8038         * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
8039         assertion.
8040         * dwarf2loc.c (chain_candidate): Likewise.
8041
8042 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8043
8044         * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
8045         (store_vfp_regs): Use PTRACE_SETREGSET.
8046
8047 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8048
8049         * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
8050         (fetch_fpregs): Likewise.
8051         * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
8052         (store_fpregs): Likewise.
8053
8054 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8055
8056         * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
8057         (fetch_regs): Likewise.
8058         (store_regs): Use PTRACE_SETREGSET.
8059         (store_register): Likewise.
8060
8061 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8062
8063         * arm-linux-nat.c (arm_linux_read_description): Check whether
8064         kernel supports PTRACE_GETREGSET.
8065
8066 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8067
8068         * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
8069         * linux-nat.c: ... here.
8070         * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
8071         to ...
8072         * linux-nat.h: ... here.
8073
8074 2015-06-01  Yao Qi  <yao.qi@linaro.org>
8075
8076         * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
8077         * i386-linux-nat.c: Likewise.
8078         * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
8079         * s390-linux-nat.c: Include "nat/linux-ptrace.h".
8080         (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8081         * x86-linux-nat.c: Include "nat/linux-ptrace.h".
8082         * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
8083
8084 2015-05-30  Eli Zaretskii  <eliz@gnu.org>
8085
8086         * go32-nat.c (go32_xfer_memory): Fix the return value to be
8087         compatible to what read_child and write_child return.  This
8088         unbreaks that DJGPP build of GDB which was broken since v7.7.
8089
8090 2015-05-29  Martin Galvan  <martin.galvan@tallertechnologies.com>
8091
8092         * MAINTAINERS (Write After Approval): Add Martin Galvan.
8093
8094 2015-05-29  Roland McGrath  <mcgrathr@google.com>
8095
8096         PR gdb/18464
8097         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
8098         rather than internal_error for an unrecognized value.
8099
8100 2015-05-29  Max Filippov  <jcmvbkbc@gmail.com>
8101
8102         * xtensa-tdep.c (xtensa_pseudo_register_read)
8103         (xtensa_pseudo_register_write): Don't alias last pseudo register
8104         to a1.
8105
8106 2015-05-28  Don Breazeal  <donb@codesourcery.com>
8107
8108         * infrun.c (follow_fork_inferior): Ensure the use of
8109         process-style ptids (pid,0,0) in verbose/debug "Detaching"
8110         messages.
8111
8112 2015-05-28  Doug Evans  <dje@google.com>
8113
8114         * dwarf2read.c (record_line_ftype): Remove, duplicate.
8115
8116 2015-05-28  Yao Qi  <yao.qi@linaro.org>
8117
8118         * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
8119         (arm_linux_fetch_inferior_registers): Use
8120         tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
8121         (arm_linux_store_inferior_registers): Likewise.
8122         (arm_linux_read_description): Don't set
8123         arm_linux_has_wmmx_registers.
8124         * arm-tdep.c (arm_gdbarch_init): Set
8125         tdep->have_wmmx_registers according target descriptions.
8126         * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
8127         field.
8128
8129 2015-05-28  Yao Qi  <yao.qi@linaro.org>
8130
8131         * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
8132         (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
8133         instead of arm_linux_vfp_register_count.
8134         (store_vfp_regs): Likewise.
8135         (arm_linux_fetch_inferior_registers): Likewise.
8136         (arm_linux_store_inferior_registers): Likewise.
8137         (arm_linux_read_description): Don't set
8138         arm_linux_vfp_register_count.
8139         * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
8140         Adjust.
8141         * arm-tdep.c (arm_gdbarch_init): Add assert on
8142         vfp_register_count.
8143         * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
8144         field to vfp_register_count.  All users updated.
8145
8146 2015-05-28  Kyle Huey  <me@kylehuey.com>  (tiny patch)
8147
8148         * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
8149         ELFOSABI_GNU binaries.
8150
8151 2015-05-27  Doug Evans  <dje@google.com>
8152
8153         * dwarf2read.c (lnp_state_machine): New typedef.
8154         (lnp_reader_state): New typedef.
8155         (dwarf_record_line_1): Renamed from dwarf_record_line.
8156         All callers updated.
8157         (dwarf_record_line): New function.
8158         (init_lnp_state_machine): New function.
8159         (check_line_address): Replace p_record_line parameter with state.
8160         All callers updated.
8161         (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
8162         Update to record state in lnp_state_machine.
8163
8164 2015-05-27  Doug Evans  <dje@google.com>
8165
8166         * dwarf2read.c (record_line_ftype): New typedef.
8167         (check_line_address): New function.
8168         (dwarf_decode_lines_1): Call it.
8169
8170 2015-05-27  Doug Evans  <dje@google.com>
8171
8172         * NEWS: Mention "set debug dwarf-line".
8173         * dwarf2read.c (dwarf_line_debug): New static global.
8174         (add_include_dir): Add debug dwarf-line support.
8175         (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
8176         (_initialize_dwarf2_read): New parameter "debug dwarf-line".
8177
8178 2015-05-27  Doug Evans  <dje@google.com>
8179
8180         * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
8181         All callers updated.
8182         (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
8183         * cp-support.h (cp_lookup_nested_symbol): Update.
8184
8185 2015-05-27  Doug Evans  <dje@google.com>
8186
8187         PR symtab/18258
8188         * block.c (block_find_symbol): New function.
8189         (block_find_non_opaque_type): Ditto.
8190         (block_find_non_opaque_type_preferred): Ditto.
8191         * block.h (block_symbol_matcher_ftype): New typedef.
8192         (block_find_symbol): Declare.
8193         (block_find_non_opaque_type): Ditto.
8194         (block_find_non_opaque_type_preferred): Ditto.
8195         * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
8196         * psymtab.c (psym_lookup_symbol): Ditto.
8197         * symtab.c (basic_lookup_transparent_type_1): New function.
8198         (basic_lookup_transparent_type): Call it.
8199
8200 2015-05-27  Yao Qi  <yao.qi@linaro.org>
8201
8202         * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
8203         AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
8204
8205 2015-05-27  Yao Qi  <yao.qi@linaro.org>
8206
8207         * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
8208         before operator &&.
8209         (aarch64_record_load_store): Likewise.
8210
8211 2015-05-26  Doug Evans  <dje@google.com>
8212
8213         PR c++/18141, c++/18417.
8214         * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
8215         a typedef.
8216
8217 2015-05-26  Doug Evans  <dje@google.com>
8218
8219         * NEWS: Add entries for command renamings.
8220         * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
8221         All uses updated.
8222         (dwarf_die_debug): Renamed from dwarf2_die_debug.  All uses updated.
8223         (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
8224         All uses updated.
8225         (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
8226         All callers updated.  Fix spelling of DWARF in help text.
8227         (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
8228         All uses updated.
8229         (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
8230         All uses updated.
8231         (set_dwarf_cmd): Renamed from set_dwarf2_cmd.  All callers updated.
8232         (show_dwarf_cmd): Renamed from show_dwarf2_cmd.  All callers updated.
8233         (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
8234         All uses updated.
8235         (show_dwarf_always_disassemble): Renamed from
8236         show_dwarf2_always_disassemble.  All callers updated.
8237         (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
8238         "set/show dwarf".  Rename "set/show dwarf2 max-cache-age" to
8239         "set/show dwarf max-cache-age".  Rename
8240         "set/show dwarf2 always-disassemble" to
8241         "set/show dwarf always-disassemble".  Rename
8242         "set/show debug dwarf2-read" to "set/show debug dwarf-read".  Rename
8243         "set/show debug dwarf2-die" to "set/show debug dwarf-die".
8244
8245 2015-05-26  Doug Evans  <dje@google.com>
8246
8247         PR python/18438
8248         * python/py-lazy-string.c (stpy_convert_to_value): Use
8249         gdbpy_gdb_memory_error not PyExc_MemoryError.
8250         (gdbpy_create_lazy_string_object): Ditto.
8251
8252 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8253
8254         * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
8255
8256 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8257
8258         * tui/tui-regs.c (tui_reg_prev_command): New function.
8259         (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
8260         * reggroups.c (reggroup_prev): New function.
8261         * reggroups.h (reggroup_prev): Add declaration.  Update comment.
8262
8263 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
8264             Yao Qi  <yao.qi@linaro.org>
8265
8266         * aarch64-linux-tdep.c: Include linux-record.h and
8267         record-full.h.
8268         (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
8269         (aarch64_syscall): New enum.
8270         (aarch64_canonicalize_syscall): New function.
8271         (aarch64_all_but_pc_registers_record): New function.
8272         (aarch64_linux_syscall_record): New function.
8273         (aarch64_linux_init_abi): Install AArch64 process record
8274         handler.  Update to handle syscall recording.
8275         * aarch64-tdep.c: Include record.h and record-full.h.
8276         (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
8277         (struct aarch64_mem_r): Define.
8278         (aarch64_record_result): New enum.
8279         (struct insn_decode_record): Define.
8280         (insn_decode_record): New typedef.
8281         (aarch64_record_data_proc_reg): New function.
8282         (aarch64_record_data_proc_imm): New function.
8283         (aarch64_record_branch_except_sys): New function.
8284         (aarch64_record_load_store): New function.
8285         (aarch64_record_data_proc_simd_fp): New function.
8286         (aarch64_record_asimd_load_store): New function.
8287         (aarch64_record_decode_insn_handler): New function.
8288         (deallocate_reg_mem): New function.
8289         (aarch64_process_record): New function.
8290         * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
8291         New field.
8292         (aarch64_process_record): New extern declaration.
8293         * configure.tgt: Add linux-record.o to gdb_target_obs.
8294         * linux-record.h (struct linux_record_tdep) <arg7>: New field.
8295
8296 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
8297
8298         * NEWS: Add a note on process record-replay support on aarch64*-linux*
8299         targets.
8300
8301 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
8302
8303         * amd64-tdep.c: Replace in_function_epilogue_p with
8304         stack_frame_destroyed_p throughout.
8305         * arch-utils.c: Ditto.
8306         * arch-utils.h: Ditto.
8307         * arm-tdep.c: Ditto.
8308         * breakpoint.c: Ditto.
8309         * gdbarch.sh: Ditto.
8310         * hppa-tdep.c: Ditto.
8311         * i386-tdep.c: Ditto.
8312         * mips-tdep.c: Ditto.
8313         * nios2-tdep.c: Ditto.
8314         * rs6000-tdep.c: Ditto.
8315         * s390-linux-tdep.c: Ditto.
8316         * score-tdep.c: Ditto.
8317         * sh-tdep.c: Ditto.
8318         * sparc-tdep.c: Ditto.
8319         * sparc-tdep.h: Ditto.
8320         * sparc64-tdep.c: Ditto.
8321         * spu-tdep.c: Ditto.
8322         * tic6x-tdep.c: Ditto.
8323         * tilegx-tdep.c: Ditto.
8324         * xstormy16-tdep.c: Ditto.
8325         * gdbarch.c, gdbarch.h: Re-generated.
8326
8327 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
8328
8329         * NEWS: Mention 'tui enable' and 'tui disable'.
8330         * tui/tui.c (tui_enable_command): New function.
8331         (tui_disable_command): New function.
8332         (_initialize_tui): New function.
8333
8334 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8335
8336         * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
8337
8338 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8339
8340         * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
8341         buf_ptr is freed.
8342
8343 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8344
8345         * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
8346         into ...
8347         (tui_set_layout_for_display_command): ...here, before calling
8348         tui_set_layout.  Only set the layout if gdb has not already
8349         entered the TUI_FAILURE state.
8350
8351 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8352
8353         * tui/tui-layout.c (layout_completer): New function.
8354         (_initialize_tui_layout): Set completer on layout command.
8355
8356 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8357
8358         * tui/tui-layout.c (tui_set_layout): Remove
8359         tui_register_display_type parameter.  Remove all checking of this
8360         parameter, and reindent function.  Update header comment.
8361         (tui_set_layout_for_display_command): Rename to...
8362         (tui_set_layout_by_name): ...this, and don't check for different
8363         register class types, don't pass a tui_register_display_type to
8364         tui_set_layout.  Update header comment.
8365         (layout_names): Remove register set specific names.
8366         * tui/tui-layout.h (tui_set_layout): Remove
8367         tui_register_display_type parameter.
8368         * tui/tui.c (tui_rl_change_windows): Don't pass a
8369         tui_register_display_type to tui_set_layout.
8370         (tui_rl_delete_other_windows): Likewise.
8371         (tui_enable): Likewise.
8372         * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
8373         (TUI_FLOAT_REGS_NAME_LOWER): Remove.
8374         (TUI_GENERAL_REGS_NAME): Remove.
8375         (TUI_GENERAL_REGS_NAME_LOWER): Remove.
8376         (TUI_SPECIAL_REGS_NAME): Remove.
8377         (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
8378         (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
8379         (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
8380         (enum tui_register_display_type): Remove.
8381         (struct tui_layout_def): Remove regs_display_type and
8382         float_regs_display_type fields.
8383         (struct tui_data_info): Remove regs_display_type field.
8384         (tui_layout_command): Use new name for
8385         tui_set_layout_for_display_command.
8386         * tui/tui-data.c (layout_def): Don't initialise removed fields.
8387         (tui_clear_win_detail): Don't initialise removed fields of
8388         win_info.
8389         * tui/tui-regs.c (tui_show_registers): Use new name for
8390         tui_set_layout_for_display_command.
8391         * tui/tui.h (tui_set_layout_for_display_command): Rename
8392         declaration to...
8393         (tui_set_layout_by_name): ...this.
8394         * printcmd.c (display_command): Remove tui related layout call,
8395         and reindent.
8396
8397 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8398
8399         * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
8400         (handle_inferior_event): New function.
8401
8402 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8403
8404         * ada-lang.c (to_fixed_array_type): Rename local variable
8405         typename into type_name.
8406
8407 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8408
8409         Fix ASAN crash for gdb.compile/compile.exp.
8410         * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
8411
8412 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8413
8414         * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
8415         (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
8416         * compile/compile-object-load.c (setup_sections, compile_object_load):
8417         Likewise.
8418         * compile/compile.c (compile_to_object): Likewise.
8419
8420 2015-05-16  Doug Evans  <xdje42@gmail.com>
8421
8422         * NEWS: Mention support for unbuffered Guile memory ports.
8423         * scm-ports.c (ioscm_memory_port): Update comments on end, size.
8424         (ioscm_lseek_address): Improve overflow calculation.
8425         (gdbscm_memory_port_fill_input): Add assert.
8426         (gdbscm_memory_port_write): Handle unbuffered ports.
8427         Handle large writes identical to Guile's fport_write.
8428         (gdbscm_memory_port_seek): Fix seeking past end check.
8429         (gdbscm_memory_port_close): Handle closing unbuffered port.
8430         (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
8431         (ioscm_init_memory_port): Handle unbuffered ports.
8432         (ioscm_reinit_memory_port): Ditto.
8433         (ioscm_init_memory_port): Update size calculation.
8434         (gdbscm_open_memory): Support zero sized ports.
8435
8436 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8437
8438         * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
8439         variable compiler warnings.
8440
8441 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8442
8443         * compile/compile-object-load.c (get_out_value_type): Fix returned type.
8444
8445 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8446             Phil Muldoon  <pmuldoon@redhat.com>
8447
8448         * NEWS (Changes since GDB 7.9): Add compile print.
8449         * compile/compile-c-support.c (add_code_header, add_code_footer)
8450         (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8451         COMPILE_I_PRINT_VALUE_SCOPE.
8452         * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8453         (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8454         New.
8455         * compile/compile-object-load.c: Include block.h.
8456         (get_out_value_type): New function.
8457         (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8458         COMPILE_I_PRINT_VALUE_SCOPE.  Set compile_module's OUT_VALUE_ADDR and
8459         OUT_VALUE_TYPE.
8460         * compile/compile-object-load.h (struct compile_module): Add fields
8461         out_value_addr and out_value_type.
8462         * compile/compile-object-run.c: Include valprint.h and compile.h.
8463         (struct do_module_cleanup): Add fields out_value_addr and
8464         out_value_type.
8465         (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8466         COMPILE_I_PRINT_VALUE_SCOPE.
8467         (compile_object_run): Propagate out_value_addr and out_value_type.
8468         Pass OUT_VALUE_ADDR.
8469         * compile/compile.c: Include valprint.h.
8470         (compile_print_value, compile_print_command): New functions.
8471         (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8472         (_initialize_compile): Update compile code help text.  Install
8473         compile_print_command.
8474         * compile/compile.h (compile_print_value): New prototype.
8475         * defs.h (enum compile_i_scope_types): Add
8476         COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8477
8478 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8479
8480         * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8481         Rely on its parameter count.
8482         (compile_object_load): Replace lookup_minimal_symbol_text by
8483         lookup_global_symbol_from_objfile.  Verify FUNC_SYM.  Set it in the
8484         return value.
8485         * compile/compile-object-load.h (struct compile_module): Replace
8486         func_addr by func_sym.
8487         * compile/compile-object-run.c: Include block.h.
8488         (compile_object_run): Reset module variable after it is freed.  Use
8489         FUNC_SYM instead of FUNC_ADDR.  Rely on it.
8490
8491 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8492
8493         * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8494         (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8495         (c_compute_program): Call generate_register_struct after typedefs.
8496         * compile/compile-loc2c.c (push, pushf_register_address)
8497         (pushf_register): Cast to GCC_UINTPTR.
8498         (do_compile_dwarf_expr_to_c): Use unused attribute.  Add space after
8499         type.  Use GCC_UINTPTR instead of void *.  Remove excessive cast.
8500         (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8501         * compile/compile.c (_initialize_compile): Enable warnings for
8502         COMPILE_ARGS.
8503
8504 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8505
8506         * cli/cli-script.c (execute_control_command): Update
8507         eval_compile_command caller.
8508         * compile/compile-object-load.c (compile_object_load): Add parameters
8509         scope and scope_data.  Set them.
8510         * compile/compile-object-load.h (struct compile_module): Add fields
8511         scope and scope_data.
8512         (compile_object_load): Add parameters scope and scope_data.
8513         * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8514         scope and scope_data.
8515         (compile_object_run): Propagate the fields scope and scope_data.
8516         * compile/compile.c (compile_file_command, compile_code_command):
8517         Update eval_compile_command callers.
8518         (eval_compile_command): Add parameter scope_data.  Pass it plus scope.
8519         * compile/compile.h (eval_compile_command): Add parameter scope_data.
8520         * defs.h (struct command_line): Add field scope_data.
8521
8522 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8523
8524         * printcmd.c (struct format_data): Move it to valprint.h.
8525         (print_command_parse_format, print_value): New functions from ...
8526         (print_command_1): ... here.  Call them.
8527         * valprint.h (struct format_data): Move it here from printcmd.c.
8528         (print_command_parse_format, print_value): New declarations.
8529
8530 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8531
8532         * compile/compile-object-load.c (compile_object_load): Add
8533         COMPILE_DEBUG message.
8534
8535 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8536
8537         * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8538         index to get element instead of enum value.
8539         (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8540         of index to compute length, but enum values to compute bounds.
8541         (ada_array_length): Use enum position of index instead of enum value.
8542         (pos_atr): Move position computation to...
8543         (ada_evaluate_subexp): Use enum values to compute bounds.
8544         * gdbtypes.c (discrete_position): ...this new function.
8545         * gdbtypes.h (discrete_position): New function declaration.
8546         * valprint.c (val_print_array_elements): Call discrete_position
8547         to handle array indexed by non-contiguous enumeration types.
8548
8549 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8550
8551         * ada-lang.c (find_parallel_type_by_descriptive_type):
8552         Go through typedefs during lookup.
8553         (to_fixed_array_type): Add support for non-bit packed arrays
8554         as variable-length fields.
8555
8556 2015-05-15  Pedro Alves  <palves@redhat.com>
8557             Simon Marchi  <simon.marchi@ericsson.com>
8558
8559         * event-loop.c (gdb_notifier) <next_file_handler,
8560         next_poll_fds_index>: New fields.
8561         (get_next_file_handler_to_handle_and_advance): New function.
8562         (delete_file_handler): If deleting the next file handler to
8563         handle, advance to the next file handler.
8564         (gdb_wait_for_event): Bail early if no event fired.  Poll file
8565         handlers in round-robin fashion.
8566
8567 2015-05-15  Pedro Alves  <palves@redhat.com>
8568
8569         * linux-tdep.c (linux_find_memory_regions_full): Rename local
8570         'private' to 'priv'.
8571
8572 2015-05-15  Pedro Alves  <palves@redhat.com>
8573
8574         * nat/linux-nat.h: Include "target/waitstatus.h".
8575
8576 2015-05-15  Yuanhui Zhang  <asmwarrior@gmail.com>
8577
8578         * python/py-unwind.c (struct reg_info): Move out of ...
8579         (struct cached_frame_info): ... this scope.
8580         (pending_frame_object_type, unwind_info_object_type): Make extern.
8581
8582 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
8583
8584         * ada-lang.c (ada_value_primitive_packed_val): Make sure
8585         accumSize is never negative.
8586
8587 2015-05-14  Patrick Palka  <patrick@parcs.ath.cx>
8588
8589         * tui/tui-command.c: Remove include of <ctype.h>.
8590         (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8591
8592 2015-05-13  Martin Galvan  <martin.galvan@tallertechnologies.com>
8593
8594         * dwarf2read.c (die_needs_namespace): Return 1 for
8595         DW_TAG_inlined_subroutine.
8596
8597 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8598
8599         * regcache.c (regcache_cpy_no_passthrough): New declaration.
8600         (regcache_cpy_no_passthrough): Make it static, add function comment.
8601         * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8602         (regcache_cpy_no_passthrough): Remove declaration.
8603
8604 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8605
8606         * gdbthread.h (struct thread_control_state): Update comment for
8607         proceed_to_finish.
8608         * infcall.c (run_inferior_call): Update comment about
8609         proceed_to_finish.
8610         * infcmd.c (get_return_value): Update comment about stop_registers.
8611         (finish_forward): Update comment about proceed_to_finish.
8612         * infrun.c (stop_registers): Remove.
8613         (clear_proceed_status, normal_stop): Remove stop_registers handling.
8614         * infrun.h (stop_registers): Remove.
8615
8616 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8617
8618         * infcall.c (struct dummy_frame_context_saver)
8619         (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8620         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8621         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8622         New.
8623         (call_function_by_hand_dummy): Move discard_cleanups of
8624         inf_status_cleanup before dummy_frame_push.  Call
8625         dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8626         Use dummy_frame_context_saver_get_regs instead of stop_registers.
8627         * infcall.h (struct dummy_frame_context_saver)
8628         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8629         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8630         New declarations.
8631         * infcmd.c: Include infcall.h.
8632         (get_return_value): Add parameter ctx_saver, use it instead of
8633         stop_registers.
8634         (print_return_value): Add parameter ctx_saver, pass it.
8635         (struct finish_command_continuation_args): Add field ctx_saver.
8636         (finish_command_continuation): Update print_return_value caller.
8637         (finish_command_continuation_free_arg): Free also ctx_saver.
8638         (finish_forward): Call dummy_frame_context_saver_setup.
8639         * inferior.h (struct dummy_frame_context_saver): New declaration.
8640         (get_return_value): Add parameter ctx_saver.
8641         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8642         get_return_value caller.
8643
8644 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8645
8646         * dummy-frame.c (struct dummy_frame_dtor_list): New.
8647         (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8648         (remove_dummy_frame): Process dtor_list.
8649         (pop_dummy_frame): Process dtor_list.
8650         (register_dummy_frame_dtor): Maintain dtor_list.
8651         (find_dummy_frame_dtor): Handle dtor_list.
8652         * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8653         Update comments.
8654
8655 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8656
8657         * compile/compile-object-run.c (do_module_cleanup): Add parameter
8658         registers_valid.
8659         (compile_object_run): Update do_module_cleanup caller.
8660         * dummy-frame.c: Include infcall.h.
8661         (struct dummy_frame): Update dtor comment.
8662         (remove_dummy_frame): Call dtor.
8663         (pop_dummy_frame): Update dtor caller.
8664         * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8665         registers_valid.
8666
8667 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8668
8669         GDB 7.9.1 released.
8670
8671 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8672
8673         * NEWS: Create "Changes in GDB 7.9.1" section.  Move news about
8674         Xmethods now being able to specify a result type to that new
8675         sectioin.
8676
8677 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8678
8679         * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8680         first before resizing the window.
8681         * tui/tui.c (tui_enable): Likewise.
8682
8683 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8684
8685         * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8686         * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8687         * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8688         dummy_dtor parameter.
8689         * infcall.h: Include dummy-frame.h.
8690         (call_function_by_hand_dummy_dtor_ftype): Remove.
8691         (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8692         parameter.
8693
8694 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8695
8696         PR gdb/17820
8697         * top.c (history_size_setshow_var): Change type to signed.
8698         Initialize to -2.  Update documentation.
8699         (set_readline_history_size): Define.
8700         (set_history_size_command): Use it.  Remove logic for handling
8701         out-of-range sizes.
8702         (init_history): Use set_readline_history_size().  Test for a
8703         value of -2 instead of 0 when determining whether to set a
8704         default history size.
8705         (init_main): Decode the argument of the "size" command as a
8706         zuinteger_unlimited.
8707
8708 2015-05-12  Doug Evans  <dje@google.com>
8709
8710         * dwarf2read.c (struct file_entry): Tweak comments.
8711         (get_debug_line_section): Tweak comments.
8712
8713 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8714
8715         * NEWS: Announce fork support in the RSP and support
8716         for fork debugging in extended mode.
8717
8718 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8719
8720         * remote.c (remote_insert_fork_catchpoint): New function.
8721         (remote_remove_fork_catchpoint): New function.
8722         (remote_insert_vfork_catchpoint): New function.
8723         (remote_remove_vfork_catchpoint): New function.
8724         (pending_fork_parent_callback): New function.
8725         (remove_new_fork_child): New function.
8726         (remote_update_thread_list): Call remote_notif_get_pending_events
8727         and remove_new_fork_child.
8728         (extended_remote_kill): Kill fork child when killing the
8729         parent before follow_fork completes.
8730         (init_extended_remote_ops): Initialize target vector with
8731         new fork catchpoint functions.
8732
8733 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8734
8735         * remote.c (remove_vfork_event_p): New function.
8736         (remote_follow_fork): Add vfork event type to event checking.
8737         (remote_parse_stop_reply): New stop reasons "vfork" and
8738         "vforkdone" for RSP 'T' Stop Reply Packet.
8739
8740 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8741
8742         * linux-nat.c (linux_nat_ptrace_options): New function.
8743         (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8744         Call linux_nat_ptrace_options and use different argument to
8745         linux_enable_event_reporting.
8746         (_initialize_linux_nat): Delete call to
8747         linux_ptrace_set_additional_flags.
8748         * nat/linux-ptrace.c (current_ptrace_options): Rename to
8749         supported_ptrace_options.
8750         (additional_flags): Delete variable.
8751         (linux_check_ptrace_features): Use supported_ptrace_options.
8752         (linux_test_for_tracesysgood, linux_test_for_tracefork):
8753         Likewise, and remove additional_flags check.
8754         (linux_enable_event_reporting): Change 'attached' argument to
8755         'options'.  Use supported_ptrace_options.
8756         (ptrace_supports_feature): Change comment.  Use
8757         supported_ptrace_options.
8758         (linux_ptrace_set_additional_flags): Delete function.
8759         * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8760         Delete function prototype.
8761         * remote.c (remote_fork_event_p): New function.
8762         (remote_detach_pid): New function.
8763         (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8764         if doing detach-on-fork.
8765         (remote_follow_fork): New function.
8766         (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8767         (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8768         (init_extended_remote_ops): Initialize to_follow_fork.
8769
8770 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8771
8772         * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8773         from static to extern.
8774         * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8775         * remote.c (anonymous enum): <PACKET_fork_event_feature,
8776         * PACKET_vfork_event_feature>: New enumeration constants.
8777         (remote_protocol_features): Add table entries for new packets.
8778         (remote_query_supported): Add new feature queries to qSupported
8779         packet.
8780
8781 2015-05-12  Gary Benson <gbenson@redhat.com>
8782
8783         * remote.c (remote_add_inferior): Call exec_file_locate_attach
8784         for fake PIDs as well as real ones.
8785         (remote_pid_to_exec_file): Send empty annex if PID is fake.
8786
8787 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
8788
8789         * NEWS (Python Scripting): Mention the new gdb.Value methods.
8790         * python/py-value.c (valpy_reference_value): New function.
8791         (valpy_const_value): Likewise.
8792         (value_object_methods): Add new methods.
8793         * value.c (make_cv_value): New function.
8794         * value.h (make_cv_value): Declare.
8795
8796 2015-05-08  Yao Qi  <yao@codesourcery.com>
8797             Sandra Loosemore  <sandra@codesourcery.com>
8798
8799         * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8800         to 'lh->include_dirs' before accessing to it.
8801         (psymtab_include_file_name): Likewise.
8802         (dwarf_decode_lines_1): Likewise.
8803         (dwarf_decode_lines): Likewise.
8804         (file_file_name): Likewise.
8805
8806 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8807
8808         * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8809         (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8810         (nios2_linux_rt_sigreturn_init): Adjust base address of
8811         register save area.
8812
8813 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8814
8815         * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8816         "trap 31" as the breakpoint instruction on all targets.
8817
8818 2015-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8819
8820         * infcmd.c (print_return_value): Remove unused declaration.
8821
8822 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8823
8824         * dwarf2read.c (attr_to_dynamic_prop)
8825         <DW_AT_data_member_location>: Use read_type_die isntead of
8826         get_die_type.
8827
8828 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8829
8830         * ada-lang.c (ada_convert_actual): Add handling of formals
8831         passed inside an aligner type.
8832
8833 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8834
8835         * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8836
8837 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
8838
8839         PR python/18291
8840         * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8841         Print xmethod matcher status.
8842
8843 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8844
8845         * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8846         register in the regcache when treating the PSWM register, and vice
8847         versa.
8848
8849 2015-05-07  Gary Benson <gbenson@redhat.com>
8850
8851         * linux-thread-db.c (struct thread_db_info)
8852         <td_ta_map_id2thr_p>: Remove field.
8853         (try_thread_db_load_1): Remove initialization for the above.
8854
8855 2015-05-07  Gary Benson <gbenson@redhat.com>
8856
8857         * linux-thread-db.c (struct thread_db_info)
8858         <td_thr_validate_p>: Remove field.
8859         (try_thread_db_load_1): Remove initialization for the above.
8860
8861 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8862
8863         * compile/compile-object-load.c (compile_object_load): Support
8864         mst_text_gnu_ifunc.
8865
8866 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8867
8868         * compile/compile.c (compile_to_object): Make the cmd_string parameter
8869         const.  Use new variables for the const compatibility.
8870         (eval_compile_command): Make the cmd_string parameter const.
8871         * compile/compile.h (eval_compile_command): Make the cmd_string
8872         parameter const.
8873
8874 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8875
8876         * defs.h (deprecated_init_ui_hook): Delete.  Remove associated
8877         comment.
8878         * top.c (deprecated_init_ui_hook): Delete.
8879         (gdb_init): Remove handling of deprecated_init_ui_hook.
8880         * interps.c (clear_interpreter_hooks): Remove handling of
8881         deprecated_init_ui_hook.
8882         * main.c (captured_main): Update comment.
8883
8884 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8885
8886         * solib.c (_initialize_solib): Add "info dll" alias creation.
8887         * windows-nat.c (set_windows_aliases): Delete.
8888         (_initialize_windows_nat): Remove deprecated_init_ui_hook
8889         assignment.
8890         * NEWS: Add news entry about "info dll" now being available
8891         on all platforms.
8892
8893 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8894
8895         * ada-lang.c (value_assign_to_component): Reformat and improve
8896         documentation. Remove all trailing spaces.
8897
8898 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8899
8900         * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8901         Stop counting inlined frames as soon as an out-of-line function
8902         is found.
8903
8904 2014-05-05  Pierre-Marie de Rodat  <derodat@adacore.com>
8905
8906         * dwarf2read.c (inherit_abstract_dies): Skip
8907         DW_TAG_GNU_call_site dies while inheriting children of an
8908         abstract DIE into a scope.
8909         (read_lexical_block_scope): Inherit abstract DIE's for
8910         lexical scopes.
8911
8912 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8913
8914         * ada-valprint.c (val_print_packed_array_elements): Delete
8915         variable "len".  Add a type-length check when comparing two
8916         consecutive elements of the array.  Use the element's actual
8917         length in call to value_contents_eq.
8918         * ada-lang.c (ada_value_primitive_packed_val): Always return
8919         a value whose type has been resolved.
8920
8921 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8922
8923         * ada-lang.c (ada_value_primitive_packed_val): Recompute
8924         BIT_SIZE and LEN if the size of the resolved type is smaller
8925         than BIT_SIZE * HOST_CHAR_BIT.
8926
8927 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8928
8929         * ada-lang.c (ada_value_primitive_packed_val): Use a more
8930         correct address in call to value_at.  Adjust call to
8931         value_address accordingly.
8932
8933 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8934
8935         * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8936         to print it.
8937
8938 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8939
8940         * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8941         * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8942         pinfo->valaddr.
8943         * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8944         * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8945         (resolve_dynamic_type_internal): Set pinfo.valaddr.
8946         Add handling of addr_stack->valaddr.
8947         (resolve_dynamic_type): Add "valaddr" parameter.
8948         Set pinfo.valaddr field.
8949         * ada-lang.c (ada_discrete_type_high_bound): Update call to
8950         resolve_dynamic_type.
8951         (ada_discrete_type_low_bound): Likewise.
8952         * findvar.c (default_read_var_value): Likewise.
8953         * value.c (value_from_contents_and_address): Likewise.
8954
8955 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8956
8957         * gdbtypes.c (resolve_dynamic_array): Use
8958         create_array_type_with_stride instead of create_array_type.
8959
8960 2015-04-30  DJ Delorie  <dj@redhat.com>
8961
8962         * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8963         rl78_decode_opcode
8964
8965 2015-04-29  Doug Evans  <dje@google.com>
8966
8967         PR python/18285
8968         * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8969         * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8970         EVAL_AVOID_SIDE_EFFECTS for xmethods.
8971         * extension-priv.h (struct extension_language_ops)
8972         <get_xmethod_result_type>: New member.
8973         * extension.c (get_xmethod_result_type): New function.
8974         * extension.h (get_xmethod_result_type): Declare.
8975         * python/py-xmethods.c (get_result_type_method_name): New static
8976         global.
8977         (py_get_result_type_method_name): Ditto.
8978         (gdbpy_get_xmethod_result_type): New function.
8979         (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8980         * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8981         * python/python.c (python_extension_ops): Add
8982         gdbpy_get_xmethod_result_type.
8983         * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8984         * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8985         xmethods.
8986         (value_x_unop): Ditto.
8987         * value.c (result_type_of_xmethod): New function.
8988         * value.h (result_type_of_xmethod): Declare.
8989
8990 2015-04-29  Gary Benson <gbenson@redhat.com>
8991
8992         * solib.c (solib_find_1): Allow fd argument to be NULL.
8993         (exec_file_find): Update comment.
8994         (solib_find): Likewise.
8995         * exec.c (exec_file_locate_attach): Use NULL as fd
8996         argument to exec_file_find to avoid having to close
8997         the opened file.
8998         * infrun.c (follow_exec): Likewise.
8999
9000 2015-04-28  Doug Evans  <dje@google.com>
9001
9002         PR python/18299
9003         * python/lib/gdb/printing.py (register_pretty_printer): Handle
9004         name or __name__ attributes.  Handle gdb module as first argument.
9005
9006 2015-04-28  Doug Evans  <dje@google.com>
9007
9008         PR python/18089
9009         * python/py-prettyprint.c (print_children): Verify result of children
9010         iterator.  Provide better error message.
9011         * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
9012         * python/python.c (gdbpy_print_python_errors_p): New function.
9013
9014 2015-04-28  Doug Evans  <dje@google.com>
9015
9016         * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
9017
9018 2015-04-28  Sasha Smundak  <asmundak@google.com>
9019
9020         * NEWS: Mention gdb.Type.optimized_out method.
9021         * python/py-type.c (typy_optimized_out):  New function.
9022
9023 2015-04-28  John Baldwin  <jhb@FreeBSD.org>
9024
9025         * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
9026
9027 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9028
9029         * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
9030         (initialize_utils): Move call of init_page_info() to ...
9031         * top.c (gdb_init): ... here.
9032
9033 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9034
9035         * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
9036         (tui_sigwinch_handler): Still update our idea of
9037         the terminal's width and height even when TUI is not active.
9038
9039 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9040
9041         * utils.h (set_screen_width_and_height): Declare.
9042         * utils.c (set_screen_width_and_height): Define.
9043         * tui/tui-win.c (tui_update_gdb_sizes): Use it.
9044
9045 2015-04-28  Gary Benson <gbenson@redhat.com>
9046
9047         * infrun.c (solist.h): New include.
9048         (follow_exec): Use exec_file_find to prefix execd_pathname
9049         with gdb_sysroot.
9050
9051 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9052
9053         * tui/tui-source.c (tui_set_source_content): Avoid calling
9054         strcpy() when offset is 0.
9055
9056 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9057
9058         PR gdb/18155
9059         * tui/tui-data.c (tui_free_window): Don't free the locator
9060         window when passed an SRC_WIN or a DISASSEM_WIN.
9061
9062 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
9063
9064         * tui/tui-data.h (struct tui_win_element): Forward-declare.
9065         (tui_win_content): Move declaration.
9066         (struct tui_gen_win_info): Give 'content' field the
9067         type tui_win_content.
9068         * tui/tui-data.c (init_content_element): Remove redundant and
9069         erroneous casts.
9070         (tui_add_content_elements): Remove erroneous cast.
9071         * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
9072         casts.
9073         (tui_get_begin_asm_address): Likewise.
9074         * tui/tui-regs.c (tui_show_registers): Likewise.
9075         (tui_show_register_group): Likewise.
9076         (tui_display_registers_from): Likewise.
9077         (tui_check_register_values): Likewise.
9078         * tui/tui-source.c (tui_set_source_content): Likewise.
9079         (tui_set_source_content_nil): Likewise.
9080         (tui_source_is_displayed): Likewise.
9081         * tui/tui-stack.c (tui_show_locator_content): Likewise.
9082         (tui_set_locator_fullname): Likewise.
9083         (tui_set_locator_info): Likewise.
9084         (tui_show_frame_info): Likewise.
9085         * tui/tui-winsource.c (tui_clear_source_content): Likewise.
9086         (tui_show_source_line): Likewise.
9087         (tui_horizontal_source_scroll): Likewise.
9088         (tui_update_breakpoint_info): Likewise.
9089         (tui_set_exec_info_content): Likewise.
9090         (tui_show_exec_info_content): Likewise.
9091         (tui_alloc_source_buffer): Likewise.
9092         (tui_line_is_displayed): Likewise.
9093         (tui_addr_is_displayed): Likewise.
9094
9095 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
9096
9097         * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
9098         event if PL_FLAG_EXEC is set.
9099         [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
9100         [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
9101         (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
9102         "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
9103         Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
9104
9105 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
9106
9107         * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
9108         [TDP_RFPPWAIT] New variable fbsd_pending_children.
9109         [TDP_RFPPWAIT] (fbsd_remember_child): New function.
9110         [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
9111         [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
9112         [PT_LWPINFO] (fbsd_wait): New function.
9113         [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
9114         [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
9115         [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
9116         [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
9117         [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
9118         [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
9119         [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
9120         [TDP_RFPPWAIT] (fbsd_post_attach): New function.
9121         (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
9122         "fbsd_wait".
9123         [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
9124         Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
9125         Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
9126         Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
9127         Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
9128         Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
9129         Set "to_post_attach" to "fbsd_post_attach".
9130
9131 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
9132
9133         * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
9134         (fbsd_find_memory_regions): Mark static.
9135         (fbsd_nat_add_target): New function.
9136         * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
9137         fbsd_pid_to_exec_file and fbsd_find_memory_regions.
9138         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
9139         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
9140         * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
9141         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
9142
9143 2015-04-27  Gary Benson <gbenson@redhat.com>
9144
9145         * objfiles.c (allocate_objfile): Do not attempt to expand name
9146         if name is a "target:" filename.
9147         * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
9148         to load auto-load scripts for objfiles with "target:" filenames.
9149
9150 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9151
9152         * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
9153         (enum s390_vector_abi_kind): New enum.
9154         (struct gdbarch_tdep)<vector_abi>: New field.
9155         (s390_effective_inner_type): Add parameter min_size.  Stop
9156         unwrapping if the inner type is smaller than min_size.
9157         (s390_function_arg_float): Adjust call to
9158         s390_effective_inner_type.
9159         (s390_function_arg_vector): New function.
9160         (s390_function_arg_integer): Adjust comment.
9161         (struct s390_arg_state)<vr>: New field.
9162         (s390_handle_arg): Add parameter 'is_unnamed'.  Pass vector
9163         arguments according to vector ABI when appropriate.
9164         (s390_push_dummy_call): Initialize the argument state's field
9165         'vr'.  Adjust calls to s390_handle_arg.
9166         (s390_register_return_value): Handle vector return values.
9167         (s390_return_value): Apply the "register" return value convention
9168         to a vector when appropriate.
9169         (s390_gdbarch_init): Initialize tdep->vector_abi.
9170         * NEWS: Announce S390 vector ABI support.
9171
9172 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9173
9174         * s390-linux-tdep.c (s390_return_value_convention): Remove
9175         function.  Inline its logic...
9176         (s390_return_value): ...here.  Instead, move the handling of the
9177         "register" return value convention...
9178         (s390_register_return_value): ...here.  New function.
9179
9180 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9181
9182         * s390-linux-tdep.c
9183         (is_float_singleton): Remove function.  Move the "singleton" part
9184         of the logic...
9185         (s390_effective_inner_type): ...here.  New function.
9186         (is_float_like): Remove function.  Inline its logic...
9187         (s390_function_arg_float): ...here.
9188         (is_pointer_like, is_integer_like, is_struct_like): Remove
9189         functions.  Inline their logic...
9190         (s390_function_arg_integer): ...here.
9191         (s390_function_arg_pass_by_reference): Remove function.
9192         (extend_simple_arg): Remove function.
9193         (alignment_of): Remove function.
9194         (struct s390_arg_state): New structure.
9195         (s390_handle_arg): New function.
9196         (s390_push_dummy_call): Move parameter placement logic to the new
9197         function s390_handle_arg.  Call it for calculating the stack area
9198         sizes first, and again for actually writing the parameters.
9199
9200 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9201
9202         * s390-linux-tdep.c (is_power_of_two): Add comment.  Return
9203           false if the argument is zero.
9204
9205 2015-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
9206
9207         * ada-lang.c (template_to_static_fixed_type): Return input type
9208         when it is already fixed.  Cache the input type itself when not
9209         creating a static fixed copy.  Make it explicit that we never
9210         molestate the input type.
9211         * gdbtypes.c (resolve_dynamic_struct): Reset the
9212         TYPE_TARGET_TYPE field for resolved copies.
9213
9214 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
9215
9216         * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
9217         (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
9218         (template_to_static_fixed_type): Call ada_check_typedef only
9219         when necessary.
9220
9221 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9222
9223         * cli/cli-dump.c (srec_dump_command): Add internationalization
9224         mark ups.
9225         (ihex_dump_command): Likewise.
9226         (tekhex_dump_command): Likewise.
9227         (binary_dump_command): Likewise.
9228         (binary_append_command): Likewise.
9229
9230 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9231
9232         * cli/cli-dump.c (verilog_cmdlist): New variable.
9233         (dump_verilog_memory): New function.
9234         (dump_verilog_value): New function.
9235         (verilog_dump_command): New function.
9236         (_initialize_cli_dump): Add new commands to support verilog dump
9237         format.
9238         * NEWS: Add entry for "dump verilog".
9239
9240 2015-04-24  Pierre-Marie de Rodat  <derodat@adacore.com>
9241
9242         * gdbtypes.c (print_gnat_stuff): Do not recurse on the
9243         descriptive type when there is none.
9244
9245 2015-04-23  Patrick Palka  <patrick@parcs.ath.cx>
9246
9247         * tui/tui-win.c (tui_async_resize_screen): Call
9248         rl_resize_terminal().
9249
9250 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
9251
9252         * windows-nat.c (handle_output_debug_string): Don't change
9253         current_event.dwThreadId.
9254         (get_windows_debug_event): Use thread_id, rather than relying on
9255         current_event.dwThreadId being changed.
9256
9257 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
9258
9259         * windows-nat.c (windows_continue): Report an error if
9260         ContinueDebugEvent() fails.
9261
9262 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9263
9264         * windows-nat.c (windows_resume): Fix misspelling in debug output.
9265
9266 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9267
9268         * windows-nat.c (get_windows_debug_event): Replace retval with
9269         thread_id throughout.  Update stale comment.
9270
9271 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
9272
9273         * windows-nat.c (get_windows_debug_event): Don't use ternary
9274         conditional operator.
9275
9276 2015-04-21  Pierre Muller  <muller@sourceware.org>
9277
9278         PR pascal/17815
9279         p-exp.y (yylex): Reorganize code to return the matched pattern
9280         for a field of this.
9281
9282 2015-04-21  Gary Benson <gbenson@redhat.com>
9283
9284         * common/fileio.h (fileio_to_host_openflags): New declaration.
9285         * common/fileio.c (fcntl.h): New include.
9286         (fileio_to_host_openflags): New function, factored out from...
9287         * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
9288         Single use updated.
9289
9290 2015-04-21  Kevin Buettner  <kevinb@redhat.com>
9291
9292         * rl78-tdep.c (RL78_SP_ADDR): Define.
9293         (opc_reg_to_gdb_regnum): New static function.
9294         (rl78_analyze_prologue): Recognize instructions forming slightly
9295         more interesting prologues.
9296
9297 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9298
9299         Revert:
9300         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9301         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9302         TYPE_CODE_REF types so that they are not considered as dynamic
9303         depending on the referenced type.
9304         (resolve_dynamic_type_internal): Likewise.
9305
9306 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9307
9308         Revert:
9309         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9310         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9311         "top_level" parameter.
9312         (resolve_dynamic_type_internal): Remove the unused "top_level"
9313         parameter.  Update call to is_dynamic_type_internal.
9314         (is_dynamic_type): Update call to is_dynamic_type_internal.
9315         (resolve_dynamic_range): Update call to
9316         resolve_dynamic_type_internal.
9317         (resolve_dynamic_union): Likewise.
9318         (resolve_dynamic_struct): Likewise.
9319         (resolve_dynamic_type): Likewise.
9320
9321 2015-04-19  Gabriel Krisman Bertazi  <gabriel@krisman.be>
9322
9323         * breakpoint.c (update_dprintf_command_list): Remove duplicated
9324         xmalloc.
9325
9326 2015-04-20  Thomas Schwinge  <thomas@codesourcery.com>
9327
9328         * reply_mig_hack.awk: Robustify parsing.
9329
9330         * reply_mig_hack.awk: Don't bother to declare an intermediate
9331         function pointer variable.
9332
9333 2015-04-17  Doug Evans  <dje@google.com>
9334
9335         * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
9336         to "exec_displacement" to avoid confusion with inner use of the name.
9337
9338 2015-04-17  Pedro Alves  <palves@redhat.com>
9339
9340         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
9341         if HW point of TYPE isn't supported.
9342
9343 2015-04-17  Yao Qi  <yao.qi@linaro.org>
9344             Pedro Alves  <palves@redhat.com>
9345
9346         * target.h (target_can_use_hardware_watchpoint): Update comments.
9347         Remove trailing ";".
9348
9349 2015-04-17  Gary Benson <gbenson@redhat.com>
9350
9351         * remote.c (remote_add_inferior): New argument try_open_exec.
9352         If nonzero, attempt to open the inferior's executable file as
9353         the main executable if no main executable is open already.
9354         All callers updated.
9355         * NEWS: Mention that GDB now supports automatic location and
9356         retrieval of executable + files from remote targets.
9357
9358 2015-04-17  Gary Benson <gbenson@redhat.com>
9359
9360         * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
9361         * remote.c (PACKET_qXfer_exec_file): Likewise.
9362         (remote_protocol_features): Register the
9363         "qXfer:exec-file:read" feature.
9364         (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
9365         (remote_pid_to_exec_file): New function.
9366         (init_remote_ops): Initialize to_pid_to_exec_file.
9367         (_initialize_remote): Register new "set/show remote
9368         pid-to-exec-file-packet" command.
9369         * NEWS: Announce new qXfer:exec-file:read packet.
9370
9371 2015-04-17  Gary Benson <gbenson@redhat.com>
9372
9373         * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
9374         New declaration.
9375         * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
9376         New function, factored out from...
9377         * linux-nat.c (linux_child_pid_to_exec_file): ...here.
9378
9379 2015-04-17  Gary Benson <gbenson@redhat.com>
9380
9381         * exec.c (solist.h): New include.
9382         (exec_file_locate_attach): Prefix absolute executable
9383         paths with gdb_sysroot if set.
9384         * NEWS: Mention that executable paths may be prepended
9385         with sysroot.
9386
9387 2015-04-17  Gary Benson <gbenson@redhat.com>
9388
9389         * solist.h (exec_file_find): New declaration.
9390         * solib.c (solib_find_1): New function, factored out from...
9391         (solib_find): ...here.
9392         (exec_file_find): New function.
9393
9394 2015-04-17  Gary Benson <gbenson@redhat.com>
9395
9396         * gdbcore.h (exec_file_locate_attach): New declaration.
9397         * exec.c (exec_file_locate_attach): New function, factored
9398         out from...
9399         * infcmd.c (attach_command_post_wait): ...here.
9400
9401 2015-04-17  Mike Frysinger  <vapier@gentoo.org>
9402
9403         * MAINTAINERS: Add myself for Blackfin/write-after-approval.
9404
9405 2015-04-16  Yao Qi  <yao.qi@linaro.org>
9406
9407         * infrun.c (maybe_software_singlestep): Declare.
9408         (displaced_step_fixup): Call maybe_software_singlestep.
9409
9410 2015-04-15  Doug Evans  <dje@google.com>
9411
9412         * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
9413
9414 2015-04-15  Doug Evans  <dje@google.com>
9415
9416         * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
9417
9418 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
9419
9420         * python/lib/gdb/command/unwinders.py: Add parentheses.
9421
9422 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9423
9424         * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
9425
9426 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9427
9428         * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
9429
9430 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9431
9432         * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
9433         dsc->insn_size instead of 4.
9434
9435 2015-04-14  Gary Benson <gbenson@redhat.com>
9436
9437         * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
9438         * minidebug.c (lzma_stat): Likewise.
9439         * solib-spu.c (spu_bfd_iovec_stat): Likewise.
9440         * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
9441
9442 2015-04-13  Stan Shebs  <stanshebs@google.com>
9443
9444         * MAINTAINERS: Update my email address.
9445
9446 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
9447
9448         * amd64-tdep.c (amd64_target_description): New function.
9449         * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9450         * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9451         (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9452         x86 extended save area.
9453         (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9454         * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9455         * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9456         (_initialize_amd64fbsd_nat): Set "to_read_description" to
9457         "amd64fbsd_read_description".
9458         * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9459         (amd64fbsd_supply_xstateregset): New function.
9460         (amd64fbsd_collect_xstateregset): New function.
9461         Add "amd64fbsd_xstateregset".
9462         (amd64fbsd_iterate_over_regset_sections): New function.
9463         (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9464         "I386_FBSD_XSAVE_XCR0_OFFSET".
9465         Add "iterate_over_regset_sections" gdbarch method.
9466         Add "core_read_description" gdbarch method.
9467         * i386-tdep.c (i386_target_description): New function.
9468         * i386-tdep.h: Export i386_target_description and tdesc_i386.
9469         * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9470         (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9471         x86 extended save area.
9472         (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9473         * i386bsd-nat.h: Export i386bsd_xsave_len.
9474         * i386fbsd-nat.c (i386fbsd_read_description): New function.
9475         (_initialize_i386fbsd_nat): Set "to_read_description" to
9476         "i386fbsd_read_description".
9477         * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9478         (i386fbsd_core_read_description): New function.
9479         (i386fbsd_supply_xstateregset): New function.
9480         (i386fbsd_collect_xstateregset): New function.
9481         Add "i386fbsd_xstateregset".
9482         (i386fbsd_iterate_over_regset_sections): New function.
9483         (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9484         "I386_FBSD_XSAVE_XCR0_OFFSET".
9485         Add "iterate_over_regset_sections" gdbarch method.
9486         Add "core_read_description" gdbarch method.
9487         * i386fbsd-tdep.h: New file.
9488
9489 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9490
9491         * NEWS (Changes since GDB 7.9): Add removed -xdb.
9492         * breakpoint.c (command_line_is_silent): Remove xdb_commands
9493         conditional.
9494         (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9495         and lb.
9496         * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9497         va.
9498         * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9499         conditional.
9500         * defs.h (xdb_commands): Remove declaration.
9501         * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9502         * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9503         * infcmd.c (run_no_args_command, go_command): Remove.
9504         (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9505         * infrun.c (xdb_handle_command): Remove.
9506         (_initialize_infrun): Remove xdb_commands for lz and z.
9507         * main.c (xdb_commands): Remove variable.
9508         (captured_main): Remove "xdb" from long_options.
9509         (print_gdb_help): Remove --xdb from help.
9510         * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9511         * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9512         * stack.c (backtrace_full_command, args_plus_locals_info)
9513         (current_frame_command): Remove.
9514         (_initialize_stack): Remove xdb_commands for t, T and l.
9515         * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9516         * thread.c (_initialize_thread): Remove xdb_commands condition.
9517         * tui/tui-layout.c (tui_toggle_layout_command)
9518         (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9519         (_initialize_tui_layout): Remove xdb_commands for td and ts.
9520         * tui/tui-regs.c (tui_scroll_regs_forward_command)
9521         (tui_scroll_regs_backward_command): Remove.
9522         (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9523         * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9524         (_initialize_tui_win): Remove xdb_commands for U and w.
9525         * utils.c (pagination_on_command, pagination_off_command): Remove.
9526         (initialize_utils): Remove xdb_commands for am and sm.
9527
9528 2015-04-10  Pedro Alves  <palves@redhat.com>
9529
9530         * infrun.c (displaced_step_fixup): Switch to the event ptid
9531         earlier.  If the thread stopped for a watchpoint and the
9532         target/arch has non-continuable watchpoints, cancel the displaced
9533         step.
9534         (resume): Don't start a displaced step if in-line step-over info
9535         is valid.
9536
9537 2015-04-10  Pedro Alves  <palves@redhat.com>
9538
9539         * infrun.c (displaced_step_in_progress): New function.
9540         (do_target_resume): Advise target to report all signals if
9541         displaced stepping.
9542
9543 2015-04-10  Pedro Alves  <palves@redhat.com>
9544
9545         PR gdb/18216
9546         * infrun.c (process_event_stop_test): Don't assume a step-resume
9547         is set if tp->stepped_breakpoint is true.
9548
9549 2015-04-10  Yao Qi  <yao.qi@linaro.org>
9550
9551         * arm-tdep.c (install_alu_reg): Update comment.
9552         (thumb_copy_alu_reg): Remove local variable rn.  Update
9553         debugging message.  Use r2 instead of r1 in the modified
9554         instruction.
9555
9556 2015-04-10  Pedro Alves  <palves@redhat.com>
9557
9558         PR gdb/13858
9559         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9560         linux_displaced_step_location as gdbarch_displaced_step_location
9561         hook.
9562         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9563         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9564         * linux-tdep.c (linux_displaced_step_location): New function,
9565         based on ppc_linux_displaced_step_location.
9566         * linux-tdep.h (linux_displaced_step_location): New declaration.
9567         * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9568         (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9569         Delete.
9570         (ppc_linux_init_abi): Install linux_displaced_step_location as
9571         gdbarch_displaced_step_location hook, even without Cell/B.E..
9572         (_initialize_ppc_linux_tdep): Don't install
9573         ppc_linux_inferior_created as inferior_created observer.
9574         * s390-linux-tdep.c (s390_gdbarch_init): Install
9575         linux_displaced_step_location as gdbarch_displaced_step_location
9576         hook.
9577
9578 2015-04-09  Gary Benson <gbenson@redhat.com>
9579
9580         * common/common-remote-fileio.h: Rename to...
9581         * common/fileio.h: ...this.  Update all references.
9582         (remote_fileio_to_fio_error): Rename to...
9583         (host_to_fileio_error): ...this.
9584         (remote_fileio_to_be): Rename to...
9585         (host_to_bigendian): ...this.  Update all callers.
9586         (remote_fileio_to_fio_uint): Rename to...
9587         (host_to_fileio_uint): ...this.  Update all callers.
9588         (remote_fileio_to_fio_time): Rename to...
9589         (host_to_fileio_time): ...this.  Update all callers.
9590         (remote_fileio_to_fio_stat): Rename to...
9591         (host_to_fileio_stat): ...this.
9592         Update all references.
9593         * common/common-remote-fileio.c: Rename to...
9594         * common/fileio.c: ...this.  Update all references.
9595         (remote_fileio_to_fio_error): Rename to...
9596         (host_to_fileio_error): ...this.  Update all callers.
9597         (remote_fileio_mode_to_target): Rename to...
9598         (fileio_mode_pack): ...this.  Update all callers.
9599         (remote_fileio_to_fio_mode): Rename to...
9600         (host_to_fileio_mode): ...this.  Update all callers.
9601         (remote_fileio_to_fio_ulong): Rename to...
9602         (host_to_fileio_ulong): ...this.  Update all callers.
9603         (remote_fileio_to_fio_stat): Rename to...
9604         (host_to_fileio_stat): ...this.  Update all callers.
9605
9606 2015-04-09  Andy Wingo  <wingo@igalia.com>
9607
9608         * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9609         (frame_functions): Bind gdbscm_frame_read_register to
9610         frame-read-register.
9611         * guile/lib/gdb.scm (frame-read-register): Export.
9612
9613 2015-04-09  Gary Benson <gbenson@redhat.com>
9614
9615         * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9616         New declaration.
9617         * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9618         New function, factored out the named functions below.
9619         * inf-child.c (gdb/fileio.h): Remove include.
9620         (common-remote-fileio.h): New include.
9621         (inf_child_errno_to_fileio_error): Remove function.  Update
9622         all callers to use remote_fileio_to_fio_error.
9623         * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9624
9625 2015-04-09  Andy Wingo  <wingo@igalia.com>
9626
9627         * MAINTAINERS (Write After Approval): Add Andy Wingo.
9628
9629 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
9630
9631         * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9632         Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9633         * configure: Regenerated.
9634
9635 2015-04-09  Pedro Alves  <palves@redhat.com>
9636
9637         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9638         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9639         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9640         * gnulib/import/Makefile.am: Update.
9641         * gnulib/import/Makefile.in: Update.
9642         * gnulib/import/m4/gnulib-cache.m4: Update.
9643         * gnulib/import/m4/gnulib-comp.m4: Update.
9644         * gnulib/import/m4/strtok_r.m4: New file.
9645         * gnulib/import/strtok_r.c: New file.
9646
9647 2015-04-09  Pedro Alves  <palves@redhat.com>
9648
9649         * gnulib/update-gnulib.sh (aclocal version check): Filter out
9650         "called too early to check prototype".
9651
9652 2015-04-08  Sergio Durigan Junior  <sergiodj@redhat.com>
9653
9654         PR python/16699
9655         * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9656         use a caching mechanism.  Adjust comments and code to reflect
9657         that.  Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9658         (cmdpy_completer_handle_brkchars): Adjust call to
9659         cmdpy_completer_helper.  Call Py_XDECREF for 'resultobj'.
9660         (cmdpy_completer): Likewise.
9661
9662 2015-04-08  Yao Qi  <yao.qi@linaro.org>
9663
9664         * spu-tdep.c (spu_gdbarch_init): Don't call
9665         set_gdbarch_cannot_step_breakpoint.
9666
9667 2015-04-07  Sergio Durigan Junior  <sergiodj@redhat.com>
9668
9669         * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9670
9671 2015-04-07  Pedro Alves  <palves@redhat.com>
9672
9673         * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9674         (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9675         (delete_exited_threads): New declaration.
9676         * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9677         * linux-nat.c (linux_nat_update_thread_list): New function.
9678         (linux_nat_add_target): Install it.
9679         * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9680         * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9681         (delete_exited_threads): New function.
9682
9683 2015-04-07  Pedro Alves  <pedro@codesourcery.com>
9684
9685         * infrun.c (resume) <displaced stepping debug output>: Get the
9686         leader thread's regcache, not resume_ptid's.
9687
9688 2015-04-06  Doug Evans  <xdje42@gmail.com>
9689
9690         * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9691         VAR_DOMAIN.
9692         (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9693         Include symbol domain in debugging output.
9694
9695 2015-04-06  Pedro Alves  <palves@redhat.com>
9696             Bernd Edlinger  <bernd.edlinger@hotmail.de>
9697
9698         * configure.ac: Remove the mingw32-specific stub-termcap.o
9699         fallback, and instead fallback to the stub termcap on all hosts.
9700         * configure: Regenerate.
9701         * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9702         symbols.
9703
9704 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9705
9706         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9707         "top_level" parameter.
9708         (resolve_dynamic_type_internal): Remove the unused "top_level"
9709         parameter.  Update call to is_dynamic_type_internal.
9710         (is_dynamic_type): Update call to is_dynamic_type_internal.
9711         (resolve_dynamic_range): Update call to
9712         resolve_dynamic_type_internal.
9713         (resolve_dynamic_union): Likewise.
9714         (resolve_dynamic_struct): Likewise.
9715         (resolve_dynamic_type): Likewise.
9716
9717 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9718
9719         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9720         TYPE_CODE_REF types so that they are not considered as dynamic
9721         depending on the referenced type.
9722         (resolve_dynamic_type_internal): Likewise.
9723
9724 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
9725
9726         * Makefile.in (top_srcdir): New.
9727         * configure: Regenerated.
9728
9729 2015-04-02  Gary Benson <gbenson@redhat.com>
9730
9731         * NEWS: Announce the new default sysroot of "target:".
9732
9733 2015-04-02  Gary Benson <gbenson@redhat.com>
9734
9735         * main.c (captured_main): Set gdb_sysroot to "target:"
9736         if not otherwise set.
9737
9738 2015-04-02  Gary Benson <gbenson@redhat.com>
9739
9740         * exec.c (exec_file_attach): Support "target:" filenames.
9741
9742 2015-04-02  Gary Benson <gbenson@redhat.com>
9743
9744         * solib.c (solib_find): Strip "target:" prefix from sysroot
9745         if accessing local files.
9746
9747 2015-04-02  Gary Benson <gbenson@redhat.com>
9748
9749         * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9750         checks and error messages.
9751
9752 2015-04-02  Gary Benson <gbenson@redhat.com>
9753
9754         * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9755         (remote_filename_p): Remove declaration.
9756         (remote_bfd_open): Likewise.
9757         * remote.c (remote_bfd_iovec_open): Remove function.
9758         (remote_bfd_iovec_close): Likewise.
9759         (remote_bfd_iovec_pread): Likewise.
9760         (remote_bfd_iovec_stat): Likewise.
9761         (remote_filename_p): Likewise.
9762         (remote_bfd_open): Likewise.
9763         * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9764         * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9765         (gdb_bfd_open_maybe_remote): Remove function.
9766         (symfile_bfd_open):  Replace remote filename check with
9767         target filename check.
9768         (reread_symbols): Use gdb_bfd_open.
9769         * build-id.c (gdbcore.h): New include.
9770         (build_id_to_debug_bfd): Use gdb_bfd_open.
9771         * infcmd.c (attach_command_post_wait): Remove remote filename
9772         check.
9773         * solib.c (solib_find): Replace remote-specific handling with
9774         target-specific handling.  Update comments where necessary.
9775         (solib_bfd_open): Replace remote-specific handling with
9776         target-specific handling.
9777         (gdb_sysroot_changed): New function.
9778         (_initialize_solib): Call the above when gdb_sysroot changes.
9779         * windows-tdep.c (gdbcore.h): New include.
9780         (windows_xfer_shared_library): Use gdb_bfd_open.
9781
9782 2015-04-02  Gary Benson <gbenson@redhat.com>
9783
9784         * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9785         (is_target_filename): New declaration.
9786         (gdb_bfd_has_target_filename): Likewise.
9787         (gdb_bfd_open): Update documentation comment.
9788         * gdb_bfd.c (target.h): New include.
9789         (gdb/fileio.h): Likewise.
9790         (is_target_filename): New function.
9791         (gdb_bfd_has_target_filename): Likewise.
9792         (fileio_errno_to_host): Likewise.
9793         (gdb_bfd_iovec_fileio_open): Likewise.
9794         (gdb_bfd_iovec_fileio_pread): Likewise.
9795         (gdb_bfd_iovec_fileio_close): Likewise.
9796         (gdb_bfd_iovec_fileio_fstat): Likewise.
9797         (gdb_bfd_open): Use target fileio to access paths prefixed
9798         with "target:" where necessary.
9799
9800 2015-04-02  Gary Benson <gbenson@redhat.com>
9801
9802         * target.h (struct target_ops) <to_filesystem_is_local>:
9803         New field.
9804         (target_filesystem_is_local): New macro.
9805         * target-delegates.c: Regenerate.
9806         * remote.c (remote_filesystem_is_local): New function.
9807         (init_remote_ops): Initialize to_filesystem_is_local.
9808
9809 2015-04-02  Gary Benson <gbenson@redhat.com>
9810
9811         * target.h (struct target_ops) <to_fileio_fstat>: New field.
9812         (target_fileio_fstat): New declaration.
9813         * target.c (target_fileio_fstat): New function.
9814         * inf-child.c (inf_child_fileio_fstat): Likewise.
9815         (inf_child_target): Initialize to_fileio_fstat.
9816         * remote.c (init_remote_ops): Likewise.
9817
9818 2015-04-01  Sasha Smundak  <asmundak@google.com>
9819
9820         * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9821         (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9822         (py-unwind.o): New recipe.
9823         * NEWS: mention Python frame unwinding.
9824         * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9825         gdb/unwinder.py and gdb/command/unwinder.py
9826         * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9827         list.
9828         (execute_unwinders): New function.
9829         * python/lib/gdb/command/unwinders.py: New file.
9830         * python/lib/gdb/unwinder.py: New file.
9831         * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9832         (objfpy_dealloc): Decrement frame_unwinders reference count.
9833         (objfpy_initialize): Create frame_unwinders list.
9834         (objfpy_get_frame_unwinders): New function.
9835         (objfpy_set_frame_unwinders): Ditto.
9836         (objfile_getset): Add frame_unwinders attribute to Objfile.
9837         * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9838         (pspy_dealloc): Decrement frame_unwinders reference count.
9839         (pspy_initialize): Create frame_unwinders list.
9840         (pspy_get_frame_unwinders): New function.
9841         (pspy_set_frame_unwinders): Ditto.
9842         (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9843         * python/py-unwind.c: New file.
9844         * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9845         (objpy_get_frame_unwinders): New prototype.
9846         (gdbpy_initialize_unwind): New prototype.
9847         * python/python.c (gdbpy_apply_type_printers): Call
9848         gdbpy_initialize_unwind.
9849
9850 2015-04-01  Pedro Alves  <palves@redhat.com>
9851
9852         * infrun.c (resume): Check currently_stepping after clearing
9853         stepped_breakpoint, not before.
9854
9855 2015-04-01  Pedro Alves  <palves@redhat.com>
9856
9857         * infrun.c (print_target_wait_results): Print all the ptid
9858         elements.
9859
9860 2015-04-01  Pedro Alves  <palves@redhat.com>
9861
9862         * infrun.c (keep_going): Also discard cleanups if inserting
9863         breakpoints fails.
9864
9865 2015-04-01  Pedro Alves  <palves@redhat.com>
9866
9867         * infrun.c (wait_for_inferior): Install the
9868         finish_thread_state_cleanup cleanup across the whole function, not
9869         just around handle_inferior_event.
9870
9871 2015-04-01  Pedro Alves  <palves@redhat.com>
9872
9873         * infrun.c (resume) <step past permanent breakpoint>: Use
9874         do_target_resume.
9875
9876 2015-04-01  Pedro Alves  <palves@redhat.com>
9877
9878         * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9879
9880 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9881
9882         * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9883
9884 2015-04-01  Pedro Alves  <palves@redhat.com>
9885
9886         * linux-thread-db.c (record_thread): Readd the thread to gdb's
9887         list if it was marked exited.
9888
9889 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
9890
9891         * configure: Regenerated.
9892
9893 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9894             Jan Kratochvil  <jan.kratochvil@redhat.com>
9895             Oleg Nesterov  <oleg@redhat.com>
9896
9897         PR corefiles/16092
9898         * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9899         New enum identifying the various options of the coredump_filter
9900         file.
9901         (struct smaps_vmflags): New struct.
9902         (use_coredump_filter): New variable.
9903         (decode_vmflags): New function.
9904         (mapping_is_anonymous_p): Likewise.
9905         (dump_mapping_p): Likewise.
9906         (linux_find_memory_regions_full): New variables
9907         'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9908         Removed variable 'modified'.  Read /proc/<PID>/smaps file; improve
9909         parsing of its information.  Implement memory mapping filtering
9910         based on its contents.
9911         (show_use_coredump_filter): New function.
9912         (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9913         * NEWS: Mention the possibility of using the
9914         '/proc/PID/coredump_filter' file when generating a corefile.
9915         Mention new command 'set use-coredump-filter'.
9916
9917 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9918
9919         * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9920         read_memory_unsigned_integer.
9921
9922 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
9923
9924         * Makefile.in (ZLIB): New.
9925         (ZLIBINC): Likewise.
9926         (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9927         (CLIBS): Add $(ZLIB).
9928         * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9929         Add -lz to LIBS.
9930         * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9931         * top.c (print_gdb_configuration): Remove --with-zlib and
9932         --without-zlib.
9933         * config.in: Regenerated.
9934         * configure: Likewise.
9935
9936 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9937
9938         * NEWS: Mention info os cpus support.
9939         * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9940         (struct osdata_type): Add cpus entry, reorder the entries in
9941         alphabetical order.
9942
9943 2015-03-31  Matthias Klose  <doko@ubuntu.com>
9944
9945         * compile/compile.c (compile_to_object): Allow triplets with or
9946         without vendor set.
9947
9948 2015-03-30  Doug Evans  <dje@google.com>
9949
9950         PR c++/18141
9951         * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9952         klass in VAR_DOMAIN.
9953
9954 2015-03-30  Gary Benson <gbenson@redhat.com>
9955
9956         * remote.c (remote_mourn_1): Remove function.  Update all callers
9957         to use remote_mourn.
9958         (extended_remote_mourn_1): Remove function.  Update all callers
9959         to use extended_remote_mourn.
9960         (extended_remote_attach_1): Remove function.  Update all callers
9961         to use extended_remote_attach.
9962
9963 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
9964
9965         * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9966         (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9967         (ALLDEPFILES): Add ft32-tdep.c.
9968         * configure.tgt: Add FT32 entry.
9969         * ft32-tdep.c: New file, FT32 target-dependent code.
9970         * ft32-tdep.h: New file, FT32 target-dependent code.
9971
9972 2015-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9973
9974         Revert:
9975         2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9976         Code cleanup.
9977         * printcmd.c (print_command_1): Move expr variable scope.
9978
9979 2015-03-27  Joel Brobecker  <brobecker@adacore.com>
9980
9981         * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9982
9983 2015-03-27  Andrzej Kaczmarek  <andrzej.kaczmarek@tieto.com>
9984
9985         * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9986         sections.
9987
9988 2015-03-26  Joel Brobecker  <brobecker@adacore.com>
9989
9990         * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9991         exception raised while parsing the probe arguments.
9992         Force parsing to be done using the C language parser.
9993         * expression.h (parse_expression_with_language): Declare.
9994         * parse.c (parse_expression_with_language): New function.
9995
9996 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
9997
9998         * MAINTAINERS (Write After Approval): Add "Jon Turney".
9999
10000 2015-03-26  Andy Wingo  <wingo@igalia.com>
10001
10002         PR symtab/18148
10003         * dwarf2read.c (struct partial_die_info): Add has_const_value
10004         member.
10005         (add_partial_symbol): Don't punt on symbols that have const_value
10006         attributes.
10007         (read_partial_die): Detect DW_AT_const_value.
10008
10009 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10010
10011         Code cleanup.
10012         * printcmd.c (print_command_1): Move expr variable scope.
10013
10014 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10015
10016         Code cleanup.
10017         * printcmd.c (validate_format): Make the parameter cmdname const.
10018
10019 2015-03-26  Don Breazeal  <donb@codesourcery.com>
10020
10021         * remote.c (_initialize_remote): Update comment.
10022
10023 2015-03-26  Pedro Alves  <palves@redhat.com>
10024             Jon TURNEY  <jon.turney@dronecode.org.uk>
10025
10026         * coffread.c (coff_symfile_read): When constructing the name of an
10027         import stub symbol from import symbol for amd64, only skip the
10028         char after _imp_ if the target is underscored (like i386) and the
10029         char is indeed the target's leading char.
10030
10031 2015-03-25  Pedro Alves  <palves@redhat.com>
10032
10033         * target.h <to_async>: Replace 'callback' and 'context' parameters
10034         with boolean 'enable' parameter.
10035         (target_async): Replace CALLBACK and CONTEXT parameters with
10036         boolean ENABLE parameter.
10037         * inf-loop.c (inferior_event_handler): Adjust.
10038         * linux-nat.c (linux_nat_attach, linux_nat_resume)
10039         (linux_nat_resume): Adjust.
10040         (async_client_callback, async_client_context): Delete.
10041         (handle_target_event): Call inferior_event_handler directly.
10042         (linux_nat_async): Replace 'callback' and 'context' parameters
10043         with boolean 'enable' parameter.  Adjust.  Remove references to
10044         async_client_callback and async_client_context.
10045         (linux_nat_close): Adjust.
10046         * record-btrace.c (record_btrace_async): Replace 'callback' and
10047         'context' parameters with boolean 'enable' parameter.  Adjust.
10048         (record_btrace_resume): Adjust.
10049         * record-full.c (record_full_async): Replace 'callback' and
10050         'context' parameters with boolean 'enable' parameter.  Adjust.
10051         (record_full_resume, record_full_core_resume): Adjust.
10052         * remote.c (struct remote_state) <async_client_callback,
10053         async_client_context>: Delete fields.
10054         (remote_start_remote, extended_remote_attach_1, remote_resume)
10055         (extended_remote_create_inferior): Adjust.
10056         (remote_async_serial_handler): Call inferior_event_handler
10057         directly.
10058         (remote_async): Replace 'callback' and 'context' parameters with
10059         boolean 'enable' parameter.  Adjust.
10060         * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
10061         Adjust.
10062         * target-delegates.c: Regenerate.
10063
10064 2015-03-25  Gary Benson <gbenson@redhat.com>
10065             Pedro Alves  <palves@redhat.com>
10066
10067         * target.c (fileio_ft_t): New typedef, define object vector.
10068         (fileio_fhandles): New static variable.
10069         (is_closed_fileio_fh): New macro.
10070         (lowest_closed_fd): New static variable.
10071         (acquire_fileio_fd): New function.
10072         (release_fileio_fd): Likewise.
10073         (fileio_fd_to_fh): New macro.
10074         (target_fileio_open): Wrap the file descriptor on success.
10075         (target_fileio_pwrite): Updated to use wrapped file descriptor.
10076         (target_fileio_pread): Likewise.
10077         (target_fileio_close): Likewise.
10078
10079 2015-03-24  Pedro Alves  <palves@redhat.com>
10080
10081         * thread.c (thread_apply_all_command): Take exited threads into
10082         account.
10083
10084 2015-03-24  Pedro Alves  <palves@redhat.com>
10085
10086         * infrun.c (resume, proceed): Mention
10087         switch_back_to_stepped_thread, not switch_back_to_stepping.
10088
10089 2015-03-24  Pedro Alves  <palves@redhat.com>
10090
10091         * infrun.c (user_visible_resume_ptid): Rewrite going from
10092         most-locked to unlocked instead of the opposite.  Move comment ...
10093         * infrun.h (user_visible_resume_ptid): ... here.
10094
10095 2015-03-24  Pedro Alves  <palves@redhat.com>
10096
10097         * linux-nat.c (linux_nat_resume): Output debug logs before trying
10098         to resume the event lwp.  Use the lwp's ptid instead of the passed
10099         in (maybe wildcard) ptid.
10100         (stop_wait_callback): Tweak debug log output.
10101         (check_stopped_by_breakpoint): Tweak debug log output.  Also dump
10102         TRAP_TRACE.
10103         (linux_nat_filter_event): In debug output, distinguish a
10104         resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
10105         before trying to resume the lwp.
10106
10107 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
10108
10109         * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
10110         pointer indirection.
10111         * gdbtypes.c (get_dyn_prop): Adjust, following change above.
10112         (add_dyn_prop, copy_dynamic_prop_list): Likewise.
10113
10114 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
10115
10116         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
10117         Renames DYN_ATTR_DATA_LOCATION.
10118         (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
10119         DYN_ATTR_DATA_LOCATION.
10120         * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
10121         instead of DYN_ATTR_DATA_LOCATION.
10122
10123 2015-03-24  Pedro Alves  <palves@redhat.com>
10124
10125         * breakpoint.c (until_break_command): Adjust call to proceed.
10126         * gdbthread.h (struct thread_control_state) <stepping_command>:
10127         New field.
10128         * infcall.c (run_inferior_call): Adjust call to proceed.
10129         * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
10130         Adjust calls to proceed.
10131         (set_step_frame): Set the current thread's step_start_function
10132         here.
10133         (step_once): Adjust calls to proceed.
10134         (jump_command, signal_command, until_next_command)
10135         (finish_backward, finish_forward, proceed_after_attach_callback)
10136         (attach_command_post_wait): Adjust calls to proceed.
10137         * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
10138         (do_target_resume): New function, factored out from ...
10139         (resume): ... here.  Remove 'step' parameter.  Instead, check
10140         currently_stepping to determine whether the thread should be
10141         single-stepped.
10142         (proceed): Remove 'step' parameter and don't set the thread's
10143         step_start_function here.  Adjust call to 'resume'.
10144         (handle_inferior_event): Adjust calls to 'resume'.
10145         (switch_back_to_stepped_thread): Use do_target_resume instead of
10146         'resume'.
10147         (keep_going): Adjust calls to 'resume'.
10148         * infrun.h (proceed): Remove 'step' parameter.
10149         (resume): Likewise.
10150         * windows-nat.c (do_initial_windows_stuff): Adjust call to
10151         'resume'.
10152         * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
10153
10154 2015-03-24  Pedro Alves  <palves@redhat.com>
10155
10156         * gdbthread.h (struct thread_control_state) <stepping_command>:
10157         New field.
10158         * infcmd.c (step_once): Pass step=1 to clear_proceed_status.  Set
10159         the thread's stepping_command field.
10160         * infrun.c (resume): Check the thread's stepping_command flag to
10161         determine which threads should be resumed.  Rename 'entry_step'
10162         local to user_step.
10163         (clear_proceed_status_thread): Clear 'stepping_command'.
10164         (schedlock_applies): Change parameter type to struct thread_info
10165         pointer.  Adjust.
10166         (find_thread_needs_step_over): Remove 'step' parameter.  Adjust.
10167         (switch_back_to_stepped_thread): Adjust calls to
10168         'schedlock_applies'.
10169         (_initialize_infrun): Adjust "set scheduler-locking step" help.
10170
10171 2015-03-24  Pedro Alves  <palves@redhat.com>
10172
10173         * infrun.c (step_start_function): Delete and ...
10174         * gdbthread.h (struct thread_control_state) <step_start_function>:
10175         ... now a field here.
10176         * infrun.c (clear_proceed_status_thread): Clear the thread's
10177         step_start_function.
10178         (proceed, process_event_stop_test, print_stop_event): Adjust.
10179
10180 2015-03-24  Pedro Alves  <palves@redhat.com>
10181
10182         * infrun.c (proceed): No longer handle negative step.
10183
10184 2015-03-24  Gary Benson  <gbenson@redhat.com>
10185
10186         * nat/x86-linux.h (x86_linux_new_thread): New declaration.
10187         (x86_linux_prepare_to_resume): Likewise.
10188         * x86-linux-nat.c (x86_linux_new_thread):
10189         Moved to nat/x86-linux.c.
10190         (x86_linux_prepare_to_resume): Likewise.
10191         * nat/x86-linux.c (x86_linux_new_thread): New function.
10192         (x86_linux_prepare_to_resume): Likewise.
10193
10194 2015-03-24  Gary Benson  <gbenson@redhat.com>
10195
10196         * nat/x86-linux-dregs.h: New file.
10197         * nat/x86-linux-dregs.c: Likewise.
10198         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
10199         (x86-linux-dregs.o): New rule.
10200         * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
10201         * config/i386/linux64.mh (NATDEPFILES): Likewise.
10202         * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
10203         (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
10204         (x86_linux_dr_get): Likewise.
10205         (x86_linux_dr_set): Likewise.
10206         (x86_linux_dr_get_addr): Likewise.
10207         (x86_linux_dr_get_control): Likewise.
10208         (x86_linux_dr_get_status): Likewise.
10209         (update_debug_registers_callback): Likewise.
10210         (x86_linux_dr_set_control): Likewise.
10211         (x86_linux_dr_set_addr): Likewise.
10212         (x86_linux_update_debug_registers): Likewise.
10213
10214 2015-03-24  Gary Benson  <gbenson@redhat.com>
10215
10216         * x86-linux-nat.c (x86_linux_update_debug_registers):
10217         New function, factored out from...
10218         (x86_linux_prepare_to_resume): ...this.
10219
10220 2015-03-24  Gary Benson  <gbenson@redhat.com>
10221
10222         * x86-linux-nat.c (x86_linux_dr_get): Update comments.
10223         (x86_linux_dr_set): Likewise.
10224         (x86_linux_dr_get_addr): Likewise.
10225         (x86_linux_dr_get_control): Likewise.
10226         (x86_linux_dr_get_status): Likewise.
10227         (update_debug_registers_callback): Likewise.
10228         (x86_linux_dr_set_control): Likewise.
10229         (x86_linux_dr_set_addr): Likewise.
10230         (x86_linux_prepare_to_resume): Likewise.
10231         (x86_linux_new_thread): Likewise.
10232
10233 2015-03-24  Gary Benson  <gbenson@redhat.com>
10234
10235         * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
10236         (x86_linux_new_thread): Rename argument.
10237
10238 2015-03-24  Gary Benson  <gbenson@redhat.com>
10239
10240         * nat/x86-linux.h: New file.
10241         * nat/x86-linux.c: Likewise.
10242         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
10243         (x86-linux.o): New rule.
10244         * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
10245         * config/i386/linux64.mh (NATDEPFILES): Likewise.
10246         * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
10247         (lwp_set_arch_private_info): New declaration.
10248         (lwp_arch_private_info): Likewise.
10249         * linux-nat.c (lwp_set_arch_private_info): New function.
10250         (lwp_arch_private_info): Likewise.
10251         * x86-linux-nat.c: Include nat/x86-linux.h.
10252         (arch_lwp_info): Removed structure.
10253         (update_debug_registers_callback):
10254         Use lwp_set_debug_registers_changed.
10255         (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
10256         and lwp_set_debug_registers_changed.
10257         (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
10258
10259 2015-03-24  Gary Benson  <gbenson@redhat.com>
10260
10261         * nat/linux-nat.h (ptid_of_lwp): New declaration.
10262         (lwp_is_stopped): Likewise.
10263         (lwp_stop_reason): Likewise.
10264         * linux-nat.c (ptid_of_lwp): New function.
10265         (lwp_is_stopped): Likewise.
10266         (lwp_is_stopped_by_watchpoint): Likewise.
10267         * x86-linux-nat.c (update_debug_registers_callback):
10268         Use lwp_is_stopped.
10269         (x86_linux_prepare_to_resume): Use ptid_of_lwp and
10270         lwp_stop_reason.
10271
10272 2015-03-24  Gary Benson  <gbenson@redhat.com>
10273
10274         * linux-nat.h (linux_stop_lwp): Move declaration to...
10275         * nat/linux-nat.h (linux_stop_lwp): New declaration.
10276
10277 2015-03-24  Gary Benson  <gbenson@redhat.com>
10278
10279         * linux-nat.h: Include nat/linux-nat.h.
10280         (iterate_over_lwps): Move declaration to nat/linux-nat.h.
10281         * nat/linux-nat.h (struct lwp_info): New forward declaration.
10282         (iterate_over_lwps_ftype): New typedef.
10283         (iterate_over_lwps): New declaration.
10284         * linux-nat.h (iterate_over_lwps): Update comment.  Use
10285         iterate_over_lwps_ftype.  Update callback return value check.
10286
10287 2015-03-24  Gary Benson  <gbenson@redhat.com>
10288
10289         * x86-nat.h (x86_debug_reg_state): Move declaration to...
10290         * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
10291
10292 2015-03-24  Gary Benson  <gbenson@redhat.com>
10293
10294         * nat/linux-nat.h (current_lwp_ptid): New declaration.
10295         * linux-nat.c (current_lwp_ptid): New function.
10296         * x86-linux-nat.c: Include nat/linux-nat.h.
10297         (x86_linux_dr_get_addr): Use current_lwp_ptid.
10298         (x86_linux_dr_get_control): Likewise.
10299         (x86_linux_dr_get_status): Likewise.
10300         (x86_linux_dr_set_control): Likewise.
10301         (x86_linux_dr_set_addr): Likewise.
10302
10303 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10304
10305         PR breakpoints/16466
10306         * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
10307
10308 2015-03-23  Joel Brobecker  <brobecker@adacore.com>
10309
10310         * ser-mingw.c (ser_windows_setparity): Fix indentation.
10311         * ser-unix.c (hardwire_setparity): Likewise.
10312
10313 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10314
10315         * NEWS: Mention set/show serial parity command.
10316         * monitor.c (monitor_open): Call serial_setparity.
10317         * remote.c (remote_open_1): Likewise.
10318         * ser-base.c (ser_base_serparity): New function.
10319         * ser-base.h (ser_base_setparity): Add  declaration.
10320         * ser-go32.c (dos_ops): Set "setparity" field.
10321         * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
10322         state.Parity.
10323         (ser_windows_setparity): New function.
10324         (hardwire_ops): Add ser_windows_setparity.
10325         (tty_ops): Add NULL for setparity field.
10326         (pipe_ops): Add ser_base_setparity.
10327         (tcp_ops): Likewise.
10328         * ser-pipe.c (pipe_ops): Likewise.
10329         * ser-tcp.c (tcp_ops): Likewise.
10330         * ser-unix.c (hardwire_setparity): Add declaration.
10331         (hardwire_raw): Don't reset PARENB flag.
10332         (hardwire_setparity): New function.
10333         (hardwire_ops): Add hardwire_setparity.
10334         * serial.c (serial_setparity): New function.
10335         (serial_parity): New global.
10336         (parity_none, parity_odd, parity_even, parity_enums, parity):
10337         New static globals.
10338         (set_parity): New function.
10339         (_initialize_serial): Add set/show serial parity commands.
10340         * serial.h (GDBPARITY_NONE): Define.
10341         (GDBPARITY_ODD): Define.
10342         (GDBPARITY_EVEN): Define.
10343         (serial_setparity) Add declaration.
10344         (struct serial_ops): Add setparity field.
10345         * target.h (serial_parity): Add declaration.
10346
10347 2015-03-23  Keith Seitz  <keiths@redhat.com>
10348
10349         * linespec.c (linespec_lexer_lex_keyword): Update comment.
10350
10351 2015-03-23  Keith Seitz  <keiths@redhat.com>
10352
10353         * breakpoint.c (parse_breakpoint_sals): Use
10354         linespec_lexer_lex_keyword to ascertain if the user specified
10355         a NULL location.
10356         * linespec.c [IF_KEYWORD_INDEX]: Define.
10357         (linespec_lexer_lex_keyword): Export.
10358         (struct ls_parser) <keyword_ok>: Remove.
10359         A keyword is only a keyword if not followed by another keyword.
10360         (linespec_lexer_lex_one): Remove keyword_ok handling.
10361         Add comment explaining why the parsing stream is not advanced
10362         when a keyword is seen.
10363         (parse_linespec): Remove parser->keyword_ok.
10364         * linespec.h (linespec_lexer_lex_keyword): Add declaration.
10365
10366 2015-03-23  Keith Seitz  <keiths@redhat.com>
10367
10368         PR gdb/18021
10369         * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
10370         if we find a static method with DW_AT_vtable_elem_location.
10371
10372 2015-03-21  Eli Zaretskii  <eliz@gnu.org>
10373
10374         * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
10375         before the second loop, to avoid undefined behavior.  Reported by
10376         Anton Blanchard <anton@samba.org>.
10377
10378 2015-03-20  Keven Boell  <keven.boell@intel.com>
10379
10380         * gdbtypes.c (resolve_dynamic_type_internal): Adapt
10381         data_location usage to linked list.
10382         (resolve_dynamic_type_internal): Adapt data_location to
10383         linked list.
10384         (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
10385         (copy_type_recursive, copy_type): Add copy of linked list.
10386         * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
10387         (struct dynamic_prop_list): New struct.
10388         * dwarf2read.c (set_die_type): Set data_location data.
10389
10390 2015-03-20  Pedro Alves  <palves@redhat.com>
10391
10392         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
10393         inner block and make it const.
10394         * machoread.c (get_archive_prefix_len): Make "lparen" const.
10395
10396 2015-03-20  Pedro Alves  <palves@redhat.com>
10397
10398         * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
10399         * breakpoint.h (set_breakpoint_condition): Update declaration.
10400
10401 2015-03-20  Pedro Alves  <palves@redhat.com>
10402
10403         * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
10404
10405 2015-03-20  Pedro Alves  <palves@redhat.com>
10406
10407         * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
10408
10409 2015-03-20  Pedro Alves  <palves@redhat.com>
10410
10411         * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
10412
10413 2015-03-20  Pedro Alves  <palves@redhat.com>
10414
10415         * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
10416         (nto_init_solib_absolute_prefix): Likewise.
10417
10418 2015-03-20  Pedro Alves  <palves@redhat.com>
10419
10420         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
10421         * spu-tdep.c (spu_gdbarch_init): Make "name" const.
10422
10423 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10424
10425         * config/djgpp/README: Remove gdb.hp.
10426
10427 2015-03-20  Yao Qi  <yao.qi@linaro.org>
10428
10429         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
10430         set_gdbarch_cannot_step_breakpoint.
10431
10432 2015-03-19  Pedro Alves  <palves@redhat.com>
10433
10434         * linux-nat.c (linux_resume_one_lwp): Rename to ...
10435         (linux_resume_one_lwp_throw): ... this.  Don't handle ESRCH here,
10436         instead call perror_with_name.
10437         (check_ptrace_stopped_lwp_gone): New function.
10438         (linux_resume_one_lwp): Reimplement as wrapper around
10439         linux_resume_one_lwp_throw that swallows errors if the LWP is
10440         gone.
10441         (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
10442         swallows errors if the LWP is gone.  Use
10443         linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
10444
10445 2015-03-19  Pedro Alves  <palves@redhat.com>
10446
10447         * linux-nat.c (status_callback): Return early if the LWP has no
10448         status pending.
10449
10450 2015-03-19  Pedro Alves  <palves@redhat.com>
10451
10452         * linux-nat.c (select_event_lwp_callback): Update comment to no
10453         longer mention SIGTRAP.
10454
10455 2015-03-18  Tristan Gingold  <gingold@adacore.com>
10456
10457         * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10458         redirection code to ...
10459         (amd64_windows_frame_decode_insns): ... Here.  Fix in prologue
10460         checks.  Fix SAVE_NONVOL operations.  Add debug code and comments.
10461
10462 2015-03-18  Gary Benson <gbenson@redhat.com>
10463
10464         (remote_protocol_features): Remove the "vFile:fstat" feature.
10465         (remote_hostio_fstat): Probe for "vFile:fstat" support.
10466
10467 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10468
10469         PR tdep/18107
10470         * aarch64-linux-tdep.c: Include xml-syscall.h
10471         (aarch64_linux_get_syscall_number): New function.
10472         (aarch64_linux_init_abi): Call
10473         set_gdbarch_get_syscall_number.
10474         * syscalls/aarch64-linux.xml: New file.
10475
10476 2015-03-17  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10477
10478         * ser-base.h (ser_base_setstopbits): Change second argument name
10479         from "rate" to "num".
10480
10481 2015-03-17  Gary Benson <gbenson@redhat.com>
10482             Luke Allardyce <lukeallardyce@gmail.com>
10483
10484         PR gdb/18131
10485         * common/common-remote-fileio.h (sys/stat.h): New include.
10486         (stuct stat): Remove forward declaration.
10487
10488 2015-03-16  John Baldwin  <jhb@FreeBSD.org>
10489
10490         * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10491         before writing core register notes.
10492
10493 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10494             Pedro Alves  <palves@redhat.com>
10495
10496         * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10497         * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10498         (tgoto): Wrap with extern "C".
10499
10500 2015-03-16  Pedro Alves  <palves@redhat.com>
10501             Yuanhui Zhang  <asmwarrior@gmail.com>
10502
10503         * stub-termcap.c (tputs): Change prototype.
10504
10505 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10506             Pedro Alves  <palves@redhat.com>
10507
10508         * windows-nat.c (struct thread_info_struct): Rename to ...
10509         (struct windows_thread_info_struct): ... this.
10510         (thread_info): Rename to ...
10511         (windows_thread_info): ... this.
10512         All users updated.
10513
10514 2015-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10515             Pedro Alves  <palves@redhat.com>
10516
10517         * NEWS: New Removed targets and native configurations.
10518
10519 2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10520
10521         Remove HPUX.
10522         * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10523         (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10524         (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10525         ia64-hpux-tdep.h, solib-ia64-hpux.h.
10526         (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10527         ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10528         * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10529         hppa-hpux-tdep.c.
10530         * config/ia64/hpux.mh: Remove file.
10531         * config/pa/hpux.mh: Remove file.
10532         * configure: Rebuilt.
10533         * configure.ac (dlgetmodinfo, somread.o): Remove.
10534         * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10535         (ia64-*-hpux*): Remove its float format exception.
10536         * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10537         * hppa-hpux-nat.c: Remove file.
10538         * hppa-hpux-tdep.c: Remove file.
10539         * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10540         Move them here from hppa-tdep.h
10541         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10542         (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10543         * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10544         Move them to hppa-tdep.c.
10545         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10546         declarations.
10547         * ia64-hpux-nat.c: Remove file.
10548         * ia64-hpux-tdep.c: Remove file.
10549         * ia64-hpux-tdep.h: Remove file.
10550         * inf-ttrace.c: Remove file.
10551         * inf-ttrace.h: Remove file.
10552         * solib-ia64-hpux.c: Remove file.
10553         * solib-ia64-hpux.h: Remove file.
10554         * solib-pa64.c: Remove file.
10555         * solib-pa64.h: Remove file.
10556         * solib-som.c: Remove file.
10557         * solib-som.h: Remove file.
10558         * somread.c: Remove file.
10559
10560 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10561
10562         * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10563         * config.in: Regenerate.
10564         * configure: Regenerate.
10565         * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
10566         define.
10567         (fbsd_find_memory_regions): Use kinfo_getvmmap to
10568         enumerate memory regions if present.
10569
10570 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10571
10572         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10573         * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10574         expressions.
10575         (i386fbsd_sigtramp_p): Likewise.
10576
10577 2015-03-12  John Baldwin  <jhb@FreeBSD.org>
10578
10579         * MAINTAINERS (Write After Approval): Add John Baldwin.
10580
10581 2015-03-12  Gary Benson <gbenson@redhat.com>
10582
10583         * solib.c (_initialize_solib): Make "set/show sysroot" use
10584         add_setshow_optional_filename_cmd so it can be restored to
10585         empty after being set.
10586
10587 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10588
10589         * Makefile.in (SFILES): New source break-catch-syscall.c.
10590         (COMMON_OBS): New object break-catch-syscall.o.
10591         * break-catch-syscall.c: New file.
10592         * breakpoint.c: Remove inclusion of "xml-syscall.h".
10593         (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10594         (struct syscall_catchpoint): Likewise.
10595         (dtor_catch_syscall): Likewise.
10596         (catch_syscall_inferior_data): Likewise.
10597         (struct catch_syscall_inferior_data): Likewise.
10598         (get_catch_syscall_inferior_data): Likewise.
10599         (catch_syscall_inferior_data_cleanup): Likewise.
10600         (insert_catch_syscall): Likewise.
10601         (remove_catch_syscall): Likewise.
10602         (breakpoint_hit_catch_syscall): Likewise.
10603         (print_it_catch_syscall): Likewise.
10604         (print_one_catch_syscall): Likewise.
10605         (print_mention_catch_syscall): Likewise.
10606         (print_recreate_catch_syscall): Likewise.
10607         (catch_syscall_breakpoint_ops): Likewise.
10608         (syscall_catchpoint_p): Likewise.
10609         (create_syscall_event_catchpoint): Likewise.
10610         (catch_syscall_split_args): Likewise.
10611         (catch_syscall_command_1): Likewise.
10612         (is_syscall_catchpoint_enabled): Likewise.
10613         (catch_syscall_enabled): Likewise.
10614         (catching_syscall_number): Likewise.
10615         (catch_syscall_completer): Likewise.
10616         (clear_syscall_counts): Likewise.
10617         (initialize_breakpoint_ops): Move initialization of syscall
10618         catchpoints to break-catch-syscall.c.
10619         (_initialize_breakpoint): Move code related to syscall catchpoints
10620         to break-catch-syscall.c.
10621
10622 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10623
10624         * breakpoint.c (breakpoint_find_if): New function.
10625         * breakpoint.h (breakpoint_find_if): New prototype.
10626
10627 2015-03-11  Gary Benson <gbenson@redhat.com>
10628
10629         * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10630         * remote-fileio.c (remote_fileio_to_host_uint): New function.
10631         (remote_fileio_to_host_ulong): Likewise.
10632         (remote_fileio_to_host_mode): Likewise.
10633         (remote_fileio_to_host_time): Likewise.
10634         (remote_fileio_to_host_stat): Likewise.
10635         * remote.c (PACKET_vFile_fstat): New enum value.
10636         (remote_protocol_features): Register the "vFile:fstat" feature.
10637         (remote_hostio_fstat): New function.
10638         (remote_bfd_iovec_stat): Use the above.
10639         (_initialize_remote): Register new "set/show remote
10640         hostio-fstat-packet" command.
10641         * symfile.c (separate_debug_file_exists): Update comment.
10642         * NEWS: Announce new vFile:fstat packet.
10643
10644 2015-03-11  Gary Benson <gbenson@redhat.com>
10645
10646         * common/common-remote-fileio.h: New file.
10647         * common/common-remote-fileio.c: Likewise.
10648         * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10649         (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10650         (COMMON_OBS): Add common-remote-fileio.o.
10651         (common-remote-fileio.o): New rule.
10652         * remote-fileio.h (common-remote-fileio.h): New include.
10653         * remote-fileio.c (gdb/fileio.h): Do not include.
10654         (remote_fileio_to_be): Moved to common-remote-fileio.h.
10655         (remote_fileio_to_fio_uint): Likewise.
10656         (remote_fileio_to_fio_time): Likewise.
10657         (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10658         (remote_fileio_to_fio_mode): Likewise.
10659         (remote_fileio_to_fio_ulong): Likewise.
10660         (remote_fileio_to_fio_stat): Likewise.
10661
10662 2015-03-11  Andy Wingo  <wingo@igalia.com>
10663
10664         * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10665         we were checking the cached type, not the cached dynamic type.
10666
10667 2015-03-11  Andy Wingo  <wingo@igalia.com>
10668
10669         * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10670         other strings, as these are on the GC'd heap, and will be
10671         collected along with the smob.
10672
10673 2015-03-11  Andy Wingo  <wingo@igalia.com>
10674
10675         * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10676         (objfile_functions): Bind gdbscm_objfile_progspace to
10677         objfile-progspace.
10678         * guile/lib/gdb.scm: Add objfile-progspace to exports.
10679
10680 2015-03-11  Andy Wingo  <wingo@igalia.com>
10681
10682         * guile/guile.c (_initialize_guile): Disable automatic
10683         finalization, if Guile offers us that possibility.
10684         * guile/guile.c (call_initialize_gdb_module):
10685         * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10686         finalizers in appropriate places.
10687         * configure.ac (AC_TRY_LIBGUILE): Add a check for
10688         scm_set_automatic_finalization_enabled.
10689         * configure: Regenerated.
10690
10691 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10692
10693         * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10694         SAL, if possible.
10695
10696 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10697
10698         * s390-linux-nat.c (struct arch_lwp_info): New.
10699         (s390_fix_watch_points): Rename to...
10700         (s390_prepare_to_resume): ...this.  Skip the PER info update
10701         unless the watch points have changed.
10702         (s390_refresh_per_info, s390_new_thread): New functions.
10703         (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10704         s390_fix_watch_points.
10705         (s390_remove_watchpoint): Likewise.
10706         (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10707         Register s390_prepare_to_resume.
10708
10709 2015-03-09  Pedro Alves  <palves@redhat.com>
10710
10711         Revert:
10712         2015-03-07  Pedro Alves  <palves@redhat.com>
10713         * common/gdb_socket.h: New file.
10714         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10715         sys/socket.h.
10716         (net_open): Use union gdb_sockaddr_u.
10717
10718 2015-03-07  Pedro Alves  <palves@redhat.com>
10719
10720         * configure.ac (build_warnings): Move -Wmissing-prototypes
10721         -Wdeclaration-after-statement -Wmissing-parameter-type
10722         -Wold-style-declaration -Wold-style-definition to the C-specific
10723         set.
10724         * configure: Regenerate.
10725
10726 2015-03-07  Pedro Alves  <palves@redhat.com>
10727
10728         * common/gdb_socket.h: New file.
10729         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10730         sys/socket.h.
10731         (net_open): Use union gdb_sockaddr_u.
10732
10733 2015-03-07  Pedro Alves  <palves@redhat.com>
10734
10735         * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10736         (exceptions_state_mc_action_iter)
10737         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10738         Don't define.
10739         [__cplusplus] (try_scope_depth): New global.
10740         [__cplusplus] (exception_try_scope_entry)
10741         (exception_try_scope_exit, gdb_exception_sliced_copy)
10742         (exception_rethrow): New functions.
10743         (throw_exception): In C++ mode, throw
10744         gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10745         gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10746         (throw_it): In C++ mode, use try_scope_depth.
10747         * common/common-exceptions.h [!__cplusplus]
10748         (exceptions_state_mc_action_iter)
10749         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10750         Don't declare.
10751         [__cplusplus] (exception_try_scope_entry)
10752         (exception_try_scope_exit, exception_rethrow): Declare.
10753         [__cplusplus] (struct exception_try_scope): New struct.
10754         [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10755         C++ exceptions.
10756         (struct gdb_exception_RETURN_MASK_ALL)
10757         (struct gdb_exception_RETURN_MASK_ERROR)
10758         (struct gdb_exception_RETURN_MASK_QUIT): New types.
10759
10760 2015-03-07  Pedro Alves  <palves@redhat.com>
10761
10762         * main.c (handle_command_errors): Remove volatile qualifier from
10763         parameter.
10764
10765 2015-03-07  Pedro Alves  <palves@redhat.com>
10766
10767         * breakpoint.c (save_breakpoints): Adjust to avoid code between
10768         TRY and CATCH.
10769         * gdbtypes.c (safe_parse_type): Remove empty line.
10770         (types_deeply_equal):
10771         * guile/scm-frame.c (gdbscm_frame_name):
10772         * linux-thread-db.c (find_new_threads_once):
10773         * python/py-breakpoint.c (bppy_get_commands):
10774         * record-btrace.c (record_btrace_insert_breakpoint)
10775         (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10776         (record_btrace_start_replaying): Adjust to avoid code between TRY
10777         and CATCH.
10778
10779 2015-03-07  Pedro Alves  <palves@redhat.com>
10780
10781         * common/common-exceptions.c (struct catcher) <exception>: No
10782         longer a pointer to volatile exception.  Now an exception value.
10783         <mask>: Delete field.
10784         (exceptions_state_mc_init): Remove all parameters.  Adjust.
10785         (exceptions_state_mc): No longer pop the catcher here.
10786         (exceptions_state_mc_catch): New function.
10787         (throw_exception): Adjust.
10788         * common/common-exceptions.h (exceptions_state_mc_init): Remove
10789         all parameters.
10790         (exceptions_state_mc_catch): Declare.
10791         (TRY_CATCH): Rename to ...
10792         (TRY): ... this.  Remove EXCEPTION and MASK parameters.
10793         (CATCH, END_CATCH): New.
10794         All callers adjusted.
10795
10796 2015-03-07  Tom Tromey  <tromey@redhat.com>
10797
10798         * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10799
10800 2015-03-07  Pedro Alves  <palves@redhat.com>
10801
10802         * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10803         (amd64_epilogue_frame_cache): Normal exception handling code.
10804         * break-catch-throw.c (check_status_exception_catchpoint)
10805         (re_set_exception_catchpoint): Ditto.
10806         * cli/cli-interp.c (safe_execute_command):
10807         * cli/cli-script.c (script_from_file): Ditto.
10808         * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10809         Ditto.
10810         * compile/compile-object-run.c (compile_object_run): Ditto.
10811         * cp-abi.c (baseclass_offset): Ditto.
10812         * cp-valprint.c (cp_print_value): Ditto.
10813         * exceptions.c (catch_exceptions_with_msg):
10814         * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10815         * frame.c (get_frame_address_in_block_if_available): Ditto.
10816         * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10817         (i386_sigtramp_frame_cache): Ditto.
10818         * infcmd.c (post_create_inferior): Ditto.
10819         * linespec.c (parse_linespec, find_linespec_symbols):
10820         * p-valprint.c (pascal_object_print_value): Ditto.
10821         * parse.c (parse_expression_for_completion): Ditto.
10822         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10823         * remote.c (remote_get_noisy_reply): Ditto.
10824         * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10825         * solib-svr4.c (solib_svr4_r_map): Ditto.
10826
10827 2015-03-06  Gary Benson  <gbenson@redhat.com>
10828
10829         * common/common-utils.h (startswith): New inline function.
10830         All places where this logic was used updated to use the above.
10831
10832 2015-03-05  Pedro Alves  <palves@redhat.com>
10833
10834         PR gdb/18002
10835         * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10836         after reading the breakpoint's shadow memory.
10837
10838 2015-03-05  Mark Kettenis  <kettenis@gnu.org>
10839
10840         * hppabsd-nat.c: Remove file.
10841         * hppaobsd-nat.c: New file.
10842         * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c.  Add
10843         hppaobsd-nat.c.
10844         * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10845         hppaobsd-nat.o.
10846
10847 2015-03-04  Pedro Alves  <palves@redhat.com>
10848
10849         * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10850         (target_decr_pc_after_break): Delete declaration.
10851         * target.c (default_target_decr_pc_after_break)
10852         (target_decr_pc_after_break): Delete.
10853         * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10854         gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10855         * linux-thread-db.c (check_event): Likewise.
10856         * infrun.c (adjust_pc_after_break): Likewise.
10857         * darwin-nat.c (cancel_breakpoint): Likewise.
10858         * aix-thread.c (aix_thread_wait): Likewise.
10859         * target-delegates.c: Regenerate.
10860
10861 2015-03-04  Pedro Alves  <palves@redhat.com>
10862
10863         * linux-nat.c (save_sigtrap): Check for breakpoints before
10864         checking watchpoints.
10865         (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10866         breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10867         (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10868         a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10869         (linux_nat_stopped_by_sw_breakpoint)
10870         (linux_nat_supports_stopped_by_sw_breakpoint)
10871         (linux_nat_stopped_by_hw_breakpoint)
10872         (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10873         (linux_nat_wait_1): Don't re-increment the PC if relying on
10874         SIGTRAP's siginfo->si_code.
10875         (linux_nat_add_target): Install new target methods.
10876         * linux-thread-db.c (check_event): Don't account for breakpoint PC
10877         offset if the target already adjusted the PC.
10878         * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10879         (GDB_ARCH_TRAP_BRKPT): New.
10880         (TRAP_HWBKPT): Define if not already defined.
10881
10882 2015-03-04  Pedro Alves  <palves@redhat.com>
10883
10884         * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10885         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10886         Delete field.
10887         <stop_reason>: New field.
10888         (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10889         (packet_set_cmd_state): New function.
10890         (remote_protocol_features): Register the "swbreak" and "hwbreak"
10891         features.
10892         (remote_query_supported): If not disabled with the corresponding
10893         "set remote foo-packet" command, report support for the swbreak
10894         and hwbreak features.
10895         (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10896         field.
10897         <stop_reason>: New field.
10898         (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10899         (remote_wait_as): Adjust.
10900         (remote_stopped_by_sw_breakpoint)
10901         (remote_supports_stopped_by_sw_breakpoint)
10902         (remote_stopped_by_hw_breakpoint)
10903         (remote_supports_stopped_by_hw_breakpoint): New functions.
10904         (remote_stopped_by_watchpoint): New function.
10905         (init_remote_ops): Install them.
10906         (_initialize_remote): Register new "set/show remote
10907         swbreak-feature-packet" and "set/show remote
10908         swbreak-feature-packet" commands.
10909
10910 2015-03-04  Pedro Alves  <palves@redhat.com>
10911
10912         * btrace.h: Include target/waitstatus.h.
10913         (struct btrace_thread_info) <stop_reason>: New field.
10914         * record-btrace.c (record_btrace_step_thread): Use
10915         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10916         (record_btrace_decr_pc_after_break): Delete.
10917         (record_btrace_stopped_by_sw_breakpoint)
10918         (record_btrace_supports_stopped_by_sw_breakpoint)
10919         (record_btrace_stopped_by_hw_breakpoint)
10920         (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10921         (init_record_btrace_ops): Install them.
10922         * record-full.c (record_full_hw_watchpoint): Delete and replace
10923         with ...
10924         (record_full_stop_reason): ... this throughout.
10925         (record_full_exec_insn): Adjust.
10926         (record_full_wait_1): Adjust.  No longer re-increment the PC.
10927         (record_full_wait_1): Adjust.  Use
10928         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10929         (record_full_stopped_by_watchpoint): Adjust.
10930         (record_full_stopped_by_sw_breakpoint)
10931         (record_full_supports_stopped_by_sw_breakpoint)
10932         (record_full_supports_stopped_by_sw_breakpoint)
10933         (record_full_stopped_by_hw_breakpoint)
10934         (record_full_supports_stopped_by_hw_breakpoint): New functions.
10935         (init_record_full_ops, init_record_full_core_ops): Install them.
10936         * record.c (record_check_stopped_by_breakpoint): New function.
10937         * record.h: Include target/waitstatus.h.
10938         (record_check_stopped_by_breakpoint): New declaration.
10939
10940 2015-03-04  Pedro Alves  <palves@redhat.com>
10941
10942         enum lwp_stop_reason -> enum target_stop_reason
10943         * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10944         (linux_nat_stopped_by_watchpoint, status_callback)
10945         (linux_nat_wait_1): Adjust.
10946         * linux-nat.h (enum lwp_stop_reason): Delete.
10947         (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10948         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10949         * target/waitstatus.h (enum target_stop_reason): New.
10950
10951 2015-03-04  Pedro Alves  <palves@redhat.com>
10952
10953         * breakpoint.c (need_moribund_for_location_type): New function.
10954         (bpstat_stop_status): Don't skipping checking moribund locations
10955         of breakpoint types which the target tell caused a stop.
10956         (program_breakpoint_here_p): New function, factored out from ...
10957         (bp_loc_is_permanent): ... this.
10958         (update_global_location_list): Don't create a moribund location if
10959         the target supports reporting stops of the type of the removed
10960         breakpoint.
10961         * breakpoint.h (program_breakpoint_here_p): New declaration.
10962         * infrun.c (adjust_pc_after_break): Return early if the target has
10963         already adjusted the PC.  Add comments.
10964         (handle_signal_stop): If nothing explains a signal, and the target
10965         tells us the stop was caused by a software breakpoint, check if
10966         there's a breakpoint instruction in the memory.  If so, adjust the
10967         PC before presenting the stop to the user.  Otherwise, ignore the
10968         trap.  If nothing explains a signal, and the target tells us the
10969         stop was caused by a hardware breakpoint, ignore the trap.
10970         * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10971         to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10972         to_supports_stopped_by_hw_breakpoint>: New fields.
10973         (target_stopped_by_sw_breakpoint)
10974         (target_supports_stopped_by_sw_breakpoint)
10975         (target_stopped_by_hw_breakpoint)
10976         (target_supports_stopped_by_hw_breakpoint): Define.
10977         * target-delegates.c: Regenerate.
10978
10979 2015-03-04  Pedro Alves  <palves@redhat.com>
10980
10981         * infrun.c (follow_fork_inferior): Use the whole of the
10982         inferior_ptid and pending_follow.related_pid ptids instead of
10983         building ptids from the process components.  Adjust verbose output
10984         to use target_pid_to_str.
10985         * linux-nat.c (linux_child_follow_fork): Use the whole of the
10986         inferior_ptid and pending_follow.related_pid ptids instead of
10987         building ptids from the process components.
10988
10989 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
10990
10991         * inf-ptrace.c [PT_GET_PROCESS_STATE]
10992         (inf_ptrace_insert_fork_catchpoint): New function.
10993         (inf_ptrace_remove_fork_catchpoint): New function.
10994         (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10995
10996 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10997
10998         * s390-linux-tdep.c (s390_register_name): Return empty string
10999         instead of NULL for registers that shouldn't be visible.
11000
11001 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11002
11003         * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
11004         XML file for 64-bit targets.
11005
11006 2015-03-03  Simon Marchi  <simon.marchi@ericsson.com>
11007
11008         * target.h (find_default_create_inferior): Remove declaration.
11009         (find_default_attach): Likewise.
11010
11011 2015-03-03  Pedro Alves  <palves@redhat.com>
11012
11013         * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
11014         Use ptid_get_pid to get the overall process id when resuming all
11015         threads.
11016
11017 2015-03-03  Pedro Alves  <palves@redhat.com>
11018
11019         * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
11020         the lwp field of ptid.  Pass the full ptid to get_thread_regcache.
11021         * inf-ptrace.c (get_ptrace_pid): New function.
11022         (inf_ptrace_resume): Use it.
11023         * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
11024         to the lower layer.
11025
11026 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
11027
11028         * nat/linux-btrace.c: Include sys/utsname.h.
11029         (linux_determine_kernel_ptr_bits): New.
11030         (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
11031         * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
11032         ptr_bits.
11033
11034 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
11035
11036         * btrace.c (ftrace_update_function): Treat return as tailcall for
11037         "_dl_runtime_resolve".
11038
11039 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
11040
11041         * btrace.h (btrace_function) <lbegin, lend>: Remove.
11042         * btrace.c (ftrace_debug): Do not print the line range.
11043         (ftrace_skip_file, ftrace_update_lines): Remove.
11044         (ftrace_new_function): Remove lbegin and lend initialization.
11045         (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
11046         * record-btrace.c (btrace_compute_src_line_range): New.
11047         (btrace_call_history_src_line): Call btrace_compute_src_line_range.
11048
11049 2015-03-02  Pedro Alves  <palves@redhat.com>
11050
11051         * infrun.c (follow_exec): Delete all threads of the process except
11052         the event thread.  Extended comments.
11053
11054 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
11055
11056         * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
11057
11058 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
11059
11060         * utils.h: Remove <stdbool.h> #include.
11061         (producer_is_gcc): Change return type to "int".
11062         * utils.c (producer_is_gcc): Change return type to int.
11063         Return 1 instead of true, and 0 instead of false.
11064         Adjust function documentation accordingly.
11065
11066 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11067
11068         * s390-linux-nat.c (have_regset_vxrs): New static variable.
11069         (s390_linux_fetch_inferior_registers): Handle vector registers, if
11070         present.
11071         (s390_linux_store_inferior_registers): Likewise.
11072         (s390_get_hwcap): Remove function.  Embed its logic...
11073         (s390_read_description): ...here.  Yield a target description with
11074         vector registers if applicable.
11075         * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
11076         "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
11077         "features/s390x-tevx-linux64.c".
11078         (struct gdbarch_tdep) <v0_full_regnum>: New field.
11079         (s390_dwarf_regmap): Add vector registers.  Remove bogus entries
11080         for "GNU/Linux-specific registers".
11081         (s390_dwarf_reg_r0l): New enum value.
11082         (s390_dwarf_reg_to_regnum): Support vector registers.
11083         (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
11084         of GPR lower halves.
11085         (regnum_is_vxr_full): New function.
11086         (s390_register_name): New function.
11087         (s390_pseudo_register_name): Handle v0-v15, which are composed of
11088         f0-f15 and v0l-v15l.
11089         (s390_pseudo_register_type): Likewise.
11090         (s390_pseudo_register_read): Likewise.
11091         (s390_pseudo_register_write): Likewise.
11092         (s390_value_from_register): Account for the fact that values are
11093         placed left-justified in vector registers.
11094         (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
11095         the vector reggroup and omit them from the general reggroup.
11096         (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
11097         (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
11098         (s390_iterate_over_regset_sections): Add iterations for the two
11099         new vector regsets.
11100         (s390_core_read_description): Yield a target description with
11101         vector registers if applicable.
11102         (s390_gdbarch_init): Handle target descriptions with vector
11103         registers.  Add "register_name" gdbarch method.
11104         (_initialize_s390_tdep): Call new tdesc initialization functions.
11105         * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
11106         (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
11107         (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
11108         (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
11109         (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
11110         (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
11111         (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
11112         (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
11113         (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
11114         (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
11115         (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
11116         (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
11117         (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
11118         (S390_NUM_REGS): Adjust value.
11119         (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
11120         (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
11121         (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
11122         * NEWS: Announce S/390 vector register support.
11123
11124 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11125
11126         * features/s390-tevx-linux64.xml: New file.
11127         * features/s390-vx-linux64.xml: New file.
11128         * features/s390-vx.xml: New file.
11129         * features/s390x-tevx-linux64.xml: New file.
11130         * features/s390x-vx-linux64.xml: New file.
11131         * features/Makefile (WHICH): Add s390-vx-linux64,
11132         s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
11133         (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
11134         (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
11135         macros.
11136         * features/s390-tevx-linux64.c: New generated file.
11137         * features/s390-vx-linux64.c: Likewise.
11138         * features/s390x-tevx-linux64.c: Likewise.
11139         * features/s390x-vx-linux64.c: Likewise.
11140         * regformats/s390-tevx-linux64.dat: Likewise.
11141         * regformats/s390-vx-linux64.dat: Likewise.
11142         * regformats/s390x-tevx-linux64.dat: Likewise.
11143         * regformats/s390x-vx-linux64.dat: Likewise.
11144
11145 2015-02-28  Doug Evans  <xdje42@gmail.com>
11146
11147         * symtab.h (struct symtab) <next>: Fix comment.
11148
11149 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
11150
11151         * python/python.c (python_GdbModuleDef): Rename GdbMethods to
11152         python_GdbMethods.
11153
11154 2015-02-27  Pedro Alves  <palves@redhat.com>
11155
11156         * dtrace-probe.c (dtrace_probe_ops): Make extern.
11157
11158 2015-02-27  Pedro Alves  <palves@redhat.com>
11159
11160         * common/common-exceptions.h (exception_none): Declare.
11161         * common/common-exceptions.c (exception_none): Moved from
11162         exceptions.c.
11163         (exceptions_state_mc_init): Use exception_none.
11164         * exceptions.c (exception_none): Move to
11165         common/common-exceptions.c.
11166         * exceptions.h (exception_none): Move to
11167         common/common-exceptions.h.
11168
11169 2015-02-27  Pedro Alves  <palves@redhat.com>
11170
11171         * main.c (catch_command_errors, catch_command_errors_const):
11172         Remove 'mask' argument.  Adjust.
11173         (captured_main): Adjust callers.
11174
11175 2015-02-27  Pedro Alves  <palves@redhat.com>
11176
11177         * python/python-internal.h: Include "extension-priv.h".
11178
11179 2015-02-27  Pedro Alves  <palves@redhat.com>
11180
11181         * breakpoint.h (enum print_stop_action): Move further up in the
11182         file.
11183
11184 2015-02-27  Pedro Alves  <palves@redhat.com>
11185
11186         * gdbarch.sh: Include regcache.h.
11187         * gdbarch.h: Regenerate.
11188
11189 2015-02-27  Pedro Alves  <palves@redhat.com>
11190
11191         * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
11192         Remove duplicate const.
11193         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
11194         duplicate const.
11195
11196 2015-02-27  Pedro Alves  <palves@redhat.com>
11197
11198         * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
11199         * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
11200         * features/feature_to_c.sh: Tag the generated xml_builtin array
11201         with extern const in C++ mode.
11202
11203 2015-02-27  Tom Tromey  <tromey@redhat.com>
11204
11205         * minidebug.c (struct lzma_stream): Rename to ...
11206         (struct gdb_lzma_stream): ... this.
11207         (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
11208
11209 2015-02-27  Pedro Alves  <palves@redhat.com>
11210
11211         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
11212         function.
11213         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
11214         (mi_cmd_stack_list_variables): Use it.
11215
11216 2015-02-27  Pedro Alves  <palves@redhat.com>
11217
11218         * x86-linux-nat.c (u_debugreg_offset): New function.
11219         (x86_linux_dr_get, x86_linux_dr_set): Use it.
11220
11221 2015-02-27  Pedro Alves  <palves@redhat.com>
11222
11223         * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
11224         declaration.
11225         Include break-common.h.
11226
11227 2015-02-27  Tom Tromey  <tromey@redhat.com>
11228             Pedro Alves <palves@redhat.com>
11229
11230         * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
11231         local used to iterate over enums.
11232         * completer.c (signal_completer): Likewise.
11233         * i386-tdep.c (i386_stap_parse_special_token): Likewise.
11234         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
11235         * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
11236         * tui/tui-layout.c (next_layout, prev_layout): Likewise.
11237         * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
11238         (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
11239         * tui-wingeneral.c (tui_refresh_all):  Likewise.
11240
11241 2015-02-27  Pedro Alves  <palves@redhat.com>
11242
11243         * target.h: Include "infrun.h".
11244
11245 2015-02-27  Pedro Alves  <palves@redhat.com>
11246
11247         * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
11248
11249 2015-02-27  Pedro Alves  <palves@redhat.com>
11250
11251         * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
11252         (IPA_SYM): Use it.
11253         * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
11254
11255 2015-02-27  Pedro Alves  <palves@redhat.com>
11256
11257         * cli-out.c (_rl_erase_entire_line): Move declaration out of
11258         cli_mld_erase_entire_line, and make it extern "C".
11259         * common/common-defs.h (EXTERN_C): New.
11260         * completer.c (_rl_completion_prefix_display_length)
11261         (_rl_print_completions_horizontally, QSFUNC): Move declarations
11262         out of gdb_display_match_list_1.
11263         (_rl_qsort_string_compare): Move declaration out of
11264         gdb_display_match_list_1, and make it extern "C".
11265         * defs.h (re_comp): Use EXTERN_C.
11266         * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
11267         and make it extern "C".
11268         (monstartup): Move declaration out of maintenance_set_profile_cmd,
11269         and make it extern "C".
11270         (main): Move declaration out of maintenance_set_profile_cmd.
11271         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
11272         EXTERN_C.
11273
11274 2015-02-27  Pedro Alves  <palves@redhat.com>
11275
11276         * python/python.c (GdbMethods): Rename to ...
11277         (python_GdbMethods): ... this and make extern.
11278         (GdbModuleDef): Rename to ...
11279         (python_GdbModuleDef): ... this and make extern.
11280
11281 2015-02-27  Pedro Alves  <palves@redhat.com>
11282
11283         * record-btrace.c (set_record_btrace_cmdlist)
11284         (show_record_btrace_cmdlist): Remove redefinitions.
11285
11286 2015-02-27  Tom Tromey  <tromey@redhat.com>
11287             Pedro Alves  <palves@redhat.com>
11288
11289         * dwarf2-frame.c (enum cfa_how_kind, struct
11290         dwarf2_frame_state_reg_info): Move out of struct
11291         dwarf2_frame_state.
11292         * dwarf2read.c (struct tu_stats): Move out of struct
11293         dwarf2_per_objfile.
11294         (struct file_entry): Move out of struct line_header.
11295         (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
11296         typedef_field_list): Move out of struct field_info.
11297         * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
11298         Move out of struct dynamic_prop.
11299         (union type_owner, union field_location, struct field, struct
11300         range_bounds, union type_specific): Move out of struct main_type.
11301         (struct fn_fieldlist, struct fn_field, struct typedef_field)
11302         (VOFFSET_STATIC): Move out of struct cplus_struct_type.
11303         (struct call_site_target, union call_site_parameter_u, struct
11304         call_site_parameter): Move out of struct call_site.
11305         * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
11306         m32c_prologue.
11307         (enum srcdest_kind): Move out of struct srcdest.
11308         * main.c (enum cmdarg_kind): Move out of struct cmdarg.
11309         * prologue-value.h (enum prologue_value_kind): Move out of struct
11310         prologue_value.
11311         * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
11312         gdbarch_tdep.
11313         * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
11314         out of struct field_info.
11315         * symfile.h (struct other_sections): Move out of struct
11316         section_addr_info.
11317         * symtab.c (struct symbol_cache_slot): Move out struct
11318         block_symbol_cache.
11319         * target-descriptions.c (enum tdesc_type_kind): Move out of
11320         typedef struct tdesc_type.
11321         * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
11322         struct tui_line_or_address.
11323         * value.c (enum internalvar_kind, union internalvar_data): Move
11324         out of struct internalvar.
11325         * xtensa-tdep.h (struct ctype_cache): Move out of struct
11326         gdbarch_tdep.
11327
11328 2015-02-27  Tom Tromey  <tromey@redhat.com>
11329             Pedro Alves  <palves@redhat.com>
11330
11331         Rename symbols whose names are reserved C++ keywords throughout.
11332
11333 2015-02-27  Pedro Alves  <palves@redhat.com>
11334
11335         * Makefile.in (COMPILER): New, get it from autoconf.
11336         (COMPILE.pre, CC_LD): Use COMPILER.
11337         (CXX): Get from autoconf instead.
11338         (CXX_FOR_TARGET): Default to g++ instead of gcc.
11339         * acinclude.m4: Include build-with-cxx.m4.
11340         * build-with-cxx.m4: New file.
11341         * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
11342         Disable -Werror by default if building in C++ mode.
11343         (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
11344         -Wno-narrowing in C++ mode.  Only enable -Wpointer-sign in C mode.
11345         Run supported-warning-flags tests with the C++ compiler.
11346         Save/restore CXXFLAGS too.
11347         * configure: Regenerate.
11348
11349 2015-02-27  Pedro Alves  <palves@redhat.com>
11350
11351         * libiberty.m4: New file.
11352         * acinclude.m4: Include libiberty.m4.
11353         * configure.ac: Call libiberty_INIT.
11354         * config.in, configure: Regenerate.
11355
11356 2015-02-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11357
11358         * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
11359         31-bit targets, but 64-bit targets as well.
11360         (s390_gnu_triplet_regexp): New function.
11361         (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
11362         64-bit targets as well.  Set the gnu_triplet_regexp gdbarch
11363         method.
11364
11365 2015-02-27  Jon TURNEY  <jon.turney@dronecode.org.uk>  (tiny patch)
11366
11367         * windows-nat.c (CONTEXT_DEBUGGER): Remove.
11368         (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS.  Incorporate flags
11369         from CONTEXT_DEBUGGER.
11370
11371 2015-02-26  Doug Evans  <dje@google.com>
11372
11373         * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
11374         CHECK_TYPEDEF.
11375         (set_type_vptr_fieldno): Ditto.
11376         (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
11377         * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
11378
11379 2015-02-26  Pedro Alves  <palves@redhat.com>
11380
11381         * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
11382         * complaints.c (vcomplaint): Pass argument FMT directly to
11383         printf-like functions instead of complaint->fmt.
11384         * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
11385         * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
11386         * compile/compile-loc2c.c (pushf, unary, binary): Add
11387         ATTRIBUTE_PRINTF.
11388         (do_compile_dwarf_expr_to_c): Pass string literal as format string
11389         to pushf.
11390         (BINARY): Pass string literal as format string to 'binary'.
11391         * compile/compile-object-load.c (link_callbacks_einfo): Add
11392         ATTRIBUTE_PRINTF.
11393         * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
11394
11395 2015-02-26  Pedro Alves  <palves@redhat.com>
11396
11397         * windows-termcap.c: Rename to ...
11398         * stub-termcap.c: ... this.  Adjust header line.
11399         * Makefile.in (SFILES): Refer to stub-termcap.c instead of
11400         windows-termcap.c.
11401         * configure: Regenerate.
11402         * configure.ac: Refer to stub-termcap.o instead of
11403         windows-termcap.o.
11404         * gdb_curses.h: Mention stub-termcap.c instead of
11405         windows-termcap.c.
11406
11407 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11408
11409         * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
11410         (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
11411
11412 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11413
11414         * gdb/infcmd.c (print_return_value): use type_to_string to print type.
11415
11416 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11417
11418         * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
11419         bfd_canonicalize_symtab.
11420
11421 2015-02-25  John Baldwin  <jhb@FreeBSD.org>
11422
11423         * amd64fbsd-nat.c: Include sys/user.h.
11424         (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11425         instead of KERN_PS_STRINGS to locate the signal trampoline.
11426         * i386fbsd-nat.c: Include sys/user.h.
11427         (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11428         instead of KERN_PS_STRINGS to locate the signal trampoline.
11429         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
11430         (amd64fbsd_sigtramp_p): New.
11431         (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
11432         longer set default values.
11433         (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
11434         * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
11435         (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
11436         (i386fbsd_freebsd4_sigtramp_start)
11437         (i386fbsd_freebsd4_sigtramp_middle)
11438         (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
11439         (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
11440         (i386fbsd_sigtramp_p): New.
11441         (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
11442         longer set default values.
11443         (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
11444
11445 2015-02-25  John Baldwin  <jhb@freebsd.org>
11446
11447         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
11448         get_frame_register instead of frame_unwind_register_unsigned.
11449
11450 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11451
11452         PR build/18033
11453         * compile/compile-c-support.c (c_compute_program): Change // comment.
11454         * compile/compile-object-load.c (setup_sections): Change // comment.
11455
11456 2015-02-26  Joel Brobecker  <brobecker@adacore.com>
11457
11458         PR build/18033:
11459         * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11460
11461 2015-02-23  Pedro Alves  <palves@redhat.com>
11462
11463         * remote.c (skip_to_semicolon): New function.
11464         (remote_parse_stop_reply) <T stop reply>: Use it.  Don't
11465         special case the stop reasons that look like hex numbers
11466         upfront.  Instead handle real register numbers after matching
11467         all the known stop reasons.
11468
11469 2015-02-21  Doug Evans  <dje@google.com>
11470
11471         PR c++/17976, symtab/17821
11472         * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11473         is_in_anonymous.  All callers updated.
11474         (find_symbol_in_baseclass): Ditto.
11475         (cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
11476         for symbols in an anonymous namespace.
11477         * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11478         DW_AT_name directly.
11479         (dwarf2_name): Convert missing namespace name to
11480         CP_ANONYMOUS_NAMESPACE_STR.
11481
11482 2015-02-20  Pedro Alves  <palves@redhat.com>
11483
11484         * linux-nat.c (linux_handle_extended_wait): Call
11485         thread_db_notice_clone whenever a new clone LWP is detected.
11486         (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11487         functions.
11488         * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11489         (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11490         (linux_unstop_all_lwps): Declare.
11491         * linux-thread-db.c (struct thread_get_info_inout): Delete.
11492         (thread_get_info_callback): Delete.
11493         (thread_from_lwp): Use td_thr_get_info and record_thread.
11494         (thread_db_attach_lwp): Delete.
11495         (thread_db_notice_clone): New function.
11496         (try_thread_db_load_1): If /proc is mounted and shows the
11497         process'es task list, walk over all LWPs and call thread_from_lwp
11498         instead of relying on td_ta_thr_iter.
11499         (attach_thread): Don't call check_thread_signals here.  Split the
11500         tail part of the function (which adds the thread to the core GDB
11501         thread list) to ...
11502         (record_thread): ... this function.  Call check_thread_signals
11503         here.
11504         (thread_db_wait): Don't call thread_db_find_new_threads_1.  Always
11505         call thread_from_lwp.
11506         (thread_db_update_thread_list): Rename to ...
11507         (thread_db_update_thread_list_org): ... this.
11508         (thread_db_update_thread_list): New function.
11509         (thread_db_find_thread_from_tid): Delete.
11510         (thread_db_get_ada_task_ptid): Simplify.
11511         * nat/linux-procfs.c: Include <sys/stat.h>.
11512         (linux_proc_task_list_dir_exists): New function.
11513         * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11514
11515 2015-02-20  Pedro Alves  <palves@redhat.com>
11516
11517         * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11518         main LWP.  Handle the case of waitpid returning 0 if we're already
11519         attached to the LWP.  Don't set the LWP's last_resume_kind to
11520         resume_stop if we already knew about the LWP.
11521         (linux_nat_filter_event): Add debug logs.
11522
11523 2015-02-20  Pedro Alves  <palves@redhat.com>
11524
11525         * target.h (forward_target_decr_pc_after_break): Delete
11526         declaration.
11527
11528 2015-02-20  Pedro Alves  <palves@redhat.com>
11529
11530         PR threads/18006
11531         * linux-thread-db.c (thread_get_info_callback): Return early if
11532         the thread's lwp id is -1.
11533
11534 2015-02-20  Joel Brobecker  <brobecker@adacore.com>
11535
11536         GDB 7.9 released.
11537
11538 2015-02-19  Steve Ellcey  <sellcey@imgtec.com>
11539
11540         * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11541         (dtrace_get_probes) Change type of variable 'dof'.
11542
11543 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11544
11545         PR breakpoints/16812
11546         * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11547         * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11548         * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11549
11550 2015-02-19  David Taylor  <dtaylor@emc.com>
11551
11552         * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11553
11554 2015-02-18  Patrick Palka  <patrick@parcs.ath.cx>
11555
11556         * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11557         function.
11558         (tui_putc): Don't call tui_handle_resize_during_io.
11559         (tui_getc): Likewise.
11560         (tui_mld_getc): Likewise.
11561         * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11562         (tui_sigwinch_token): New static variable.
11563         (tui_initialize_win): Adjust documentation.  Set
11564         tui_sigwinch_token.
11565         (tui_async_resize_screen): New asynchronous callback.
11566         (tui_sigwinch_handler): Adjust documentation.  Asynchronously
11567         invoke tui_async_resize_screen.
11568
11569 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11570
11571         * configure: Regenerated.
11572         * configure.ac: Use GDB_AC_TRANSFORM.
11573         * Makefile.in (aclocal_m4_deps): Added transform.m4.
11574         * acinclude.m4: sinclude transform.m4.
11575         * transform.m4: New file.
11576         (GDB_AC_TRANSFORM): New macro.
11577
11578 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11579
11580         * NEWS: Announce the support for DTrace SDT probes.
11581
11582 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11583
11584         * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11585         (amd64_dtrace_parse_probe_argument): New function.
11586         (amd64_dtrace_probe_is_enabled): Likewise.
11587         (amd64_dtrace_enable_probe): Likewise.
11588         (amd64_dtrace_disable_probe): Likewise.
11589         (amd64_linux_init_abi): Register the
11590         `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11591         `gdbarch_dtrace_disable_probe' and
11592         `gdbarch_dtrace_probe_is_enabled' hooks.
11593         (amd64_dtrace_disabled_probe_sequence_1): New constant.
11594         (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11595         (amd64_dtrace_enable_probe_sequence): Likewise.
11596         (amd64_dtrace_disable_probe_sequence): Likewise.
11597
11598 2015-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11599
11600         * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11601         the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11602         * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11603         handle ELF files.
11604         * Makefile.in (SFILES): dtrace-probe.c added.
11605         * configure: Regenerate.
11606         * dtrace-probe.c: New file.
11607         (SHT_SUNW_dof): New constant.
11608         (dtrace_probe_type): New enum.
11609         (dtrace_probe_arg): New struct.
11610         (dtrace_probe_arg_s): New typedef.
11611         (struct dtrace_probe_enabler): New struct.
11612         (dtrace_probe_enabler_s): New typedef.
11613         (dtrace_probe): New struct.
11614         (dtrace_probe_is_linespec): New function.
11615         (dtrace_dof_sect_type): New enum.
11616         (dtrace_dof_dofh_ident): Likewise.
11617         (dtrace_dof_encoding): Likewise.
11618         (DTRACE_DOF_ENCODE_LSB): Likewise.
11619         (DTRACE_DOF_ENCODE_MSB): Likewise.
11620         (dtrace_dof_hdr): New struct.
11621         (dtrace_dof_sect): Likewise.
11622         (dtrace_dof_provider): Likewise.
11623         (dtrace_dof_probe): Likewise.
11624         (DOF_UINT): New macro.
11625         (DTRACE_DOF_PTR): Likewise.
11626         (DTRACE_DOF_SECT): Likewise.
11627         (dtrace_process_dof_probe): New function.
11628         (dtrace_process_dof): Likewise.
11629         (dtrace_build_arg_exprs): Likewise.
11630         (dtrace_get_arg): Likewise.
11631         (dtrace_get_probes): Likewise.
11632         (dtrace_get_probe_argument_count): Likewise.
11633         (dtrace_can_evaluate_probe_arguments): Likewise.
11634         (dtrace_evaluate_probe_argument): Likewise.
11635         (dtrace_compile_to_ax): Likewise.
11636         (dtrace_probe_destroy): Likewise.
11637         (dtrace_gen_info_probes_table_header): Likewise.
11638         (dtrace_gen_info_probes_table_values): Likewise.
11639         (dtrace_probe_is_enabled): Likewise.
11640         (dtrace_probe_ops): New variable.
11641         (info_probes_dtrace_command): New function.
11642         (_initialize_dtrace_probe): Likewise.
11643         (dtrace_type_name): Likewise.
11644
11645 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11646
11647         * gdbarch.sh (dtrace_parse_probe_argument): New.
11648         (dtrace_probe_is_enabled): Likewise.
11649         (dtrace_enable_probe): Likewise.
11650         (dtrace_disable_probe): Likewise.
11651         * gdbarch.c: Regenerate.
11652         * gdbarch.h: Regenerate.
11653
11654 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11655
11656         * stap-probe.c (stap_probe_ops): Add NULLs in the static
11657         stap_probe_ops for `enable_probe' and `disable_probe'.
11658         * probe.c (enable_probes_command): New function.
11659         (disable_probes_command): Likewise.
11660         (_initialize_probe): Define the cli commands `enable probe' and
11661         `disable probe'.
11662         (parse_probe_linespec): New function.
11663         (info_probes_for_ops): Use parse_probe_linespec.
11664         * probe.h (probe_ops): New hooks `enable_probe' and
11665         `disable_probe'.
11666
11667 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11668
11669         * probe.c (compute_probe_arg): Moved from stap-probe.c
11670         (compile_probe_arg): Likewise.
11671         (probe_funcs): Likewise.
11672         * stap-probe.c (compute_probe_arg): Moved to probe.c.
11673         (compile_probe_arg): Likewise.
11674         (probe_funcs): Likewise.
11675
11676 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11677
11678         * probe.c (print_ui_out_not_applicables): New function.
11679         (exists_probe_with_pops): Likewise.
11680         (info_probes_for_ops): Do not include column headers for probe
11681         types for which no probe has been actually found on any object.
11682         Also invoke `print_ui_out_not_applicables' in order to match the
11683         column rows with the header when probes of several types are
11684         listed.
11685         Print the "Type" column.
11686         * probe.h (probe_ops): Added a new probe operation `type_name'.
11687         * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11688         (stap_type_name): New function.
11689
11690 2015-02-17  Patrick Palka  <patrick@parcs.ath.cx>
11691
11692         * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11693         (key_is_command_char): Delete.
11694
11695 2015-02-17  Pedro Alves  <palves@redhat.com>
11696
11697         * tui/tui.c (tui_enable): Resize windows before anything
11698         might show a window.
11699
11700 2015-02-17  Max Ostapenko  <m.ostapenko@partner.samsung.com>
11701
11702         PR gdb/17984
11703         * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11704         (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11705         call.
11706         * aarch64-tdep.h (tdesc_aarch64): Declare.
11707
11708 2015-02-12  Mark Wielaard  <mjw@redhat.com>
11709
11710         * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11711
11712 2015-02-13  Doug Evans  <dje@google.com>
11713
11714         * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11715         anonymous_namespace to is_in_anonymous for consistency with the rest
11716         of the file.
11717         (cp_lookup_bare_symbol): Fix typo in comment.
11718         (cp_search_static_and_baseclasses): Ditto.
11719         (search_symbol_list): Use vertical space in comment better.
11720         (reset_directive_searched): Ditto. Fix typo.
11721         (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11722
11723 2015-02-13  Yao Qi  <yao.qi@arm.com>
11724
11725         * MAINTAINERS: Update my email address.
11726
11727 2015-02-12  Doug Evans  <dje@google.com>
11728
11729         * symtab.c (completion_list_add_name): Fix memory leak.
11730
11731 2015-02-12  Doug Evans  <dje@google.com>
11732
11733         * completer.c (complete_line): Remove incorrect comment.
11734
11735 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11736
11737         * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11738         (py_print_frame): Use RETURN_MASK_ERROR.
11739
11740 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11741
11742         * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11743         function comment.  Wrap all function that can throw in cleanups.
11744         (gdbpy_apply_frame_filter): Wrap all function that can throw in
11745         cleanups.
11746
11747 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11748
11749         * python/py-framefilter.c (py_print_frame): Substitute goto error.
11750         Remove the error label.
11751
11752 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11753
11754         * python/py-framefilter.c (py_print_frame): Put conditional code paths
11755         with goto first, indent the former else codepath left.  Put variable
11756         'elided' to a new inner block.
11757
11758 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11759
11760         * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11761
11762 2015-02-11  Pedro Alves  <palves@redhat.com>
11763
11764         * xcoffread.c (within_function): Delete.
11765
11766 2015-02-11  Tom Tromey  <tromey@redhat.com>
11767             Pedro Alves <palves@redhat.com>
11768
11769         * breakpoint.c (base_breakpoint_ops): Delete.
11770         * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11771         * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11772         * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11773         * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11774         * python/py-arch.c (arch_object_type): Make extern.
11775         * python/py-block.c (block_syms_iterator_object_type): Make extern.
11776         * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11777         * python/py-cmd.c (cmdpy_object_type): Make extern.
11778         * python/py-continueevent.c (continue_event_object_type)
11779         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11780         parameter.  Update all callers.
11781         * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11782         * python/py-exitedevent.c (exited_event_object_type): Make extern.
11783         * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11784         * python/py-function.c (fnpy_object_type): Make extern.
11785         * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11786         * python/py-infevents.c (call_pre_event_object_type)
11787         (inferior_call_post_event_object_type).
11788         (memory_changed_event_object_type): Make extern.
11789         * python/py-infthread.c (thread_object_type): Make extern.
11790         * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11791         * python/py-linetable.c (linetable_entry_object_type)
11792         (linetable_object_type, ltpy_iterator_object_type): Make extern.
11793         * python/py-newobjfileevent.c (new_objfile_event_object_type)
11794         (clear_objfiles_event_object_type): Make extern.
11795         * python/py-objfile.c (objfile_object_type): Make extern.
11796         * python/py-param.c (parmpy_object_type): Make extern.
11797         * python/py-progspace.c (pspace_object_type): Make extern.
11798         * python/py-signalevent.c (signal_event_object_type): Make extern.
11799         * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11800         * python/py-type.c (type_object_type, field_object_type)
11801         (type_iterator_object_type): Make extern.
11802         * python/python.c (python_extension_script_ops)
11803         (python_extension_ops): Make extern.
11804         * stap-probe.c (stap_probe_ops): Make extern.
11805
11806 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11807
11808         * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11809         because the event thread is not the current thread.
11810
11811 2015-02-11  Doug Evans  <xdje42@gmail.com>
11812
11813         * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11814         been initialized yet, return NULL.
11815
11816 2015-02-11  Doug Evans  <dje@google.com>
11817
11818         * symfile.h (new_symfile_objfile): Delete.
11819         * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11820         All callers updated.
11821
11822 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11823
11824         * tui/tui-io.c (tui_handle_resize_during_io): Call
11825         tui_update_gdb_sizes() after resizing the screen.
11826         * tui/tui.c (tui_enable): Resize the terminal before
11827         calling tui_update_gdb_sizes().
11828
11829 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11830
11831         * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11832         line before printing a newline.
11833
11834 2015-02-11  Mark Wielaard  <mjw@redhat.com>
11835
11836         * utils.c (producer_is_gcc): Return true or false.
11837
11838 2015-02-10  Mark Wielaard  <mjw@redhat.com>
11839
11840         * utils.h (producer_is_gcc): Change return type to bool. Add major
11841         argument.
11842         * utils.c (producer_is_gcc): Likewise.
11843         (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11844         * dwarf2read.c (check_producer): Likewise.
11845
11846 2015-02-10  Pedro Alves  <palves@redhat.com>
11847
11848         * infrun.c (displaced_step_fixup): Switch to the event thread
11849         before calling gdbarch_displaced_step_fixup.
11850
11851 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11852
11853         * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11854
11855 2015-02-10  Simon Marchi  <simon.marchi@ericsson.com>
11856
11857         * ada-varobj.c (ada_name_of_child): Constify parent.
11858         (ada_path_expr_of_child): Same.
11859         (ada_value_of_child): Same.
11860         (ada_type_of_child): Same.
11861         * c-varobj.c (c_is_path_expr_parent): Same.
11862         (c_describe_child): Same.
11863         (c_name_of_child): Same.
11864         (c_value_of_child): Same.
11865         (c_type_of_child): Same.
11866         (cplus_number_of_children): Same.
11867         (cplus_describe_child): Constify var.
11868         (cplus_name_of_child): Constify parent.
11869         (cplus_value_of_child): Same.
11870         (cplus_type_of_child): Same.
11871         * jv-varobj.c (java_name_of_child): Same.
11872         (java_value_of_child): Same.
11873         (java_type_of_child): Same.
11874         * varobj.c (value_of_child): Same.
11875         (varobj_default_is_path_expr_parent): Constify var, parent and return
11876         value.
11877         (varobj_get_path_expr): Constify var, modify path_expr through
11878         mutable_var.
11879         (install_new_value): Constify parent.
11880         (value_of_child): Constify parent.
11881         * varobj.h (struct varobj): Constify parent.
11882         (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11883         type_of_child.
11884         (varobj_get_path_expr): Constify var.
11885         (varobj_get_path_expr_parent): Constify var and return value.
11886
11887 2015-02-10  Luis Machado  <lgustavo@codesourcery.com>
11888
11889         * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11890         (arm_prologue_this_id): Move PC and SP limit checks to
11891         arm_prologue_unwind_stop_reason.
11892         (arm_prologue_unwind) <stop_reason> : Set to
11893         arm_prologue_unwind_stop_reason.
11894
11895 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11896
11897         * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11898         DW_LANG_Fortran08 as language_fortran.
11899
11900 2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>
11901
11902         PR remote/17946
11903         * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11904         of pointer against char.
11905
11906 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11907
11908         * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11909         (c_type_print_modifier): Likewise.
11910         * dwarf2read.c (read_tag_atomic_type): New function.
11911         (read_type_die_1): Handle DW_TAG_atomic_type.
11912         * gdbtypes.c (make_atomic_type): New function.
11913         (recursive_dump_type): Handle TYPE_ATOMIC.
11914         * gdbtypes.h (enum type_flag_values): Renumber.
11915         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11916         (TYPE_ATOMIC): New macro.
11917         (make_atomic_type): Declare.
11918
11919 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11920
11921         * btrace.c (ftrace_find_call): Skip gaps.
11922         (ftrace_new_function): Initialize level.
11923         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11924         (ftrace_new_switch): Update
11925         level computation.
11926         (ftrace_new_gap): New.
11927         (ftrace_update_function): Create new function after gap.
11928         (btrace_compute_ftrace_bts): Create gap on error.
11929         (btrace_stitch_bts): Update parameters.  Clear trace if it
11930         becomes empty.
11931         (btrace_stitch_trace): Update parameters.  Update callers.
11932         (btrace_clear): Reset the number of gaps.
11933         (btrace_insn_get): Return NULL if the iterator points to a gap.
11934         (btrace_insn_number): Return zero if the iterator points to a gap.
11935         (btrace_insn_end): Allow gaps at the end.
11936         (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11937         (btrace_find_insn_by_number): Assert that the found iterator does
11938         not point to a gap.
11939         (btrace_call_next, btrace_call_prev): Assert that the last function
11940         is not a gap.
11941         * btrace.h (btrace_bts_error): New.
11942         (btrace_function): Update comment.
11943         (btrace_function) <insn, insn_offset, number>: Update comment.
11944         (btrace_function) <errcode>: New.
11945         (btrace_thread_info) <ngaps>: New.
11946         (btrace_thread_info) <replay>: Update comment.
11947         (btrace_insn_get): Update comment.
11948         * record-btrace.c (btrace_ui_out_decode_error): New.
11949         (record_btrace_info): Print number of gaps.
11950         (btrace_insn_history, btrace_call_history): Call
11951         btrace_ui_out_decode_error for gaps.
11952         (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11953
11954 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11955
11956         * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11957         * nat/linux-btrace.c: (btrace_this_cpu): New.
11958         (cpu_supports_bts): Call btrace_this_cpu.
11959         (intel_supports_bts): Add cpu parameter.
11960
11961 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11962
11963         * btrace.h (btrace_insn_class): New.
11964         (btrace_insn) <size, iclass>: New.
11965         * btrace.c (ftrace_find_call): Update parameters.  Update users.
11966         Use instruction classification.
11967         (ftrace_new_return): Update parameters.  Update users.
11968         (ftrace_update_function): Update parameters.  Update users.  Use
11969         instruction classification.
11970         (ftrace_update_insns): Update parameters.  Update users.
11971         (ftrace_classify_insn): New.
11972         (btrace_compute_ftrace_bts): Fill in new btrace_insn fields.  Add
11973         TRY_CATCH around call to gdb_insn_length.
11974
11975 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11976
11977         * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11978         Update parameters.  Update users.
11979
11980 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11981
11982         * btrace.c (parse_xml_btrace_conf_bts): Add size.
11983         (btrace_conf_bts_attributes): New.
11984         (btrace_conf_children): Add attributes.
11985         * common/btrace-common.h (btrace_config_bts): New.
11986         (btrace_config)<bts>: New.
11987         (btrace_config): Update comment.
11988         * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11989         Use config.
11990         * features/btrace-conf.dtd: Increment version.  Add size
11991         attribute to bts element.
11992         * record-btrace.c (set_record_btrace_bts_cmdlist,
11993         show_record_btrace_bts_cmdlist): New.
11994         (record_btrace_adjust_size, record_btrace_print_bts_conf,
11995         record_btrace_print_conf, cmd_set_record_btrace_bts,
11996         cmd_show_record_btrace_bts): New.
11997         (record_btrace_info): Call record_btrace_print_conf.
11998         (_initialize_record_btrace): Add commands.
11999         * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
12000         (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
12001         (btrace_sync_conf): Synchronize bts size.
12002         (_initialize_remote): Add Qbtrace-conf:bts:size packet.
12003         * NEWS: Announce new commands and new packets.
12004
12005 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12006
12007         * Makefile.in (XMLFILES): Add btrace-conf.dtd.
12008         * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
12009         (x86_linux_btrace_conf): New.
12010         (x86_linux_create_target): Initialize to_btrace_conf.
12011         * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
12012         Check format.  Split into this and ...
12013         (linux_enable_bts): ... this.
12014         (linux_btrace_conf): New.
12015         (perf_event_skip_record): Renamed into ...
12016         (perf_event_skip_bts_record): ... this.  Updated users.
12017         (linux_disable_btrace): Split into this and ...
12018         (linux_disable_bts): ... this.
12019         (linux_read_btrace): Check format.
12020         * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
12021         (linux_btrace_conf): New.
12022         (btrace_target_info)<ptid>: Moved.
12023         (btrace_target_info)<conf>: New.
12024         (btrace_target_info): Split into this and ...
12025         (btrace_tinfo_bts): ... this.  Updated users.
12026         * btrace.c (btrace_enable): Update parameters.
12027         (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
12028         (btrace_conf_children, btrace_conf_attributes)
12029         (btrace_conf_elements): New.
12030         * btrace.h (btrace_enable): Update parameters.
12031         (btrace_conf, parse_xml_btrace_conf): New.
12032         * common/btrace-common.h (btrace_config): New.
12033         * feature/btrace-conf.dtd: New.
12034         * record-btrace.c (record_btrace_conf): New.
12035         (record_btrace_cmdlist): New.
12036         (record_btrace_enable_warn, record_btrace_open): Pass
12037         &record_btrace_conf.
12038         (record_btrace_info): Print recording format.
12039         (cmd_record_btrace_bts_start): New.
12040         (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
12041         (_initialize_record_btrace): Add "record btrace bts" subcommand.
12042         Add "record bts" alias command.
12043         * remote.c (remote_state)<btrace_config>: New.
12044         (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
12045         (remote_protocol_features): Add qXfer:btrace-conf:read.
12046         (remote_open_1): Call remote_btrace_reset.
12047         (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
12048         (btrace_target_info)<conf>: New.
12049         (btrace_sync_conf, btrace_read_config): New.
12050         (remote_enable_btrace): Update parameters.  Call btrace_sync_conf and
12051         btrace_read_conf.
12052         (remote_btrace_conf): New.
12053         (init_remote_ops): Initialize to_btrace_conf.
12054         (_initialize_remote): Add qXfer:btrace-conf packet.
12055         * target.c (target_enable_btrace): Update parameters.
12056         (target_btrace_conf): New.
12057         * target.h (target_enable_btrace): Update parameters.
12058         (target_btrace_conf): New.
12059         (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
12060         (target_ops)<to_enable_btrace>: Update parameters and comment.
12061         (target_ops)<to_btrace_conf>: New.
12062         * target-delegates: Regenerate.
12063         * target-debug.h (target_debug_print_const_struct_btrace_config_p)
12064         (target_debug_print_const_struct_btrace_target_info_p): New.
12065         * NEWS: Announce new command and new packet.
12066
12067 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12068
12069         * nat/linux-btrace.h (perf_event_buffer): New.
12070         (btrace_target_info) <buffer, size, data_head>: Replace with ...
12071         <bts>: ... this.
12072         * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
12073         (perf_event_buffer_size, perf_event_buffer_begin)
12074         (perf_event_buffer_end, linux_btrace_has_changed): Removed.
12075         Updated users.
12076         (perf_event_new_data): New.
12077
12078 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12079
12080         * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
12081         * record-btrace.c (record_btrace_open): Remove call to
12082         target_supports_btrace.
12083         * remote.c (remote_supports_btrace): Update parameters.
12084         * target.c (target_supports_btrace): Update parameters.
12085         * target.h (to_supports_btrace, target_supports_btrace): Update
12086         parameters.
12087         * target-delegates.c: Regenerate.
12088         * target-debug.h (target_debug_print_enum_btrace_format): New.
12089         * nat/linux-btrace.c
12090         (kernel_supports_btrace): Rename into ...
12091         (kernel_supports_bts): ... this.  Update users.  Update warning text.
12092         (intel_supports_btrace): Rename into ...
12093         (intel_supports_bts): ... this.  Update users.
12094         (cpu_supports_btrace): Rename into ...
12095         (cpu_supports_bts): ... this.  Update users.
12096         (linux_supports_btrace): Update parameters.  Split into this and ...
12097         (linux_supports_bts): ... this.
12098         * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
12099
12100 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
12101
12102         * Makefile.in (SFILES): Add common/btrace-common.c.
12103         (COMMON_OBS): Add common/btrace-common.o.
12104         (btrace-common.o): Add build rules.
12105         * btrace.c (parse_xml_btrace): Update parameters.
12106         (parse_xml_btrace_block): Set format field.
12107         (btrace_add_pc, btrace_fetch): Use struct btrace_data.
12108         (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
12109         (btrace_compute_ftrace): Split into this and...
12110         (btrace_compute_ftrace_bts): ...this.
12111         (btrace_stitch_trace): Split into this and...
12112         (btrace_stitch_bts): ...this.
12113         * btrace.h (parse_xml_btrace): Update parameters.
12114         (make_cleanup_btrace_data): New.
12115         * common/btrace-common.c: New.
12116         * common/btrace-common.h: Include common-defs.h.
12117         (btrace_block_s): Update comment.
12118         (btrace_format): New.
12119         (btrace_format_string): New.
12120         (btrace_data_bts): New.
12121         (btrace_data): New.
12122         (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
12123         * remote.c (remote_read_btrace): Update parameters.
12124         * target.c (target_read_btrace): Update parameters.
12125         * target.h (target_read_btrace): Update parameters.
12126         (target_ops)<to_read_btrace>: Update parameters.
12127         * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
12128         * target-delegates.c: Regenerate.
12129         * target-debug (target_debug_print_struct_btrace_data_p): New.
12130         * nat/linux-btrace.c (linux_read_btrace): Split into this and...
12131         (linux_read_bts): ...this.
12132         * nat/linux-btrace.h (linux_read_btrace): Update parameters.
12133
12134 2015-02-06  Doug Evans  <dje@google.com>
12135
12136         * remote-m32r-sdi.c: Include symfile.h.
12137
12138 2015-02-06  Doug Evans  <dje@google.com>
12139
12140         * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
12141         * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
12142         to here.
12143
12144 2015-02-06  Pedro Alves  <palves@redhat.com>
12145
12146         * linux-thread-db.c (find_new_threads_callback): Add debug output.
12147
12148 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
12149
12150         PR gdb/15678
12151         * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
12152         (enable_count_command): Check args for NULL value.
12153
12154 2015-02-05  Doug Evans  <xdje42@gmail.com>
12155
12156         * guile/scm-frame.c: Fix spelling errors in a comment.
12157
12158 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
12159
12160         * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
12161         * python/py-value.c (valpy_fetch_lazy): Use it.  Remove cast to the
12162         return type.
12163
12164 2015-02-04  Pedro Alves  <palves@redhat.com>
12165
12166         * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
12167         (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
12168         returns true.
12169         (resume_stopped_resumed_lwps): Don't check whether the thread is
12170         marked as executing.
12171         (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
12172
12173 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12174
12175         * regset.h (struct regset): Add flags field.
12176         (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
12177         * corelow.c (get_core_register_section): Add warning if the size
12178         exceeds the requested size and the regset does not have the
12179         REGSET_VARIABLE_SIZE flag set.
12180         * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
12181         flag.
12182         * armbsd-tdep.c (armbsd_gregset): Likewise.
12183         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
12184         * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
12185         * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
12186         * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
12187
12188 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12189
12190         * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
12191         For ".reg-xstate", explicitly specify the requested section size
12192         via X86_XSTATE_SIZE instead of just 0 on input and
12193         X86_XSTATE_MAX_SIZE on output.
12194         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
12195         Likewise.
12196
12197 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12198
12199         PR corefiles/17808:
12200         * gdbarch.sh (iterate_over_regset_sections_cb): Document this
12201         function type, particularly its SIZE parameter.
12202         * gdbarch.h: Regenerate.
12203         * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
12204         actual against required size using ">=" instead of "==".
12205         (amd64_collect_fpregset): Likewise.
12206         * i386-tdep.c (i386_supply_gregset): Likewise.
12207         (i386_collect_gregset): Likewise.
12208         (i386_supply_fpregset): Likewise.
12209         (i386_collect_fpregset): Likewise.
12210         * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
12211         (mips_fill_gregset_wrapper): Likewise.
12212         (mips_supply_fpregset_wrapper): Likewise.
12213         (mips_fill_fpregset_wrapper): Likewise.
12214         (mips64_supply_gregset_wrapper): Likewise.
12215         (mips64_fill_gregset_wrapper): Likewise.
12216         (mips64_supply_fpregset_wrapper): Likewise.
12217         (mips64_fill_fpregset_wrapper): Likewise.
12218         * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
12219         (am33_supply_fpregset_method): Likewise.
12220         (am33_collect_gregset_method): Likewise.
12221         (am33_collect_fpregset_method): Likewise.
12222
12223 2015-02-04  Doug Evans  <dje@google.com>
12224             Pedro Alves  <palves@redhat.com>
12225             Eli Zaretskii  <eliz@gnu.org>
12226
12227         PR tui/17810
12228         * tui/tui-command.c (tui_refresh_cmd_win): New function.
12229         * tui/tui-command.c (tui_refresh_cmd_win): Declare.
12230         * tui/tui-file.c: #include tui/tui-command.h.
12231         (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
12232         (tui_file_flush): Refresh command window if stream is gdb_stdout.
12233         * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
12234
12235 2015-02-04  Pedro Alves  <palves@redhat.com>
12236
12237         Fix build breakage.
12238         * event-loop.c (gdb_do_one_event): Add default switch case.
12239
12240 2015-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
12241
12242         Filter out inferior gcc option -fpreprocessed.
12243         * compile/compile.c (filter_args): New function.
12244         (get_args): Use it.
12245
12246 2015-02-03  Pedro Alves  <palves@redhat.com>
12247
12248         * event-loop.c: Don't declare nor define a queue type for
12249         gdb_event_p.
12250         (event_queue): Delete.
12251         (create_event, create_file_event, gdb_event_xfree)
12252         (initialize_event_loop, process_event): Delete.
12253         (gdb_do_one_event): Return as soon as one event is handled.
12254         (handle_file_event): Change prototype.  Used the passed in
12255         file_handler pointer and ready_mask instead of looping over all
12256         file handlers.
12257         (gdb_wait_for_event): Update the poll/select timeouts before
12258         blocking.  Run event handlers directly instead of queueing events.
12259         Return as soon as one event is handled.
12260         (struct async_event_handler_data): Delete.
12261         (invoke_async_event_handler): Delete.
12262         (check_async_event_handlers): Change return type to int.  Run
12263         event handlers directly instead of queueing events.  Return as
12264         soon as one event is handled.
12265         (handle_timer_event): Delete.
12266         (update_wait_timeout): New function, factored out from
12267         poll_timers.
12268         (poll_timers): Reimplement.
12269         * event-loop.h (initialize_event_loop): Delete declaration.
12270         * top.c (gdb_init): Don't call initialize_event_loop.
12271
12272 2015-02-03  Pedro Alves  <palves@redhat.com>
12273
12274         * event-loop.c (clear_async_event_handler): New function.
12275         * event-loop.h (clear_async_event_handler): New declaration.
12276         * record-btrace.c (record_btrace_async): New function.
12277         (init_record_btrace_ops): Install record_btrace_async.
12278         * record-full.c (record_full_async): New function.
12279         (record_full_resume): Don't mark the async event source here.
12280         (init_record_full_ops): Install record_full_async.
12281         (record_full_core_resume): Don't mark the async event source here.
12282         (init_record_full_core_ops): Install record_full_async.
12283         * remote.c (remote_async): Mark and clear the async stop reply
12284         queue event-loop token as appropriate.
12285
12286 2015-02-03  Pedro Alves  <palves@redhat.com>
12287
12288         * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
12289         target_is_async_p instead of target_can_async.
12290         (linux_nat_wait): Use target_is_async_p instead of
12291         target_can_async.  Don't enable async here.
12292         * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
12293         target_is_async_p instead of target_can_async.
12294
12295 2015-02-02  Simon Marchi  <simon.marchi@ericsson.com>
12296
12297         * varobj.h (lang_varobj_ops): Mention which return values need
12298         to be freed.
12299
12300 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12301
12302         * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
12303
12304 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12305
12306         PR gdb/17856:
12307         * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
12308         results found in the cache.
12309
12310 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12311
12312         PR gdb/17854:
12313         * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
12314         when allocating a new one.
12315
12316 2015-02-01  Tom Tromey  <tom@tromey.com>
12317
12318         * MAINTAINERS: Remove myself.
12319
12320 2015-01-31  Doug Evans  <xdje42@gmail.com>
12321
12322         * dwarf2read.c (process_structure_scope): Update setting of
12323         TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
12324         * gdbtypes.c (internal_type_vptr_fieldno): New function.
12325         (set_type_vptr_fieldno): New function.
12326         (internal_type_vptr_basetype): New function.
12327         (set_type_vptr_basetype): New function.
12328         (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
12329         TYPE_VPTR_BASETYPE.
12330         (allocate_cplus_struct_type): Initialize vptr_fieldno.
12331         (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
12332         (print_cplus_stuff): ... moved here.
12333         (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
12334         * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
12335         moved to ...
12336         (struct cplus_struct_type): ... here.  All uses updated.
12337         (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
12338         (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
12339         (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
12340         * stabsread.c (read_tilde_fields): Update setting of
12341         TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
12342
12343 2015-01-31  Doug Evans  <xdje42@gmail.com>
12344
12345         * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
12346         to self_p.
12347         (cp_print_class_member): Rename local domain to self_type.
12348         * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
12349         domain_type to self_type.
12350         (set_die_type) <need_gnat_info>: Handle
12351         TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
12352         * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
12353         TYPE_SPECIFIC_SELF_TYPE.
12354         * gdbtypes.c (internal_type_self_type): New function.
12355         (set_type_self_type): New function.
12356         (smash_to_memberptr_type): Rename parameter domain to self_type.
12357         Update setting of TYPE_SELF_TYPE.
12358         (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
12359         (smash_to_method_type): Rename parameter domain to self_type.
12360         Update setting of TYPE_SELF_TYPE.
12361         (check_stub_method): Call smash_to_method_type.
12362         (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
12363         (copy_type_recursive): Ditto.
12364         * gdbtypes.h (enum type_specific_kind): New value
12365         TYPE_SPECIFIC_SELF_TYPE.
12366         (struct main_type) <type_specific>: New member self_type.
12367         (struct cplus_struct_type) <fn_field.type>: Update comment.
12368         (TYPE_SELF_TYPE): Rewrite.
12369         (internal_type_self_type, set_type_self_type): Declare.
12370         * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
12371         self_type.
12372         (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
12373         * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
12374         TYPE_TARGET_TYPE.
12375         * stabsread.c (read_member_functions): Mark methods with
12376         TYPE_CODE_METHOD, not TYPE_CODE_FUNC.  Update setting of
12377         TYPE_SELF_TYPE.
12378
12379 2015-01-31  Doug Evans  <xdje42@gmail.com>
12380
12381         * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
12382         All uses updated.
12383
12384 2015-01-31  Doug Evans  <xdje42@gmail.com>
12385
12386         * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
12387         or unions.  Return zero if union.
12388         (gnuv3_get_vtable): Call check_typedef.  Assert only passed structs.
12389         (gnuv3_rtti_type): Pass already-check_typedef'd value to
12390         gnuv3_get_vtable.
12391         (compute_vtable_size): Assert only passed structs.
12392         (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
12393
12394 2015-01-31  Doug Evans  <xdje42@gmail.com>
12395
12396         * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
12397         kinds.
12398
12399 2015-01-31  Gary Benson <gbenson@redhat.com>
12400             Doug Evans  <dje@google.com>
12401
12402         PR cli/9007
12403         PR cli/11920
12404         PR cli/15548
12405         * cli/cli-cmds.c (complete_command): Notify user if max-completions
12406         reached.
12407         * common/common-exceptions.h (enum errors)
12408         <MAX_COMPLETIONS_REACHED_ERROR>: New value.
12409         * completer.h (get_max_completions_reached_message): New declaration.
12410         (max_completions): Likewise.
12411         (completion_tracker_t): New typedef.
12412         (new_completion_tracker): New declaration.
12413         (make_cleanup_free_completion_tracker): Likewise.
12414         (maybe_add_completion_enum): New enum.
12415         (maybe_add_completion): New declaration.
12416         (throw_max_completions_reached_error): Likewise.
12417         * completer.c (max_completions): New global variable.
12418         (new_completion_tracker): New function.
12419         (free_completion_tracker): Likewise.
12420         (make_cleanup_free_completion_tracker): Likewise.
12421         (maybe_add_completions): Likewise.
12422         (throw_max_completions_reached_error): Likewise.
12423         (complete_line): Remove duplicates and limit result to max_completions
12424         entries.
12425         (get_max_completions_reached_message): New function.
12426         (gdb_display_match_list): Handle max_completions.
12427         (_initialize_completer): New declaration and function.
12428         * symtab.c: Include completer.h.
12429         (completion_tracker): New static variable.
12430         (completion_list_add_name): Call maybe_add_completion.
12431         (default_make_symbol_completion_list_break_on_1): Renamed from
12432         default_make_symbol_completion_list_break_on.  Maintain
12433         completion_tracker across calls to completion_list_add_name.
12434         (default_make_symbol_completion_list_break_on): New function.
12435         * top.c (init_main): Set rl_completion_display_matches_hook.
12436         * tui/tui-io.c: Include completer.h.
12437         (tui_old_rl_display_matches_hook): New static global.
12438         (tui_rl_display_match_list): Notify user if max-completions reached.
12439         (tui_setup_io): Save/restore rl_completion_display_matches_hook.
12440         * NEWS (New Options): Mention set/show max-completions.
12441
12442 2015-01-31  Gary Benson  <gbenson@redhat.com>
12443
12444         * symtab.c (struct add_name_data) <code>: New field.
12445         Updated comments.
12446         (add_symtab_completions): New function.
12447         (symtab_expansion_callback): Likewise.
12448         (default_make_symbol_completion_list_break_on): Set datum.code.
12449         Move minimal symbol scan before calling expand_symtabs_matching.
12450         Scan known primary symtabs for externs and statics before calling
12451         expand_symtabs_matching.  Pass symtab_expansion_callback as
12452         expansion_notify argument to expand_symtabs_matching.  Do not scan
12453         primary symtabs for externs and statics after calling
12454         expand_symtabs_matching.
12455
12456 2015-01-31  Gary Benson  <gbenson@redhat.com>
12457
12458         * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12459         (struct quick_symbol_functions) <expand_symtabs_matching>:
12460         New argument expansion_notify.  All uses updated.
12461         (expand_symtabs_matching): New argument expansion_notify.
12462         All uses updated.
12463         * symfile-debug.c (debug_qf_expand_symtabs_matching):
12464         Also print expansion notify.
12465         * symtab.c (expand_symtabs_matching_via_partial): Call
12466         expansion_notify whenever a partial symbol table is expanded.
12467         * dwarf2read.c (dw2_expand_symtabs_matching): Call
12468         expansion_notify whenever a symbol table is instantiated.
12469
12470 2015-01-31  Doug Evans  <xdje42@gmail.com>
12471
12472         * cli-out.c: #include completer.h, readline/readline.h.
12473         (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12474         (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12475         (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12476         * cli-out.h (cli_display_match_list): Declare.
12477         * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12478         (ELLIPSIS_LEN): Ditto.
12479         (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12480         (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12481         (gdb_fnprint, gdb_print_filename): Ditto.
12482         (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12483         (gdb_display_match_list): Ditto.
12484         * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12485         (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12486         (mld_beep_ftype, mld_read_key_ftype): Ditto.
12487         (match_list_displayer): New struct.
12488         (gdb_display_match_list): Declare.
12489         * top.c (init_main): Set rl_completion_display_matches_hook.
12490         * tui/tui-io.c: #include completer.h.
12491         (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12492         (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12493         (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12494         (tui_mld_getc, tui_mld_read_key): Ditto.
12495         (tui_rl_display_match_list): Rewrite.
12496         (tui_handle_resize_during_io): New arg for_completion.  All callers
12497         updated.
12498
12499 2015-01-31  Doug Evans  <xdje42@gmail.com>
12500
12501         Add symbol lookup cache.
12502         * NEWS: Document new options and commands.
12503         * symtab.c (symbol_cache_key): New static global.
12504         (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12505         (SYMBOL_LOOKUP_FAILED): New macro.
12506         (symbol_cache_slot_state): New enum.
12507         (block_symbol_cache): New struct.
12508         (symbol_cache): New struct.
12509         (new_symbol_cache_size, symbol_cache_size): New static globals.
12510         (hash_symbol_entry, eq_symbol_entry): New functions.
12511         (symbol_cache_byte_size, resize_symbol_cache): New functions.
12512         (make_symbol_cache, free_symbol_cache): New functions.
12513         (get_symbol_cache, symbol_cache_cleanup): New function.
12514         (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12515         (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12516         (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12517         (symbol_cache_flush, symbol_cache_dump): New functions.
12518         (maintenance_print_symbol_cache): New function.
12519         (maintenance_flush_symbol_cache): New function.
12520         (symbol_cache_stats): New function.
12521         (maintenance_print_symbol_cache_statistics): New function.
12522         (symtab_new_objfile_observer): New function.
12523         (symtab_free_objfile_observer): New function.
12524         (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12525         (_initialize_symtab): Init symbol_cache_key.  New parameter
12526         maint symbol-cache-size.  New maint commands print symbol-cache,
12527         print symbol-cache-statistics, flush-symbol-cache.
12528         Install new_objfile, free_objfile observers.
12529
12530 2015-01-31  Joel Brobecker  <brobecker@adacore.com>
12531
12532         PR symtab/17855
12533         * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12534         to end.
12535
12536 2015-01-31  Doug Evans  <xdje42@gmail.com>
12537
12538         * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12539         * auto-load.c: #include ctype.h.
12540         (struct auto_load_pspace_info): Replace member loaded_scripts with
12541         new members loaded_script_files, loaded_script_texts.
12542         (auto_load_pspace_data_cleanup): Update.
12543         (init_loaded_scripts_info): Update.
12544         (get_auto_load_pspace_data_for_loading): Update.
12545         (maybe_add_script_file): Renamed from maybe_add_script.  All callers
12546         updated.
12547         (maybe_add_script_text): New function.
12548         (clear_section_scripts): Update.
12549         (source_script_file, execute_script_contents): New functions.
12550         (source_section_scripts): Add support for
12551         SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12552         (print_scripts): New function.
12553         (auto_load_info_scripts): Also print inlined scripts.
12554         (maybe_print_unsupported_script_warning): Renamed from
12555         unsupported_script_warning_print.  All callers updated.
12556         (maybe_print_script_not_found_warning): Renamed from
12557         script_not_found_warning_print.  All callers updated.
12558         * extension-priv.h (struct extension_language_script_ops): New member
12559         objfile_script_executor.
12560         * extension.c (ext_lang_objfile_script_executor): New function.
12561         * extension.h (objfile_script_executor_func): New typedef.
12562         (ext_lang_objfile_script_executor): Declare.
12563         * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12564         * guile/guile.c (guile_extension_script_ops): Update.
12565         * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12566         * python/python.c (python_extension_script_ops): Update.
12567         (gdbpy_execute_objfile_script): New function.
12568
12569 2015-01-31  Eli Zaretskii  <eliz@gnu.org>
12570
12571         * tui/tui-io.c (tui_expand_tabs): New function.
12572         (tui_puts, tui_redisplay_readline): Expand TABs into the
12573         appropriate number of spaces.
12574         * tui/tui-regs.c: Include tui-io.h.
12575         (tui_register_format): Call tui_expand_tabs to expand TABs into
12576         the appropriate number of spaces.
12577         * tui/tui-io.h: Add prototype for tui_expand_tabs.
12578
12579 2015-01-30  Doug Evans  <dje@google.com>
12580
12581         * NEWS: "info source" command now display producer string if present.
12582         * source.c (source_info): Print producer string if present.
12583
12584 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12585
12586         * varobj.c (varobj_delete): Fix comment.
12587
12588 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12589
12590         * varobj.c (create_child): Modify comment.
12591
12592 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12593
12594         * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12595         parameter.
12596         (ada_name_of_variable): Same.
12597         (ada_path_expr_of_child): Same.
12598         (ada_value_of_variable): Same.
12599         (ada_value_is_changeable_p): Same.
12600         (ada_value_has_mutated): Same.
12601         * c-varobj.c (varobj_is_anonymous_child): Same.
12602         (c_is_path_expr_parent): Same.
12603         (c_number_of_children): Same.
12604         (c_name_of_variable): Same.
12605         (c_path_expr_of_child): Same.
12606         (get_type): Same.
12607         (c_value_of_variable): Same.
12608         (cplus_number_of_children): Same.
12609         (cplus_name_of_variable): Same.
12610         (cplus_path_expr_of_child): Same.
12611         (cplus_value_of_variable): Same.
12612         * jv-varobj.c (java_number_of_children): Same.
12613         (java_name_of_variable): Same.
12614         (java_path_expr_of_child): Same.
12615         (java_value_of_variable): Same.
12616         * varobj.c (number_of_children): Same.
12617         (name_of_variable): Same.
12618         (is_root_p): Same.
12619         (varobj_ensure_python_env): Same.
12620         (varobj_get_objname): Same.
12621         (varobj_get_expression): Same.
12622         (varobj_get_display_format): Same.
12623         (varobj_get_display_hint): Same.
12624         (varobj_has_more): Same.
12625         (varobj_get_thread_id): Same.
12626         (varobj_get_frozen): Same.
12627         (dynamic_varobj_has_child_method): Same.
12628         (varobj_get_gdb_type): Same.
12629         (is_path_expr_parent): Same.
12630         (varobj_default_is_path_expr_parent): Same.
12631         (varobj_get_language): Same.
12632         (varobj_get_attributes): Same.
12633         (varobj_is_dynamic_p): Same.
12634         (varobj_get_child_range): Same.
12635         (varobj_value_has_mutated): Same.
12636         (varobj_get_value_type): Same.
12637         (number_of_children): Same.
12638         (name_of_variable): Same.
12639         (check_scope): Same.
12640         (varobj_editable_p): Same.
12641         (varobj_value_is_changeable_p): Same.
12642         (varobj_floating_p): Same.
12643         (varobj_default_value_is_changeable_p): Same.
12644
12645 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12646
12647         * varobj.c (varobj_get_path_expr): Set var->path_expr.
12648         * c-varobj.c (c_path_expr_of_child): Set local var instead of
12649         child->path_expr.
12650         (cplus_path_expr_of_child): Same.
12651
12652 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12653
12654         * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12655         result.
12656         (mi_cmd_var_info_expression): Same.
12657         * varobj.c (varobj_get_expression): Mention in the comment that
12658         the result must by freed by the caller.
12659
12660 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12661
12662         * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12663         varobj_get_type.
12664         (varobj_update_one): Same.
12665         * varobj.c (update_type_if_necessary): Free curr_type_str and
12666         new_type_str.
12667         (varobj_get_type): Specify in comment that the result needs to be
12668         freed by the caller.
12669
12670 2015-01-29  Doug Evans  <dje@google.com>
12671
12672         PR symtab/17890
12673         * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12674
12675 2015-01-25  Mark Wielaard  <mjw@redhat.com>
12676
12677         * dwarf2read.c (checkproducer): Call producer_is_gcc.
12678         * utils.c (producer_is_gcc_ge_4): Likewise.
12679         (producer_is_gcc): New function.
12680         * utils.h (producer_is_gcc): New declaration.
12681
12682 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12683
12684         * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12685         kind.
12686         * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12687         parameter by "addr_stack" parameter.
12688         (resolve_dynamic_range): Replace "addr" parameter by
12689         "stack_addr" parameter.  Update function documentation.
12690         Update code accordingly.
12691         (resolve_dynamic_array, resolve_dynamic_union)
12692         (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12693         (resolve_dynamic_type): Update code, following the changes made
12694         to resolve_dynamic_type_internal's interface.
12695         * dwarf2loc.h (struct property_addr_info): New.
12696         (dwarf2_evaluate_property): Replace "address" parameter
12697         by "addr_stack" parameter.  Adjust function documentation.
12698         (struct dwarf2_offset_baton): New.
12699         (struct dwarf2_property_baton): Update documentation of
12700         field "referenced_type" to be more general. New field
12701         "offset_info" in union data field.
12702         * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12703         parameter by "addr_stack" parameter.  Adjust code accordingly.
12704         Add support for PROP_ADDR_OFFSET properties.
12705         * dwarf2read.c (attr_to_dynamic_prop): Add support for
12706         DW_AT_data_member_location attributes as well.  Use case
12707         statements instead of if/else condition.
12708
12709 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12710
12711         * ada-varobj.c (ada_varobj_get_array_number_of_children):
12712         Return zero if PARENT_VALUE is NULL and parent_type's
12713         range type is dynamic.
12714
12715 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12716
12717         * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12718         nonzero if the type's subtype is dynamic.
12719         (resolve_dynamic_range): Also resolve the range's subtype.
12720
12721 2015-01-29  Alexander Klimov  <alserkli@inbox.ru>  (tiny patch)
12722
12723         Pushed by Joel Brobecker  <brobecker@adacore.com>.
12724         * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12725
12726 2015-01-27  Doug Evans  <dje@google.com>
12727
12728         * NEWS: Mention gdb.Objfile.username.
12729         * python/py-objfile.c (objfpy_get_username): New function.
12730         (objfile_getset): Add "username".
12731
12732 2015-01-24  Mark Wielaard  <mjw@redhat.com>
12733
12734         * stack.c (return_command): Markup warning message with _.
12735
12736 2015-01-24  Doug Evans  <xdje42@gmail.com>
12737
12738         * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12739
12740 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12741
12742         Fix 100x slowdown regression on DWZ files.
12743         * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12744         (struct line_header): Add offset and offset_in_dwz.
12745         (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12746         (free_line_header_voidp): New declaration.
12747         (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12748         functions.
12749         (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12750         (handle_DW_AT_stmt_list): Use line_header_hash.
12751         (free_line_header_voidp): New function.
12752         (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12753         (dwarf_decode_lines): New parameter decode_mapping, use it.
12754         (dwarf2_free_objfile): Free line_header_hash.
12755
12756 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
12757
12758         PR gdb/17416
12759         * valops.c (value_rtti_indirect_type): Catch exception thrown by
12760         value_ind.
12761
12762 2015-01-15  Mark Wielaard  <mjw@redhat.com>
12763
12764         * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12765         DW_AT_noreturn.
12766         * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12767         calling_convention an 8 bit bit field.
12768         (TYPE_NO_RETURN): New macro.
12769         * infcmd.c (finish_command): Query if function does not return
12770         normally.
12771         * stack.c (return_command): Likewise.
12772
12773 2015-01-23  Pedro Alves  <palves@redhat.com>
12774
12775         * linux-nat.c (linux_is_async_p): New macro.
12776         (linux_nat_is_async_p):
12777         (linux_nat_terminal_inferior): Check whether the target can async
12778         instead of whether it is already async.
12779         (linux_nat_terminal_ours): Don't check whether the target is
12780         async.
12781         (linux_async_pipe): Use linux_is_async_p.
12782
12783 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12784
12785         * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12786         '-ascending'.
12787         * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12788         (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12789         Sort tp_array using tp_array_compar.
12790         (_initialize_thread): Extend thread_apply_all_command help.
12791
12792 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12793
12794         * corelow.c (core_open): Call also thread_command.
12795         * gdbthread.h (thread_command): New prototype moved from ...
12796         * thread.c (thread_command): ... here.
12797         (thread_command): Make it global.
12798
12799 2015-01-22  Pedro Alves  <palves@redhat.com>
12800
12801         * configure.ac [*mingw32*]: Check $curses_found instead of
12802         $prefer_curses.
12803         * configure: Regenerate.
12804         * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12805         HAVE_NCURSES_NCURSES_H checks.
12806
12807 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12808
12809         * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
12810         fails with the 1st arg NULL, try again with "unknown".  Don't test
12811         the "cup" capability: it isn't supported by the Windows port of
12812         ncurses, but the Windows console driver is still capable of
12813         supporting TUI.
12814
12815 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12816
12817         * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12818
12819 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12820
12821         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12822         (ALLDEPFILES): Remove irix5-nat.c.  These two are part of the
12823         reason that "make TAGS" is broken.
12824
12825 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
12826
12827         * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12828         and check additional store instructions.
12829
12830 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12831
12832         * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12833
12834 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12835
12836         * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12837         ppc_canonicalize_syscall, ppc_linux_syscall_record,
12838         ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12839         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12840         * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12841         rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12842         rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12843         ppc_process_record_op19, ppc_process_record_op31,
12844         ppc_process_record_op59, ppc_process_record_op60,
12845         ppc_process_record_op63): Likewise.
12846
12847 2015-01-20  Joel Brobecker  <brobecker@adacore.com>
12848
12849         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12850         (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12851         strerror.
12852
12853 2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
12854
12855         * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12856         ppc_process_record_op31, ppc_process_record_op59,
12857         ppc_process_record_op60, ppc_process_record_op63,
12858         ppc_process_record): Fix -Wformat warning.
12859         * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12860         Remove unused variables.
12861
12862 2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
12863
12864         * MAINTAINERS (Write After Approval): Add "Chen Gang".
12865
12866 2015-01-19  Eli Zaretskii  <eliz@gnu.org>
12867
12868         * configure.ac [*mingw32*]: Only add windows-termcap.o to
12869         CONFIG_OBS if not building with a curses library.
12870         * configure: Regenerate.
12871
12872         * windows-termcap.c: Include defs.h.  Make the whole body empty if
12873         either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12874         HAVE_NCURSES_NCURSES_H is defined.
12875
12876 2015-01-19  Joel Brobecker  <brobecker@adacore.com>
12877
12878         * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12879         from end of line to start of next line.
12880
12881 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12882
12883         * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12884         Scan PLT stub backward for reverse debugging.
12885         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12886
12887 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12888             Ulrich Weigand  <uweigand@de.ibm.com>
12889
12890         * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12891         gdb_target_obs.
12892         (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12893         record.
12894         (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12895         ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12896         (ppc_linux_init_abi): Set process_record, process_record_signal.
12897         * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12898         ppc_linux_record_tdep to gdbarch_tdep.
12899         (ppc_process_record): New declaration.
12900         * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12901         ppc_process_record_op19, ppc_process_record_op31,
12902         ppc_process_record_op59, ppc_process_record_op60,
12903         ppc_process_record_op63, ppc_process_record): New functions.
12904
12905 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12906
12907         * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12908         rs6000_in_function_epilogue_frame_p and add an argument
12909         for frame_info.
12910         (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12911         rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12912         New functions.
12913         (rs6000_epilogue_frame_unwind): New.
12914         (rs6000_gdbarch_init): Append epilogue unwinder.
12915
12916 2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12917
12918         * nat/linux-personality.c: Replace "#ifndef
12919         HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12920         !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12921         systems.
12922
12923 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
12924
12925         * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12926         functions.
12927         (_initialize_tui_win) <border-kind, border-mode>:
12928         <active-border-mode>: Use tui_set_var_cmd as the "set" function.
12929         (tui_set_tab_width_command): Fix the commentary.
12930
12931         * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12932
12933         * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12934         Doc fix.
12935         (tui_set_tab_width_command): Delete and recreate the source and
12936         the disassembly windows, to show the effect of the changed tab
12937         size immediately.
12938
12939         * tui/tui-data.h (LINE_PREFIX): Make shorter
12940         (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12941         "Thread NNNNN.XXXX" thread ID notation on Windows.
12942
12943 2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
12944
12945         Fix gcc-5 compilation.
12946         * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12947
12948 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12949
12950         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12951         (linux-personality.o): New rule.
12952         * common/common-defs.h: Include <stdint.h>.
12953         * config/aarch64/linux.mh (NATDEPFILES): Include
12954         linux-personality.o.
12955         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12956         * config/arm/linux.mh (NATDEPFILES): Likewise.
12957         * config/i386/linux64.mh (NATDEPFILES): Likewise.
12958         * config/i386/linux.mh (NATDEPFILES): Likewise.
12959         * config/ia64/linux.mh (NATDEPFILES): Likewise.
12960         * config/m32r/linux.mh (NATDEPFILES): Likewise.
12961         * config/m68k/linux.mh (NATDEPFILES): Likewise.
12962         * config/mips/linux.mh (NATDEPFILES): Likewise.
12963         * config/pa/linux.mh (NATDEPFILES): Likewise.
12964         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12965         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12966         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12967         * config/s390/linux.mh (NATDEPFILES): Likewise.
12968         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12969         * config/sparc/linux.mh (NATDEPFILES): Likewise.
12970         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12971         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12972         * defs.h: Remove #include <stdint.h> (moved to
12973         common/common-defs.h).
12974         * linux-nat.c: Include nat/linux-personality.h.  Remove #include
12975         <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12976         nat/linux-personality.c).
12977         (linux_nat_create_inferior): Remove code to disable address space
12978         randomization (moved to nat/linux-personality.c).  Create cleanup
12979         to disable address space randomization.
12980         * nat/linux-personality.c: New file.
12981         * nat/linux-personality.h: Likewise.
12982
12983 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12984
12985         * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12986         common/posix-strerror.c.
12987         (posix-strerror.o): New rule.
12988         (mingw-strerror.o): Likewise.
12989         * common/common-utils.h (safe_strerror): Move prototype to here,
12990         from utils.h.
12991         * common/common.host: New file.
12992         * common/mingw-strerror.c: Likewise.
12993         * common/posix-strerror.c: Likewise.
12994         * configure: Regenerated.
12995         * configure.ac: Source common/common.host.  Add variable
12996         common_host_obs to gdb_host_obs.
12997         * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12998         gdb/common/posix-strerror.c when warning about the use of
12999         strerror.
13000         * mingw-hdep.c (safe_strerror): Remove definition; move it to
13001         common/mingw-strerror.c.
13002         * posix-hdep.c (safe_strerror): Remove definition; move it to
13003         common/posix-hdep.c.
13004         * utils.h (safe_strerror): Remove prototype; move to
13005         common/common-utils.h.
13006
13007 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
13008
13009         GDB 7.8.2 released.
13010
13011 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
13012
13013         * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
13014         ___XA type if the array has already been fixed.
13015
13016 2015-01-14  Yao Qi  <yao@codesourcery.com>
13017
13018         * Makefile.in (ppc-linux.o): New rule.
13019         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
13020         * configure.ac: AC_CHECK_FUNCS(getauxval).
13021         * config.in: Re-generated.
13022         * configure: Re-generated.
13023         * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
13024         Declare.
13025         * nat/ppc-linux.c: New file.
13026         * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
13027         Call ppc64_64bit_inferior_p.
13028
13029 2015-01-14  Yao Qi  <yao@codesourcery.com>
13030
13031         * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
13032         nat/ppc-linux.h.
13033         (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
13034         (PPC_FEATURE_HAS_DFP): Likewise.
13035         (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
13036         (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
13037         (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
13038         Include "nat/ppc-linux.h".
13039         * nat/ppc-linux.h: New file.
13040         * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
13041
13042 2015-01-14  Pedro Alves  <palves@redhat.com>
13043
13044         PR gdb/17525
13045         * breakpoint.c: Include "interps.h".
13046         (bpstat_do_actions_1): Also check whether the interpreter is
13047         async.
13048
13049 2015-01-14  Pedro Alves  <palves@redhat.com>
13050
13051         PR cli/17828
13052         * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
13053         reinstall if the interpreter is sync.
13054
13055 2015-01-13  Doug Evans  <dje@google.com>
13056
13057         * objfiles.c (objfile_filename): New function.
13058         * objfiles.h (objfile_filename): Declare it.
13059         (objfile_name): Add function comment.
13060         * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
13061         bfd file name (which may be realpath'd), and the original name.
13062
13063 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13064
13065         * NEWS: Create a new section for the next release branch.
13066         Rename the section of the current branch, now that it has
13067         been cut.
13068
13069 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13070
13071         GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
13072         * version.in: Bump version to 7.9.50.DATE-cvs.
13073
13074 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13075
13076         * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
13077         Remove trailing new-line in argument of call to warning.
13078
13079 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13080
13081         * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
13082         new-line in argument of call to "warning".
13083
13084 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
13085
13086         * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
13087         in static block, then try searching for primitive types.
13088
13089 2015-01-12  Patrick Palka  <patrick@parcs.ath.cx>
13090
13091         * top.h (gdb_add_history): Declare.
13092         * top.c (command_count): New variable.
13093         (gdb_add_history): New function.
13094         (gdb_safe_append_history): New static function.
13095         (quit_force): Call it.
13096         (command_line_input): Use gdb_add_history instead of
13097         add_history.
13098         * event-top.c (command_line_handler): Likewise.
13099
13100 2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)
13101
13102         PR gdb/17046
13103         * darwin-nat.c: Replace <machine/setjmp.h> #include by
13104         <setjmp.h> #include.
13105
13106 2015-01-11  Doug Evans  <xdje42@gmail.com>
13107
13108         * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
13109
13110 2015-01-11  Doug Evans  <xdje42@gmail.com>
13111
13112         PR gdb/15830
13113         * NEWS: The "maint demangle" command is renamed as "demangle".
13114         * demangle.c: #include cli/cli-utils.h, language.h.
13115         (demangle_command): New function.
13116         (_initialize_demangle): Add new command "demangle".
13117         * maint.c (maintenance_demangle): Stub out.
13118         (_initialize_maint_cmds): Update help text for "maint demangle",
13119         and mark as deprecated.
13120
13121 2015-01-11  Mark Kettenis  <kettenis@gnu.org>
13122
13123         * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
13124         inferior_thread is a function.
13125
13126 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
13127
13128         * Makefile.in (.y.c): Don't munge yacc's #line
13129         directives.
13130
13131 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
13132
13133         * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
13134         to prompt for input.
13135         * tui/tui-hooks.c (tui_query_hook): Remove.
13136         (tui_install_hooks): Don't set deprecated_query_hook.
13137         * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
13138         height calculation.  Always update the command window's cur_line.
13139
13140 2015-01-09  Pedro Alves  <palves@redhat.com>
13141
13142         * breakpoint.c (hardware_breakpoint_inserted_here_p): New
13143         function.
13144         * breakpoint.h (hardware_breakpoint_inserted_here_p): New
13145         declaration.
13146         * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
13147         (linux_resume_one_lwp): Store the thread's PC.  Adjust to clear
13148         stop_reason.
13149         (check_stopped_by_watchpoint): New function.
13150         (save_sigtrap): Reimplement.
13151         (linux_nat_stopped_by_watchpoint): Adjust.
13152         (linux_nat_lp_status_is_event): Delete.
13153         (stop_wait_callback): Only call save_sigtrap after storing the
13154         pending status.
13155         (status_callback): If the thread had been stopped for a breakpoint
13156         that has since been removed, discard the event and resume the LWP.
13157         (count_events_callback, select_event_lwp_callback): Use
13158         lwp_status_pending_p instead of linux_nat_lp_status_is_event.
13159         (cancel_breakpoint): Rename to ...
13160         (check_stopped_by_breakpoint): ... this.  Record whether the LWP
13161         stopped for a software breakpoint or hardware breakpoint.
13162         (select_event_lwp): Only give preference to the stepping LWP in
13163         all-stop mode.  Adjust comments.
13164         (stop_and_resume_callback): Remove references to new_pending_p.
13165         (linux_nat_filter_event): Likewise.  Leave exit events of the
13166         leader thread pending here.  Handle signal short circuiting here.
13167         Only call save_sigtrap after storing the pending waitstatus.
13168         (linux_nat_wait_1): Remove 'retry' label.  Remove references to
13169         new_pending.  Don't handle leaving events the caller is not
13170         interested in pending here, nor handle signal short-circuiting
13171         here.  Also give equal priority to all LWPs that have had events
13172         in non-stop mode.  If reporting a software breakpoint event,
13173         unadjust the LWP's PC.
13174         * linux-nat.h (enum lwp_stop_reason): New.
13175         (struct lwp_info) <stop_pc>: New field.
13176         (struct lwp_info) <stopped_by_watchpoint>: Delete field.
13177         (struct lwp_info) <stop_reason>: New field.
13178         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
13179
13180 2015-01-09  Pedro Alves  <palves@redhat.com>
13181
13182         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
13183         Set the LWP's 'resumed' flag.
13184
13185 2015-01-09  Pedro Alves  <palves@redhat.com>
13186
13187         * linux-nat.c (linux_resume_one_lwp): New function.
13188         (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
13189         (linux_nat_resume): Use lwp_status_pending_p and
13190         linux_resume_one_lwp.
13191         (linux_handle_syscall_trap): Use linux_resume_one_lwp.
13192         (linux_handle_extended_wait): Use linux_resume_one_lwp.
13193         (status_callback, running_callback): Use lwp_status_pending_p.
13194         (lwp_status_pending_p): New function.
13195         (stop_and_resume_callback): Use lwp_status_pending_p.
13196         (linux_nat_filter_event): Use linux_resume_one_lwp.
13197         (linux_nat_wait_1): Always use status_callback to look for an LWP
13198         with a pending status.  Use linux_resume_one_lwp.
13199         (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
13200         linux_resume_one_lwp.
13201
13202 2015-01-09  Pedro Alves  <palves@redhat.com>
13203
13204         * breakpoint.c (bp_location_inserted_here_p): New function,
13205         factored out from ...
13206         (breakpoint_inserted_here_p): ... here.  Use
13207         ALL_BP_LOCATIONS_AT_ADDR.
13208         (software_breakpoint_inserted_here_p): Use
13209         bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
13210
13211 2014-01-09  Pedro Alves  <palves@redhat.com>
13212
13213         Skip enabling event reporting if the kernel supports
13214         PTRACE_EVENT_CLONE.
13215         * linux-thread-db.c: Include "nat/linux-ptrace.h".
13216         (thread_db_use_events): New function.
13217         (try_thread_db_load_1): Check thread_db_use_events before enabling
13218         event reporting.
13219         (update_thread_state): New function.
13220         (attach_thread): Use it.  Check thread_db_use_events before
13221         enabling event reporting.
13222         (thread_db_detach): Check thread_db_use_events before disabling
13223         event reporting.
13224         (find_new_threads_callback): Check thread_db_use_events before
13225         enabling event reporting.  Update the thread's state if not using
13226         libthread_db events.
13227
13228 2015-01-09  Pedro Alves  <palves@redhat.com>
13229
13230         * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
13231         about to wait for is > 0.
13232         * linux-thread-db.c (find_new_threads_callback): Ignore thread if
13233         the kernel thread ID is -1.
13234
13235 2015-01-09  Pedro Alves  <palves@redhat.com>
13236
13237         * linux-nat.c (attach_proc_task_lwp_callback): New function.
13238         (linux_nat_attach): Use linux_proc_attach_tgid_threads.
13239         (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
13240         ptrace option flags.
13241         * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
13242         field.
13243         * nat/linux-procfs.c: Include <dirent.h>.
13244         (linux_proc_get_int): New parameter "warn".  Handle it.
13245         (linux_proc_get_tgid): Adjust.
13246         (linux_proc_get_tracerpid): Rename to ...
13247         (linux_proc_get_tracerpid_nowarn): ... this.
13248         (linux_proc_pid_get_state): New function, factored out from
13249         (linux_proc_pid_has_state): ... this.  Add new parameter "warn"
13250         and handle it.
13251         (linux_proc_pid_is_gone): New function.
13252         (linux_proc_pid_is_stopped): Adjust.
13253         (linux_proc_pid_is_zombie_maybe_warn)
13254         (linux_proc_pid_is_zombie_nowarn): New functions.
13255         (linux_proc_pid_is_zombie): Use
13256         linux_proc_pid_is_zombie_maybe_warn.
13257         (linux_proc_attach_tgid_threads): New function.
13258         * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
13259         (linux_proc_get_tracerpid): Rename to ...
13260         (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
13261         (linux_proc_pid_is_gone): New declaration.
13262         (linux_proc_pid_is_zombie): Update comment.
13263         (linux_proc_pid_is_zombie_nowarn): New declaration.
13264         (linux_proc_attach_lwp_func): New typedef.
13265         (linux_proc_attach_tgid_threads): New declaration.
13266         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
13267         use nowarn functions.
13268         (linux_ptrace_attach_fail_reason_string): Move here from
13269         gdbserver/linux-low.c and rename.
13270         (ptrace_supports_feature): If the current ptrace options are not
13271         known yet, check them now, instead of asserting.
13272         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
13273         Declare.
13274
13275 2015-01-09  Pedro Alves  <palves@redhat.com>
13276
13277         * linux-thread-db.c (thread_db_find_new_threads_silently)
13278         (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
13279         (find_new_threads_once): Print debug output on gdb_stdlog.
13280
13281 2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
13282             Pedro Alves  <palves@redhat.com>
13283
13284         * compile/compile.c: Include "gdb_wait.h".
13285         (do_rmdir): Check return value, and free 'zap'.
13286
13287 2015-01-08  Pedro Alves  <palves@redhat.com>
13288             Yao Qi  <yao@codesourcery.com>
13289
13290         * dwarf2loc.c (indirect_pieced_value): Don't call
13291         gdb_sign_extend.  Call extract_signed_integer instead.
13292         * utils.c (gdb_sign_extend): Remove.
13293         * utils.h (gdb_sign_extend): Remove declaration.
13294
13295 2015-01-07  Pierre Muller  <muller@sourceware.org>
13296
13297         PR symtab/17811
13298         * stabsread.c (define_symbol): Set language for C++ special symbols.
13299
13300 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13301
13302         * inflow.c (initial_gdb_ttystate): Tweak comment.
13303
13304 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13305
13306         * inflow.c (set_initial_gdb_ttystate): Add empty line after
13307         comment documenting function.
13308
13309 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13310
13311         * terminal.h (set_initial_gdb_ttystate): Declare.
13312         * inflow.c (initial_gdb_ttystate): New static variable.
13313         (set_initial_gdb_ttystate): New setter.
13314         (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
13315         instead of our current terminal state.
13316         * top.c (gdb_init): Call set_initial_gdb_ttystate.
13317
13318 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13319
13320         * guile/scm-type.c (tyscm_array_1): Add comment.
13321         * python/py-type.c (typy_array_1): Add comment.
13322
13323 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13324
13325         * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
13326         error if N2 is equal to N1 - 1.
13327
13328 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13329
13330         * python/py-type.c (typy_array_1): Do not raise negative-length
13331         exception if N2 is equal to N1 - 1.
13332
13333 2015-01-03  Doug Evans  <xdje42@gmail.com>
13334
13335         * c-exp.y: Whitespace cleanup.
13336         (classify_inner_name): Remove extra ;.
13337
13338 2015-01-02  Maciej W. Rozycki  <macro@codesourcery.com>
13339
13340         * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
13341         offset signed.
13342
13343 2015-01-02  Doug Evans  <dje@google.com>
13344
13345         * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
13346
13347 2015-01-02  Doug Evans  <dje@google.com>
13348
13349         * symtab.h (struct symbol): Fix typo in comment.
13350
13351 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13352
13353         Update year range in copyright notice of all files.
13354
13355 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13356
13357         * top.c (print_gdb_version): Update copyright year to 2015.
13358
13359 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13360
13361         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
13362
13363 For older changes see ChangeLog-2014.
13364 \f
13365 Local Variables:
13366 mode: change-log
13367 left-margin: 8
13368 fill-column: 74
13369 version-control: never
13370 coding: utf-8
13371 End: