psymtab.c: Add casts
[external/binutils.git] / gdb / ChangeLog
1 2015-10-27  Pedro Alves  <palves@redhat.com>
2
3         * psymtab.c (dump_psymtab_addrmap_1): Add casts.
4
5 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
6
7         * ctf.c (SET_ENUM_FIELD): New macro.
8         (ctf_read_status): Use it.
9         (ctf_read_tp): Use it.
10
11 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
12
13         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_stop_x): Add
14         scm_t_dynwind_flags casts.
15         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
16         * guile/scm-ports.c (gdbscm_open_memory): Likewise.
17         * guile/scm-value.c (gdbscm_value_to_string): Likewise.
18
19 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
20
21         * ax.h (ax_raw_byte): New declaration.
22         * ax-general.c (ax_raw_byte): New function.
23         (ax_simple): Use ax_raw_byte.
24         * ax-gdb.c (gen_printf): Likewise.
25
26 2015-10-27  Simon Marchi  <simon.marchi@polymtl.ca>
27
28         * ada-lang.h (GROW_VECT): Add cast.
29
30 2015-10-26  Doug Evans  <xdje42@gmail.com>
31
32         * symtab.h (struct general_symbol_info> <ada_mangled>: Update comment.
33
34 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
35
36         * target.c (memory_xfer_partial): Change type of buf to gdb_byte
37         pointer.
38         (simple_search_memory): Cast return of memmem.
39
40 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
41
42         * stap-probe.c (handle_stap_probe): Add (const char *) casts.
43
44 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
45
46         * ctf.c (ctf_xfer_partial): Return TARGET_XFER_E_IO instead of
47         -1 on error.
48
49 2015-10-26  Doug Evans  <dje@google.com>
50
51         PR symtab/17391
52         * dwarf2-frame.c (dwarf2_restore_rule): Call dwarf_reg_to_regnum
53         instead of gdbarch_dwarf2_reg_to_regnum.
54         (dwarf2_frame_cache): Ditto.
55         (read_addr_from_reg): Call dwarf_reg_to_regnum_or_error instead of
56         gdbarch_dwarf2_reg_to_regnum.
57         (get_reg_value): Ditto.
58         (dwarf2_fetch_cfa_info): Ditto.
59         (dwarf2_frame_prev_register): Ditto.
60         * dwarf2loc.c: #include "complaints.h".
61         (dwarf_expr_read_addr_from_reg): Call dwarf_reg_to_regnum_or_error
62         instead of gdbarch_dwarf2_reg_to_regnum.
63         (dwarf_expr_get_reg_value): Ditto.
64         (read_pieced_value): Ditto.
65         (write_pieced_value): Ditto.
66         (dwarf2_evaluate_loc_desc_full): Ditto.
67         (dwarf_reg_to_regnum): New function.
68         (throw_bad_regnum_error): New function.
69         (dwarf_reg_to_regnum_or_error): Renamed from
70         dwarf2_reg_to_regnum_or_errorChange to take a ULONGEST regnum.
71         All callers updated.  Call throw_bad_regnum_error.
72         (locexpr_regname): Improve text of bad register number.
73         * dwarf2loc.h (dwarf_reg_to_regnum): Declare.
74         (dwarf_reg_to_regnum_or_error): Update prototype.
75         * dwarf2expr.c: #include "dwarf2loc.h".
76         (dwarf_block_to_sp_offset): Call dwarf_reg_to_regnum instead of
77         gdbarch_dwarf2_reg_to_regnum.
78         * gdbarch.sh (dwarf2_reg_to_regnum): Add comment.
79         * gdbarch.h: Regenerate.
80         * amd64-tdep.c (amd64_dwarf_reg_to_regnum): Remove warning for bad
81         register.
82         * avr-tdep.c (avr_dwarf_reg_to_regnum): Ditto.
83         * cris-tdep.c (cris_dwarf2_reg_to_regnum): Ditto.
84         * bfin-tdep.c (bfin_reg_to_regnum): Fix error checking.
85         * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum): Improve error checking.
86         Remove warning for bad register.
87         * hppa-tdep.c (hppa64_dwarf_reg_to_regnum): Ditto.
88         * i386-tdep.c (i386_svr4_dwarf_reg_to_regnum): Renamed from
89         i386_svr4_reg_to_regnum.  Return -1 for bad registers.
90         (i386_svr4_reg_to_regnum): New function.
91         (i386_gdbarch_init): Update call to set_gdbarch_dwarf2_reg_to_regnum.
92         * microblaze-tdep.c (microblaze_dwarf2_reg_to_regnum): Don't assert
93         on bad registers, return -1.
94         * msp430-tdep.c (msp430_dwarf2_reg_to_regnum): Improve error checking.
95         Remove warning for bad register.
96         * nios2-tdep.c: Add static assert for NIOS2_NUM_REGS.
97         (nios2_dwarf_reg_to_regnum): Fix off-by-one error.
98         Remove warning for bad register.  Return -1 for bad register.
99         * rl78-tdep.c (rl78_dwarf_reg_to_regnum): Don't flag an internal error
100         for bad register, return -1.
101         * rx-tdep.c (rx_dwarf_reg_to_regnum): Ditto.
102         * m68k-tdep.c (m68k_dwarf_reg_to_regnum): Fix error result.
103         * mep-tdep.c (mep_debug_reg_to_regnum): Ditto.
104         * mips-tdep.c (mips_stab_reg_to_regnum): Ditto.
105         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
106         * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Remove warning
107         for bad regs.
108         * xtensa-tdep.c (xtensa_reg_to_regnum): Remove internal error for
109         bad regs.  Fix error result.
110         * stabsread.c (stab_reg_to_regnum): Watch for negative regno.
111         (reg_value_complaint): Update complaint text.
112         * mdebugread.c (reg_value_complaint): New function.
113         (mdebug_reg_to_regnum): Rewrite to watch for bad reg numbers.
114
115 2015-10-26  Doug Evans  <dje@google.com>
116
117         PR python/18938
118         * cli/cli-cmds (source_script_fron_sctream): New arg file_to_open.
119         All callers updated.
120
121 2015-10-26  Doug Evans  <dje@google.com>
122
123         * psymtab.c (struct dump_psymtab_addrmap_data): Define.
124         (dump_psymtab_addrmap_1, dump_psymtab_addrmap): New functions.
125         (maintenance_print_psymbols): Print address map.
126
127 2015-10-26  Doug Evans  <dje@google.com>
128
129         * nat/linux-nat.h (__SIGRTMIN): Move here from gdbserver/linux-low.c.
130
131 2015-10-26  Doug Evans  <dje@google.com>
132
133         * common/gdb_wait.h (W_STOPCODE): Define, moved here from
134         gdbserver/linux-low.c.
135         (WSETSTOP): Simplify.
136
137 2015-10-26  Doug Evans  <dje@google.com>
138
139         * linux-thread-db.c (find_new_threads_callback): Ditto.
140         (thread_db_pid_to_str): Ditto.
141
142 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
143
144         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Do not pass a
145         local char array to scm_mode_bits, use a cast instead.
146
147 2015-10-26  Simon Marchi  <simon.marchi@ericsson.com>
148
149         * tui/tui-data.c (tui_alloc_content): Don't check xmalloc
150         result.  Change type of element_block_ptr.  Change allocation to
151         use XNEWVEC.
152
153 2015-10-26  Luis Machado  <lgustavo@codesourcery.com>
154
155         * record-full.c (record_full_message_wrapper_safe): Pass empty string to
156         catch_errors call instead of NULL.
157
158 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
159
160         * guile/scm-ports.c (ioscm_make_gdb_stdio_port): Pass non-const
161         char pointer to scm_mode_bits.
162
163 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
164
165         * symtab.c (default_make_symbol_completion_list_break_on_1): Add
166         cast.
167
168 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
169
170         * guile/scm-ports.c (gdbscm_memory_port_write): Declare new
171         "data" local variable and use it.
172
173 2015-10-26  Simon Marchi  <simon.marchi@polymtl.ca>
174
175         * guile/scm-symbol.c (gdbscm_lookup_global_symbol): Add
176         domain_enum cast.
177         (gdbscm_lookup_symbol): Likewise.
178
179 2015-10-25  Iain Buclaw  <ibuclaw@gdcproject.org>
180
181         * d-exp.y: Remove an obsolete comment and propagate the block
182         information to the produced expression.
183
184 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
185
186         * tui/tui-data.c (tui_add_to_source_windows): Remove void *
187         cast.
188         (tui_add_content_elements): Likewise.
189
190 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
191
192         * cli/cli-setshow.c (do_set_command): Constify p.
193
194 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
195
196         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Replace
197         (void *) cast with (gdb_byte *).
198
199 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
200
201         * proc-service.c (ps_pdread): Add cast.
202
203 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
204
205         * sparc64-tdep.c (sparc64_store_arguments): Split assignment of
206         valbuf.
207
208 2015-10-24  Simon Marchi  <simon.marchi@polymtl.ca>
209
210         * ia64-tdep.c (ia64_pseudo_register_write): Remove cast.
211         (ia64_push_dummy_call): Remove cast and change type of "to" to
212         array of gdb_byte.
213
214 2015-10-23  Simon Marchi  <simon.marchi@polymtl.ca>
215
216         * linux-btrace.c (linux_enable_pt): Add cast to mmap return.
217
218 2015-10-23  Simon Marchi  <simon.marchi@ericsson.com>
219
220         * observer.h (observer_${event}_notification_stub): Add cast.
221
222 2015-10-23  Yao Qi  <yao.qi@linaro.org>
223
224         * aarch64-tdep.c (aarch64_displaced_step_copy_insn): Set
225         dsd.insn_count to zero.
226
227 2015-10-22  Pedro Alves  <palves@redhat.com>
228
229         * infrun.c (stop_after_trap): Delete.
230         (clear_proceed_status, handle_signal_stop, struct
231         infcall_control_state, save_infcall_control_state)
232         (restore_infcall_control_state): Remove references to
233         stop_after_trap.
234
235 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
236
237         * python/python.c (_initialize_python): Add cast.
238
239 2015-10-22  Simon Marchi  <simon.marchi@ericsson.com>
240
241         * nto-tdep.c (nto_inferior_data): Add cast.
242
243 2015-10-22  Pedro Alves  <palves@redhat.com>
244
245         * windows-nat.c (do_initial_windows_stuff): Rewrite loop using
246         windows_wait and windows_resume directly instead of
247         wait_for_inferior and resume.
248
249 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
250
251         * xtensa-tdep.h (XTREG): Add casts.
252         (XTREG_END): Likewise.
253
254 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
255
256         * solib-spu.c (spu_bfd_iovec_pread): Add (gdb_byte *) cast.
257
258 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
259
260         * rs6000-tdep.c (variants): Add (enum bfd_architecture) cast.
261
262 2015-10-22  Simon Marchi  <simon.marchi@polymtl.ca>
263
264         * mips-linux-tdep.c (mips64_linux_get_longjmp_target): Change type of
265         buf to gdb_byte*.
266         (supply_32bit_reg): Add cast.
267         (mips64_fill_gregset): Likewise.
268
269 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
270
271         PR python/18073
272         * python/py-type.c (typy_get_composite): Allow returning a
273         function type.
274
275 2015-10-21  Keven Boell  <keven.boell@intel.com>
276
277         * dwarf2read.c (set_die_type): Add read of
278         DW_AT_allocated and DW_AT_associated.
279         * f-typeprint.c: New include of typeprint.h
280         (f_print_type): Add check for allocated/associated
281         status of type.
282         (f_type_print_varspec_suffix): Add check for
283         * gdbtypes.c (create_array_type_with_stride):
284         Add check for valid data location of type in
285         case allocated or associated attributes are set.
286         Length of an array should be only calculated if
287         allocated or associated is resolved as true.
288         (is_dynamic_type_internal): Add check for allocated/
289         associated.
290         (resolve_dynamic_array): Evaluate allocated/associated
291         properties.
292         * gdbtypes.h (enum dynamic_prop_node_kind): <DYN_PROP_ALLOCATED>
293         <DYN_PROP_ASSOCIATED>: New enums.
294         (TYPE_ALLOCATED_PROP, TYPE_ASSOCIATED_PROP): New macros.
295         (type_not_allocated): New function.
296         (type_not_associated): New function.
297         * valarith.c (value_subscripted_rvalue): Add check for
298         allocated/associated.
299         * valprint.c: New include of typeprint.h.
300         (valprint_check_validity): Add check for allocated/associated.
301         (value_check_printable): Add check for allocated/
302         associated.
303         * typeprint.h (val_print_not_allocated): New function.
304         (val_print_not_associated): New function.
305         * typeprint.c (val_print_not_allocated): New function.
306         (val_print_not_associated): New function.
307
308 2015-10-21  Antoine Tremblay  <antoine.tremblay@ericsson.com>
309
310         * Makefile.in: Add arm.c/o.
311         * arch/arm.c: New file.
312         * arch/arm.h: (IS_THUMB_ADDR): Move macro from arm-tdep.c.
313         (MAKE_THUMB_ADDR): Likewise.
314         (UNMAKE_THUMB_ADDR): Likewise.
315         * arm-tdep.c (int thumb_insn_size): Move to arm.c.
316         (IS_THUMB_ADDR): Move to arm.h.
317         (MAKE_THUMB_ADDR): Likewise.
318         (UNMAKE_THUMB_ADDR): Likewise.
319         * configure.tgt: Add arm.o to all ARM configs.
320
321 2015-10-21  Yao Qi  <yao.qi@linaro.org>
322
323         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
324         Remove argument exp_vCont_s.
325         * gdb.base/range-stepping.exp: Callers updated.
326         * gdb.trace/range-stepping.exp: Likewise.
327
328 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
329
330         * gdb/nto-tdep.c (QNX_NOTE_NAME, QNX_INFO_SECT_NAME): New defines.
331         (nto_sniff_abi_note_section): New function.
332         (nto_elf_osabi_sniffer): Use new function to recognize nto specific
333         binary.
334
335 2015-10-21  Aleksandar Ristovski  <aristovski@qnx.com>
336
337         * nto-procfs.c (procfs_wait): Set stopped_flags nad stopped_pc.
338         (procfs_stopped_by_watchpoint): Use flags stored in inferior data.
339         * nto-tdep.c (nto_new_inferior_data_reg): New definition.
340         (nto_new_inferior_data, nto_inferior_data_cleanup, nto_inferior_data):
341         New functions.
342         (_initialize_nto_tdep): New forward declaration, new function.
343         * nto-tdep.h (struct nto_inferior_data): New struct.
344         (nto_inferior_data): New function declaration.
345
346 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
347
348         * findvar.c (address_from_register): Check REGNUM validity.
349
350 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
351
352         * gdb/nto-procfs.c (procfs_pid_to_exec_file): New function.
353         (init_procfs_targets): Wire new function.
354
355 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
356
357         * nto-procfs.c (sys/auxv.h): Include.
358         (procfs_xfer_partial): Implement TARGET_OBJECT_AUXV.
359         * nto-tdep.c (nto_read_auxv_from_initial_stack): New function.
360         * nto-tdep.h (nto_read_auxv_from_initial_stack): New declaration.
361
362 2015-10-20  Aleksandar Ristovski  <aristovski@qnx.com>
363
364         * nto-procfs.c (nto_procfs_path): Rename to...
365         (nodestr): ... this, and change type.
366         (nto_node): Use new variable and logic accordingly.
367         (procfs_open_1): Use new variable name. Use local buffer to construct
368         procfrs path.
369         (procfs_pidlist): Use NODESTR to construct procfs path.
370         (procfs_files_info): Use NODESTR to output meaningful text.
371         (do_attach): Construct procfs using NODESTR.
372         (procfs_create_inferior): Compare pointer to NULL.
373
374 2015-10-19  Josh Stone  <jistone@redhat.com>
375
376         * linux-nat.c (linux_handle_syscall_trap): Always update entry/
377         return state, even when not actively catching syscalls at all.
378         (linux_handle_extended_wait): Mark syscall_state like an entry.
379         (wait_lwp): Set syscall_state ignored for other traps.
380         (linux_nat_filter_event): Likewise.
381
382 2015-10-19  Luis Machado  <lgustavo@codesourcery.com>
383
384         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to 0
385         when handling 'E', 'T', 'S', 'X' and 'W' packets.
386         Do not set rs->waiting_for_stop_reply back to 1.
387
388 2015-10-16  Aleksandar Ristovski  <aristovski@qnx.com>
389
390         * nto-procfs.c (common/filestuff.h): Include.
391         (procfs_can_use_hw_breakpoint): Fix enum name.
392         (procfs_open_1): Fix compiler warning.
393         (procfs_pidlist): Make static.
394         (procfs_meminfo): Make static, fix type name, add missing argument.
395         (procfs_store_registers): Make static.
396         (procfs_thread_info): Remove unused function.
397         (_initialize_procfs): Forward declare.
398
399 2015-10-16  Yao Qi  <yao.qi@arm.com>
400
401         * MAINTAINERS: Update my email address.
402
403 2015-10-15  Yao Qi  <yao.qi@linaro.org>
404
405         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint):
406         Call gdbarch_breakpoint_from_pc to instruction length.
407         (aarch64_linux_remove_hw_breakpoint): Likewise.
408         * common/common-regcache.h (regcache_register_size): Declare.
409         * nat/aarch64-linux-hw-point.c: Include "common-regcache.h".
410         (aarch64_point_is_aligned): Set alignment to 2 for breakpoint if
411         the process is 32bit, otherwise set alignment to 4.
412         (aarch64_handle_breakpoint): Update comments.
413         * regcache.c (regcache_register_size): New function.
414
415 2015-10-15  Aleksandar Ristovski  <aristovski@qnx.com>
416
417         * gdbarch.sh (core_regset_section): Remove.
418         * gdbarch.h: Regenerate.
419
420 2015-10-14  Yao Qi  <yao.qi@linaro.org>
421
422         * arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
423         out of it.
424         (enum aarch64_memory_operand_type): New.
425
426 2015-10-13  David Edelsohn  <dje.gcc@gmail.com>
427
428         * xcoffread.c (dwarf2_xcoff_names): Add .dwmac and .dwpbtyp.
429
430 2015-10-13  Pedro Alves  <palves@redhat.com>
431
432         * ada-lang.c (ada_enum_name): Constify local.
433         * ada-typeprint.c (print_range_bound): Constify locals.
434         * c-varobj.c (c_describe_child): Likewise.
435         * cli/cli-setshow.c (do_set_command): Likewise.
436         * gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
437         * dwarf2read.c (find_file_and_directory): Likewise.
438         (anonymous_struct_prefix, dwarf2_name): Likewise.
439         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
440         * go-lang.c (unpack_mangled_go_symbol): Likewise.
441         * jv-typeprint.c (java_type_print_base): Likewise.
442         * ser-tcp.c (net_open): Likewise.
443         * symfile.c (deduce_language_from_filename): Likewise.
444         * symtab.c (gdb_mangle_name): Likewise.
445         * tui/tui-io.c (tui_redisplay_readline): Likewise.
446
447 2015-10-13  Pedro Alves  <palves@redhat.com>
448
449         * infrun.c (restore_execution_direction): New function.
450         (fetch_inferior_event): Use it instead of
451         make_cleanup_restore_integer.
452         (execution_direction): Change type to enum
453         exec_direction_kind.
454         * infrun.h (execution_direction): Likewise.
455
456 2015-10-13  Pedro Alves  <palves@redhat.com>
457
458         * ada-lang.c (ada_value_primitive_packed_val): Constify
459         locals.  Use value_contents_writeable.  Remove casts.
460
461 2015-10-13  Pedro Alves  <palves@redhat.com>
462
463         * ada-lang.c (ada_value_primitive_packed_val): Add casts to malloc
464         and alloca calls.
465
466 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
467
468         * lm32-tdep.c (lm32_push_dummy_call): Replace call to
469         write_memory with write_memory_unsigned_integer.
470
471 2015-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
472
473         * solib-dsbt.c (cmp_name): Constify arguments.
474         * solib-frv.c (cmp_name): Likewise.
475         * solib-svr4.c (svr4_create_solib_event_breakpoints): Likewise.
476         * solib.c (gdb_bfd_lookup_symbol_from_symtab): Likewise.
477         (bfd_lookup_symbol_from_dyn_symtab): Likewise.
478         (gdb_bfd_lookup_symbol): Likewise.
479         * solib.h (gdb_bfd_lookup_symbol): Likewise.
480         (gdb_bfd_lookup_symbol_from_symtab): Likewise.
481
482 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
483
484         * stack.c (parse_frame_specification): Remove message parameter,
485         replace with fixed string in function body, update function
486         comment.
487         (frame_info): Remove message to parse_frame_specification.
488         (select_frame_command): Likewise.
489
490 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
491
492         * stack.c (parse_frame_specification): Delete.
493         (parse_frame_specification_1): Rename to
494         parse_frame_specification.
495         (frame_info): Use parse_frame_specification.
496         (select_frame_command): Likewise.
497         (return_command): Use select_frame and print_stack_frame rather
498         than frame_command and select_frame_command.
499         (func_command): Use get_current_frame rather than
500         parse_frame_specification.
501
502 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
503
504         * stack.c (func_command): Return early when there is no ARG
505         string.
506
507 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
508
509         * stack.c: Include safe-ctype.h not ctype.h.
510         (parse_frame_specification): Use ISSPACE not isspace.
511         (backtrace_command): Use TOLOWER not tolower.
512
513 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
514
515         * mep-tdep.c (current_me_module): Add cast.
516         (mep_gdbarch_init): Likewise.
517
518 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
519
520         * m32c-tdep.c (m32c_move_reg_t): Replace with...
521         (m32c_write_reg_t): ...this and...
522         (m32c_read_reg_t): ...this.
523         (struct m32c_reg): Update types of read and write.
524         (m32c_raw_read): Change declaration type to m32c_read_reg_t and
525         adjust definition.
526         (m32c_banked_read): Likewise.
527         (m32c_sb_read): Likewise.
528         (m32c_part_read): Likewise.
529         (m32c_cat_read): Likewise.
530         (m32c_r3r2r1r0_read): Likewise.
531         (m32c_raw_write): Change declaration type to m32c_write_reg_t
532         and adjust definition.
533         (m32c_banked_write): Likewise.
534         (m32c_sb_write): Likewise.
535         (m32c_part_write): Likewise.
536         (m32c_cat_write): Likewise.
537         (m32c_r3r2r1r0_write): Likewise.
538
539 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
540
541         * aarch64-linux-tdep.c (aarch64_linux_syscall_record): Add cast.
542
543 2015-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
544
545         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Return
546         gdb_sys_no_syscall instead of -1.
547
548 2015-10-12  Yao Qi  <yao.qi@linaro.org>
549
550         * NEWS: Mention the change.
551
552 2015-10-12  Yao Qi  <yao.qi@linaro.org>
553
554         * arch/aarch64-insn.c (emit_load_store): Rename to ...
555         (aarch64_emit_load_store): ... it.  All callers updated.
556
557 2015-10-12  Yao Qi  <yao.qi@linaro.org>
558
559         * arch/aarch64-insn.c (emit_insn): Rename to ...
560         (aarch64_emit_insn): ... it.  All callers updated.
561
562 2015-10-12  Yao Qi  <yao.qi@linaro.org>
563
564         * aarch64-linux-tdep.c: Include arch-utils.h.
565         (aarch64_linux_init_abi): Call set_gdbarch_max_insn_length,
566         set_gdbarch_displaced_step_copy_insn,
567         set_gdbarch_displaced_step_fixup,
568         set_gdbarch_displaced_step_free_closure,
569         set_gdbarch_displaced_step_location,
570         and set_gdbarch_displaced_step_hw_singlestep.
571         * aarch64-tdep.c (struct displaced_step_closure): New.
572         (struct aarch64_displaced_step_data): New.
573         (aarch64_displaced_step_b): New function.
574         (aarch64_displaced_step_b_cond): Likewise.
575         (aarch64_register): Likewise.
576         (aarch64_displaced_step_cb): Likewise.
577         (aarch64_displaced_step_tb): Likewise.
578         (aarch64_displaced_step_adr): Likewise.
579         (aarch64_displaced_step_ldr_literal): Likewise.
580         (aarch64_displaced_step_others): Likewise.
581         (aarch64_displaced_step_copy_insn): Likewise.
582         (aarch64_displaced_step_fixup): Likewise.
583         (aarch64_displaced_step_hw_singlestep): Likewise.
584         * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): New macro.
585         (aarch64_displaced_step_copy_insn): Declare.
586         (aarch64_displaced_step_fixup): Declare.
587         (aarch64_displaced_step_hw_singlestep): Declare.
588         * arch/aarch64-insn.c (emit_insn): Moved from
589         gdbserver/linux-aarch64-low.c.
590         (emit_load_store): Likewise.
591         * arch/aarch64-insn.h (enum aarch64_opcodes): Moved from
592         gdbserver/linux-aarch64-low.c.
593         (struct aarch64_register): Likewise.
594         (struct aarch64_memory_operand): Likewise.
595         (ENCODE): Likewise.
596         (can_encode_int32): New macro.
597         (emit_b, emit_bcond, emit_cb, emit_ldr, emit_ldrsw): Likewise.
598         (emit_tb, emit_nop): Likewise.
599         (emit_insn): Declare.
600         (emit_load_store): Declare.
601
602 2015-10-12  Yao Qi  <yao.qi@linaro.org>
603
604         * arch/aarch64-insn.c (aarch64_decode_ldr_literal): Moved from
605         gdbserver/linux-aarch64-low.c.
606         (aarch64_relocate_instruction): Likewise.
607         * arch/aarch64-insn.h (aarch64_decode_ldr_literal): Declare.
608         (struct aarch64_insn_data): Moved from
609         gdbserver/linux-aarch64-low.c.
610         (struct aarch64_insn_visitor): Likewise.
611         (aarch64_relocate_instruction): Declare.
612
613 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
614
615         * eval.c (evaluate_subexp_standard) <STRUCTOP_STRUCT>: If
616         EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute
617         to the returned value.
618
619 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
620
621         * ada-lang.c (ada_unpack_from_contents): Add guard that unpacked
622         is large enough for BIT_SIZE.  Update function comment.
623
624 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
625
626         * ada-lang.c (ada_value_primitive_packed_val): Move
627         src_len variable to local block where used.  Override
628         BIT_SIZE if bigger than size of resolved type.
629
630 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
631
632         * gdbtypes.h (is_scalar_type): Add extern declaration.
633         * gdbtypes.c (is_scalar_type): Make non-static.
634         * ada-lang.c (ada_value_primitive_packed_val): Use is_scalar_type
635         to compute IS_SCALAR instead of doing it ourselves.
636
637 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
638
639         * ada-lang.c (ada_value_primitive_packed_val): Rework handling
640         of case where TYPE is dynamic.
641
642 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
643
644         * ada-lang.c (ada_unpack_from_contents): New function,
645         extracted from ada_value_primitive_packed_val.
646         (ada_value_primitive_packed_val): Replace extracted out code
647         by call to ada_unpack_from_contents.
648
649 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
650
651         * ada-lang.c (ada_value_primitive_packed_val): Reorder local
652         variable declarations.
653
654 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
655
656         * ada-lang.c (ada_value_primitive_packed_val): Change the type
657         of local variables src and unpacked to "gdb_type *" instead of
658         "unsigned char *".
659
660 2015-10-09  Joel Brobecker  <brobecker@adacore.com>
661
662         * ada-lang.c (ada_value_primitive_packed_val): Make the name
663         of various local variables more explicit and consistent.
664         No real code change otherwise.
665
666 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
667
668         * i386-tdep.h (struct gdbarch_tdep): Change type of
669         register_reggroup_p to gdbarch_register_reggroup_p_ftype.
670
671 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
672
673         * cris-tdep.c (struct instruction_environment): Change type of
674         byte_order to enum bfd_endian.
675
676 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
677
678         * arm-linux-tdep.c (arm_canonicalize_syscall): Add
679         enum gdb_syscall casts.
680
681 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
682
683         * aarch64-tdep.c (stack_item_t): Change type of data to gdb_byte*.
684         * arm-tdep.c (struct stack_item): Likewise.
685         (push_stack_item): Add gdb_byte* cast.
686         * avr-tdep.c (struct stack_item): Change type of data to gdb_byte*.
687         (push_stack_item): Add gdb_byte* cast.
688         * cli/cli-dump.c (dump_memory_to_file): Change type of buf to gdb_byte*
689         and add cast.
690         * cris-tdep.c (struct stack_item): Change type of data to gdb_byte*.
691         (push_stack_item): Add gdb_byte* cast.
692         * gcore.c (gcore_copy_callback): Change type of memhunk to gdb_byte* and
693         add cast.
694         * gdbtypes.h (print_scalar_formatted): Change type of first parameter to
695         gdb_byte*.
696         * h8300-tdep.c (h8300_extract_return_value): Change type of valbuf to
697         gdb_byte* and remove unnecessary cast.
698         (h8300h_extract_return_value): Likewise.
699         (h8300_store_return_value): Change type of valbuf to gdb_byte*.
700         (h8300h_store_return_value): Likewise.
701         * iq2000-tdep.c (iq2000_extract_return_value): Change type of valbuf to
702         gdb_byte* and remove unnecessary cast.
703         * jit.c (jit_reader_try_read_symtab): Change type of gdb_mem to gdb_byte*
704         and add cast.
705         * m32r-tdep.c (m32r_store_return_value): Change type of valbuf to
706         gdb_byte* and remove unnecessary cast.
707         (m32r_extract_return_value): Change type of dst to gdb_byte* and remove
708         valbuf.
709         * mep-tdep.c (mep_pseudo_cr32_read): Change type of buf to gdb_byte*.
710         (mep_pseudo_cr64_read): Likewise.
711         (mep_pseudo_csr_write): Likewise.
712         (mep_pseudo_cr32_write): Likewise.
713         (mep_pseudo_cr64_write): Likewise.
714         * mi/mi-main.c (mi_cmd_data_write_memory): Change type of buffer to
715         gdb_byte* and add cast.
716         * moxie-tdep.c (moxie_store_return_value): Change type of valbuf to
717         gdb_byte* and remove unnecessary cast.
718         (moxie_extract_return_value): Change type of dst to gdb_byte* and remove
719         valbuf.
720         * p-valprint.c (print_scalar_formatted): Change type of valaddr to
721         gdb_byte*.
722         * printcmd.c (void): Likewise.
723         * python/py-inferior.c (infpy_read_memory): Change type of buffer to
724         gdb_byte* and add cast.
725         (infpy_write_memory): Likewise.
726         (infpy_search_memory): Likewise.
727         * regcache.c (regcache_raw_write_signed): Change type of buf to gdb_byte*
728         and add cast.
729         (regcache_raw_write_unsigned): Likewise.
730         (regcache_cooked_write_signed): Likewise.
731         (regcache_cooked_write_unsigned): Likewise.
732         * sh64-tdep.c (h64_extract_return_value): Change type of valbuf to
733         gdb_byte*.
734
735 2015-10-09  Simon Marchi  <simon.marchi@ericsson.com>
736
737         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Add cast.
738         * linux-tdep.c (linux_collect_regset_section_cb_data): Likewise.
739
740 2015-10-09  Eli Zaretskii  <eliz@gnu.org>
741
742         * stack.c (print_stack_frame):
743         * utils.c (printchar): Fix typos in commentary.
744
745 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
746
747         * d-exp.y: (UnaryExpression): Support `type.sizeof' expressions.
748         (PostfixExpression): Support `expr.sizeof' expressions.
749         (PrimaryExpression): Support `typeof(expr)' expressions.
750
751 2015-10-08  Maciej W. Rozycki  <macro@imgtec.com>
752
753         * MAINTAINERS: Update my email address.
754
755 2015-10-08  Markus Metzger  <markus.t.metzger@intel.com>
756
757         * record-btrace.c (record_btrace_resume): Fix void return.
758
759 2015-10-07  Yao Qi  <yao.qi@linaro.org>
760
761         * aarch64-tdep.c: Include opcode/aarch64.h.
762         (submask): Move it above.
763         (bit): Likewise.
764         (bits): Likewise.
765         (aarch64_software_single_step): Call aarch64_decode_insn.
766         Decode instruction by aarch64_inst instead of using
767         aarch64_decode_bcond and decode_masked_match.
768
769 2015-10-06  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
770
771         * cli/cli-dump.c (restore_command): Parse load_offset (bias) as address
772         only when the file is binary.
773
774 2015-10-02  James Bowman  <james.bowman@ftdichip.com>
775
776         * ft32-tdep.c (ft32_analyze_prologue): Add function prolog
777         subroutine handling.
778
779 2015-10-01  Simon Marchi  <simon.marchi@ericsson.com>
780
781         * common/vec.h (VEC_OP (T,cleanup)): Add pointer cast.
782
783 2015-09-30  Doug Evans  <dje@google.com>
784
785         * dwarf2read.c (setup_type_unit_groups): Add comment.
786
787 2015-09-30  Pedro Alves  <palves@redhat.com>
788
789         * linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
790         * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
791         (x86_linux_create_target): Don't install
792         x86_linux_always_non_stop_p.
793
794 2015-09-30  Don Breazeal  <donb@codesourcery.com>
795
796         * remote.c (remote_parse_stop_reply): Call strprefix instead
797         of strncmp.
798
799 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
800
801         * gdbarch.sh (struct gdbarch_info): Change tdep_info's type to void *.
802         * gdbarch.h: Regenerate.
803         * i386-tdep.c (i386_gdbarch_init): Remove cast to
804         struct gdbarch_tdep_info *.
805         * mips-tdep.c (mips_gdbarch_init): Likewise.
806         * ppc-linux-tdep (ppu2spu_sniffer): Likewise.
807         * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
808         * spu-multiarch.c (spu_gdbarch): Likewise.
809
810 2015-09-30  Kevin Buettner  <kevinb@redhat.com>
811
812         * infcmd.c (finish_command_fsm_should_stop): Don't attempt to
813         record a NULL value.
814
815 2015-09-29  Kevin Buettner  <kevinb@redhat.com>
816
817         * msp430-tdep.c (msp430_push_dummy_call): Treat reference, struct,
818         and union arguments the same as pointer arguments when determining
819         size of argument.
820
821 2015-09-29  James Bowman  <james.bowman@ftdichip.com>
822
823         * ft32-tdep.c: #include "opcode/ft32.h".
824         Delete local macros IS_PUSH, PUSH_REG, IS_LINK, LINK_SIZE.
825         (ft32_analyze_prologue): Use FT32_* macros.
826
827 2015-09-28  Simon Marchi  <simon.marchi@ericsson.com>
828
829         * cli/cli-script.c (read_next_line): Fix stdout -> stdin in
830         comment.
831
832 2015-09-28  Doug Evans  <dje@google.com>
833
834         * MAINTAINERS: Add Iain Buclaw as D language maintainer.
835
836 2015-09-28  Doug Evans  <dje@google.com>
837
838         * common/filestuff.c (make_cleanup_close): Update comment.
839
840 2015-09-26  Simon Marchi  <simon.marchi@polymtl.ca>
841
842         * btrace.c (parse_xml_btrace_block): Fix cast of
843         xml_find_attribute's return value.
844         * memory-map.c (memory_map_start_memory): Likewise.
845         * solib-svr4.c (library_list_start_library): Likewise.
846         * solib-target.c (library_list_start_segment): Likewise.
847         (library_list_start_section): Likewise.
848         * tracepoint.c (traceframe_info_start_memory): Likewise.
849
850 2015-09-26  Iain Buclaw  <ibuclaw@gdcproject.org>
851
852         * d-namespace.c (d_lookup_symbol): New arg langdef.
853         All callers updated.  Support looking up symbol as a primitive type.
854         (lookup_module_scope): New arg langdef.  All callers updated.
855         Call d_lookup_symbol directly for simple bare symbols.
856
857 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
858
859         * macrocmd.c (print_macro_callback): Add cast(s).
860         * macrotab.c (macro_bcache_str): Likewise.
861         (new_macro_definition): Likewise.
862         * main.c (captured_main): Likewise.
863         * maint.c (print_bfd_section_info): Likewise.
864         * mdebugread.c (mdebug_build_psymtabs): Likewise.
865         (basic_type): Likewise.
866         * memattr.c (mem_region_cmp): Likewise.
867         * memory-map.c (memory_map_start_memory): Likewise.
868         (memory_map_end_memory): Likewise.
869         (memory_map_start_property): Likewise.
870         (memory_map_end_property): Likewise.
871         (clear_result): Likewise.
872         * memrange.c (compare_mem_ranges): Likewise.
873         * mep-tdep.c (mep_analyze_frame_prologue): Likewise.
874         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Likewise.
875         * mi/mi-console.c (mi_console_file_delete): Likewise.
876         (mi_console_file_fputs): Likewise.
877         (mi_console_raw_packet): Likewise.
878         (mi_console_file_flush): Likewise.
879         (mi_console_set_raw): Likewise.
880         * mi/mi-interp.c (mi_interpreter_resume): Likewise.
881         (mi_new_thread): Likewise.
882         (mi_thread_exit): Likewise.
883         (mi_record_changed): Likewise.
884         (mi_inferior_added): Likewise.
885         (mi_inferior_appeared): Likewise.
886         (mi_inferior_exit): Likewise.
887         (mi_inferior_removed): Likewise.
888         (mi_interp_data): Likewise.
889         (mi_on_normal_stop): Likewise.
890         (mi_traceframe_changed): Likewise.
891         (mi_tsv_created): Likewise.
892         (mi_tsv_deleted): Likewise.
893         (mi_tsv_modified): Likewise.
894         (mi_breakpoint_created): Likewise.
895         (mi_breakpoint_deleted): Likewise.
896         (mi_breakpoint_modified): Likewise.
897         (mi_output_running_pid): Likewise.
898         (mi_inferior_count): Likewise.
899         (mi_solib_loaded): Likewise.
900         (mi_solib_unloaded): Likewise.
901         (mi_command_param_changed): Likewise.
902         (mi_memory_changed): Likewise.
903         (report_initial_inferior): Likewise.
904         (mi_ui_out): Likewise.
905         (mi_set_logging): Likewise.
906         * mi/mi-main.c (collect_cores): Likewise.
907         (print_one_inferior): Likewise.
908         (free_vector_of_ints): Likewise.
909         (free_splay_tree): Likewise.
910         (mi_execute_command): Likewise.
911         * mi/mi-out.c (mi_table_body): Likewise.
912         (mi_table_end): Likewise.
913         (mi_table_header): Likewise.
914         (mi_begin): Likewise.
915         (mi_end): Likewise.
916         (mi_field_int): Likewise.
917         (mi_field_string): Likewise.
918         (mi_field_fmt): Likewise.
919         (mi_flush): Likewise.
920         (mi_redirect): Likewise.
921         (field_separator): Likewise.
922         (mi_open): Likewise.
923         (mi_close): Likewise.
924         (mi_out_buffered): Likewise.
925         (mi_out_rewind): Likewise.
926         (mi_out_put): Likewise.
927         (mi_version): Likewise.
928         (mi_out_data_dtor): Likewise.
929         * mi/mi-parse.c (mi_parse_cleanup): Likewise.
930         * microblaze-tdep.c (microblaze_frame_cache): Likewise.
931         * minidebug.c (lzma_open): Likewise.
932         (lzma_pread): Likewise.
933         (lzma_close): Likewise.
934         (lzma_stat): Likewise.
935         * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
936         * mips-sde-tdep.c (mips_sde_frame_cache): Likewise.
937         (mips_sde_elf_osabi_sniff_abi_tag_sections): Likewise.
938         * mips-tdep.c (mips_insn16_frame_cache): Likewise.
939         (mips_micro_frame_cache): Likewise.
940         (mips_insn32_frame_cache): Likewise.
941         (mips_stub_frame_cache): Likewise.
942         (gdb_print_insn_mips): Likewise.
943         (value_of_mips_user_reg): Likewise.
944         (mips_gdbarch_init): Likewise.
945         * mips64obsd-tdep.c (mips64obsd_supply_gregset): Likewise.
946         * mipsnbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
947         (mipsnbsd_supply_gregset): Likewise.
948         * mn10300-linux-tdep.c (am33_supply_fpregset_method): Likewise.
949         (am33_collect_gregset_method): Likewise.
950         (am33_collect_fpregset_method): Likewise.
951         * mn10300-tdep.c (mn10300_analyze_frame_prologue): Likewise.
952         * moxie-tdep.c (moxie_frame_cache): Likewise.
953         * msp430-tdep.c (msp430_get_opcode_byte): Likewise.
954         (msp430_analyze_frame_prologue): Likewise.
955         * mt-tdep.c (mt_frame_unwind_cache): Likewise.
956         * nios2-linux-tdep.c (nios2_supply_gregset): Likewise.
957         (nios2_collect_gregset): Likewise.
958         * nios2-tdep.c (nios2_frame_unwind_cache): Likewise.
959         (nios2_stub_frame_cache): Likewise.
960         * objc-lang.c (find_methods): Likewise.
961         * objfiles.c (objfiles_pspace_data_cleanup): Likewise.
962         (get_objfile_pspace_data): Likewise.
963         (get_objfile_bfd_data): Likewise.
964         (objfile_bfd_data_free): Likewise.
965         (add_to_objfile_sections): Likewise.
966         (do_free_objfile_cleanup): Likewise.
967         (resume_section_map_updates_cleanup): Likewise.
968         * opencl-lang.c (builtin_opencl_type): Likewise.
969         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
970         * osdata.c (osdata_start_osdata): Likewise.
971         (osdata_start_item): Likewise.
972         (osdata_start_column): Likewise.
973         (osdata_end_column): Likewise.
974         (clear_parsing_data): Likewise.
975         (osdata_free_cleanup): Likewise.
976         * parse.c (type_stack_cleanup): Likewise.
977         (exp_uses_objfile_iter): Likewise.
978         * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
979         (ppc_linux_collect_gregset): Likewise.
980         (ppu2spu_prev_arch): Likewise.
981         (ppu2spu_this_id): Likewise.
982         (ppu2spu_prev_register): Likewise.
983         (ppu2spu_unwind_register): Likewise.
984         (ppu2spu_sniffer): Likewise.
985         (ppu2spu_dealloc_cache): Likewise.
986         (ppc_linux_init_abi): Likewise.
987         * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
988         * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_cache): Likewise.
989         * progspace.c (restore_program_space): Likewise.
990         * psymtab.c (find_pc_sect_psymtab): Likewise.
991         (compare_psymbols): Likewise.
992         (psymbol_bcache_full): Likewise.
993         (allocate_psymtab): Likewise.
994         (discard_psymtabs_upto): Likewise.
995         * python/py-block.c (set_block): Likewise.
996         (del_objfile_blocks): Likewise.
997         * python/py-breakpoint.c (build_bp_list): Likewise.
998         * python/py-inferior.c (inferior_to_inferior_object): Likewise.
999         (build_inferior_list): Likewise.
1000         (py_free_inferior): Likewise.
1001         * python/py-objfile.c (py_free_objfile): Likewise.
1002         (objfile_to_objfile_object): Likewise.
1003         * python/py-prettyprint.c (py_restore_tstate): Likewise.
1004         * python/py-progspace.c (py_free_pspace): Likewise.
1005         (pspace_to_pspace_object): Likewise.
1006         * python/py-symbol.c (set_symbol): Likewise.
1007         (del_objfile_symbols): Likewise.
1008         * python/py-symtab.c (set_sal): Likewise.
1009         (set_symtab): Likewise.
1010         (del_objfile_symtab): Likewise.
1011         (del_objfile_sal): Likewise.
1012         * python/py-type.c (save_objfile_types): Likewise.
1013         (set_type): Likewise.
1014         * python/py-unwind.c (pyuw_prev_register): Likewise.
1015         (pyuw_on_new_gdbarch): Likewise.
1016         * python/py-utils.c (py_decref): Likewise.
1017         (py_xdecref): Likewise.
1018         (gdb_py_generic_dict): Likewise.
1019         * python/py-xmethods.c (gdbpy_free_xmethod_worker_data): Likewise.
1020         (gdbpy_clone_xmethod_worker_data): Likewise.
1021         (gdbpy_get_xmethod_arg_types): Likewise.
1022         (gdbpy_get_xmethod_result_type): Likewise.
1023         (gdbpy_invoke_xmethod): Likewise.
1024         * python/python.c (gdbpy_apply_type_printers): Likewise.
1025         (gdbpy_free_type_printers): Likewise.
1026         * record-btrace.c (record_btrace_disable_callback): Likewise.
1027         (bfcache_hash): Likewise.
1028         (bfcache_eq): Likewise.
1029         (btrace_get_frame_function): Likewise.
1030         (record_btrace_frame_unwind_stop_reason): Likewise.
1031         (record_btrace_frame_this_id): Likewise.
1032         (record_btrace_frame_prev_register): Likewise.
1033         (record_btrace_frame_dealloc_cache): Likewise.
1034         * record-full.c (record_full_message_wrapper): Likewise.
1035         (record_full_save_cleanups): Likewise.
1036         * regcache.c (regcache_descr): Likewise.
1037         (do_regcache_xfree): Likewise.
1038         (do_regcache_invalidate): Likewise.
1039         (do_cooked_read): Likewise.
1040         (regcache_transfer_regset): Likewise.
1041         * reggroups.c (reggroup_add): Likewise.
1042         (reggroup_next): Likewise.
1043         (reggroup_prev): Likewise.
1044         * remote-fileio.c (do_remote_fileio_request): Likewise.
1045         * remote-notif.c (remote_async_get_pending_events_handler): Likewise.
1046         (do_notif_event_xfree): Likewise.
1047         * remote.c (get_remote_arch_state): Likewise.
1048         (remote_pspace_data_cleanup): Likewise.
1049         (get_remote_exec_file): Likewise.
1050         (set_pspace_remote_exec_file): Likewise.
1051         (compare_pnums): Likewise.
1052         (clear_threads_listing_context): Likewise.
1053         (remote_newthread_step): Likewise.
1054         (start_thread): Likewise.
1055         (end_thread): Likewise.
1056         (remove_child_of_pending_fork): Likewise.
1057         (remove_stop_reply_for_inferior): Likewise.
1058         (remove_stop_reply_of_remote_state): Likewise.
1059         (remote_notif_remove_once_on_match): Likewise.
1060         (stop_reply_match_ptid_and_ws): Likewise.
1061         (kill_child_of_pending_fork): Likewise.
1062         (register_remote_g_packet_guess): Likewise.
1063         (remote_read_description_p): Likewise.
1064         (remote_read_description): Likewise.
1065         (free_actions_list_cleanup_wrapper): Likewise.
1066         (remote_async_serial_handler): Likewise.
1067         * rl78-tdep.c (rl78_get_opcode_byte): Likewise.
1068         (rl78_analyze_frame_prologue): Likewise.
1069         * rs6000-tdep.c (ppc_supply_gregset): Likewise.
1070         (ppc_supply_fpregset): Likewise.
1071         (ppc_supply_vsxregset): Likewise.
1072         (ppc_supply_vrregset): Likewise.
1073         (ppc_collect_gregset): Likewise.
1074         (ppc_collect_fpregset): Likewise.
1075         (ppc_collect_vsxregset): Likewise.
1076         (ppc_collect_vrregset): Likewise.
1077         (e500_move_ev_register): Likewise.
1078         (do_regcache_raw_write): Likewise.
1079         (rs6000_frame_cache): Likewise.
1080         (rs6000_epilogue_frame_cache): Likewise.
1081         (rs6000_gdbarch_init): Likewise.
1082         * rx-tdep.c (rx_get_opcode_byte): Likewise.
1083         (rx_analyze_frame_prologue): Likewise.
1084         (rx_frame_type): Likewise.
1085         (rx_frame_sniffer_common): Likewise.
1086         * s390-linux-tdep.c (s390_check_for_saved): Likewise.
1087         (s390_frame_unwind_cache): Likewise.
1088         (s390_stub_frame_unwind_cache): Likewise.
1089         (s390_sigtramp_frame_unwind_cache): Likewise.
1090         * score-tdep.c (score_make_prologue_cache): Likewise.
1091         * sentinel-frame.c (sentinel_frame_prev_register): Likewise.
1092         (sentinel_frame_prev_arch): Likewise.
1093         * ser-base.c (fd_event): Likewise.
1094         (push_event): Likewise.
1095         (ser_base_write): Likewise.
1096         * ser-pipe.c (pipe_close): Likewise.
1097         * serial.c (serial_write): Likewise.
1098         * sh-tdep.c (sh_frame_cache): Likewise.
1099         (sh_stub_this_id): Likewise.
1100         * sh64-tdep.c (sh64_frame_cache): Likewise.
1101         * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1102         (library_list_start_library): Likewise.
1103         (library_list_start_list): Likewise.
1104         (solib_aix_free_library_list): Likewise.
1105         * solib-darwin.c (get_darwin_info): Likewise.
1106         * solib-dsbt.c (get_dsbt_info): Likewise.
1107         * solib-spu.c (append_ocl_sos): Likewise.
1108         * solib-svr4.c (svr4_pspace_data_cleanup): Likewise.
1109         (get_svr4_info): Likewise.
1110         (library_list_start_library): Likewise.
1111         (svr4_library_list_start_list): Likewise.
1112         (hash_probe_and_action): Likewise.
1113         (equal_probe_and_action): Likewise.
1114         (svr4_update_solib_event_breakpoint): Likewise.
1115         (set_solib_svr4_fetch_link_map_offsets): Likewise.
1116         (svr4_fetch_link_map_offsets): Likewise.
1117         (svr4_have_link_map_offsets): Likewise.
1118         * solib-target.c (library_list_start_segment): Likewise.
1119         (library_list_start_section): Likewise.
1120         (library_list_start_library): Likewise.
1121         (library_list_end_library): Likewise.
1122         (library_list_start_list): Likewise.
1123         (solib_target_free_library_list): Likewise.
1124         * solib.c (solib_ops): Likewise.
1125         (set_solib_ops): Likewise.
1126         * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_cache): Likewise.
1127         * sparc-tdep.c (sparc_frame_cache): Likewise.
1128         (sparc32_frame_cache): Likewise.
1129         (sparc32_supply_gregset): Likewise.
1130         (sparc32_collect_gregset): Likewise.
1131         (sparc32_supply_fpregset): Likewise.
1132         (sparc32_collect_fpregset): Likewise.
1133         * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_cache): Likewise.
1134         * sparc64-tdep.c (sparc64_supply_gregset): Likewise.
1135         (sparc64_collect_gregset): Likewise.
1136         (sparc64_supply_fpregset): Likewise.
1137         (sparc64_collect_fpregset): Likewise.
1138         * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_cache): Likewise.
1139         * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_cache): Likewise.
1140         * sparc64obsd-tdep.c (sparc64obsd_frame_cache): Likewise.
1141         (sparc64obsd_trapframe_cache): Likewise.
1142         * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_cache): Likewise.
1143         * sparcobsd-tdep.c (sparc32obsd_sigtramp_frame_cache): Likewise.
1144         * spu-multiarch.c (spu_gdbarch): Likewise.
1145         * spu-tdep.c (spu_frame_unwind_cache): Likewise.
1146         (spu2ppu_prev_arch): Likewise.
1147         (spu2ppu_this_id): Likewise.
1148         (spu2ppu_prev_register): Likewise.
1149         (spu2ppu_dealloc_cache): Likewise.
1150         (spu_dis_asm_print_address): Likewise.
1151         (gdb_print_insn_spu): Likewise.
1152         (spu_get_overlay_table): Likewise.
1153         * stabsread.c (rs6000_builtin_type): Likewise.
1154         * stack.c (do_print_variable_and_value): Likewise.
1155         * stap-probe.c (get_stap_base_address_1): Likewise.
1156         * symfile-debug.c (debug_qf_has_symbols): Likewise.
1157         (debug_qf_find_last_source_symtab): Likewise.
1158         (debug_qf_forget_cached_source_info): Likewise.
1159         (debug_qf_map_symtabs_matching_filename): Likewise.
1160         (debug_qf_lookup_symbol): Likewise.
1161         (debug_qf_print_stats): Likewise.
1162         (debug_qf_dump): Likewise.
1163         (debug_qf_relocate): Likewise.
1164         (debug_qf_expand_symtabs_for_function): Likewise.
1165         (debug_qf_expand_all_symtabs): Likewise.
1166         (debug_qf_expand_symtabs_with_fullname): Likewise.
1167         (debug_qf_map_matching_symbols): Likewise.
1168         (debug_qf_expand_symtabs_matching): Likewise.
1169         (debug_qf_find_pc_sect_compunit_symtab): Likewise.
1170         (debug_qf_map_symbol_filenames): Likewise.
1171         (debug_sym_get_probes): Likewise.
1172         (debug_sym_new_init): Likewise.
1173         (debug_sym_init): Likewise.
1174         (debug_sym_read): Likewise.
1175         (debug_sym_read_psymbols): Likewise.
1176         (debug_sym_finish): Likewise.
1177         (debug_sym_offsets): Likewise.
1178         (debug_sym_read_linetable): Likewise.
1179         (debug_sym_relocate): Likewise.
1180         (uninstall_symfile_debug_logging): Likewise.
1181         * symfile-mem.c (symbol_file_add_from_memory_wrapper): Likewise.
1182         * symfile.c (place_section): Likewise.
1183         (add_section_size_callback): Likewise.
1184         (load_progress): Likewise.
1185         (load_section_callback): Likewise.
1186         (clear_memory_write_data): Likewise.
1187         (allocate_symtab): Likewise.
1188         * symmisc.c (maintenance_expand_file_matcher): Likewise.
1189         * symtab.c (lookup_symtab_callback): Likewise.
1190         (hash_demangled_name_entry): Likewise.
1191         (eq_demangled_name_entry): Likewise.
1192         (get_symbol_cache): Likewise.
1193         (symbol_cache_cleanup): Likewise.
1194         (set_symbol_cache_size): Likewise.
1195         (symbol_cache_flush): Likewise.
1196         (maintenance_print_symbol_cache): Likewise.
1197         (maintenance_print_symbol_cache_statistics): Likewise.
1198         (delete_filename_seen_cache): Likewise.
1199         (output_partial_symbol_filename): Likewise.
1200         (search_symbols_file_matches): Likewise.
1201         (search_symbols_name_matches): Likewise.
1202         (do_free_completion_list): Likewise.
1203         (maybe_add_partial_symtab_filename): Likewise.
1204         (get_main_info): Likewise.
1205         (main_info_cleanup): Likewise.
1206         * target-dcache.c (target_dcache_cleanup): Likewise.
1207         (target_dcache_init_p): Likewise.
1208         (target_dcache_invalidate): Likewise.
1209         (target_dcache_get): Likewise.
1210         (target_dcache_get_or_init): Likewise.
1211         * target-descriptions.c (target_find_description): Likewise.
1212         (tdesc_find_type): Likewise.
1213         (tdesc_data_cleanup): Likewise.
1214         (tdesc_find_arch_register): Likewise.
1215         (tdesc_register_name): Likewise.
1216         (tdesc_register_type): Likewise.
1217         (tdesc_register_reggroup_p): Likewise.
1218         (set_tdesc_pseudo_register_name): Likewise.
1219         (set_tdesc_pseudo_register_type): Likewise.
1220         (set_tdesc_pseudo_register_reggroup_p): Likewise.
1221         (tdesc_use_registers): Likewise.
1222         (free_target_description): Likewise.
1223         * target-memory.c (compare_block_starting_address): Likewise.
1224         (cleanup_request_data): Likewise.
1225         (cleanup_write_requests_vector): Likewise.
1226         * target.c (open_target): Likewise.
1227         (cleanup_restore_target_terminal): Likewise.
1228         (free_memory_read_result_vector): Likewise.
1229         * thread.c (disable_thread_stack_temporaries): Likewise.
1230         (finish_thread_state_cleanup): Likewise.
1231         (do_restore_current_thread_cleanup): Likewise.
1232         (restore_current_thread_cleanup_dtor): Likewise.
1233         (set_thread_refcount): Likewise.
1234         (tp_array_compar): Likewise.
1235         (do_captured_thread_select): Likewise.
1236         * tic6x-tdep.c (tic6x_frame_unwind_cache): Likewise.
1237         (tic6x_stub_this_id): Likewise.
1238         * tilegx-tdep.c (tilegx_frame_cache): Likewise.
1239         * top.c (do_restore_instream_cleanup): Likewise.
1240         (gdb_readline_wrapper_cleanup): Likewise.
1241         (kill_or_detach): Likewise.
1242         (print_inferior_quit_action): Likewise.
1243         * tracefile-tfile.c (match_blocktype): Likewise.
1244         (build_traceframe_info): Likewise.
1245         * tracefile.c (trace_file_writer_xfree): Likewise.
1246         * tracepoint.c (memrange_cmp): Likewise.
1247         (do_collect_symbol): Likewise.
1248         (do_clear_collection_list): Likewise.
1249         (do_restore_current_traceframe_cleanup): Likewise.
1250         (restore_current_traceframe_cleanup_dtor): Likewise.
1251         (free_current_marker): Likewise.
1252         (traceframe_info_start_memory): Likewise.
1253         (traceframe_info_start_tvar): Likewise.
1254         (free_result): Likewise.
1255         * tramp-frame.c (tramp_frame_cache): Likewise.
1256         * tui/tui-file.c (tui_file_delete): Likewise.
1257         (tui_fileopen): Likewise.
1258         (tui_sfileopen): Likewise.
1259         (tui_file_isatty): Likewise.
1260         (tui_file_rewind): Likewise.
1261         (tui_file_put): Likewise.
1262         (tui_file_fputs): Likewise.
1263         (tui_file_get_strbuf): Likewise.
1264         (tui_file_adjust_strbuf): Likewise.
1265         (tui_file_flush): Likewise.
1266         * tui/tui-layout.c (make_command_window): Likewise.
1267         (make_data_window): Likewise.
1268         (show_source_disasm_command): Likewise.
1269         (show_data): Likewise.
1270         (make_source_or_disasm_window): Likewise.
1271         (show_source_or_disasm_and_command): Likewise.
1272         * tui/tui-out.c (tui_field_int): Likewise.
1273         (tui_field_string): Likewise.
1274         (tui_field_fmt): Likewise.
1275         (tui_text): Likewise.
1276         * typeprint.c (hash_typedef_field): Likewise.
1277         (eq_typedef_field): Likewise.
1278         (do_free_typedef_hash): Likewise.
1279         (copy_typedef_hash_element): Likewise.
1280         (do_free_global_table): Likewise.
1281         (find_global_typedef): Likewise.
1282         (find_typedef_in_hash): Likewise.
1283         * ui-file.c (ui_file_write_for_put): Likewise.
1284         (do_ui_file_xstrdup): Likewise.
1285         (mem_file_delete): Likewise.
1286         (mem_file_rewind): Likewise.
1287         (mem_file_put): Likewise.
1288         (mem_file_write): Likewise.
1289         (stdio_file_delete): Likewise.
1290         (stdio_file_flush): Likewise.
1291         (stdio_file_read): Likewise.
1292         (stdio_file_write): Likewise.
1293         (stdio_file_write_async_safe): Likewise.
1294         (stdio_file_fputs): Likewise.
1295         (stdio_file_isatty): Likewise.
1296         (stdio_file_fseek): Likewise.
1297         (tee_file_delete): Likewise.
1298         (tee_file_flush): Likewise.
1299         (tee_file_write): Likewise.
1300         (tee_file_fputs): Likewise.
1301         (tee_file_isatty): Likewise.
1302         * ui-out.c (do_cleanup_table_end): Likewise.
1303         (do_cleanup_end): Likewise.
1304         * user-regs.c (user_reg_add): Likewise.
1305         (user_reg_map_name_to_regnum): Likewise.
1306         (usernum_to_user_reg): Likewise.
1307         (maintenance_print_user_registers): Likewise.
1308         * utils.c (do_bfd_close_cleanup): Likewise.
1309         (do_fclose_cleanup): Likewise.
1310         (do_obstack_free): Likewise.
1311         (do_ui_file_delete): Likewise.
1312         (do_ui_out_redirect_pop): Likewise.
1313         (do_free_section_addr_info): Likewise.
1314         (restore_integer): Likewise.
1315         (do_unpush_target): Likewise.
1316         (do_htab_delete_cleanup): Likewise.
1317         (do_restore_ui_file): Likewise.
1318         (do_value_free): Likewise.
1319         (do_free_so): Likewise.
1320         (free_current_contents): Likewise.
1321         (do_regfree_cleanup): Likewise.
1322         (core_addr_hash): Likewise.
1323         (core_addr_eq): Likewise.
1324         (do_free_char_ptr_vec): Likewise.
1325         * v850-tdep.c (v850_frame_cache): Likewise.
1326         * varobj.c (do_free_variable_cleanup): Likewise.
1327         * vax-tdep.c (vax_supply_gregset): Likewise.
1328         (vax_frame_cache): Likewise.
1329         * vaxobsd-tdep.c (vaxobsd_sigtramp_frame_cache): Likewise.
1330         * xml-support.c (gdb_xml_body_text): Likewise.
1331         (gdb_xml_values_cleanup): Likewise.
1332         (gdb_xml_start_element): Likewise.
1333         (gdb_xml_start_element_wrapper): Likewise.
1334         (gdb_xml_end_element): Likewise.
1335         (gdb_xml_end_element_wrapper): Likewise.
1336         (gdb_xml_cleanup): Likewise.
1337         (gdb_xml_fetch_external_entity): Likewise.
1338         (gdb_xml_parse_attr_enum): Likewise.
1339         (xinclude_start_include): Likewise.
1340         (xinclude_end_include): Likewise.
1341         (xml_xinclude_default): Likewise.
1342         (xml_xinclude_start_doctype): Likewise.
1343         (xml_xinclude_end_doctype): Likewise.
1344         (xml_xinclude_cleanup): Likewise.
1345         (xml_fetch_content_from_file): Likewise.
1346         * xml-syscall.c (free_syscalls_info): Likewise.
1347         (syscall_start_syscall): Likewise.
1348         * xml-tdesc.c (tdesc_end_arch): Likewise.
1349         (tdesc_end_osabi): Likewise.
1350         (tdesc_end_compatible): Likewise.
1351         (tdesc_start_target): Likewise.
1352         (tdesc_start_feature): Likewise.
1353         (tdesc_start_reg): Likewise.
1354         (tdesc_start_union): Likewise.
1355         (tdesc_start_struct): Likewise.
1356         (tdesc_start_flags): Likewise.
1357         (tdesc_start_field): Likewise.
1358         (tdesc_start_vector): Likewise.
1359         (fetch_available_features_from_target): Likewise.
1360         * xstormy16-tdep.c (xstormy16_frame_cache): Likewise.
1361         * xtensa-tdep.c (xtensa_supply_gregset): Likewise.
1362         (xtensa_frame_cache): Likewise.
1363         (xtensa_frame_prev_register): Likewise.
1364         (xtensa_extract_return_value): Likewise.
1365
1366 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1367
1368         * aarch64-tdep.c (aarch64_make_prologue_cache): Add cast(s).
1369         (aarch64_make_stub_cache): Likewise.
1370         (value_of_aarch64_user_reg): Likewise.
1371         * ada-lang.c (ada_inferior_data_cleanup): Likewise.
1372         (get_ada_inferior_data): Likewise.
1373         (get_ada_pspace_data): Likewise.
1374         (ada_pspace_data_cleanup): Likewise.
1375         (ada_complete_symbol_matcher): Likewise.
1376         (ada_exc_search_name_matches): Likewise.
1377         * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1378         (get_ada_tasks_inferior_data): Likewise.
1379         * addrmap.c (addrmap_mutable_foreach_worker): Likewise.
1380         (splay_obstack_alloc): Likewise.
1381         (splay_obstack_free): Likewise.
1382         * alpha-linux-tdep.c (alpha_linux_supply_gregset): Likewise.
1383         (alpha_linux_collect_gregset): Likewise.
1384         (alpha_linux_supply_fpregset): Likewise.
1385         (alpha_linux_collect_fpregset): Likewise.
1386         * alpha-mdebug-tdep.c (alpha_mdebug_frame_unwind_cache): Likewise.
1387         * alpha-tdep.c (alpha_lds): Likewise.
1388         (alpha_sts): Likewise.
1389         (alpha_sigtramp_frame_unwind_cache): Likewise.
1390         (alpha_heuristic_frame_unwind_cache): Likewise.
1391         (alpha_supply_int_regs): Likewise.
1392         (alpha_fill_int_regs): Likewise.
1393         (alpha_supply_fp_regs): Likewise.
1394         (alpha_fill_fp_regs): Likewise.
1395         * alphanbsd-tdep.c (alphanbsd_supply_fpregset): Likewise.
1396         (alphanbsd_aout_supply_gregset): Likewise.
1397         (alphanbsd_supply_gregset): Likewise.
1398         * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
1399         (amd64_x32_linux_init_abi): Likewise.
1400         * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1401         (amd64_collect_native_gregset): Likewise.
1402         * amd64-tdep.c (amd64_frame_cache): Likewise.
1403         (amd64_sigtramp_frame_cache): Likewise.
1404         (amd64_epilogue_frame_cache): Likewise.
1405         (amd64_supply_fxsave): Likewise.
1406         (amd64_supply_xsave): Likewise.
1407         (amd64_collect_fxsave): Likewise.
1408         (amd64_collect_xsave): Likewise.
1409         * amd64-windows-tdep.c (amd64_windows_frame_cache): Likewise.
1410         * amd64obsd-tdep.c (amd64obsd_trapframe_cache): Likewise.
1411         * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1412         (arm_linux_collect_gregset): Likewise.
1413         (arm_linux_supply_nwfpe): Likewise.
1414         (arm_linux_collect_nwfpe): Likewise.
1415         (arm_linux_supply_vfp): Likewise.
1416         (arm_linux_collect_vfp): Likewise.
1417         * arm-tdep.c (arm_find_mapping_symbol): Likewise.
1418         (arm_prologue_unwind_stop_reason): Likewise.
1419         (arm_prologue_this_id): Likewise.
1420         (arm_prologue_prev_register): Likewise.
1421         (arm_exidx_data_free): Likewise.
1422         (arm_find_exidx_entry): Likewise.
1423         (arm_stub_this_id): Likewise.
1424         (arm_m_exception_this_id): Likewise.
1425         (arm_m_exception_prev_register): Likewise.
1426         (arm_normal_frame_base): Likewise.
1427         (gdb_print_insn_arm): Likewise.
1428         (arm_objfile_data_free): Likewise.
1429         (arm_record_special_symbol): Likewise.
1430         (value_of_arm_user_reg): Likewise.
1431         * armbsd-tdep.c (armbsd_supply_fpregset): Likewise.
1432         (armbsd_supply_gregset): Likewise.
1433         * auto-load.c (auto_load_pspace_data_cleanup): Likewise.
1434         (get_auto_load_pspace_data): Likewise.
1435         (hash_loaded_script_entry): Likewise.
1436         (eq_loaded_script_entry): Likewise.
1437         (clear_section_scripts): Likewise.
1438         (collect_matching_scripts): Likewise.
1439         * auxv.c (auxv_inferior_data_cleanup): Likewise.
1440         (get_auxv_inferior_data): Likewise.
1441         * avr-tdep.c (avr_frame_unwind_cache): Likewise.
1442         * ax-general.c (do_free_agent_expr_cleanup): Likewise.
1443         * bfd-target.c (target_bfd_xfer_partial): Likewise.
1444         (target_bfd_xclose): Likewise.
1445         (target_bfd_get_section_table): Likewise.
1446         * bfin-tdep.c (bfin_frame_cache): Likewise.
1447         * block.c (find_block_in_blockvector): Likewise.
1448         (call_site_for_pc): Likewise.
1449         (block_find_non_opaque_type_preferred): Likewise.
1450         * break-catch-sig.c (signal_catchpoint_insert_location): Likewise.
1451         (signal_catchpoint_remove_location): Likewise.
1452         (signal_catchpoint_breakpoint_hit): Likewise.
1453         (signal_catchpoint_print_one): Likewise.
1454         (signal_catchpoint_print_mention): Likewise.
1455         (signal_catchpoint_print_recreate): Likewise.
1456         * break-catch-syscall.c (get_catch_syscall_inferior_data): Likewise.
1457         * breakpoint.c (do_cleanup_counted_command_line): Likewise.
1458         (bp_location_compare_addrs): Likewise.
1459         (get_first_locp_gte_addr): Likewise.
1460         (check_tracepoint_command): Likewise.
1461         (do_map_commands_command): Likewise.
1462         (get_breakpoint_objfile_data): Likewise.
1463         (free_breakpoint_probes): Likewise.
1464         (do_captured_breakpoint_query): Likewise.
1465         (compare_breakpoints): Likewise.
1466         (bp_location_compare): Likewise.
1467         (bpstat_remove_breakpoint_callback): Likewise.
1468         (do_delete_breakpoint_cleanup): Likewise.
1469         * bsd-uthread.c (bsd_uthread_set_supply_uthread): Likewise.
1470         (bsd_uthread_set_collect_uthread): Likewise.
1471         (bsd_uthread_activate): Likewise.
1472         (bsd_uthread_fetch_registers): Likewise.
1473         (bsd_uthread_store_registers): Likewise.
1474         * btrace.c (check_xml_btrace_version): Likewise.
1475         (parse_xml_btrace_block): Likewise.
1476         (parse_xml_btrace_pt_config_cpu): Likewise.
1477         (parse_xml_btrace_pt_raw): Likewise.
1478         (parse_xml_btrace_pt): Likewise.
1479         (parse_xml_btrace_conf_bts): Likewise.
1480         (parse_xml_btrace_conf_pt): Likewise.
1481         (do_btrace_data_cleanup): Likewise.
1482         * c-typeprint.c (find_typedef_for_canonicalize): Likewise.
1483         * charset.c (cleanup_iconv): Likewise.
1484         (do_cleanup_iterator): Likewise.
1485         * cli-out.c (cli_uiout_dtor): Likewise.
1486         (cli_table_begin): Likewise.
1487         (cli_table_body): Likewise.
1488         (cli_table_end): Likewise.
1489         (cli_table_header): Likewise.
1490         (cli_begin): Likewise.
1491         (cli_end): Likewise.
1492         (cli_field_int): Likewise.
1493         (cli_field_skip): Likewise.
1494         (cli_field_string): Likewise.
1495         (cli_field_fmt): Likewise.
1496         (cli_spaces): Likewise.
1497         (cli_text): Likewise.
1498         (cli_message): Likewise.
1499         (cli_wrap_hint): Likewise.
1500         (cli_flush): Likewise.
1501         (cli_redirect): Likewise.
1502         (out_field_fmt): Likewise.
1503         (field_separator): Likewise.
1504         (cli_out_set_stream): Likewise.
1505         * cli/cli-cmds.c (compare_symtabs): Likewise.
1506         * cli/cli-dump.c (call_dump_func): Likewise.
1507         (restore_section_callback): Likewise.
1508         * cli/cli-script.c (clear_hook_in_cleanup): Likewise.
1509         (do_restore_user_call_depth): Likewise.
1510         (do_free_command_lines_cleanup): Likewise.
1511         * coff-pe-read.c (get_section_vmas): Likewise.
1512         (pe_as16): Likewise.
1513         (pe_as32): Likewise.
1514         * coffread.c (coff_symfile_read): Likewise.
1515         * common/agent.c (agent_look_up_symbols): Likewise.
1516         * common/filestuff.c (do_close_cleanup): Likewise.
1517         * common/format.c (free_format_pieces_cleanup): Likewise.
1518         * common/vec.c (vec_o_reserve): Likewise.
1519         * compile/compile-c-support.c (print_one_macro): Likewise.
1520         * compile/compile-c-symbols.c (hash_symbol_error): Likewise.
1521         (eq_symbol_error): Likewise.
1522         (del_symbol_error): Likewise.
1523         (error_symbol_once): Likewise.
1524         (gcc_convert_symbol): Likewise.
1525         (gcc_symbol_address): Likewise.
1526         (hash_symname): Likewise.
1527         (eq_symname): Likewise.
1528         * compile/compile-c-types.c (hash_type_map_instance): Likewise.
1529         (eq_type_map_instance): Likewise.
1530         (insert_type): Likewise.
1531         (convert_type): Likewise.
1532         * compile/compile-object-load.c (munmap_listp_free_cleanup): Likewise.
1533         (setup_sections): Likewise.
1534         (link_hash_table_free): Likewise.
1535         (copy_sections): Likewise.
1536         * compile/compile-object-run.c (do_module_cleanup): Likewise.
1537         * compile/compile.c (compile_print_value): Likewise.
1538         (do_rmdir): Likewise.
1539         (cleanup_compile_instance): Likewise.
1540         (cleanup_unlink_file): Likewise.
1541         * completer.c (free_completion_tracker): Likewise.
1542         * corelow.c (add_to_spuid_list): Likewise.
1543         * cp-namespace.c (reset_directive_searched): Likewise.
1544         * cp-support.c (reset_directive_searched): Likewise.
1545         * cris-tdep.c (cris_sigtramp_frame_unwind_cache): Likewise.
1546         (cris_frame_unwind_cache): Likewise.
1547         * d-lang.c (builtin_d_type): Likewise.
1548         * d-namespace.c (reset_directive_searched): Likewise.
1549         * dbxread.c (dbx_free_symfile_info): Likewise.
1550         (do_free_bincl_list_cleanup): Likewise.
1551         * disasm.c (hash_dis_line_entry): Likewise.
1552         (eq_dis_line_entry): Likewise.
1553         (dis_asm_print_address): Likewise.
1554         (fprintf_disasm): Likewise.
1555         (do_ui_file_delete): Likewise.
1556         * doublest.c (convert_floatformat_to_doublest): Likewise.
1557         * dummy-frame.c (pop_dummy_frame_bpt): Likewise.
1558         (dummy_frame_prev_register): Likewise.
1559         (dummy_frame_this_id): Likewise.
1560         * dwarf2-frame-tailcall.c (cache_hash): Likewise.
1561         (cache_eq): Likewise.
1562         (cache_find): Likewise.
1563         (tailcall_frame_this_id): Likewise.
1564         (dwarf2_tailcall_prev_register_first): Likewise.
1565         (tailcall_frame_prev_register): Likewise.
1566         (tailcall_frame_dealloc_cache): Likewise.
1567         (tailcall_frame_prev_arch): Likewise.
1568         * dwarf2-frame.c (dwarf2_frame_state_free): Likewise.
1569         (dwarf2_frame_set_init_reg): Likewise.
1570         (dwarf2_frame_init_reg): Likewise.
1571         (dwarf2_frame_set_signal_frame_p): Likewise.
1572         (dwarf2_frame_signal_frame_p): Likewise.
1573         (dwarf2_frame_set_adjust_regnum): Likewise.
1574         (dwarf2_frame_adjust_regnum): Likewise.
1575         (clear_pointer_cleanup): Likewise.
1576         (dwarf2_frame_cache): Likewise.
1577         (find_cie): Likewise.
1578         (dwarf2_frame_find_fde): Likewise.
1579         * dwarf2expr.c (dwarf_expr_address_type): Likewise.
1580         (free_dwarf_expr_context_cleanup): Likewise.
1581         * dwarf2loc.c (locexpr_find_frame_base_location): Likewise.
1582         (locexpr_get_frame_base): Likewise.
1583         (loclist_find_frame_base_location): Likewise.
1584         (loclist_get_frame_base): Likewise.
1585         (dwarf_expr_dwarf_call): Likewise.
1586         (dwarf_expr_get_base_type): Likewise.
1587         (dwarf_expr_push_dwarf_reg_entry_value): Likewise.
1588         (dwarf_expr_get_obj_addr): Likewise.
1589         (entry_data_value_coerce_ref): Likewise.
1590         (entry_data_value_copy_closure): Likewise.
1591         (entry_data_value_free_closure): Likewise.
1592         (get_frame_address_in_block_wrapper): Likewise.
1593         (dwarf2_evaluate_property): Likewise.
1594         (dwarf2_compile_property_to_c): Likewise.
1595         (needs_frame_read_addr_from_reg): Likewise.
1596         (needs_frame_get_reg_value): Likewise.
1597         (needs_frame_frame_base): Likewise.
1598         (needs_frame_frame_cfa): Likewise.
1599         (needs_frame_tls_address): Likewise.
1600         (needs_frame_dwarf_call): Likewise.
1601         (needs_dwarf_reg_entry_value): Likewise.
1602         (get_ax_pc): Likewise.
1603         (locexpr_read_variable): Likewise.
1604         (locexpr_read_variable_at_entry): Likewise.
1605         (locexpr_read_needs_frame): Likewise.
1606         (locexpr_describe_location): Likewise.
1607         (locexpr_tracepoint_var_ref): Likewise.
1608         (locexpr_generate_c_location): Likewise.
1609         (loclist_read_variable): Likewise.
1610         (loclist_read_variable_at_entry): Likewise.
1611         (loclist_describe_location): Likewise.
1612         (loclist_tracepoint_var_ref): Likewise.
1613         (loclist_generate_c_location): Likewise.
1614         * dwarf2read.c (line_header_hash_voidp): Likewise.
1615         (line_header_eq_voidp): Likewise.
1616         (dwarf2_has_info): Likewise.
1617         (dwarf2_get_section_info): Likewise.
1618         (locate_dwz_sections): Likewise.
1619         (hash_file_name_entry): Likewise.
1620         (eq_file_name_entry): Likewise.
1621         (delete_file_name_entry): Likewise.
1622         (dw2_setup): Likewise.
1623         (dw2_get_file_names_reader): Likewise.
1624         (dw2_find_pc_sect_compunit_symtab): Likewise.
1625         (hash_signatured_type): Likewise.
1626         (eq_signatured_type): Likewise.
1627         (add_signatured_type_cu_to_table): Likewise.
1628         (create_debug_types_hash_table): Likewise.
1629         (lookup_dwo_signatured_type): Likewise.
1630         (lookup_dwp_signatured_type): Likewise.
1631         (lookup_signatured_type): Likewise.
1632         (hash_type_unit_group): Likewise.
1633         (eq_type_unit_group): Likewise.
1634         (get_type_unit_group): Likewise.
1635         (process_psymtab_comp_unit_reader): Likewise.
1636         (sort_tu_by_abbrev_offset): Likewise.
1637         (process_skeletonless_type_unit): Likewise.
1638         (psymtabs_addrmap_cleanup): Likewise.
1639         (dwarf2_read_symtab): Likewise.
1640         (psymtab_to_symtab_1): Likewise.
1641         (die_hash): Likewise.
1642         (die_eq): Likewise.
1643         (load_full_comp_unit_reader): Likewise.
1644         (reset_die_in_process): Likewise.
1645         (free_cu_line_header): Likewise.
1646         (handle_DW_AT_stmt_list): Likewise.
1647         (hash_dwo_file): Likewise.
1648         (eq_dwo_file): Likewise.
1649         (hash_dwo_unit): Likewise.
1650         (eq_dwo_unit): Likewise.
1651         (create_dwo_cu_reader): Likewise.
1652         (create_dwo_unit_in_dwp_v1): Likewise.
1653         (create_dwo_unit_in_dwp_v2): Likewise.
1654         (lookup_dwo_unit_in_dwp): Likewise.
1655         (dwarf2_locate_dwo_sections): Likewise.
1656         (dwarf2_locate_common_dwp_sections): Likewise.
1657         (dwarf2_locate_v2_dwp_sections): Likewise.
1658         (hash_dwp_loaded_cutus): Likewise.
1659         (eq_dwp_loaded_cutus): Likewise.
1660         (lookup_dwo_cutu): Likewise.
1661         (abbrev_table_free_cleanup): Likewise.
1662         (dwarf2_free_abbrev_table): Likewise.
1663         (find_partial_die_in_comp_unit): Likewise.
1664         (free_line_header_voidp): Likewise.
1665         (follow_die_offset): Likewise.
1666         (follow_die_sig_1): Likewise.
1667         (free_heap_comp_unit): Likewise.
1668         (free_stack_comp_unit): Likewise.
1669         (dwarf2_free_objfile): Likewise.
1670         (per_cu_offset_and_type_hash): Likewise.
1671         (per_cu_offset_and_type_eq): Likewise.
1672         (get_die_type_at_offset): Likewise.
1673         (partial_die_hash): Likewise.
1674         (partial_die_eq): Likewise.
1675         (dwarf2_per_objfile_free): Likewise.
1676         (hash_strtab_entry): Likewise.
1677         (eq_strtab_entry): Likewise.
1678         (add_string): Likewise.
1679         (hash_symtab_entry): Likewise.
1680         (eq_symtab_entry): Likewise.
1681         (delete_symtab_entry): Likewise.
1682         (cleanup_mapped_symtab): Likewise.
1683         (add_indices_to_cpool): Likewise.
1684         (hash_psymtab_cu_index): Likewise.
1685         (eq_psymtab_cu_index): Likewise.
1686         (add_address_entry_worker): Likewise.
1687         (unlink_if_set): Likewise.
1688         (write_one_signatured_type): Likewise.
1689         (save_gdb_index_command): Likewise.
1690         * elfread.c (elf_symtab_read): Likewise.
1691         (elf_gnu_ifunc_cache_hash): Likewise.
1692         (elf_gnu_ifunc_cache_eq): Likewise.
1693         (elf_gnu_ifunc_record_cache): Likewise.
1694         (elf_gnu_ifunc_resolve_by_cache): Likewise.
1695         (elf_get_probes): Likewise.
1696         (probe_key_free): Likewise.
1697         * f-lang.c (builtin_f_type): Likewise.
1698         * frame-base.c (frame_base_append_sniffer): Likewise.
1699         (frame_base_set_default): Likewise.
1700         (frame_base_find_by_frame): Likewise.
1701         * frame-unwind.c (frame_unwind_prepend_unwinder): Likewise.
1702         (frame_unwind_append_unwinder): Likewise.
1703         (frame_unwind_find_by_frame): Likewise.
1704         * frame.c (frame_addr_hash): Likewise.
1705         (frame_addr_hash_eq): Likewise.
1706         (frame_stash_find): Likewise.
1707         (do_frame_register_read): Likewise.
1708         (unwind_to_current_frame): Likewise.
1709         (frame_cleanup_after_sniffer): Likewise.
1710         * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
1711         * frv-tdep.c (frv_frame_unwind_cache): Likewise.
1712         * ft32-tdep.c (ft32_frame_cache): Likewise.
1713         * gcore.c (do_bfd_delete_cleanup): Likewise.
1714         (gcore_create_callback): Likewise.
1715         * gdb_bfd.c (hash_bfd): Likewise.
1716         (eq_bfd): Likewise.
1717         (gdb_bfd_open): Likewise.
1718         (free_one_bfd_section): Likewise.
1719         (gdb_bfd_ref): Likewise.
1720         (gdb_bfd_unref): Likewise.
1721         (get_section_descriptor): Likewise.
1722         (gdb_bfd_map_section): Likewise.
1723         (gdb_bfd_crc): Likewise.
1724         (gdb_bfd_mark_parent): Likewise.
1725         (gdb_bfd_record_inclusion): Likewise.
1726         (gdb_bfd_requires_relocations): Likewise.
1727         (print_one_bfd): Likewise.
1728         * gdbtypes.c (type_pair_hash): Likewise.
1729         (type_pair_eq): Likewise.
1730         (builtin_type): Likewise.
1731         (objfile_type): Likewise.
1732         * gnu-v3-abi.c (vtable_ptrdiff_type): Likewise.
1733         (vtable_address_point_offset): Likewise.
1734         (gnuv3_get_vtable): Likewise.
1735         (hash_value_and_voffset): Likewise.
1736         (eq_value_and_voffset): Likewise.
1737         (compare_value_and_voffset): Likewise.
1738         (compute_vtable_size): Likewise.
1739         (gnuv3_get_typeid_type): Likewise.
1740         * go-lang.c (builtin_go_type): Likewise.
1741         * guile/scm-block.c (bkscm_hash_block_smob): Likewise.
1742         (bkscm_eq_block_smob): Likewise.
1743         (bkscm_objfile_block_map): Likewise.
1744         (bkscm_del_objfile_blocks): Likewise.
1745         * guile/scm-breakpoint.c (bpscm_build_bp_list): Likewise.
1746         * guile/scm-disasm.c (gdbscm_disasm_read_memory_worker): Likewise.
1747         (gdbscm_disasm_print_address): Likewise.
1748         * guile/scm-frame.c (frscm_hash_frame_smob): Likewise.
1749         (frscm_eq_frame_smob): Likewise.
1750         (frscm_inferior_frame_map): Likewise.
1751         (frscm_del_inferior_frames): Likewise.
1752         * guile/scm-gsmob.c (gdbscm_add_objfile_ref): Likewise.
1753         * guile/scm-objfile.c (ofscm_handle_objfile_deleted): Likewise.
1754         (ofscm_objfile_smob_from_objfile): Likewise.
1755         * guile/scm-ports.c (ioscm_write): Likewise.
1756         (ioscm_file_port_delete): Likewise.
1757         (ioscm_file_port_rewind): Likewise.
1758         (ioscm_file_port_put): Likewise.
1759         (ioscm_file_port_write): Likewise.
1760         * guile/scm-progspace.c (psscm_handle_pspace_deleted): Likewise.
1761         (psscm_pspace_smob_from_pspace): Likewise.
1762         * guile/scm-safe-call.c (scscm_recording_pre_unwind_handler): Likewise.
1763         (scscm_recording_unwind_handler): Likewise.
1764         (gdbscm_with_catch): Likewise.
1765         (scscm_call_0_body): Likewise.
1766         (scscm_call_1_body): Likewise.
1767         (scscm_call_2_body): Likewise.
1768         (scscm_call_3_body): Likewise.
1769         (scscm_call_4_body): Likewise.
1770         (scscm_apply_1_body): Likewise.
1771         (scscm_eval_scheme_string): Likewise.
1772         (gdbscm_safe_eval_string): Likewise.
1773         (scscm_source_scheme_script): Likewise.
1774         (gdbscm_safe_source_script): Likewise.
1775         * guile/scm-string.c (gdbscm_call_scm_to_stringn): Likewise.
1776         (gdbscm_call_scm_from_stringn): Likewise.
1777         * guile/scm-symbol.c (syscm_hash_symbol_smob): Likewise.
1778         (syscm_eq_symbol_smob): Likewise.
1779         (syscm_get_symbol_map): Likewise.
1780         (syscm_del_objfile_symbols): Likewise.
1781         * guile/scm-symtab.c (stscm_hash_symtab_smob): Likewise.
1782         (stscm_eq_symtab_smob): Likewise.
1783         (stscm_objfile_symtab_map): Likewise.
1784         (stscm_del_objfile_symtabs): Likewise.
1785         * guile/scm-type.c (tyscm_hash_type_smob): Likewise.
1786         (tyscm_eq_type_smob): Likewise.
1787         (tyscm_type_map): Likewise.
1788         (tyscm_copy_type_recursive): Likewise.
1789         (save_objfile_types): Likewise.
1790         * guile/scm-utils.c (extract_arg): Likewise.
1791         * h8300-tdep.c (h8300_frame_cache): Likewise.
1792         * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_unwind_cache): Likewise.
1793         * hppa-tdep.c (compare_unwind_entries): Likewise.
1794         (find_unwind_entry): Likewise.
1795         (hppa_frame_cache): Likewise.
1796         (hppa_stub_frame_unwind_cache): Likewise.
1797         * hppanbsd-tdep.c (hppanbsd_supply_gregset): Likewise.
1798         * hppaobsd-tdep.c (hppaobsd_supply_gregset): Likewise.
1799         (hppaobsd_supply_fpregset): Likewise.
1800         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
1801         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
1802         * i386-tdep.c (i386_frame_cache): Likewise.
1803         (i386_epilogue_frame_cache): Likewise.
1804         (i386_sigtramp_frame_cache): Likewise.
1805         (i386_supply_gregset): Likewise.
1806         (i386_collect_gregset): Likewise.
1807         (i386_gdbarch_init): Likewise.
1808         * i386obsd-tdep.c (i386obsd_aout_supply_regset): Likewise.
1809         (i386obsd_trapframe_cache): Likewise.
1810         * i387-tdep.c (i387_supply_fsave): Likewise.
1811         (i387_collect_fsave): Likewise.
1812         (i387_supply_fxsave): Likewise.
1813         (i387_collect_fxsave): Likewise.
1814         (i387_supply_xsave): Likewise.
1815         (i387_collect_xsave): Likewise.
1816         * ia64-tdep.c (ia64_frame_cache): Likewise.
1817         (ia64_sigtramp_frame_cache): Likewise.
1818         * infcmd.c (attach_command_continuation): Likewise.
1819         (attach_command_continuation_free_args): Likewise.
1820         * inferior.c (restore_inferior): Likewise.
1821         (delete_thread_of_inferior): Likewise.
1822         * inflow.c (inflow_inferior_data_cleanup): Likewise.
1823         (get_inflow_inferior_data): Likewise.
1824         (inflow_inferior_exit): Likewise.
1825         * infrun.c (displaced_step_clear_cleanup): Likewise.
1826         (restore_current_uiout_cleanup): Likewise.
1827         (release_stop_context_cleanup): Likewise.
1828         (do_restore_infcall_suspend_state_cleanup): Likewise.
1829         (do_restore_infcall_control_state_cleanup): Likewise.
1830         (restore_inferior_ptid): Likewise.
1831         * inline-frame.c (block_starting_point_at): Likewise.
1832         * iq2000-tdep.c (iq2000_frame_cache): Likewise.
1833         * jit.c (get_jit_objfile_data): Likewise.
1834         (get_jit_program_space_data): Likewise.
1835         (jit_object_close_impl): Likewise.
1836         (jit_find_objf_with_entry_addr): Likewise.
1837         (jit_breakpoint_deleted): Likewise.
1838         (jit_unwind_reg_set_impl): Likewise.
1839         (jit_unwind_reg_get_impl): Likewise.
1840         (jit_dealloc_cache): Likewise.
1841         (jit_frame_sniffer): Likewise.
1842         (jit_frame_prev_register): Likewise.
1843         (jit_prepend_unwinder): Likewise.
1844         (jit_inferior_exit_hook): Likewise.
1845         (free_objfile_data): Likewise.
1846         * jv-lang.c (jv_per_objfile_free): Likewise.
1847         (get_dynamics_objfile): Likewise.
1848         (get_java_class_symtab): Likewise.
1849         (builtin_java_type): Likewise.
1850         * language.c (language_string_char_type): Likewise.
1851         (language_bool_type): Likewise.
1852         (language_lookup_primitive_type): Likewise.
1853         (language_lookup_primitive_type_as_symbol): Likewise.
1854         * linespec.c (hash_address_entry): Likewise.
1855         (eq_address_entry): Likewise.
1856         (iterate_inline_only): Likewise.
1857         (iterate_name_matcher): Likewise.
1858         (decode_line_2_compare_items): Likewise.
1859         (collect_one_symbol): Likewise.
1860         (compare_symbols): Likewise.
1861         (compare_msymbols): Likewise.
1862         (add_symtabs_to_list): Likewise.
1863         (collect_symbols): Likewise.
1864         (compare_msyms): Likewise.
1865         (add_minsym): Likewise.
1866         (cleanup_linespec_result): Likewise.
1867         * linux-fork.c (inferior_call_waitpid_cleanup): Likewise.
1868         * linux-nat.c (delete_lwp_cleanup): Likewise.
1869         (count_events_callback): Likewise.
1870         (select_event_lwp_callback): Likewise.
1871         (resume_stopped_resumed_lwps): Likewise.
1872         * linux-tdep.c (get_linux_gdbarch_data): Likewise.
1873         (invalidate_linux_cache_inf): Likewise.
1874         (get_linux_inferior_data): Likewise.
1875         (linux_find_memory_regions_thunk): Likewise.
1876         (linux_make_mappings_callback): Likewise.
1877         (linux_corefile_thread_callback): Likewise.
1878         (find_mapping_size): Likewise.
1879         * linux-thread-db.c (find_new_threads_callback): Likewise.
1880         * lm32-tdep.c (lm32_frame_cache): Likewise.
1881         * m2-lang.c (builtin_m2_type): Likewise.
1882         * m32c-tdep.c (m32c_analyze_frame_prologue): Likewise.
1883         * m32r-linux-tdep.c (m32r_linux_sigtramp_frame_cache): Likewise.
1884         (m32r_linux_supply_gregset): Likewise.
1885         (m32r_linux_collect_gregset): Likewise.
1886         * m32r-tdep.c (m32r_frame_unwind_cache): Likewise.
1887         * m68hc11-tdep.c (m68hc11_frame_unwind_cache): Likewise.
1888         * m68k-tdep.c (m68k_frame_cache): Likewise.
1889         * m68kbsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
1890         (m68kbsd_supply_gregset): Likewise.
1891         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
1892         * m88k-tdep.c (m88k_frame_cache): Likewise.
1893         (m88k_supply_gregset): Likewise.
1894
1895 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
1896
1897         * aarch64-linux-tdep.c (aarch64_stap_parse_special_token): Add cast
1898         to allocation result assignment.
1899         * ada-exp.y (write_object_renaming): Likewise.
1900         (write_ambiguous_var): Likewise.
1901         (ada_nget_field_index): Likewise.
1902         (write_var_or_type): Likewise.
1903         * ada-lang.c (ada_decode_symbol): Likewise.
1904         (ada_value_assign): Likewise.
1905         (value_pointer): Likewise.
1906         (cache_symbol): Likewise.
1907         (add_nonlocal_symbols): Likewise.
1908         (ada_name_for_lookup): Likewise.
1909         (symbol_completion_add): Likewise.
1910         (ada_to_fixed_type_1): Likewise.
1911         (ada_get_next_arg): Likewise.
1912         (defns_collected): Likewise.
1913         * ada-lex.l (processId): Likewise.
1914         (processString): Likewise.
1915         * ada-tasks.c (read_known_tasks_array): Likewise.
1916         (read_known_tasks_list): Likewise.
1917         * ada-typeprint.c (decoded_type_name): Likewise.
1918         * addrmap.c (addrmap_mutable_create_fixed): Likewise.
1919         * amd64-tdep.c (amd64_push_arguments): Likewise.
1920         (amd64_displaced_step_copy_insn): Likewise.
1921         (amd64_classify_insn_at): Likewise.
1922         (amd64_relocate_instruction): Likewise.
1923         * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Likewise.
1924         * arch-utils.c (simple_displaced_step_copy_insn): Likewise.
1925         (initialize_current_architecture): Likewise.
1926         * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
1927         * arm-symbian-tdep.c (arm_symbian_osabi_sniffer): Likewise.
1928         * arm-tdep.c (arm_exidx_new_objfile): Likewise.
1929         (arm_push_dummy_call): Likewise.
1930         (extend_buffer_earlier): Likewise.
1931         (arm_adjust_breakpoint_address): Likewise.
1932         (arm_skip_stub): Likewise.
1933         * auto-load.c (filename_is_in_pattern): Likewise.
1934         (maybe_add_script_file): Likewise.
1935         (maybe_add_script_text): Likewise.
1936         (auto_load_objfile_script_1): Likewise.
1937         * auxv.c (ld_so_xfer_auxv): Likewise.
1938         * ax-general.c (new_agent_expr): Likewise.
1939         (grow_expr): Likewise.
1940         (ax_reg_mask): Likewise.
1941         * bcache.c (bcache_full): Likewise.
1942         * breakpoint.c (program_breakpoint_here_p): Likewise.
1943         * btrace.c (parse_xml_raw): Likewise.
1944         * build-id.c (build_id_to_debug_bfd): Likewise.
1945         * buildsym.c (end_symtab_with_blockvector): Likewise.
1946         * c-exp.y (string_exp): Likewise.
1947         (qualified_name): Likewise.
1948         (write_destructor_name): Likewise.
1949         (operator_stoken): Likewise.
1950         (parse_number): Likewise.
1951         (scan_macro_expansion): Likewise.
1952         (yylex): Likewise.
1953         (c_print_token): Likewise.
1954         * c-lang.c (c_get_string): Likewise.
1955         (emit_numeric_character): Likewise.
1956         * charset.c (wchar_iterate): Likewise.
1957         * cli/cli-cmds.c (complete_command): Likewise.
1958         (make_command): Likewise.
1959         * cli/cli-dump.c (restore_section_callback): Likewise.
1960         (restore_binary_file): Likewise.
1961         * cli/cli-interp.c (cli_interpreter_exec): Likewise.
1962         * cli/cli-script.c (execute_control_command): Likewise.
1963         * cli/cli-setshow.c (do_set_command): Likewise.
1964         * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
1965         (read_pe_exported_syms): Likewise.
1966         * coffread.c (coff_read_struct_type): Likewise.
1967         (coff_read_enum_type): Likewise.
1968         * common/btrace-common.c (btrace_data_append): Likewise.
1969         * common/buffer.c (buffer_grow): Likewise.
1970         * common/filestuff.c (gdb_fopen_cloexec): Likewise.
1971         * common/format.c (parse_format_string): Likewise.
1972         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): Likewise.
1973         * common/xml-utils.c (xml_escape_text): Likewise.
1974         * compile/compile-object-load.c (copy_sections): Likewise.
1975         (compile_object_load): Likewise.
1976         * compile/compile-object-run.c (compile_object_run): Likewise.
1977         * completer.c (filename_completer): Likewise.
1978         * corefile.c (read_memory_typed_address): Likewise.
1979         (write_memory_unsigned_integer): Likewise.
1980         (write_memory_signed_integer): Likewise.
1981         (complete_set_gnutarget): Likewise.
1982         * corelow.c (get_core_register_section): Likewise.
1983         * cp-name-parser.y (d_grab): Likewise.
1984         (allocate_info): Likewise.
1985         (cp_new_demangle_parse_info): Likewise.
1986         * cp-namespace.c (cp_scan_for_anonymous_namespaces): Likewise.
1987         (cp_lookup_symbol_in_namespace): Likewise.
1988         (lookup_namespace_scope): Likewise.
1989         (find_symbol_in_baseclass): Likewise.
1990         (cp_lookup_nested_symbol): Likewise.
1991         (cp_lookup_transparent_type_loop): Likewise.
1992         * cp-support.c (copy_string_to_obstack): Likewise.
1993         (make_symbol_overload_list): Likewise.
1994         (make_symbol_overload_list_namespace): Likewise.
1995         (make_symbol_overload_list_adl_namespace): Likewise.
1996         (first_component_command): Likewise.
1997         * cp-valprint.c (cp_print_value): Likewise.
1998         * ctf.c (ctf_xfer_partial): Likewise.
1999         * d-exp.y (StringExp): Likewise.
2000         * d-namespace.c (d_lookup_symbol_in_module): Likewise.
2001         (lookup_module_scope): Likewise.
2002         (find_symbol_in_baseclass): Likewise.
2003         (d_lookup_nested_symbol): Likewise.
2004         * dbxread.c (find_stab_function_addr): Likewise.
2005         (read_dbx_symtab): Likewise.
2006         (dbx_end_psymtab): Likewise.
2007         (cp_set_block_scope): Likewise.
2008         * dcache.c (dcache_alloc): Likewise.
2009         * demangle.c (_initialize_demangler): Likewise.
2010         * dicos-tdep.c (dicos_load_module_p): Likewise.
2011         * dictionary.c (dict_create_hashed_expandable): Likewise.
2012         (dict_create_linear_expandable): Likewise.
2013         (expand_hashtable): Likewise.
2014         (add_symbol_linear_expandable): Likewise.
2015         * dwarf2-frame.c (add_cie): Likewise.
2016         (add_fde): Likewise.
2017         (dwarf2_build_frame_info): Likewise.
2018         * dwarf2expr.c (dwarf_expr_grow_stack): Likewise.
2019         (dwarf_expr_fetch_address): Likewise.
2020         (add_piece): Likewise.
2021         (execute_stack_op): Likewise.
2022         * dwarf2loc.c (chain_candidate): Likewise.
2023         (dwarf_entry_parameter_to_value): Likewise.
2024         (read_pieced_value): Likewise.
2025         (write_pieced_value): Likewise.
2026         * dwarf2read.c (dwarf2_read_section): Likewise.
2027         (add_type_unit): Likewise.
2028         (read_comp_units_from_section): Likewise.
2029         (fixup_go_packaging): Likewise.
2030         (dwarf2_compute_name): Likewise.
2031         (dwarf2_physname): Likewise.
2032         (create_dwo_unit_in_dwp_v1): Likewise.
2033         (create_dwo_unit_in_dwp_v2): Likewise.
2034         (read_func_scope): Likewise.
2035         (read_call_site_scope): Likewise.
2036         (dwarf2_attach_fields_to_type): Likewise.
2037         (process_structure_scope): Likewise.
2038         (mark_common_block_symbol_computed): Likewise.
2039         (read_common_block): Likewise.
2040         (abbrev_table_read_table): Likewise.
2041         (guess_partial_die_structure_name): Likewise.
2042         (fixup_partial_die): Likewise.
2043         (add_file_name): Likewise.
2044         (dwarf2_const_value_data): Likewise.
2045         (dwarf2_const_value_attr): Likewise.
2046         (build_error_marker_type): Likewise.
2047         (guess_full_die_structure_name): Likewise.
2048         (anonymous_struct_prefix): Likewise.
2049         (typename_concat): Likewise.
2050         (dwarf2_canonicalize_name): Likewise.
2051         (dwarf2_name): Likewise.
2052         (write_constant_as_bytes): Likewise.
2053         (dwarf2_fetch_constant_bytes): Likewise.
2054         (copy_string): Likewise.
2055         (parse_macro_definition): Likewise.
2056         * elfread.c (elf_symfile_segments): Likewise.
2057         (elf_rel_plt_read): Likewise.
2058         (elf_gnu_ifunc_resolve_by_cache): Likewise.
2059         (elf_gnu_ifunc_resolve_by_got): Likewise.
2060         (elf_read_minimal_symbols): Likewise.
2061         (elf_gnu_ifunc_record_cache): Likewise.
2062         * event-top.c (top_level_prompt): Likewise.
2063         (command_line_handler): Likewise.
2064         * exec.c (resize_section_table): Likewise.
2065         * expprint.c (print_subexp_standard): Likewise.
2066         * fbsd-tdep.c (fbsd_collect_regset_section_cb): Likewise.
2067         * findcmd.c (parse_find_args): Likewise.
2068         * findvar.c (address_from_register): Likewise.
2069         * frame.c (get_prev_frame_always): Likewise.
2070         * gdb_bfd.c (gdb_bfd_ref): Likewise.
2071         (get_section_descriptor): Likewise.
2072         * gdb_obstack.c (obconcat): Likewise.
2073         (obstack_strdup): Likewise.
2074         * gdbtypes.c (lookup_function_type_with_arguments): Likewise.
2075         (create_set_type): Likewise.
2076         (lookup_unsigned_typename): Likewise.
2077         (lookup_signed_typename): Likewise.
2078         (resolve_dynamic_union): Likewise.
2079         (resolve_dynamic_struct): Likewise.
2080         (add_dyn_prop): Likewise.
2081         (copy_dynamic_prop_list): Likewise.
2082         (arch_flags_type): Likewise.
2083         (append_composite_type_field_raw): Likewise.
2084         * gdbtypes.h (INIT_FUNC_SPECIFIC): Likewise.
2085         * gnu-v3-abi.c (gnuv3_rtti_type): Likewise.
2086         * go-exp.y (string_exp): Likewise.
2087         * go-lang.c (go_demangle): Likewise.
2088         * guile/guile.c (compute_scheme_string): Likewise.
2089         * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
2090         (gdbscm_canonicalize_command_name): Likewise.
2091         * guile/scm-ports.c (ioscm_init_stdio_buffers): Likewise.
2092         (ioscm_init_memory_port): Likewise.
2093         (ioscm_reinit_memory_port): Likewise.
2094         * guile/scm-utils.c (gdbscm_gc_xstrdup): Likewise.
2095         (gdbscm_gc_dup_argv): Likewise.
2096         * h8300-tdep.c (h8300_push_dummy_call): Likewise.
2097         * hppa-tdep.c (internalize_unwinds): Likewise.
2098         (read_unwind_info): Likewise.
2099         * i386-cygwin-tdep.c (core_process_module_section): Likewise.
2100         (windows_core_xfer_shared_libraries): Likewise.
2101         * i386-tdep.c (i386_displaced_step_copy_insn): Likewise.
2102         (i386_stap_parse_special_token_triplet): Likewise.
2103         (i386_stap_parse_special_token_three_arg_disp): Likewise.
2104         * i386obsd-tdep.c (i386obsd_sigtramp_p): Likewise.
2105         * inf-child.c (inf_child_fileio_readlink): Likewise.
2106         * inf-ptrace.c (inf_ptrace_fetch_register): Likewise.
2107         (inf_ptrace_store_register): Likewise.
2108         * infrun.c (follow_exec): Likewise.
2109         (displaced_step_prepare_throw): Likewise.
2110         (save_stop_context): Likewise.
2111         (save_infcall_suspend_state): Likewise.
2112         * jit.c (jit_read_descriptor): Likewise.
2113         (jit_read_code_entry): Likewise.
2114         (jit_symtab_line_mapping_add_impl): Likewise.
2115         (finalize_symtab): Likewise.
2116         (jit_unwind_reg_get_impl): Likewise.
2117         * jv-exp.y (QualifiedName): Likewise.
2118         * jv-lang.c (get_java_utf8_name): Likewise.
2119         (type_from_class): Likewise.
2120         (java_demangle_type_signature): Likewise.
2121         (java_class_name_from_physname): Likewise.
2122         * jv-typeprint.c (java_type_print_base): Likewise.
2123         * jv-valprint.c (java_value_print): Likewise.
2124         * language.c (add_language): Likewise.
2125         * linespec.c (add_sal_to_sals_basic): Likewise.
2126         (add_sal_to_sals): Likewise.
2127         (decode_objc): Likewise.
2128         (find_linespec_symbols): Likewise.
2129         * linux-fork.c (fork_save_infrun_state): Likewise.
2130         * linux-nat.c (linux_nat_detach): Likewise.
2131         (linux_nat_fileio_readlink): Likewise.
2132         * linux-record.c (record_linux_sockaddr): Likewise.
2133         (record_linux_msghdr): Likewise.
2134         (Do): Likewise.
2135         * linux-tdep.c (linux_core_info_proc_mappings): Likewise.
2136         (linux_collect_regset_section_cb): Likewise.
2137         (linux_get_siginfo_data): Likewise.
2138         * linux-thread-db.c (try_thread_db_load_from_pdir_1): Likewise.
2139         (try_thread_db_load_from_dir): Likewise.
2140         (thread_db_load_search): Likewise.
2141         (info_auto_load_libthread_db): Likewise.
2142         * m32c-tdep.c (m32c_m16c_address_to_pointer): Likewise.
2143         (m32c_m16c_pointer_to_address): Likewise.
2144         * m68hc11-tdep.c (m68hc11_pseudo_register_write): Likewise.
2145         * m68k-tdep.c (m68k_get_longjmp_target): Likewise.
2146         * machoread.c (macho_check_dsym): Likewise.
2147         * macroexp.c (resize_buffer): Likewise.
2148         (gather_arguments): Likewise.
2149         (maybe_expand): Likewise.
2150         * macrotab.c (new_macro_key): Likewise.
2151         (new_source_file): Likewise.
2152         (new_macro_definition): Likewise.
2153         * mdebugread.c (parse_symbol): Likewise.
2154         (parse_type): Likewise.
2155         (parse_partial_symbols): Likewise.
2156         (psymtab_to_symtab_1): Likewise.
2157         * mem-break.c (default_memory_insert_breakpoint): Likewise.
2158         * mi/mi-cmd-break.c (mi_argv_to_format): Likewise.
2159         * mi/mi-main.c (mi_cmd_data_read_memory): Likewise.
2160         (mi_cmd_data_read_memory_bytes): Likewise.
2161         (mi_cmd_data_write_memory_bytes): Likewise.
2162         (mi_cmd_trace_frame_collected): Likewise.
2163         * mi/mi-parse.c (mi_parse_argv): Likewise.
2164         (mi_parse): Likewise.
2165         * minidebug.c (lzma_open): Likewise.
2166         (lzma_pread): Likewise.
2167         * mips-tdep.c (mips_read_fp_register_single): Likewise.
2168         (mips_print_fp_register): Likewise.
2169         * mipsnbsd-tdep.c (mipsnbsd_get_longjmp_target): Likewise.
2170         * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
2171         * mt-tdep.c (mt_register_name): Likewise.
2172         (mt_registers_info): Likewise.
2173         (mt_push_dummy_call): Likewise.
2174         * namespace.c (add_using_directive): Likewise.
2175         * nat/linux-btrace.c (perf_event_read): Likewise.
2176         (linux_enable_bts): Likewise.
2177         * nat/linux-osdata.c (linux_common_core_of_thread): Likewise.
2178         * nat/linux-ptrace.c (linux_ptrace_test_ret_to_nx): Likewise.
2179         * nto-tdep.c (nto_find_and_open_solib): Likewise.
2180         (nto_parse_redirection): Likewise.
2181         * objc-lang.c (objc_demangle): Likewise.
2182         (find_methods): Likewise.
2183         * objfiles.c (get_objfile_bfd_data): Likewise.
2184         (set_objfile_main_name): Likewise.
2185         (allocate_objfile): Likewise.
2186         (objfile_relocate): Likewise.
2187         (update_section_map): Likewise.
2188         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Likewise.
2189         * p-exp.y (exp): Likewise.
2190         (yylex): Likewise.
2191         * p-valprint.c (pascal_object_print_value): Likewise.
2192         * parse.c (initialize_expout): Likewise.
2193         (mark_completion_tag): Likewise.
2194         (copy_name): Likewise.
2195         (parse_float): Likewise.
2196         (type_stack_reserve): Likewise.
2197         * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
2198         (ppu2spu_prev_register): Likewise.
2199         * ppc-ravenscar-thread.c (supply_register_at_address): Likewise.
2200         * printcmd.c (printf_wide_c_string): Likewise.
2201         (printf_pointer): Likewise.
2202         * probe.c (parse_probes): Likewise.
2203         * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
2204         (cmdpy_init): Likewise.
2205         * python/py-gdb-readline.c (gdbpy_readline_wrapper): Likewise.
2206         * python/py-symtab.c (set_sal): Likewise.
2207         * python/py-unwind.c (pyuw_sniffer): Likewise.
2208         * python/python.c (python_interactive_command): Likewise.
2209         (compute_python_string): Likewise.
2210         * ravenscar-thread.c (get_running_thread_id): Likewise.
2211         * record-full.c (record_full_exec_insn): Likewise.
2212         (record_full_core_open_1): Likewise.
2213         * regcache.c (regcache_raw_read_signed): Likewise.
2214         (regcache_raw_read_unsigned): Likewise.
2215         (regcache_cooked_read_signed): Likewise.
2216         (regcache_cooked_read_unsigned): Likewise.
2217         * remote-fileio.c (remote_fileio_func_open): Likewise.
2218         (remote_fileio_func_rename): Likewise.
2219         (remote_fileio_func_unlink): Likewise.
2220         (remote_fileio_func_stat): Likewise.
2221         (remote_fileio_func_system): Likewise.
2222         * remote-mips.c (mips_xfer_memory): Likewise.
2223         (mips_load_srec): Likewise.
2224         (pmon_end_download): Likewise.
2225         * remote.c (new_remote_state): Likewise.
2226         (map_regcache_remote_table): Likewise.
2227         (remote_register_number_and_offset): Likewise.
2228         (init_remote_state): Likewise.
2229         (get_memory_packet_size): Likewise.
2230         (remote_pass_signals): Likewise.
2231         (remote_program_signals): Likewise.
2232         (remote_start_remote): Likewise.
2233         (remote_check_symbols): Likewise.
2234         (remote_query_supported): Likewise.
2235         (extended_remote_attach): Likewise.
2236         (process_g_packet): Likewise.
2237         (store_registers_using_G): Likewise.
2238         (putpkt_binary): Likewise.
2239         (read_frame): Likewise.
2240         (compare_sections_command): Likewise.
2241         (remote_hostio_pread): Likewise.
2242         (remote_hostio_readlink): Likewise.
2243         (remote_file_put): Likewise.
2244         (remote_file_get): Likewise.
2245         (remote_pid_to_exec_file): Likewise.
2246         (_initialize_remote): Likewise.
2247         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
2248         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
2249         * rs6000-tdep.c (ppc_displaced_step_copy_insn): Likewise.
2250         (bfd_uses_spe_extensions): Likewise.
2251         * s390-linux-tdep.c (s390_displaced_step_copy_insn): Likewise.
2252         * score-tdep.c (score7_malloc_and_get_memblock): Likewise.
2253         * solib-dsbt.c (decode_loadmap): Likewise.
2254         (fetch_loadmap): Likewise.
2255         (scan_dyntag): Likewise.
2256         (enable_break): Likewise.
2257         (dsbt_relocate_main_executable): Likewise.
2258         * solib-frv.c (fetch_loadmap): Likewise.
2259         (enable_break2): Likewise.
2260         (frv_relocate_main_executable): Likewise.
2261         * solib-spu.c (spu_relocate_main_executable): Likewise.
2262         (spu_bfd_open): Likewise.
2263         * solib-svr4.c (lm_info_read): Likewise.
2264         (read_program_header): Likewise.
2265         (find_program_interpreter): Likewise.
2266         (scan_dyntag): Likewise.
2267         (elf_locate_base): Likewise.
2268         (open_symbol_file_object): Likewise.
2269         (read_program_headers_from_bfd): Likewise.
2270         (svr4_relocate_main_executable): Likewise.
2271         * solib-target.c (solib_target_relocate_section_addresses): Likewise.
2272         * solib.c (solib_find_1): Likewise.
2273         (exec_file_find): Likewise.
2274         (solib_find): Likewise.
2275         * source.c (openp): Likewise.
2276         (print_source_lines_base): Likewise.
2277         (forward_search_command): Likewise.
2278         * sparc-ravenscar-thread.c (supply_register_at_address): Likewise.
2279         * spu-tdep.c (spu2ppu_prev_register): Likewise.
2280         (spu_get_overlay_table): Likewise.
2281         * stabsread.c (patch_block_stabs): Likewise.
2282         (define_symbol): Likewise.
2283         (again:): Likewise.
2284         (read_member_functions): Likewise.
2285         (read_one_struct_field): Likewise.
2286         (read_enum_type): Likewise.
2287         (common_block_start): Likewise.
2288         * stack.c (read_frame_arg): Likewise.
2289         (backtrace_command): Likewise.
2290         * stap-probe.c (stap_parse_register_operand): Likewise.
2291         * symfile.c (syms_from_objfile_1): Likewise.
2292         (find_separate_debug_file): Likewise.
2293         (load_command): Likewise.
2294         (load_progress): Likewise.
2295         (load_section_callback): Likewise.
2296         (reread_symbols): Likewise.
2297         (add_filename_language): Likewise.
2298         (allocate_compunit_symtab): Likewise.
2299         (read_target_long_array): Likewise.
2300         (simple_read_overlay_table): Likewise.
2301         * symtab.c (symbol_set_names): Likewise.
2302         (resize_symbol_cache): Likewise.
2303         (rbreak_command): Likewise.
2304         (completion_list_add_name): Likewise.
2305         (completion_list_objc_symbol): Likewise.
2306         (add_filename_to_list): Likewise.
2307         * target-descriptions.c (maint_print_c_tdesc_cmd): Likewise.
2308         * target-memory.c (target_write_memory_blocks): Likewise.
2309         * target.c (target_read_string): Likewise.
2310         (read_whatever_is_readable): Likewise.
2311         (target_read_alloc_1): Likewise.
2312         (simple_search_memory): Likewise.
2313         (target_fileio_read_alloc_1): Likewise.
2314         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2315         * top.c (command_line_input): Likewise.
2316         * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2317         * tracefile.c (tracefile_fetch_registers): Likewise.
2318         * tracepoint.c (add_memrange): Likewise.
2319         (init_collection_list): Likewise.
2320         (add_aexpr): Likewise.
2321         (trace_dump_actions): Likewise.
2322         (parse_trace_status): Likewise.
2323         (parse_tracepoint_definition): Likewise.
2324         (parse_tsv_definition): Likewise.
2325         (parse_static_tracepoint_marker_definition): Likewise.
2326         * tui/tui-file.c (tui_sfileopen): Likewise.
2327         (tui_file_adjust_strbuf): Likewise.
2328         * tui/tui-io.c (tui_expand_tabs): Likewise.
2329         * tui/tui-source.c (tui_set_source_content): Likewise.
2330         * typeprint.c (find_global_typedef): Likewise.
2331         * ui-file.c (do_ui_file_xstrdup): Likewise.
2332         (ui_file_obsavestring): Likewise.
2333         (mem_file_write): Likewise.
2334         * utils.c (make_hex_string): Likewise.
2335         (get_regcomp_error): Likewise.
2336         (puts_filtered_tabular): Likewise.
2337         (gdb_realpath_keepfile): Likewise.
2338         (ldirname): Likewise.
2339         (gdb_bfd_errmsg): Likewise.
2340         (substitute_path_component): Likewise.
2341         * valops.c (search_struct_method): Likewise.
2342         (find_oload_champ_namespace_loop): Likewise.
2343         * valprint.c (print_decimal_chars): Likewise.
2344         (read_string): Likewise.
2345         (generic_emit_char): Likewise.
2346         * varobj.c (varobj_delete): Likewise.
2347         (varobj_value_get_print_value): Likewise.
2348         * vaxobsd-tdep.c (vaxobsd_sigtramp_sniffer): Likewise.
2349         * windows-tdep.c (display_one_tib): Likewise.
2350         * xcoffread.c (read_xcoff_symtab): Likewise.
2351         (process_xcoff_symbol): Likewise.
2352         (swap_sym): Likewise.
2353         (scan_xcoff_symtab): Likewise.
2354         (xcoff_initial_scan): Likewise.
2355         * xml-support.c (gdb_xml_end_element): Likewise.
2356         (xml_process_xincludes): Likewise.
2357         (xml_fetch_content_from_file): Likewise.
2358         * xml-syscall.c (xml_list_of_syscalls): Likewise.
2359         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2360
2361 2015-09-23  James Bowman  <james.bowman@ftdichip.com>
2362
2363         * ft32-tdep.c (ft32_register_type): Return gdbarch_tdep (gdbarch)->pc_type
2364         instead of builtin_func_ptr.
2365         (ft32_pointer_to_address): New function.
2366         (ft32_address_class_type_flags): New function.
2367         (ft32_address_class_type_flags_to_name): New function.
2368         (ft32_address_class_name_to_type_flags): New function.
2369         (ft32_gdbarch_init): Set tdep->pc_type.  Call
2370         set_gdbarch_pointer_to_address,
2371         set_gdbarch_address_class_type_flags
2372         set_gdbarch_address_class_name_to_type_flags,
2373         and set_gdbarch_address_class_type_flags_to_name.
2374         * ft32-tdep.h (struct gdbarch_tdep) <pc_type>: New field.
2375
2376 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
2377
2378         * ada-lang.c (ada_evaluate_subexp) <OP_FUNCALL>: When the input
2379         value is a reference, actually dereference it in order to get
2380         the underlying value.
2381
2382 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
2383
2384         * stap-probe.c (handle_stap_probe): Remove unnecessary cast.
2385
2386 2015-09-21  Simon Marchi  <simon.marchi@ericsson.com>
2387
2388         * cli/cli-setshow.c (cmd_show_list): Constify a variable.
2389         * linespec.c (linespec_lexer_lex_string): Same.
2390
2391 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2392
2393         * NEWS: Mention support for fast tracepoints on aarch64-linux.
2394
2395 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2396
2397         * aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
2398         variable.  Call aarch64_decode_adr instead of
2399         aarch64_decode_adrp.
2400         * arch/aarch64-insn.h (aarch64_decode_adrp): Delete.
2401         (aarch64_decode_adr): New function declaration.
2402         * arch/aarch64-insn.c (aarch64_decode_adrp): Delete.
2403         (aarch64_decode_adr): New function, factored out from
2404         aarch64_decode_adrp to decode both adr and adrp instructions.
2405
2406 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
2407
2408         * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-insn.o.
2409         (HFILES_NO_SRCDIR): Add arch/aarch64-insn.h.
2410         (aarch64-insn.o): New rule.
2411         * configure.tgt (aarch64*-*-elf): Add aarch64-insn.o.
2412         (aarch64*-*-linux*): Likewise.
2413         * arch/aarch64-insn.c: New file.
2414         * arch/aarch64-insn.h: New file.
2415         * aarch64-tdep.c: Include arch/aarch64-insn.h.
2416         (aarch64_debug): Move to arch/aarch64-insn.c.  Declare in
2417         arch/aarch64-insn.h.
2418         (decode_add_sub_imm): Rename to ...
2419         (aarch64_decode_add_sub_imm): ... this.
2420         (decode_adrp): Rename to ...
2421         (aarch64_decode_adrp): ... this.  Move to arch/aarch64-insn.c.
2422         Declare in arch/aarch64-insn.h.
2423         (decode_b): Rename to ...
2424         (aarch64_decode_b): ... this.  Move to arch/aarch64-insn.c.
2425         Declare in arch/aarch64-insn.h.
2426         (decode_bcond): Rename to ...
2427         (aarch64_decode_bcond): ... this.  Move to arch/aarch64-insn.c.
2428         Declare in arch/aarch64-insn.h.
2429         (decode_br): Rename to ...
2430         (aarch64_decode_br): ... this.
2431         (decode_cb): Rename to ...
2432         (aarch64_decode_cb): ... this.  Move to arch/aarch64-insn.c.
2433         Declare in arch/aarch64-insn.h.
2434         (decode_eret): Rename to ...
2435         (aarch64_decode_eret): ... this.
2436         (decode_movz): Rename to ...
2437         (aarch64_decode_movz): ... this.
2438         (decode_orr_shifted_register_x): Rename to ...
2439         (aarch64_decode_orr_shifted_register_x): ... this.
2440         (decode_ret): Rename to ...
2441         (aarch64_decode_ret): ... this.
2442         (decode_stp_offset): Rename to ...
2443         (aarch64_decode_stp_offset): ... this.
2444         (decode_stp_offset_wb): Rename to ...
2445         (aarch64_decode_stp_offset_wb): ... this.
2446         (decode_stur): Rename to ...
2447         (aarch64_decode_stur): ... this.
2448         (decode_tb): Rename to ...
2449         (aarch64_decode_tb): ... this.  Move to arch/aarch64-insn.c.
2450         Declare in arch/aarch64-insn.h.
2451         (aarch64_analyze_prologue): Adjust calls to renamed functions.
2452
2453 2015-09-20  Doug Evans  <xdje42@gmail.com>
2454
2455         * dwarf2read.c (add_partial_symbol): Remove outdated comments.
2456
2457 2015-09-20  Doug Evans  <xdje42@gmail.com>
2458
2459         * dwarf2read.c (dwarf2_compute_name): Add FIXME.  Don't use a local
2460         variable name that collides with a parameter.
2461
2462 2015-09-20  Joel Brobecker  <brobecker@adacore.com>
2463
2464         * dwarf2loc.c (locexpr_get_frame_base): Renames
2465         block_op_get_frame_base.
2466         (dwarf2_block_frame_base_locexpr_funcs): Replace reference to
2467         block_op_get_frame_base by reference to locexpr_get_frame_base.
2468         (loclist_get_frame_base): New function, near identical copy of
2469         locexpr_get_frame_base.
2470         (dwarf2_block_frame_base_loclist_funcs): Replace reference to
2471         block_op_get_frame_base by reference to loclist_get_frame_base.
2472
2473 2015-09-19  Doug Evans  <xdje42@gmail.com>
2474
2475         * ravenscar-thread.c (ravenscar_inferior_created): Replace
2476         current_inferior ()->gdbarch with its wrapper target_gdbarch.
2477
2478 2015-09-18  Doug Evans  <xdje42@gmail.com>
2479
2480         * linux-thread-db.c (record_thread): Return the created thread.
2481         (thread_from_lwp): Likewise.
2482         (thread_db_get_thread_local_address): Update.
2483
2484 2015-09-18  Doug Evans  <xdje42@gmail.com>
2485
2486         * symtab.h (general_symbol_info) <mangled_lang>: Delete struct,
2487         move only member demangled_name up.  All uses updated.
2488
2489 2015-09-18  Doug Evans  <xdje42@gmail.com>
2490
2491         * findvar.c (default_read_var_value) <LOC_UNRESOLVED>: Include the
2492         kind of minimal symbol in the error message.
2493         * objfiles.c (objfile_flavour_name): New function.
2494         * objfiles.h (objfile_flavour_name): Declare.
2495
2496 2015-09-18  Yao Qi  <yao.qi@linaro.org>
2497
2498         * nat/aarch64-linux.c: Include elf/common.h,
2499         nat/gdb_ptrace.h, asm/ptrace.h and sys/uio.h.
2500         (aarch64_ps_get_thread_area): New function.
2501         * nat/aarch64-linux.h: Include gdb_proc_service.h.
2502         (aarch64_ps_get_thread_area): Declare.
2503         * aarch64-linux-nat.c (ps_get_thread_area): Call
2504         aarch64_ps_get_thread_area.
2505
2506 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2507
2508         * record-btrace.c (record_btrace_resume): Honour scheduler-locking.
2509
2510 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2511
2512         * NEWS: Announce new scheduler-locking mode.
2513         * infrun.c (schedlock_replay): New.
2514         (scheduler_enums): Add schedlock_replay.
2515         (scheduler_mode): Change default to schedlock_replay.
2516         (user_visible_resume_ptid): Handle schedlock_replay.
2517         (clear_proceed_status_thread): Stop replaying if resumed thread is
2518         not replaying.
2519         (schedlock_applies): Handle schedlock_replay.
2520         (_initialize_infrun): Document new scheduler-locking mode.
2521         * record-btrace.c (record_btrace_resume): Remove code to stop other
2522         threads when not replaying the resumed thread.
2523
2524 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2525
2526         * record-btrace.c ((record_btrace_will_replay): New.
2527         (init_record_btrace_ops): Initialize to_record_will_replay.
2528         * record-full.c ((record_full_will_replay): New.
2529         (init_record_full_ops): Initialize to_record_will_replay.
2530         * target-delegates.c: Regenerated.
2531         * target.c (target_record_will_replay): New.
2532         * target.h (struct target_ops) <to_record_will_replay>: New.
2533         (target_record_will_replay): New.
2534
2535 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2536
2537         * record-btrace.c (record_btrace_resume): Call
2538         target_record_stop_replaying.
2539         (record_btrace_stop_replaying_all): New.
2540         (init_record_btrace_ops): Initialize to_record_stop_replaying.
2541         * record-full.c (record_full_stop_replaying): New.
2542         (init_record_full_ops ): Initialize to_record_stop_replaying.
2543         * target-delegates.c: Regenerated.
2544         * target.c (target_record_stop_replaying): New.
2545         * target.h (struct target_ops) <to_record_stop_replaying>: New.
2546         (target_record_stop_replaying): New.
2547
2548 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2549
2550         * record-btrace.c (record_btrace_xfer_partial)
2551         (record_btrace_store_registers, record_btrace_prepare_to_store):
2552         Call record_btrace_is_replaying with inferior_ptid instead of
2553         minus_one_ptid.
2554         (record_btrace_store_registers): Change error message.
2555
2556 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2557
2558         * record-btrace.c (record_btrace_is_replaying): Add ptid argument.
2559         Update users to pass minus_one_ptid.
2560         * record-full.c (record_full_is_replaying): Add ptid argument (ignored).
2561         * record.c (cmd_record_delete): Pass inferior_ptid to
2562         target_record_is_replaying.
2563         * target-delegates.c: Regenerated.
2564         * target.c (target_record_is_replaying): Add ptid argument.
2565         * target.h (struct target_ops) <to_record_is_replaying>: Add ptid
2566         argument.
2567         (target_record_is_replaying): Add ptid argument.
2568
2569 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2570
2571         * record-btrace.c (record_btrace_open): Remove non_stop check.
2572         * NEWS: Announce that record btrace supports non-stop mode.
2573
2574 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2575
2576         * infrun.c (handle_inferior_event_1): Switch to the eventing thread
2577         in the TARKET_WAITKIND_NO_HISTORY case.
2578
2579 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2580
2581         * record-btrace.c (record_btrace_maybe_mark_async_event): New.
2582         (record_btrace_wait): Call record_btrace_maybe_mark_async_event.
2583
2584 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2585
2586         * record-btrace.c (get_thread_current_frame): New.
2587         (record_btrace_start_replaying): Call get_thread_current_frame.
2588
2589 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2590
2591         * record-btrace.c (record_btrace_resume_thread): A move request
2592         overwrites a previous move request.
2593         (record_btrace_find_resume_thread): Removed.
2594         (record_btrace_resume): Resume all requested threads.
2595
2596 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2597
2598         * record-btrace.c: Include vec.h.
2599         (record_btrace_find_thread_to_move): Removed.
2600         (btrace_step_no_resumed, btrace_step_again)
2601         (record_btrace_stop_replaying_at_end): New.
2602         (record_btrace_cancel_resume): Call record_btrace_stop_replaying_at_end.
2603         (record_btrace_single_step_forward): Remove calls to
2604         record_btrace_stop_replaying.
2605         (record_btrace_step_thread): Do only one step for BTHR_CONT and
2606         BTHR_RCONT.  Keep threads at the end of their history moving.
2607         (record_btrace_wait): Call record_btrace_step_thread for all threads
2608         until one reports an event.  Call record_btrace_stop_replaying_at_end
2609         for the eventing thread.
2610
2611 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2612
2613         * record-btrace.c (record_btrace_single_step_forward): Return
2614         NO_HISTORY if a step brings us to the end of the execution history.
2615
2616 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2617
2618         * record-btrace.c (record_btrace_step_thread): Move breakpoint check
2619         to ...
2620         (record_btrace_single_step_forward): ... here and
2621         (record_btrace_single_step_backward): ... here.
2622
2623 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2624
2625         * record-btrace.c (btrace_step_spurious)
2626         (record_btrace_single_step_forward)
2627         (record_btrace_single_step_backward): New.
2628         (record_btrace_step_thread): Call record_btrace_single_step_forward
2629         and record_btrace_single_step_backward.
2630
2631 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2632
2633         * record-btrace.c (record_btrace_replay_at_breakpoint): New.
2634         (record_btrace_step_thread): Call record_btrace_replay_at_breakpoint.
2635
2636 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2637
2638         * record-btrace.c (btrace_thread_flag_to_str)
2639         (record_btrace_cancel_resume): New.
2640         (record_btrace_step_thread): Call btrace_thread_flag_to_str.
2641         (record_btrace_resume): Print execution direction.
2642         (record_btrace_resume_thread): Call btrace_thread_flag_to_str.
2643         (record_btrace_wait): Call record_btrace_cancel_resume.
2644
2645 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2646
2647         * btrace.h (enum btrace_thread_flag) <BTHR_STOP>: New.
2648         * record-btrace (record_btrace_resume_thread): Clear BTHR_STOP.
2649         (record_btrace_find_thread_to_move): Also accept threads that have
2650         BTHR_STOP set.
2651         (btrace_step_stopped_on_request, record_btrace_stop): New.
2652         (record_btrace_step_thread): Support BTHR_STOP.
2653         (record_btrace_wait): Also clear BTHR_STOP when stopping other threads.
2654         (init_record_btrace_ops): Initialize to_stop.
2655
2656 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
2657
2658         * record-btrace.c (record_btrace_wait): Replace non_stop check with
2659         target_is_non_stop_p ().
2660
2661 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
2662
2663         * ada-typeprint.c (print_array_type): Do not describe arrays as
2664         packed when they embed dynamic elements.
2665
2666 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2667
2668         * symtab.h (address_class): Document that TLS variables
2669         are handled by LOC_UNRESOLVED.
2670         * findvar.c (default_read_var_value): Don't relocate TLS variables.
2671         * printcmd.c (address_info): Don't relocate TLS variables.
2672
2673 2015-09-15  Pierre Langlois  <pierre.langlois@arm.com>
2674
2675         * aarch64-tdep.c (decode_add_sub_imm): Use debug_printf.
2676         (decode_adrp): Likewise.
2677         (decode_b): Likewise.
2678         (decode_bcond): Likewise.
2679         (decode_br): Likewise.
2680         (decode_cb): Likewise.
2681         (decode_eret): Likewise.
2682         (decode_movz): Likewise.
2683         (decode_orr_shifted_register_x): Likewise.
2684         (decode_ret): Likewise.
2685         (decode_stp_offset): Likewise.
2686         (decode_stp_offset_wb): Likewise.
2687         (decode_stur): Likewise.
2688         (decode_tb): Likewise.
2689         (aarch64_analyze_prologue): Likewise.
2690         (pass_in_x): Likewise.
2691         (pass_in_v): Likewise.
2692         (pass_on_stack): Likewise.
2693         (aarch64_push_dummy_call): Likewise.
2694         (aarch64_extract_return_value): Likewise.
2695         (aarch64_store_return_value): Likewise.
2696         (aarch64_return_value): Likewise.
2697         (aarch64_record_asimd_load_store): Likewise.
2698         (aarch64_record_load_store): Likewise.
2699         (aarch64_record_data_proc_simd_fp): Likewise.
2700
2701 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2702
2703         * linespec.c (minsym_found): Call gdbarch_skip_entrypoint.
2704         * ppc64-tdep.c (ppc64_skip_trampoline_code): Rename to ...
2705         (ppc64_skip_trampoline_code_1): ... here.
2706         (ppc64_skip_trampoline_code): New wrapper function.
2707         * symtab.c (find_function_start_sal): Call gdbarch_skip_entrypoint.
2708
2709 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2710
2711         * aarch64-linux-nat.c (aarch64_linux_can_do_single_step): New
2712         function.
2713         (_initialize_aarch64_linux_nat): Install it to to_can_do_single_step.
2714         * arm-linux-tdep.c (arm_linux_software_single_step): Return 0
2715         if target_can_do_single_step returns 1.
2716         * remote.c (struct vCont_action_support) <s, S>: New fields.
2717         (PACKET_vContSupported): New enum.
2718         (remote_protocol_features): New element for vContSupported.
2719         (remote_query_supported): Append "vContSupported+".
2720         (remote_vcont_probe): Remove support_s and support_S, use
2721         rs->supports_vCont.s and rs->supports_vCont.S instead.  Disable
2722         vCont packet if c and C actions are not supported.
2723         (remote_can_do_single_step): New function.
2724         (init_remote_ops): Install it to to_can_do_single_step.
2725         (_initialize_remote): Call add_packet_config_cmd.
2726         * target.h (struct target_ops) <to_can_do_single_step>: New field.
2727         (target_can_do_single_step): New macro.
2728         * target-delegates.c: Re-generated.
2729
2730 2015-09-15  Yao Qi  <yao.qi@linaro.org>
2731
2732         * aarch64-linux-nat.c (aarch64_linux_siginfo_fixup): New function.
2733         (_initialize_aarch64_linux_nat): Call linux_nat_set_siginfo_fixup.
2734         * nat/aarch64-linux.c (aarch64_compat_siginfo_from_siginfo):
2735         New function.
2736         (aarch64_siginfo_from_compat_siginfo): New function.
2737         * nat/aarch64-linux.h: Include signal.h.
2738         (compat_int_t, compat_uptr_t, compat_time_t): Typedef.
2739         (compat_timer_t, compat_clock_t): Likewise.
2740         (struct compat_timeval): New.
2741         (union compat_sigval): New.
2742         (struct compat_siginfo): New.
2743         (cpt_si_pid, cpt_si_uid, cpt_si_timerid): New macros.
2744         (cpt_si_overrun, cpt_si_status, cpt_si_utime): Likewise.
2745         (cpt_si_stime, cpt_si_ptr, cpt_si_addr): Likewise.
2746         (cpt_si_band, cpt_si_fd): Likewise.
2747
2748 2015-09-14  Pedro Alves  <palves@redhat.com>
2749
2750         * infrun.c (current_stop_id): New global.
2751         (get_stop_id, new_stop_id): New functions.
2752         (fetch_inferior_event): Handle normal_stop proceeding the target.
2753         (struct stop_context): New.
2754         (save_stop_context, release_stop_context_cleanup)
2755         (stop_context_changed): New functions.
2756         (normal_stop): Return true if the hook-stop changes the stop
2757         context.
2758         * infrun.h (get_stop_id): Declare.
2759         (normal_stop): Now returns int.  Add documentation.
2760
2761 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
2762
2763         * ada-lang.c (ada_value_ptr_subscript): Update the heading
2764         comment.  Handle packed arrays.
2765
2766 2015-09-14  Pedro Alves  <palves@redhat.com>
2767
2768         * NEWS (Changes in GDB 7.10, New commands>: Remove duplicate
2769         mention of maint set/show target-non-stop.
2770
2771 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2772
2773         * NEWS: Announce new remote packets for the exec-events
2774         feature and the exec-events feature and associated commands.
2775
2776 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2777
2778         * remote.c (remote_exec_event_p): New function.
2779         (remote_insert_exec_catchpoint): New function.
2780         (remote_remove_exec_catchpoint): New function.
2781         (init_extended_remote_ops): Initialize extended_remote_ops
2782         members to_insert_exec_catchpoint and
2783         to_remove_exec_catchpoint.
2784
2785 2015-09-11  Don Breazeal  <donb@codesourcery.com>
2786             Luis Machado  <lgustavo@codesourcery.com>
2787
2788         * infrun.c (follow_exec): Use process-style ptid for
2789         exec message.  Call add_inferior_with_spaces and
2790         target_follow_exec.
2791         * nat/linux-ptrace.c (linux_supports_traceexec): New function.
2792         * nat/linux-ptrace.h (linux_supports_traceexec): Declare.
2793         * remote.c (remote_pspace_data): New static variable.
2794         (remote_pspace_data_cleanup): New function.
2795         (get_remote_exec_file): New function.
2796         (set_remote_exec_file_1): New function.
2797         (set_remote_exec_file): New function.
2798         (show_remote_exec_file): New function.
2799         (remote_exec_file): Delete static variable.
2800         (anonymous enum) <PACKET_exec_event_feature>: New
2801         enumeration constant.
2802         (remote_protocol_features): Add entry for exec-events feature.
2803         (remote_query_supported): Add client side of qSupported query
2804         for exec-events feature.
2805         (remote_follow_exec): New function.
2806         (remote_parse_stop_reply): Handle 'exec' stop reason.
2807         (extended_remote_run, extended_remote_create_inferior): Call
2808         get_remote_exec_file and set_remote_exec_file_1.
2809         (init_extended_remote_ops) <to_follow_exec>: Initialize new
2810         member.
2811         (_initialize_remote): Call
2812         register_program_space_data_with_cleanup.  Call
2813         add_packet_config_cmd for remote exec-events feature.
2814         Modify call to add_setshow_string_noescape_cmd for exec-file
2815         to use new functions set_remote_exec_file and
2816         show_remote_exec_file.
2817         * target-debug.h, target-delegates.c: Regenerated.
2818         * target.c (target_follow_exec): New function.
2819         * target.h (struct target_ops) <to_follow_exec>: New member.
2820         (target_follow_exec): Declare new function.
2821
2822 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
2823
2824         * aarch64-tdep.c (decode_cb): Move up comment describing the
2825         encoding.
2826         (decode_tb): Fix a typo in comment above the function.  Move up
2827         comment describing the encoding.
2828
2829 2015-09-11  Pierre Langlois  <pierre.langlois@arm.com>
2830
2831         * aarch64-tdep.c (decode_bcond): Fix incorrect mask.
2832
2833 2015-09-11  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
2834
2835         PR gdb/18947
2836         * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
2837         glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
2838
2839 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2840
2841         * ada-lang.c (scan_discrim_bound): Factor out arithmetic
2842         operations.
2843
2844 2015-09-10  Simon Marchi  <simon.marchi@ericsson.com>
2845
2846         * ada-lang.c (ada_search_struct_field): Constify parameters
2847         and/or variables..
2848         (xget_renaming_scope): Likewise.
2849         (ada_is_redundant_range_encoding): Likewise.
2850         (scan_discrim_bound): Likewise.
2851         (to_fixed_range_type): Likewise.
2852
2853 2015-09-10  Yao Qi  <yao.qi@linaro.org>
2854
2855         * breakpoint.c (download_tracepoint_locations): New local
2856         can_download_tracepoint.  Check the result of
2857         target_can_download_tracepoint and save it in
2858         can_download_tracepoint if there are tracepoints to download.
2859         * linux-nat.h (enum tribool): Move it to ...
2860         * common/common-types.h: ... here.
2861
2862 2015-09-09  Pedro Alves  <palves@redhat.com>
2863
2864         * inf-loop.c (inferior_event_handler): Delete INF_TIMER case.
2865         * target.h (enum inferior_event_type) <INF_TIMER>: Delete.
2866
2867 2015-09-09  Pedro Alves  <palves@redhat.com>
2868
2869         * continuations.c (add_continuation, restore_thread_cleanup)
2870         (do_all_continuations_ptid, do_all_continuations_thread_callback)
2871         (do_all_continuations_thread, do_all_continuations)
2872         (discard_all_continuations_thread_callback)
2873         (discard_all_continuations_thread, discard_all_continuations)
2874         (add_intermediate_continuation)
2875         (do_all_intermediate_continuations_thread_callback)
2876         (do_all_intermediate_continuations_thread)
2877         (do_all_intermediate_continuations)
2878         (discard_all_intermediate_continuations_thread_callback)
2879         (discard_all_intermediate_continuations_thread)
2880         (discard_all_intermediate_continuations): Delete.
2881         * continuations.h (add_continuation, do_all_continuations)
2882         (do_all_continuations_thread, discard_all_continuations)
2883         (discard_all_continuations_thread, add_intermediate_continuation)
2884         (do_all_intermediate_continuations)
2885         (do_all_intermediate_continuations_thread)
2886         (discard_all_intermediate_continuations)
2887         (discard_all_intermediate_continuations_thread): Delete
2888         declarations.
2889         * event-top.c (stdin_event_handler): Delete references to
2890         continuations.
2891         * gdbthread.h (struct thread_info): Delete continuations and
2892         intermediate_continuations fields.
2893         * inf-loop.c (inferior_event_handler): Remove references to
2894         continuations.
2895         * infrun.c (infrun_thread_stop_requested_callback): Remove
2896         references to continuations.
2897         * target.h (enum inferior_event_type) <INF_EXEC_CONTINUE>: Delete.
2898         * thread.c: Don't include "continuations.h".
2899         (clear_thread_inferior_resources): Remove references to
2900         continuations.
2901
2902 2015-09-09  Pedro Alves  <palves@redhat.com>
2903
2904         * infcall.c (struct dummy_frame_context_saver): Delete.
2905         (dummy_frame_context_saver_free, dummy_frame_context_saver_dtor)
2906         (dummy_frame_context_saver_drop)
2907         (dummy_frame_context_saver_cleanup)
2908         (dummy_frame_context_saver_get_regs)
2909         (dummy_frame_context_saver_setup): Delete.
2910         * infcall.h (dummy_frame_context_saver_drop)
2911         (dummy_frame_context_saver_cleanup)
2912         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver):
2913         Delete.
2914         (get_return_value): Remove 'ctx_saver' paremeter.  Adjust.
2915         * inferior.h (get_return_value): Remove 'ctx_saver' paremeter.
2916         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Adjust.
2917
2918 2015-09-09  Pedro Alves  <palves@redhat.com>
2919
2920         * breakpoint.c: Include "thread-fsm.h".
2921         (struct until_break_command_continuation_args): Delete.
2922         (struct until_break_fsm): New.
2923         (until_break_fsm_ops): New global.
2924         (new_until_break_fsm, until_break_fsm_should_stop): New functions.
2925         (until_break_command_continuation): Delete.
2926         (until_break_fsm_clean_up): New function.
2927         (until_break_fsm_async_reply_reason): New function.
2928         (until_break_command): Adjust to create an until_break_fsm instead
2929         of a continuation.
2930         (momentary_bkpt_print_it): No longer print MI's async-stop-reason
2931         here.
2932         * infcmd.c (struct until_next_fsm): New.
2933         (until_next_fsm_ops): New global.
2934         (new_until_next_fsm, until_next_fsm_should_stop): New function.
2935         (until_next_continuation): Delete.
2936         (until_next_fsm_clean_up, until_next_fsm_async_reply_reason): New
2937         functions.
2938         (until_next_command): Adjust to create a new until_next_fsm
2939         instead of a continuation.
2940
2941 2015-09-09  Pedro Alves  <palves@redhat.com>
2942
2943         * infcall.c: Include thread_fsm.h.
2944         (struct call_return_meta_info): New.
2945         (get_call_return_value): New function, factored out from
2946         call_function_by_hand_dummy.
2947         (struct call_thread_fsm): New.
2948         (call_thread_fsm_ops): New global.
2949         (new_call_thread_fsm, call_thread_fsm_should_stop)
2950         (call_thread_fsm_should_notify_stop): New functions.
2951         (run_inferior_call): Add 'sm' parameter.  Associate the FSM with
2952         the thread.
2953         (call_function_by_hand_dummy): Create a new call_thread_fsm
2954         instance, associate it with the thread, and wait for the FSM to
2955         finish.  If finished successfully, fetch the function's result
2956         value out of the FSM.
2957         * infrun.c (fetch_inferior_event): If the FSM says the stop
2958         shouldn't be notified, don't call normal_stop.
2959         (maybe_remove_breakpoints): New function, factored out from ...
2960         (normal_stop): ... here.  Simplify.
2961         * infrun.h (maybe_remove_breakpoints): Declare.
2962         * thread-fsm.c (thread_fsm_should_notify_stop): New function.
2963         (thread-fsm.h) <struct thread_fsm_ops>: New field.
2964         (thread_fsm_should_notify_stop): Declare.
2965
2966 2015-09-09  Pedro Alves  <palves@redhat.com>
2967
2968         * Makefile.in (COMMON_OBS): Add thread-fsm.o.
2969         * breakpoint.c (handle_jit_event): Print debug output.
2970         (bpstat_what): Split event callback handling to ...
2971         (bpstat_run_callbacks): ... this new function.
2972         (momentary_bkpt_print_it): No longer handle bp_finish here.
2973         * breakpoint.h (bpstat_run_callbacks): Declare.
2974         * gdbthread.h (struct thread_info) <step_multi>: Delete field.
2975         <thread_fsm>: New field.
2976         (thread_cancel_execution_command): Declare.
2977         * infcmd.c: Include thread-fsm.h.
2978         (struct step_command_fsm): New.
2979         (step_command_fsm_ops): New global.
2980         (new_step_command_fsm, step_command_fsm_prepare): New functions.
2981         (step_1): Adjust to use step_command_fsm_prepare and
2982         prepare_one_step.
2983         (struct step_1_continuation_args): Delete.
2984         (step_1_continuation): Delete.
2985         (step_command_fsm_should_stop): New function.
2986         (step_once): Delete.
2987         (step_command_fsm_clean_up, step_command_fsm_async_reply_reason)
2988         (prepare_one_step): New function, based on step_once.
2989         (until_next_command): Remove step_multi reference.
2990         (struct return_value_info): New.
2991         (print_return_value): Rename to ...
2992         (print_return_value_1): ... this.  New struct return_value_info
2993         parameter.  Adjust.
2994         (print_return_value): Reimplement as wrapper around
2995         print_return_value_1.
2996         (struct finish_command_fsm): New.
2997         (finish_command_continuation): Delete.
2998         (finish_command_fsm_ops): New global.
2999         (new_finish_command_fsm, finish_command_fsm_should_stop): New
3000         functions.
3001         (finish_command_fsm_clean_up, finish_command_fsm_return_value):
3002         New.
3003         (finish_command_continuation_free_arg): Delete.
3004         (finish_command_fsm_async_reply_reason): New.
3005         (finish_backward, finish_forward): Change symbol parameter to a
3006         finish_command_fsm.  Adjust.
3007         (finish_command): Create a finish_command_fsm.  Adjust.
3008         * infrun.c: Include "thread-fsm.h".
3009         (clear_proceed_status_thread): Delete the thread's FSM.
3010         (infrun_thread_stop_requested_callback): Cancel the thread's
3011         execution command.
3012         (clean_up_just_stopped_threads_fsms): New function.
3013         (fetch_inferior_event): Handle the event_thread's should_stop
3014         method saying the command isn't done yet.
3015         (process_event_stop_test): Run breakpoint callbacks here.
3016         (print_stop_event): Rename to ...
3017         (print_stop_location): ... this.
3018         (restore_current_uiout_cleanup): New function.
3019         (print_stop_event): Reimplement.
3020         (normal_stop): No longer notify the end_stepping_range observers
3021         here handle "step N" nor "finish" here.  No longer call
3022         print_stop_event here.
3023         * infrun.h (struct return_value_info): Forward declare.
3024         (print_return_value): Declare.
3025         (print_stop_event): Change prototype.
3026         * thread-fsm.c: New file.
3027         * thread-fsm.h: New file.
3028         * thread.c: Include "thread-fsm.h".
3029         (thread_cancel_execution_command): New function.
3030         (clear_thread_inferior_resources): Call it.
3031         * cli/cli-interp.c (cli_on_normal_stop): New function.
3032         (cli_interpreter_init): Install cli_on_normal_stop as normal_stop
3033         observer.
3034         * mi/mi-interp.c: Include "thread-fsm.h".
3035         (restore_current_uiout_cleanup): Delete.
3036         (mi_on_normal_stop): If the thread has an FSM associated, and it
3037         finished, ask it for the async-reply-reason to print.  Always call
3038         print_stop_event here, regardless of the top-level interpreter.
3039         Check bpstat_what to tell whether an asynchronous breakpoint hit
3040         triggered.
3041         * tui/tui-interp.c (tui_on_normal_stop): New function.
3042         (tui_init): Install tui_on_normal_stop as normal_stop observer.
3043
3044 2015-09-09  Pedro Alves  <palves@redhat.com>
3045
3046         * breakpoint.c (bpstat_do_actions_1, until_break_command): Don't
3047         check whether the target can async.
3048         * inf-loop.c (inferior_event_handler): Only call target_async if
3049         the target can async.
3050         * infcall.c: Include top.h and interps.h.
3051         (run_inferior_call): For the interpreter to sync mode while
3052         running the infcall.  Call wait_sync_command_done instead of
3053         wait_for_inferior plus normal_stop.
3054         * infcmd.c (prepare_execution_command): Don't check whether the
3055         target can async when running in the foreground.
3056         (step_1): Delete synchronous case handling.
3057         (step_once): Always install a continuation, even in sync mode.
3058         (until_next_command, finish_forward): Don't check whether the
3059         target can async.
3060         (attach_command_post_wait, notice_new_inferior): Always install a
3061         continuation, even in sync mode.
3062         * infrun.c (mark_infrun_async_event_handler): New function.
3063         (proceed): In sync mode, mark infrun's event source instead of
3064         waiting for events here.
3065         (fetch_inferior_event): If the target can't async, do a blocking
3066         wait.
3067         (prepare_to_wait): In sync mode, mark infrun's event source.
3068         (infrun_async_inferior_event_handler): No longer bail out if the
3069         target can't async.
3070         * infrun.h (mark_infrun_async_event_handler): New declaration.
3071         * linux-nat.c (linux_nat_wait_1): Remove calls to
3072         set_sigint_trap/clear_sigint_trap.
3073         (linux_nat_terminal_inferior): No longer check whether the target
3074         can async.
3075         * mi/mi-interp.c (mi_on_sync_execution_done): Update and simplify
3076         comment.
3077         (mi_execute_command_input_handler): No longer check whether the
3078         target is async.  Update and simplify comment.
3079         * target.c (default_target_wait): New function.
3080         * target.h (struct target_ops) <to_wait>: Now defaults to
3081         default_target_wait.
3082         (default_target_wait): Declare.
3083         * top.c (wait_sync_command_done): New function, factored out from
3084         ...
3085         (maybe_wait_sync_command_done): ... this.
3086         * top.h (wait_sync_command_done): Declare.
3087         * target-delegates.c: Regenerate.
3088
3089 2015-09-09  Markus Metzger  <markus.t.metzger@intel.com>
3090
3091         * nat/linux-btrace.h (struct btrace_target_info) <ptr_bits>: Remove.
3092         * nat/linux-btrace.c: Include filestuff.h and inttypes.h.
3093         Remove include of sys/utsname.h.
3094         (linux_determine_kernel_ptr_bits): Remove.
3095         (linux_determine_kernel_start): New.
3096         (perf_event_is_kernel_addr): Remove tinfo argument.  Update users.
3097         Update check.
3098         (perf_event_skip_bts_record): Remove tinfo argument.  Update users.
3099         (linux_enable_bts, linux_enable_pt): Remove tinfo->ptr_bits
3100         initialization.
3101         * x86-linux-nat.c (x86_linux_enable_btrace): Remove ptr_bits
3102         assignment.
3103
3104 2015-09-07  Pedro Alves  <palves@redhat.com>
3105
3106         * guile/guile-internal.h (as_a_scm_t_subr): New.
3107         * guile/guile.c (misc_guile_functions): Use it.
3108         * guile/scm-arch.c (arch_functions): Use it.
3109         * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
3110         Use it.
3111         * guile/scm-breakpoint.c (breakpoint_functions): Use it.
3112         * guile/scm-cmd.c (command_functions): Use it.
3113         * guile/scm-disasm.c (disasm_functions): Use it.
3114         * guile/scm-exception.c (exception_functions)
3115         (private_exception_functions): Use it.
3116         * guile/scm-frame.c (frame_functions)
3117         * guile/scm-gsmob.c (gsmob_functions): Use it.
3118         * guile/scm-iterator.c (iterator_functions): Use it.
3119         * guile/scm-lazy-string.c (lazy_string_functions): Use it.
3120         * guile/scm-math.c (math_functions): Use it.
3121         * guile/scm-objfile.c (objfile_functions): Use it.
3122         * guile/scm-param.c (parameter_functions): Use it.
3123         * guile/scm-ports.c (port_functions, private_port_functions): Use
3124         it.
3125         * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
3126         * guile/scm-progspace.c (pspace_functions): Use it.
3127         * guile/scm-string.c (string_functions): Use it.
3128         * guile/scm-symbol.c (symbol_functions): Use it.
3129         * guile/scm-symtab.c (symtab_functions): Use it.
3130         * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
3131         it.
3132         * guile/scm-value.c (value_functions): Use it.
3133
3134 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3135
3136         * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
3137         (tui_next_win): Likewise.
3138         (tui_prev_win): Likewise.
3139         (tui_partial_win_by_name): Likewise.
3140         (tui_init_generic_part): Likewise.
3141         (init_content_element): Likewise.
3142         (tui_del_window): Likewise.
3143         (tui_free_window): Likewise.
3144         (tui_del_data_windows): Likewise.
3145         (tui_free_data_content): Likewise.
3146         * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
3147         * tui/tui-regs.c (tui_show_register_group): Likewise.
3148         * tui/tui-win.c (tui_resize_all): Likewise.
3149         (tui_set_focus): Likewise.
3150         (tui_set_win_height): Likewise.
3151         (make_invisible_and_set_new_height): Likewise.
3152         * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
3153         * tui/tui-wingeneral.c (make_visible): Likewise.
3154
3155 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3156
3157         * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
3158
3159 2015-09-04  Andrew Burgess  <andrew.burgess@embecosm.com>
3160
3161         * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
3162         pointer.
3163         * dbxread.c (dbx_end_psymtab): Likewise.
3164         * gnu-nat.c (gnu_write_inferior): Likewise.
3165         * mdebugread.c (cross_ref): Likewise.
3166         * p-valprint.c (pascal_val_print): Likewise.
3167         * xcoffread.c (xcoff_end_psymtab): Likewise.
3168
3169 2015-09-04  Yao Qi  <yao.qi@linaro.org>
3170
3171         * NEWS: Mention the aarch64 multi-arch debugging support.
3172
3173 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
3174
3175         * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
3176         type instead of a TYPE_CODE_INT one for the string_char_type
3177         and the ada_primitive_type_char types.
3178
3179 2015-09-03  Yao Qi  <yao.qi@linaro.org>
3180
3181         * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
3182         Move code to aarch64_linux_region_ok_for_watchpoint.  Call
3183         aarch64_linux_region_ok_for_watchpoint.
3184         * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
3185         New function.
3186         * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
3187         Declare it.
3188
3189 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3190
3191         * gdb_obstack.h (obstack_strdup): Declare.
3192         * gdb_obstack.c (obstack_strdup): Define.
3193         * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
3194         * gdbarch.c: Regenerate.
3195         * gdbarch.h: Regenerate.
3196         * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
3197
3198 2015-09-02  Patrick Palka  <patrick@parcs.ath.cx>
3199
3200         * gdbtypes.c (copy_type_recursive): Update documentation.
3201
3202 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3203
3204         * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
3205         as zero.
3206
3207 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3208
3209         * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
3210
3211 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3212
3213         * solib-svr4.c (solib_event_probe_action): Call
3214         get_probe_argument_count using TRY...CATCH.
3215         (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
3216
3217 2015-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
3218
3219         * probe.h (struct probe_ops) <get_probe_argument_count,
3220         evaluate_probe_argument, enable_probe, disable_probe>: Mention in
3221         the comment that the function can throw an exception.
3222         (get_probe_argument_count): Likewise.
3223         (evaluate_probe_argument): Likewise.
3224         * stap-probe.c (stap_get_opcode): Call error instead of
3225         internal_error.
3226         (stap_get_expected_argument_type): Likewise.  Add argument
3227         'probe'.  Improve error message by mentioning the probe's name.
3228         (stap_parse_probe_arguments): Adjust call to
3229         stap_get_expected_argument_type.
3230         (stap_get_arg): Add comment.  Assert that 'probe->args_parsed' is
3231         not zero.  Call internal_error if GDB requests an argument but the
3232         probe has no arguments.
3233
3234 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
3235
3236         * ada-lang.c (ada_resolve_function): Do not ask the user what
3237         match to use when in completion mode.
3238
3239 2015-08-31  Andrew Burgess  <andrew.burgess@embecosm.com>
3240
3241         * tui/tui-data.c (tui_win_name): Make local variable const, remove
3242         cast of NULL.
3243
3244 2015-08-31  Max Filippov  <jcmvbkbc@gmail.com>
3245
3246         * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
3247         call_abi using XSHAL_ABI macro.
3248
3249 2015-08-29  Doug Evans  <xdje42@gmail.com>
3250
3251         * symtab.h (struct symbol): Tweak comment.
3252
3253 2015-08-29  Patrick Palka  <patrick@parcs.ath.cx>
3254
3255         * gdbtypes.c (alloc_type_arch): Allocate the type on the given
3256         gdbarch obstack instead of on the heap.  Update commentary
3257         accordingly.
3258
3259 2015-08-28  Joel Brobecker  <brobecker@adacore.com>
3260
3261         GDB 7.10 released.
3262
3263 2015-08-28  Simon Marchi  <simon.marchi@ericsson.com>
3264
3265         * NEWS: Update entry about non-8-bits addressable memory.
3266
3267 2015-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
3268
3269         Revert:
3270         2014-11-06  Doug Evans  <xdje42@gmail.com>
3271         * solib.c (solib_global_lookup): Fetch arch from objfile,
3272         not target_gdbarch.
3273
3274 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3275
3276         * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
3277         attempt to relocate a TLS variable offset.
3278
3279 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3280
3281         * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
3282         registered yet.  Set inferior_ptid while calling target_read_memory.
3283
3284 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3285
3286         * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
3287         (GDB_ARCH_IS_TRAP_BRKPT): ... this.  Add __powerpc__ case.
3288         * linux-nat.c (check_stopped_by_breakpoint): Use
3289         GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
3290
3291 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
3292
3293         * linux-thread-db.c (thread_db_get_thread_local_address): If the
3294         thread was not yet discovered, use thread_from_lwp instead of
3295         calling thread_db_find_new_threads_1.
3296
3297 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3298
3299         * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
3300         statements.
3301
3302 2015-08-27  Simon Marchi  <simon.marchi@ericsson.com>
3303
3304         * NEWS: Document support for non-8-bits addressable memory.
3305
3306 2015-08-27  Pedro Alves  <palves@redhat.com>
3307
3308         * configure.ac: Remove AC_TYPE_SIGNAL call.
3309         * configure, config.in: Regenerate.
3310
3311 2015-08-27  Pedro Alves  <palves@redhat.com>
3312
3313         * cp-support.c (gdb_demangle): Use sighandler_t.  Remove cast.
3314         * extension-priv.h: Include signal.h.
3315         (struct signal_handler) <handler>: Change type to sighandler_t.
3316         * extension.c (install_gdb_sigint_handler): Use sighandler_t.
3317         * inflow.c (sigint_ours, sigquit_ours): Change type to
3318         sighandler_t.
3319         (child_terminal_inferior): Remove casts.
3320         (child_terminal_ours_1, new_tty): Use sighandler_t.  Remove casts.
3321         (osig): Change type to sighandler_t.
3322         * nto-procfs.c (ofunc): Change type to sighandler_t.
3323         (procfs_wait): Remove casts.
3324         * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
3325         * remote-sim.c (gdbsim_wait): Use sighandler_t.
3326         * utils.c (wait_to_die_with_timeout): Use sighandler_t.
3327
3328 2015-08-27  Pedro Alves  <palves@redhat.com>
3329
3330         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
3331         * gnulib/aclocal.m4: Renegerate.
3332         * gnulib/config.in: Renegerate.
3333         * gnulib/configure: Renegerate.
3334         * gnulib/import/Makefile.am: Update.
3335         * gnulib/import/Makefile.in: Regenerate.
3336         * gnulib/import/m4/gnulib-cache.m4: Update.
3337         * gnulib/import/m4/gnulib-comp.m4: Update.
3338         * gnulib/import/m4/signal_h.m4: New file.
3339         * gnulib/import/signal.in.h: New file.
3340
3341 2015-08-27  Pedro Alves  <palves@redhat.com>
3342
3343         * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
3344         (MIN_MEMORY_PACKET_SIZE): New.
3345         (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
3346         (get_memory_packet_size): Adjust.  No longer limit the max packet
3347         size.
3348         (set_memory_packet_size): Adjust, and remove dead code.
3349         (remote_check_symbols): Use xmalloc and a cleanup instead of
3350         alloca.
3351         (remote_packet_size): No longer cap the packet size.
3352         (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
3353
3354 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
3355
3356         * compile/compile.c (compile_to_object): Mention language in
3357         error message.
3358
3359 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
3360
3361         * target.c (target_pre_inferior): Unset attach_flag.
3362
3363 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3364
3365         * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
3366         * gdbarch.c: Re-generate.
3367
3368 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
3369
3370         * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
3371         function with the XNEW-family equivalent.
3372         * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
3373         * ada-exp.y (write_ambiguous_var): Likewise.
3374         * ada-lang.c (resolve_subexp): Likewise.
3375         (user_select_syms): Likewise.
3376         (assign_aggregate): Likewise.
3377         (ada_evaluate_subexp): Likewise.
3378         (cache_symbol): Likewise.
3379         * addrmap.c (allocate_key): Likewise.
3380         (addrmap_create_mutable): Likewise.
3381         * aix-thread.c (sync_threadlists): Likewise.
3382         * alpha-tdep.c (alpha_push_dummy_call): Likewise.
3383         (alpha_gdbarch_init): Likewise.
3384         * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
3385         * arm-linux-nat.c (arm_linux_add_process): Likewise.
3386         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
3387         * arm-tdep.c (push_stack_item): Likewise.
3388         (arm_displaced_step_copy_insn): Likewise.
3389         (arm_gdbarch_init): Likewise.
3390         (_initialize_arm_tdep): Likewise.
3391         * avr-tdep.c (push_stack_item): Likewise.
3392         * ax-general.c (new_agent_expr): Likewise.
3393         * block.c (block_initialize_namespace): Likewise.
3394         * breakpoint.c (alloc_counted_command_line): Likewise.
3395         (update_dprintf_command_list): Likewise.
3396         (parse_breakpoint_sals): Likewise.
3397         (decode_static_tracepoint_spec): Likewise.
3398         (until_break_command): Likewise.
3399         (clear_command): Likewise.
3400         (update_global_location_list): Likewise.
3401         (get_breakpoint_objfile_data) Likewise.
3402         * btrace.c (ftrace_new_function): Likewise.
3403         (btrace_set_insn_history): Likewise.
3404         (btrace_set_call_history): Likewise.
3405         * buildsym.c (add_symbol_to_list): Likewise.
3406         (record_pending_block): Likewise.
3407         (start_subfile): Likewise.
3408         (start_buildsym_compunit): Likewise.
3409         (push_subfile): Likewise.
3410         (end_symtab_get_static_block): Likewise.
3411         (buildsym_init): Likewise.
3412         * cli/cli-cmds.c (source_command): Likewise.
3413         * cli/cli-decode.c (add_cmd): Likewise.
3414         * cli/cli-script.c (build_command_line): Likewise.
3415         (setup_user_args): Likewise.
3416         (realloc_body_list): Likewise.
3417         (process_next_line): Likewise.
3418         (copy_command_lines): Likewise.
3419         * cli/cli-setshow.c (do_set_command): Likewise.
3420         * coff-pe-read.c (read_pe_exported_syms): Likewise.
3421         * coffread.c (coff_locate_sections): Likewise.
3422         (coff_symtab_read): Likewise.
3423         (coff_read_struct_type): Likewise.
3424         * common/cleanups.c (make_my_cleanup2): Likewise.
3425         * common/common-exceptions.c (throw_it): Likewise.
3426         * common/filestuff.c (make_cleanup_close): Likewise.
3427         * common/format.c (parse_format_string): Likewise.
3428         * common/queue.h (DEFINE_QUEUE_P): Likewise.
3429         * compile/compile-object-load.c (munmap_list_add): Likewise.
3430         (compile_object_load): Likewise.
3431         * compile/compile-object-run.c (compile_object_run): Likewise.
3432         * compile/compile.c (append_args): Likewise.
3433         * corefile.c (specify_exec_file_hook): Likewise.
3434         * cp-support.c (make_symbol_overload_list): Likewise.
3435         * cris-tdep.c (push_stack_item): Likewise.
3436         (cris_gdbarch_init): Likewise.
3437         * ctf.c (ctf_trace_file_writer_new): Likewise.
3438         * dbxread.c (init_header_files): Likewise.
3439         (add_new_header_file): Likewise.
3440         (init_bincl_list): Likewise.
3441         (dbx_end_psymtab): Likewise.
3442         (start_psymtab): Likewise.
3443         (dbx_end_psymtab): Likewise.
3444         * dcache.c (dcache_init): Likewise.
3445         * dictionary.c (dict_create_hashed): Likewise.
3446         (dict_create_hashed_expandable): Likewise.
3447         (dict_create_linear): Likewise.
3448         (dict_create_linear_expandable): Likewise.
3449         * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
3450         * dummy-frame.c (register_dummy_frame_dtor): Likewise.
3451         * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
3452         * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3453         (decode_frame_entry_1): Likewise.
3454         * dwarf2expr.c (new_dwarf_expr_context): Likewise.
3455         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
3456         * dwarf2read.c (dwarf2_has_info): Likewise.
3457         (create_signatured_type_table_from_index): Likewise.
3458         (dwarf2_read_index): Likewise.
3459         (dw2_get_file_names_reader): Likewise.
3460         (create_all_type_units): Likewise.
3461         (read_cutu_die_from_dwo): Likewise.
3462         (init_tu_and_read_dwo_dies): Likewise.
3463         (init_cutu_and_read_dies): Likewise.
3464         (create_all_comp_units): Likewise.
3465         (queue_comp_unit): Likewise.
3466         (inherit_abstract_dies): Likewise.
3467         (read_call_site_scope): Likewise.
3468         (dwarf2_add_field): Likewise.
3469         (dwarf2_add_typedef): Likewise.
3470         (dwarf2_add_member_fn): Likewise.
3471         (attr_to_dynamic_prop): Likewise.
3472         (abbrev_table_alloc_abbrev): Likewise.
3473         (abbrev_table_read_table): Likewise.
3474         (add_include_dir): Likewise.
3475         (add_file_name): Likewise.
3476         (dwarf_decode_line_header): Likewise.
3477         (dwarf2_const_value_attr): Likewise.
3478         (dwarf_alloc_block): Likewise.
3479         (parse_macro_definition): Likewise.
3480         (set_die_type): Likewise.
3481         (write_psymtabs_to_index): Likewise.
3482         (create_cus_from_index): Likewise.
3483         (dwarf2_create_include_psymtab): Likewise.
3484         (process_psymtab_comp_unit_reader): Likewise.
3485         (build_type_psymtab_dependencies): Likewise.
3486         (read_comp_units_from_section): Likewise.
3487         (compute_compunit_symtab_includes): Likewise.
3488         (create_dwo_unit_in_dwp_v1): Likewise.
3489         (create_dwo_unit_in_dwp_v2): Likewise.
3490         (read_func_scope): Likewise.
3491         (process_structure_scope): Likewise.
3492         (mark_common_block_symbol_computed): Likewise.
3493         (load_partial_dies): Likewise.
3494         (dwarf2_symbol_mark_computed): Likewise.
3495         * elfread.c (elf_symfile_segments): Likewise.
3496         (elf_read_minimal_symbols): Likewise.
3497         * environ.c (make_environ): Likewise.
3498         * eval.c (evaluate_subexp_standard): Likewise.
3499         * event-loop.c (create_file_handler): Likewise.
3500         (create_async_signal_handler): Likewise.
3501         (create_async_event_handler): Likewise.
3502         (create_timer): Likewise.
3503         * exec.c (build_section_table): Likewise.
3504         * fbsd-nat.c (fbsd_remember_child): Likewise.
3505         * fork-child.c (fork_inferior): Likewise.
3506         * frv-tdep.c (new_variant): Likewise.
3507         * gdbarch.sh (gdbarch_alloc): Likewise.
3508         (append_name): Likewise.
3509         * gdbtypes.c (rank_function): Likewise.
3510         (copy_type_recursive): Likewise.
3511         (add_dyn_prop): Likewise.
3512         * gnu-nat.c (make_proc): Likewise.
3513         (make_inf): Likewise.
3514         (gnu_write_inferior): Likewise.
3515         * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3516         (build_std_type_info_type): Likewise.
3517         * guile/scm-param.c (compute_enum_list): Likewise.
3518         * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
3519         * guile/scm-value.c (gdbscm_value_call): Likewise.
3520         * h8300-tdep.c (h8300_gdbarch_init): Likewise.
3521         * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
3522         (read_unwind_info): Likewise.
3523         * ia64-tdep.c (ia64_gdbarch_init): Likewise.
3524         * infcall.c (dummy_frame_context_saver_setup): Likewise.
3525         (call_function_by_hand_dummy): Likewise.
3526         * infcmd.c (step_once): Likewise.
3527         (finish_forward): Likewise.
3528         (attach_command): Likewise.
3529         (notice_new_inferior): Likewise.
3530         * inferior.c (add_inferior_silent): Likewise.
3531         * infrun.c (add_displaced_stepping_state): Likewise.
3532         (save_infcall_control_state): Likewise.
3533         (save_inferior_ptid): Likewise.
3534         (_initialize_infrun): Likewise.
3535         * jit.c (bfd_open_from_target_memory): Likewise.
3536         (jit_gdbarch_data_init): Likewise.
3537         * language.c (add_language): Likewise.
3538         * linespec.c (decode_line_2): Likewise.
3539         * linux-nat.c (add_to_pid_list): Likewise.
3540         (add_initial_lwp): Likewise.
3541         * linux-thread-db.c (add_thread_db_info): Likewise.
3542         (record_thread): Likewise.
3543         (info_auto_load_libthread_db): Likewise.
3544         * m32c-tdep.c (m32c_gdbarch_init): Likewise.
3545         * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
3546         * m68k-tdep.c (m68k_gdbarch_init): Likewise.
3547         * m88k-tdep.c (m88k_analyze_prologue): Likewise.
3548         * macrocmd.c (macro_define_command): Likewise.
3549         * macroexp.c (gather_arguments): Likewise.
3550         * macroscope.c (sal_macro_scope): Likewise.
3551         * macrotab.c (new_macro_table): Likewise.
3552         * mdebugread.c (push_parse_stack): Likewise.
3553         (parse_partial_symbols): Likewise.
3554         (parse_symbol): Likewise.
3555         (psymtab_to_symtab_1): Likewise.
3556         (new_block): Likewise.
3557         (new_psymtab): Likewise.
3558         (mdebug_build_psymtabs): Likewise.
3559         (add_pending): Likewise.
3560         (elfmdebug_build_psymtabs): Likewise.
3561         * mep-tdep.c (mep_gdbarch_init): Likewise.
3562         * mi/mi-main.c (mi_execute_command): Likewise.
3563         * mi/mi-parse.c (mi_parse_argv): Likewise.
3564         * minidebug.c (lzma_open): Likewise.
3565         * minsyms.c (terminate_minimal_symbol_table): Likewise.
3566         * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
3567         * mips-tdep.c (mips_gdbarch_init): Likewise.
3568         * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
3569         * msp430-tdep.c (msp430_gdbarch_init): Likewise.
3570         * mt-tdep.c (mt_registers_info): Likewise.
3571         * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
3572         * nat/linux-btrace.c (linux_enable_bts): Likewise.
3573         (linux_enable_pt): Likewise.
3574         * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
3575         (linux_xfer_osdata_processgroups): Likewise.
3576         * nios2-tdep.c (nios2_gdbarch_init): Likewise.
3577         * nto-procfs.c (procfs_meminfo): Likewise.
3578         * objc-lang.c (start_msglist): Likewise.
3579         (selectors_info): Likewise.
3580         (classes_info): Likewise.
3581         (find_methods): Likewise.
3582         * objfiles.c (allocate_objfile): Likewise.
3583         (update_section_map): Likewise.
3584         * osabi.c (gdbarch_register_osabi): Likewise.
3585         (gdbarch_register_osabi_sniffer): Likewise.
3586         * parse.c (start_arglist): Likewise.
3587         * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
3588         (hwdebug_insert_point): Likewise.
3589         * printcmd.c (display_command): Likewise.
3590         (ui_printf): Likewise.
3591         * procfs.c (create_procinfo): Likewise.
3592         (load_syscalls): Likewise.
3593         (proc_get_LDT_entry): Likewise.
3594         (proc_update_threads): Likewise.
3595         * prologue-value.c (make_pv_area): Likewise.
3596         (pv_area_store): Likewise.
3597         * psymtab.c (extend_psymbol_list): Likewise.
3598         (init_psymbol_list): Likewise.
3599         (allocate_psymtab): Likewise.
3600         * python/py-inferior.c (add_thread_object): Likewise.
3601         * python/py-param.c (compute_enum_values): Likewise.
3602         * python/py-value.c (valpy_call): Likewise.
3603         * python/py-varobj.c (py_varobj_iter_next): Likewise.
3604         * python/python.c (ensure_python_env): Likewise.
3605         * record-btrace.c (record_btrace_start_replaying): Likewise.
3606         * record-full.c (record_full_reg_alloc): Likewise.
3607         (record_full_mem_alloc): Likewise.
3608         (record_full_end_alloc): Likewise.
3609         (record_full_core_xfer_partial): Likewise.
3610         * regcache.c (get_thread_arch_aspace_regcache): Likewise.
3611         * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
3612         * remote-notif.c (remote_notif_state_allocate): Likewise.
3613         * remote.c (demand_private_info): Likewise.
3614         (remote_notif_stop_alloc_reply): Likewise.
3615         (remote_enable_btrace): Likewise.
3616         * reverse.c (save_bookmark_command): Likewise.
3617         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3618         * rx-tdep.c (rx_gdbarch_init): Likewise.
3619         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
3620         * ser-go32.c (dos_get_tty_state): Likewise.
3621         (dos_copy_tty_state): Likewise.
3622         * ser-mingw.c (ser_windows_open): Likewise.
3623         (ser_console_wait_handle): Likewise.
3624         (ser_console_get_tty_state): Likewise.
3625         (make_pipe_state): Likewise.
3626         (net_windows_open): Likewise.
3627         * ser-unix.c (hardwire_get_tty_state): Likewise.
3628         (hardwire_copy_tty_state): Likewise.
3629         * solib-aix.c (solib_aix_new_lm_info): Likewise.
3630         * solib-dsbt.c (dsbt_current_sos): Likewise.
3631         (dsbt_relocate_main_executable): Likewise.
3632         * solib-frv.c (frv_current_sos): Likewise.
3633         (frv_relocate_main_executable): Likewise.
3634         * solib-spu.c (spu_bfd_fopen): Likewise.
3635         * solib-svr4.c (lm_info_read): Likewise.
3636         (svr4_copy_library_list): Likewise.
3637         (svr4_default_sos): Likewise.
3638         * source.c (find_source_lines): Likewise.
3639         (line_info): Likewise.
3640         (add_substitute_path_rule): Likewise.
3641         * spu-linux-nat.c (spu_bfd_open): Likewise.
3642         * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
3643         * stabsread.c (dbx_lookup_type): Likewise.
3644         (read_type): Likewise.
3645         (read_member_functions): Likewise.
3646         (read_struct_fields): Likewise.
3647         (read_baseclasses): Likewise.
3648         (read_args): Likewise.
3649         (_initialize_stabsread): Likewise.
3650         * stack.c (func_command): Likewise.
3651         * stap-probe.c (handle_stap_probe): Likewise.
3652         * symfile.c (addrs_section_sort): Likewise.
3653         (addr_info_make_relative): Likewise.
3654         (load_section_callback): Likewise.
3655         (add_symbol_file_command): Likewise.
3656         (init_filename_language_table): Likewise.
3657         * symtab.c (create_filename_seen_cache): Likewise.
3658         (sort_search_symbols_remove_dups): Likewise.
3659         (search_symbols): Likewise.
3660         * target.c (make_cleanup_restore_target_terminal): Likewise.
3661         * thread.c (new_thread): Likewise.
3662         (enable_thread_stack_temporaries): Likewise.
3663         (make_cleanup_restore_current_thread): Likewise.
3664         (thread_apply_all_command): Likewise.
3665         * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
3666         * top.c (gdb_readline_wrapper): Likewise.
3667         * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
3668         * tracepoint.c (trace_find_line_command): Likewise.
3669         (all_tracepoint_actions_and_cleanup): Likewise.
3670         (make_cleanup_restore_current_traceframe): Likewise.
3671         (get_uploaded_tp): Likewise.
3672         (get_uploaded_tsv): Likewise.
3673         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
3674         (tui_alloc_win_info): Likewise.
3675         (tui_alloc_content): Likewise.
3676         (tui_add_content_elements): Likewise.
3677         * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
3678         (tui_set_disassem_content): Likewise.
3679         * ui-file.c (ui_file_new): Likewise.
3680         (stdio_file_new): Likewise.
3681         (tee_file_new): Likewise.
3682         * utils.c (make_cleanup_restore_integer): Likewise.
3683         (add_internal_problem_command): Likewise.
3684         * v850-tdep.c (v850_gdbarch_init): Likewise.
3685         * valops.c (find_oload_champ): Likewise.
3686         * value.c (allocate_value_lazy): Likewise.
3687         (record_latest_value): Likewise.
3688         (create_internalvar): Likewise.
3689         * varobj.c (install_variable): Likewise.
3690         (new_variable): Likewise.
3691         (new_root_variable): Likewise.
3692         (cppush): Likewise.
3693         (_initialize_varobj): Likewise.
3694         * windows-nat.c (windows_make_so): Likewise.
3695         * x86-nat.c (x86_add_process): Likewise.
3696         * xcoffread.c (arrange_linetable): Likewise.
3697         (allocate_include_entry): Likewise.
3698         (process_linenos): Likewise.
3699         (SYMBOL_DUP): Likewise.
3700         (xcoff_start_psymtab): Likewise.
3701         (xcoff_end_psymtab): Likewise.
3702         * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
3703         * xtensa-tdep.c (xtensa_register_type): Likewise.
3704         * gdbarch.c: Regenerate.
3705         * gdbarch.h: Regenerate.
3706
3707 2015-08-25  Don Breazeal  <donb@codesourcery.com>
3708
3709         * infrun.c (follow_exec): Re-order operations for
3710         handling follow-exec-mode "new".
3711         (handle_inferior_event_1): Assign ecs->event_thread
3712         to the current thread.
3713         * remote.c (get_remote_arch_state): Add an assertion.
3714
3715 2015-08-26  Pedro Alves  <palves@redhat.com>
3716
3717         * MAINTAINERS: Add Markus Metzger as btrace maintainer.
3718
3719 2015-08-25  Pedro Alves  <palves@redhat.com>
3720
3721         PR gdb/18804
3722         * defs.h (maybe_quit): Declare.
3723         (QUIT): Now calls maybe_quit.
3724         * event-loop.c (clear_async_signal_handler)
3725         (async_signal_handler_is_marked): New functions.
3726         * event-loop.h (async_signal_handler_is_marked)
3727         (clear_async_signal_handler): New declarations.
3728         * remote.c (remote_check_pending_interrupt): New function.
3729         (interrupt_query): Use make_cleanup_restore_target_terminal.  No
3730         longer check whether the target is async.  If waiting for a stop
3731         reply, and a Ctrl-C as been sent to the target, offer to
3732         disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
3733         Otherwise do not disconnect and throw a quit.
3734         (_initialize_remote): Install remote_check_pending_interrupt as
3735         to_check_pending_interrupt.
3736         * target.c (target_check_pending_interrupt): New function.
3737         * target.h (struct target_ops) <to_check_pending_interrupt>: New
3738         field.
3739         (target_check_pending_interrupt): New declaration.
3740         * utils.c (maybe_quit): New function.
3741         * target-delegates.c: Regenerate.
3742
3743 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3744
3745         * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
3746         Rename local variable pid to tid, and get lwpid of lwp.  Update
3747         debug output.
3748
3749 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
3750
3751         * ada-lang.c (ada_read_var_value): Add a var_block argument
3752         and pass it to default_read_var_value.
3753         * block.c (block_static_link): New accessor.
3754         * block.h (block_static_link): Declare it.
3755         * buildsym.c (finish_block_internal): Add a static_link
3756         argument.  If there is a static link, associate it to the new
3757         block.
3758         (finish_block): Add a static link argument and pass it to
3759         finish_block_internal.
3760         (end_symtab_get_static_block): Update calls to finish_block and
3761         to finish_block_internal.
3762         (end_symtab_with_blockvector): Update call to
3763         finish_block_internal.
3764         * buildsym.h: Forward-declare struct dynamic_prop.
3765         (struct context_stack): Add a static_link field.
3766         (finish_block): Add a static link argument.
3767         * c-exp.y: Remove an obsolete comment (evaluation of variables
3768         already start from the selected frame, and now they climb *up*
3769         the call stack) and propagate the block information to the
3770         produced expression.
3771         * d-exp.y: Likewise.
3772         * f-exp.y: Likewise.
3773         * go-exp.y: Likewise.
3774         * jv-exp.y: Likewise.
3775         * m2-exp.y: Likewise.
3776         * p-exp.y: Likewise.
3777         * coffread.c (coff_symtab_read): Update calls to finish_block.
3778         * dbxread.c (process_one_symbol): Likewise.
3779         * xcoffread.c (read_xcoff_symtab): Likewise.
3780         * compile/compile-c-symbols.c (convert_one_symbol): Promote the
3781         "sym" parameter to struct block_symbol, update its uses and pass
3782         its block to calls to read_var_value.
3783         (convert_symbol_sym): Update the calls to convert_one_symbol.
3784         * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
3785         call to read_var_value.
3786         * dwarf2loc.c (block_op_get_frame_base): New.
3787         (dwarf2_block_frame_base_locexpr_funcs): Implement the
3788         get_frame_base method.
3789         (dwarf2_block_frame_base_loclist_funcs): Likewise.
3790         (dwarf2locexpr_baton_eval): Add a frame argument and use it
3791         instead of the selected frame in order to evaluate the
3792         expression.
3793         (dwarf2_evaluate_property): Add a frame argument.  Update call
3794         to dwarf2_locexpr_baton_eval to provide a frame in available and
3795         to handle the absence of address stack.
3796         * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
3797         * dwarf2read.c (attr_to_dynamic_prop): Add a forward
3798         declaration.
3799         (read_func_scope): Record any available static link description.
3800         Update call to finish_block.
3801         (read_lexical_block_scope): Update call to finish_block.
3802         * findvar.c (follow_static_link): New.
3803         (get_hosting_frame): New.
3804         (default_read_var_value): Add a var_block argument.  Use
3805         get_hosting_frame to handle non-local references.
3806         (read_var_value): Add a var_block argument and pass it to the
3807         LA_READ_VAR_VALUE method.
3808         * gdbtypes.c (resolve_dynamic_range): Update calls to
3809         dwarf2_evaluate_property.
3810         (resolve_dynamic_type_internal): Likewise.
3811         * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
3812         read_var_value, passing it the block coming from symbol lookup.
3813         * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
3814         read_var_value (TODO).
3815         * infcmd.c (finish_command_continuation): Update call to
3816         read_var_value, passing it the block coming from symbol lookup.
3817         * infrun.c (insert_exception_resume_breakpoint): Likewise.
3818         * language.h (struct language_defn): Add a var_block argument to
3819         the LA_READ_VAR_VALUE method.
3820         * objfiles.c (struct static_link_htab_entry): New.
3821         (static_link_htab_entry_hash): New.
3822         (static_link_htab_entry_eq): New.
3823         (objfile_register_static_link): New.
3824         (objfile_lookup_static_link): New.
3825         (free_objfile): Free the STATIC_LINKS hashed map if needed.
3826         * objfiles.h: Include hashtab.h.
3827         (struct objfile): Add a static_links field.
3828         (objfile_register_static_link): New.
3829         (objfile_lookup_static_link): New.
3830         * printcmd.c (print_variable_and_value): Update call to
3831         read_var_value.
3832         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
3833         * python/py-frame.c (frapy_read_var): Update call to
3834         read_var_value, passing it the block coming from symbol lookup.
3835         * python/py-framefilter.c (extract_sym): Add a sym_block
3836         parameter and set the pointed value to NULL (TODO).
3837         (enumerate_args): Update call to extract_sym.
3838         (enumerate_locals): Update calls to extract_sym and to
3839         read_var_value.
3840         * python/py-symbol.c (sympy_value): Update call to
3841         read_var_value (TODO).
3842         * stack.c (read_frame_local): Update call to read_var_value.
3843         (read_frame_arg): Likewise.
3844         (return_command): Likewise.
3845         * symtab.h (struct symbol_block_ops): Add a get_frame_base
3846         method.
3847         (struct symbol): Add a block field.
3848         (SYMBOL_BLOCK): New accessor.
3849         * valops.c (value_of_variable): Remove frame/block handling and
3850         pass the block argument to read_var_value, which does this job
3851         now.
3852         (value_struct_elt_for_reference): Update calls to
3853         read_var_value.
3854         (value_of_this): Pass the block found to read_var_value.
3855         * value.h (read_var_value): Add a var_block argument.
3856         (default_read_var_value): Likewise.
3857
3858 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3859
3860         * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
3861         * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
3862         * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
3863
3864 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3865
3866         * Makefile.in (aarch64-liunx.o): New rule.
3867         (HFILES_NO_SRCDIR): Add aarch64-linux.h.
3868         * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
3869         * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
3870         * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
3871         extern.
3872         (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
3873         * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
3874         * nat/aarch64-linux.c: New file.
3875         * nat/aarch64-linux.h: New file.
3876
3877 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3878
3879         * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
3880         lwp_arch_private_info and ptid_of_lwp.
3881
3882 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3883
3884         * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
3885         Move it to nat/aarch64-linux-hw-point.c.
3886         (debug_reg_change_callback): Likewise.
3887         (aarch64_notify_debug_reg_change): :Likewise.
3888         * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
3889         (aarch64_dr_update_callback_param): New.
3890         (debug_reg_change_callback): New function.
3891         (aarch64_notify_debug_reg_change): Likewise.
3892         * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
3893         Remove the declaration.
3894
3895 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3896
3897         * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
3898         Call current_lwp_ptid.
3899
3900 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3901
3902         * aarch64-linux-nat.c (debug_reg_change_callback): Use
3903         debug_printf.
3904
3905 2015-08-25  Yao Qi  <yao.qi@linaro.org>
3906
3907         * aarch64-linux-nat.c (debug_reg_change_callback): Call
3908         ptid_get_pid rather than ptid_get_lwp.
3909
3910 2015-08-24  Pedro Alves  <palves@redhat.com>
3911
3912         * NEWS (New commands): Mention set/show remote
3913         multiprocess-extensions-packet.
3914         * remote.c (remote_query_supported): Only tell the server to use
3915         the multiprocess extensions if the user hasn't force-disabled them
3916         with "set remote multiprocess-extensions-packet off".
3917
3918 2015-08-24  Pedro Alves  <palves@redhat.com>
3919
3920         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
3921         1029a8112290f6eee9d7878a391c49db42c999bd.
3922         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
3923         Regenerate.
3924         * gnulib/import/Makefile.am: Update.
3925         * gnulib/import/Makefile.in: Update.
3926         * gnulib/import/alloca.in.h: Update.
3927         * gnulib/import/basename-lgpl.c: Update.
3928         * gnulib/import/canonicalize-lgpl.c: Update.
3929         * gnulib/import/config.charset: Update.
3930         * gnulib/import/dirent.in.h: Update.
3931         * gnulib/import/dirfd.c: Update.
3932         * gnulib/import/dirname-lgpl.c: Update.
3933         * gnulib/import/dirname.h: Update.
3934         * gnulib/import/dosname.h: Update.
3935         * gnulib/import/errno.in.h: Update.
3936         * gnulib/import/extra/snippet/arg-nonnull.h: Update.
3937         * gnulib/import/extra/snippet/c++defs.h: Update.
3938         * gnulib/import/extra/snippet/warn-on-use.h: Update.
3939         * gnulib/import/extra/update-copyright: Update.
3940         * gnulib/import/float+.h: Update.
3941         * gnulib/import/float.c: Update.
3942         * gnulib/import/float.in.h: Update.
3943         * gnulib/import/fnmatch.c: Update.
3944         * gnulib/import/fnmatch.in.h: Update.
3945         * gnulib/import/fnmatch_loop.c: Update.
3946         * gnulib/import/fpucw.h: Update.
3947         * gnulib/import/frexp.c: Update.
3948         * gnulib/import/frexpl.c: Update.
3949         * gnulib/import/gettimeofday.c: Update.
3950         * gnulib/import/inttypes.in.h: Update.
3951         * gnulib/import/isnan.c: Update.
3952         * gnulib/import/isnand-nolibm.h: Update.
3953         * gnulib/import/isnand.c: Update.
3954         * gnulib/import/isnanl-nolibm.h: Update.
3955         * gnulib/import/isnanl.c: Update.
3956         * gnulib/import/itold.c: Update.
3957         * gnulib/import/localcharset.c: Update.
3958         * gnulib/import/localcharset.h: Update.
3959         * gnulib/import/lstat.c: Update.
3960         * gnulib/import/m4/00gnulib.m4: Update.
3961         * gnulib/import/m4/absolute-header.m4: Update.
3962         * gnulib/import/m4/alloca.m4: Update.
3963         * gnulib/import/m4/canonicalize.m4: Update.
3964         * gnulib/import/m4/codeset.m4: Update.
3965         * gnulib/import/m4/configmake.m4: Update.
3966         * gnulib/import/m4/dirent_h.m4: Update.
3967         * gnulib/import/m4/dirfd.m4: Update.
3968         * gnulib/import/m4/dirname.m4: Update.
3969         * gnulib/import/m4/double-slash-root.m4: Update.
3970         * gnulib/import/m4/eealloc.m4: Update.
3971         * gnulib/import/m4/errno_h.m4: Update.
3972         * gnulib/import/m4/exponentd.m4: Update.
3973         * gnulib/import/m4/exponentl.m4: Update.
3974         * gnulib/import/m4/extensions.m4: Update.
3975         * gnulib/import/m4/extern-inline.m4: Update.
3976         * gnulib/import/m4/fcntl-o.m4: Update.
3977         * gnulib/import/m4/float_h.m4: Update.
3978         * gnulib/import/m4/fnmatch.m4: Update.
3979         * gnulib/import/m4/fpieee.m4: Update.
3980         * gnulib/import/m4/frexp.m4: Update.
3981         * gnulib/import/m4/frexpl.m4: Update.
3982         * gnulib/import/m4/gettimeofday.m4: Update.
3983         * gnulib/import/m4/glibc21.m4: Update.
3984         * gnulib/import/m4/gnulib-cache.m4: Update.
3985         * gnulib/import/m4/gnulib-common.m4: Update.
3986         * gnulib/import/m4/gnulib-comp.m4: Update.
3987         * gnulib/import/m4/gnulib-tool.m4: Update.
3988         * gnulib/import/m4/include_next.m4: Update.
3989         * gnulib/import/m4/inttypes-pri.m4: Update.
3990         * gnulib/import/m4/inttypes.m4: Update.
3991         * gnulib/import/m4/isnand.m4: Update.
3992         * gnulib/import/m4/isnanl.m4: Update.
3993         * gnulib/import/m4/largefile.m4: Update.
3994         * gnulib/import/m4/localcharset.m4: Update.
3995         * gnulib/import/m4/locale-fr.m4: Update.
3996         * gnulib/import/m4/locale-ja.m4: Update.
3997         * gnulib/import/m4/locale-zh.m4: Update.
3998         * gnulib/import/m4/longlong.m4: Update.
3999         * gnulib/import/m4/lstat.m4: Update.
4000         * gnulib/import/m4/malloc.m4: Update.
4001         * gnulib/import/m4/malloca.m4: Update.
4002         * gnulib/import/m4/math_h.m4: Update.
4003         * gnulib/import/m4/mbrtowc.m4: Update.
4004         * gnulib/import/m4/mbsinit.m4: Update.
4005         * gnulib/import/m4/mbsrtowcs.m4: Update.
4006         * gnulib/import/m4/mbstate_t.m4: Update.
4007         * gnulib/import/m4/memchr.m4: Update.
4008         * gnulib/import/m4/memmem.m4: Update.
4009         * gnulib/import/m4/mmap-anon.m4: Update.
4010         * gnulib/import/m4/multiarch.m4: Update.
4011         * gnulib/import/m4/nocrash.m4: Update.
4012         * gnulib/import/m4/off_t.m4: Update.
4013         * gnulib/import/m4/pathmax.m4: Update.
4014         * gnulib/import/m4/readlink.m4: Update.
4015         * gnulib/import/m4/rename.m4: Update.
4016         * gnulib/import/m4/rmdir.m4: Update.
4017         * gnulib/import/m4/ssize_t.m4: Update.
4018         * gnulib/import/m4/stat.m4: Update.
4019         * gnulib/import/m4/stdbool.m4: Update.
4020         * gnulib/import/m4/stddef_h.m4: Update.
4021         * gnulib/import/m4/stdint.m4: Update.
4022         * gnulib/import/m4/stdio_h.m4: Update.
4023         * gnulib/import/m4/stdlib_h.m4: Update.
4024         * gnulib/import/m4/string_h.m4: Update.
4025         * gnulib/import/m4/strstr.m4: Update.
4026         * gnulib/import/m4/strtok_r.m4: Update.
4027         * gnulib/import/m4/sys_socket_h.m4: Update.
4028         * gnulib/import/m4/sys_stat_h.m4: Update.
4029         * gnulib/import/m4/sys_time_h.m4: Update.
4030         * gnulib/import/m4/sys_types_h.m4: Update.
4031         * gnulib/import/m4/time_h.m4: Update.
4032         * gnulib/import/m4/unistd_h.m4: Update.
4033         * gnulib/import/m4/warn-on-use.m4: Update.
4034         * gnulib/import/m4/wchar_h.m4: Update.
4035         * gnulib/import/m4/wchar_t.m4: Update.
4036         * gnulib/import/m4/wctype_h.m4: Update.
4037         * gnulib/import/m4/wint_t.m4: Update.
4038         * gnulib/import/malloc.c: Update.
4039         * gnulib/import/malloca.c: Update.
4040         * gnulib/import/malloca.h: Update.
4041         * gnulib/import/math.in.h: Update.
4042         * gnulib/import/mbrtowc.c: Update.
4043         * gnulib/import/mbsinit.c: Update.
4044         * gnulib/import/mbsrtowcs-impl.h: Update.
4045         * gnulib/import/mbsrtowcs-state.c: Update.
4046         * gnulib/import/mbsrtowcs.c: Update.
4047         * gnulib/import/memchr.c: Update.
4048         * gnulib/import/memmem.c: Update.
4049         * gnulib/import/pathmax.h: Update.
4050         * gnulib/import/readlink.c: Update.
4051         * gnulib/import/ref-add.sin: Update.
4052         * gnulib/import/ref-del.sin: Update.
4053         * gnulib/import/rename.c: Update.
4054         * gnulib/import/rmdir.c: Update.
4055         * gnulib/import/same-inode.h: Update.
4056         * gnulib/import/stat.c: Update.
4057         * gnulib/import/stdbool.in.h: Update.
4058         * gnulib/import/stddef.in.h: Update.
4059         * gnulib/import/stdint.in.h: Update.
4060         * gnulib/import/stdio.c: Update.
4061         * gnulib/import/stdio.in.h: Update.
4062         * gnulib/import/stdlib.in.h: Update.
4063         * gnulib/import/str-two-way.h: Update.
4064         * gnulib/import/streq.h: Update.
4065         * gnulib/import/string.in.h: Update.
4066         * gnulib/import/stripslash.c: Update.
4067         * gnulib/import/strnlen1.c: Update.
4068         * gnulib/import/strnlen1.h: Update.
4069         * gnulib/import/strstr.c: Update.
4070         * gnulib/import/strtok_r.c: Update.
4071         * gnulib/import/sys_stat.in.h: Update.
4072         * gnulib/import/sys_time.in.h: Update.
4073         * gnulib/import/sys_types.in.h: Update.
4074         * gnulib/import/time.in.h: Update.
4075         * gnulib/import/unistd.in.h: Update.
4076         * gnulib/import/verify.h: Update.
4077         * gnulib/import/wchar.in.h: Update.
4078         * gnulib/import/wctype.in.h: Update.
4079         * gnulib/import/gettimeofday.c: New file.
4080         * gnulib/import/m4/absolute-header.m4: New file.
4081         * gnulib/import/m4/gettimeofday.m4: New file.
4082         * gnulib/import/m4/sys_socket_h.m4: New file.
4083         * gnulib/import/m4/sys_time_h.m4: New file.
4084         * gnulib/import/stdio.c: Delete file.
4085         * gnulib/import/sys_time.in.h: New file.
4086
4087 2015-08-24  Pedro Alves  <palves@redhat.com>
4088
4089         * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
4090         * common/gdb_sys_time.h: New file.
4091         * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
4092         * gdb_select.h: Likewise.
4093         * gdb_usleep.c: Likewise.
4094         * maint.c: Likewise.
4095         * mi/mi-main.c: Likewise.
4096         * mi/mi-parse.h: Likewise.
4097         * remote-fileio.c: Likewise.
4098         * remote-m32r-sdi.c: Likewise.
4099         * remote.c: Likewise.
4100         * ser-base.c: Likewise.
4101         * ser-pipe.c: Likewise.
4102         * ser-tcp.c: Likewise.
4103         * ser-unix.c: Likewise.
4104         * symfile.c: Likewise.
4105         * symfile.c: Likewise.  Rename OSIZE to SIZE throughout.
4106         * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
4107         * utils.c: Likewise.
4108
4109 2015-08-24  Pedro Alves  <palves@redhat.com>
4110
4111         * NEWS: Mention removed support for the various ROM monitors.
4112         * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
4113         ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
4114         * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
4115         gdb_target_obs.
4116         (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
4117         gdb_target_obs.
4118         (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
4119         dsrec.o from gdb_target_obs.
4120         (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
4121         from gdb_target_obs.
4122         (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
4123         gdb_target_obs.
4124         (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
4125         dink32-rom.o from gdb_target_obs.
4126         (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
4127         (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
4128         * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
4129         monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
4130
4131 2015-08-21  Pedro Alves  <palves@redhat.com>
4132
4133         * frame.c (null_frame_id): Explicitly zero-initialize.
4134
4135 2015-08-21  Tom Tromey  <tromey@redhat.com>
4136
4137         * dwarf2read.c (struct dwarf2_section_info): Rename field
4138         'asection' to 'section'.
4139         (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
4140         (dwarf2_locate_sections, dwarf2_locate_sections)
4141         (locate_dwz_sections, locate_v1_virtual_dwo_sections)
4142         (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
4143         (dwarf2_locate_v2_dwp_sections): Adjust.
4144
4145 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4146
4147         * top.h (gdb_in_secondary_prompt_p): Declare.
4148         * top.c (gdb_secondary_prompt_depth): Define.
4149         (gdb_in_secondary_prompt_p): Define.
4150         (gdb_readline_wrapper_cleanup): Decrement
4151         gdb_secondary_prompt_depth.
4152         (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
4153         * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
4154         are in a secondary prompt.
4155
4156 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4157
4158         * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
4159         emit the newline.
4160
4161 2015-08-21  Gary Benson  <gbenson@redhat.com>
4162
4163         * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
4164
4165 2015-08-21  Gary Benson  <gbenson@redhat.com>
4166
4167         * target.h (struct target_ops) <to_fileio_open>: New argument
4168         warn_if_slow.  Update comment.  All implementations updated.
4169         (target_fileio_open_warn_if_slow): New declaration.
4170         * target.c (target_fileio_open): Renamed as...
4171         (target_fileio_open_1): ...this.  New argument warn_if_slow.
4172         Pass warn_if_slow to implementation.  Update debug printing.
4173         (target_fileio_open): New function.
4174         (target_fileio_open_warn_if_slow): Likewise.
4175         * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
4176         target_fileio_open_warn_if_slow.
4177
4178 2015-08-21  Gary Benson  <gbenson@redhat.com>
4179
4180         * nat/linux-namespaces.c (linux_mntns_access_fs):
4181         Do not overwrite old_chain.
4182
4183 2015-08-20  Max Filippov  <jcmvbkbc@gmail.com>
4184
4185         * arch/xtensa.h: New file.
4186         * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
4187         (ps_get_thread_area): New function.
4188         * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
4189         set_gdbarch_fetch_tls_load_module_address to enable TLS support.
4190         * xtensa-tdep.c (osabi.h): New #include.
4191         (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
4192         xtensa-specific hooks.
4193         * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
4194         member and move the structure to arch/xtensa.h.
4195
4196 2015-08-21  Pedro Alves  <palves@redhat.com>
4197
4198         * remote.c (struct readahead_cache): New.
4199         (struct remote_state) <readahead_cache>: New field.
4200         (remote_open_1): Invalidate the cache.
4201         (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
4202         functions.
4203         (remote_hostio_pwrite): Invalidate the readahead cache.
4204         (remote_hostio_pread): Rename to ...
4205         (remote_hostio_pread_vFile): ... this.
4206         (remote_hostio_pread_from_cache): New function.
4207         (remote_hostio_pread): Reimplement.
4208         (remote_hostio_close): Invalidate the readahead cache.
4209
4210 2015-08-21  Marcin CieÅ›lak <saper@saper.info>  (tiny patch)
4211
4212         PR build/18843
4213         * procfs.c: Include "filestuff.h".
4214
4215 2015-08-21  Patrick Palka  <patrick@parcs.ath.cx>
4216
4217         * tui/tui-data.h (tui_command_info): Remove fields cur_line and
4218         curch.
4219         * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
4220         cur_line or curch, instead call wmove().
4221         (init_win_info) [CMD_WIN]: Likewise.
4222         * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
4223         instead call getcury().
4224         (tui_redisplay_readline): Don't set cur_line or curch.
4225         (tui_mld_erase_entire_line): Don't read cur_line, instead call
4226         getcury().
4227         (tui_cont_sig): Remove call to wmove.
4228         (tui_getc): Don't read cur_line or curch, instead call getcury()
4229         or getyx().  Don't set curch.
4230         * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
4231         set cur_line or curch.  Always move cursor to (0,0).
4232
4233 2015-08-20  Pedro Alves  <palves@redhat.com>
4234
4235         * infrun.c (print_target_wait_results): Make extern.
4236         * infrun.h (print_target_wait_results): Declare.
4237         * remote.c (set_stop_requested_callback): Delete.
4238         (process_initial_stop_replies): New function.
4239         (remote_start_remote): Use it.
4240         (stop_reply_queue_length): New function.
4241
4242 2015-08-20  Pedro Alves  <palves@redhat.com>
4243
4244         * dwarf2read.c (process_full_comp_unit): To tell whether
4245         start_subfile managed to deduce a language, test for
4246         language_unknown instead of language_c.
4247
4248 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
4249
4250         * ada-lex.l: Reset the start condition to INITIAL in the rule that
4251         matches attributes.
4252
4253 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
4254
4255         * dwarf2read.c (dwarf2_string_attr): New function.
4256         (lookup_dwo_unit, process_psymtab_comp_unit_reader)
4257         (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
4258         (read_call_site_scope, namespace_name, guess_full_die_structure_name)
4259         (anonymous_struct_prefix, prepare_one_comp_unit): Use
4260         dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
4261
4262 2015-08-18  Doug Evans  <dje@google.com>
4263             Adrian Sendroiu <adrian.sendroiu@freescale.com>
4264
4265         PR mi/18833
4266         * cli/cli-logging.c (pop_output_files): Don't restore redirection
4267         if MI-like.
4268         * mi/mi-out.c: #include "vec.h".
4269         (ui_filep): New type.
4270         (DEV_VEC_P (ui_filep)): New type.
4271         (struct ui_out_data) <buffer, original_buffer>: Delete.
4272         (struct ui_out_data) <streams>: New member.
4273         (mi_ui_out_impl): Add data_destroy field.
4274         (mi_field_string, mi_field_fmt): Update.
4275         (mi_flush, mi_redirect, field_separator): Update.
4276         (mi_open, mi_close): Update.
4277         (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
4278         (mi_out_data_ctor, mi_out_data_dtor): New functions.
4279         (mi_out_new): Call mi_out_data_ctor.
4280
4281 2015-08-18  Sandra Loosemore  <sandra@codesourcery.com>
4282
4283         * remote.c (strprefix): New.
4284         (remote_parse_stop_reply): Use strprefix instead of strncmp
4285         to ensure exact match of keyword.
4286
4287 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4288
4289         * gdb_bfd.c (debug_bfd_cache): New variable.
4290         (show_bfd_cache_debug): New function.
4291         (gdb_bfd_open): Add debug logging.
4292         (gdb_bfd_ref): Likewise.
4293         (gdb_bfd_unref): Likewise.
4294         (_initialize_gdb_bfd): Add new set/show command.
4295         * NEWS: Mention new command.
4296
4297 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4298
4299         * gdb_bfd.c (bfd_sharing): New variable.
4300         (show_bfd_sharing): New function.
4301         (gdb_bfd_open): Check bfd_sharing variable.
4302         (_initialize_gdb_bfd): Add new set/show command.
4303         * NEWS: Mention new command.
4304
4305 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
4306
4307         * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
4308         field.
4309         (struct gdb_bfd_cache_search): Likewise.
4310         (eq_bfd): Compare the size, inode, and device id fields.
4311         (gdb_bfd_open): Initialise the size, inode, and device id fields.
4312         (gdb_bfd_ref): Likewise.
4313         (gdb_bfd_unref): Likewise.
4314
4315 2015-08-18  Pedro Alves  <palves@redhat.com>
4316
4317         * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
4318         target implements to_always_non_stop_p, call it.
4319         * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
4320         (x86_linux_create_target): Install it as to_always_non_stop_p
4321         method.
4322
4323 2015-08-17  Doug Evans  <dje@google.com>
4324
4325         * ui-out.c (default_ui_out_impl): Add comment.
4326
4327 2015-08-17  Iain Buclaw  <ibuclaw@gdcproject.org>
4328
4329         * d-exp.y (type_aggregate_p): New function.
4330         (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
4331         (classify_inner_name): Likewise.
4332         * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
4333
4334 2015-08-15  Doug Evans  <xdje42@gmail.com>
4335
4336         * psymtab.c (add_psymbol_to_bcache): Remove "val" arg.  All callers
4337         updated.
4338         (add_psymbol_to_list): Ditto.
4339
4340 2015-08-15  Doug Evans  <xdje42@gmail.com>
4341
4342         * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab.  All callers
4343         updated.  Call end_psymtab_common.
4344         * dwarf2read.c (process_psymtab_comp_unit_reader): Call
4345         end_psymtab_common.
4346         (build_type_psymtabs_reader): Ditto.
4347         * psympriv.h (sort_pst_symbols): Delete.
4348         (end_psymtab_common): Declare.
4349         * psymtab.c (sort_pst_symbols): Make static.
4350         (end_psymtab_common): New function.
4351         * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
4352
4353 2015-08-15  Doug Evans  <xdje42@gmail.com>
4354
4355         * defs.h (LANGUAGE_BITS): Define.
4356         * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
4357         (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
4358         * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
4359         (minimal_symbol_type): Add nr_minsym_types.
4360         (MINSYM_TYPE_BITS): Define.
4361         (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
4362         (domain_enum_tag): Add NR_DOMAINS.
4363         (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
4364         (SYMBOL_ACLASS_BITS): Define from 6 to 5.
4365
4366 2015-08-15  Doug Evans  <xdje42@gmail.com>
4367
4368         * objfiles.h: Whitespace cleanup.
4369         * psympriv.h: Whitespace cleanup.
4370         * psymtab.c: Whitespace/coding convention cleanup.
4371
4372 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
4373
4374         * inferior.c (detach_inferior_command): Don't call
4375         any_thread_of_process when pid is 0.
4376         (kill_inferior_command): Likewise.
4377
4378 2015-08-14  Doug Evans  <xdje42@gmail.com>
4379
4380         PR gdb/11833
4381         * NEWS: Document new /s modifier for the disassemble command.
4382         * cli/cli-cmds.c (disassemble_command): Add support for /s.
4383         (_initialize_cli_cmds): Update online docs of disassemble command.
4384         * disasm.c: #include "source.h".
4385         (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
4386         All uses updated.
4387         (dis_line_entry): New struct.
4388         (hash_dis_line_entry, eq_dis_line_entry): New functions.
4389         (allocate_dis_line_table): New functions.
4390         (maybe_add_dis_line_entry, line_has_code_p): New functions.
4391         (dump_insns): New arg end_pc.  All callers updated.
4392         (do_mixed_source_and_assembly_deprecated): Renamed from
4393         do_mixed_source_and_assembly.  All callers updated.
4394         (do_mixed_source_and_assembly): New function.
4395         (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
4396         * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
4397         DISASSEMBLY_SOURCE.  All uses updated.
4398         (DISASSEMBLY_SOURCE): New macro.
4399         * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
4400
4401 2015-08-14  Keith Seitz  <keiths@redhat.com>
4402
4403         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
4404         `typename' to `type_name' to avoid C++ reserved word.
4405
4406 2015-08-14  Keith Seitz  <keiths@redhat.com>
4407
4408         * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
4409         (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
4410         silence ARI errors.
4411
4412 2015-08-14  Iain Buclaw  <ibuclaw@gdcproject.org>
4413
4414         * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
4415         xstrprintf instead of malloc and sprintf.
4416         (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
4417         (lex_one_token): Likewise.
4418
4419 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4420
4421         * solib-svr4.c (read_program_header): Add base_addr argument to
4422         report the runtime address of the segment.
4423         (find_program_interpreter): Update read_program_header call to pass
4424         a NULL pointer for the new argument.
4425         (scan_dyntag): Add ptr_addr argument to report the runtime address
4426         of the tag payload.
4427         (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
4428         read_program_header to get the base address of the dynamic segment.
4429         (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
4430         read_program_header.
4431         (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
4432
4433 2015-08-14  Matthew Fortune  <matthew.fortune@imgtec.com>
4434
4435         * MAINTAINERS (Write After Approval): Add Matthew Fortune.
4436
4437 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4438
4439         * d-exp.y (%union): Add voidval.
4440         (%token): Add UNKNOWN_NAME as a token to represent an unclassified
4441         name in the lexing stage.
4442         (PostfixExpression): Move symbol completion handling in grammar here
4443         from PrimaryExpression.
4444         (PrimaryExpression): Move routines to handle resolving identifier
4445         tokens in the grammar here from push_expression_name.
4446         (IdentifierExp): Remove the handling of alternating '.' and identifier
4447         tokens.
4448         (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
4449         (BasicType): Remove C-style typename rules.
4450         (d_type_from_name, d_module_from_name, push_variable)
4451         (push_fieldnames, push_type_name, push_module_name)
4452         (push_expression_name): Remove.
4453         (lex_one_token): Rename from yylex.  Replace pstate with par_state.
4454         (token_and_value): New type.
4455         (token_fifo, popping, name_obstack): New globals.
4456         (classify_name): New function.
4457         (classify_inner_name): Likewise.
4458         (yylex): Likewise.
4459         (d_parse): Initialize token_fifo, popping and name_obstack.
4460
4461 2015-08-13  Iain Buclaw  <ibuclaw@gdcproject.org>
4462
4463         * Makefile.in (SFILES): Add d-namespace.c.
4464         (COMMON_OBS): Add d-namespace.o.
4465         * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
4466         la_lookup_symbol_nonlocal callback function pointer.
4467         * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
4468         (d_lookup_nested_symbol): New declaration.
4469         * d-namespace.c: New file.
4470
4471 2015-08-13  Pedro Alves  <palves@redhat.com>
4472
4473         * python/py-unwind.c (pyuw_sniffer): Install the invalidate
4474         cleanup after the decref cleanup, not before.
4475
4476 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
4477
4478         * ada-lang.c: Include namespace.h
4479         (aux_add_nonlocal_symbols): Fix a function name in comment.
4480         (ada_add_block_renamings): New.
4481         (add_nonlocal_symbols): Add global renamings handling.
4482         (ada_lookup_symbol_list_worker): Move the symbol lookup part
4483         to...
4484         (ada_add_all_symbols): ... this new function.
4485         (ada_add_block_symbols): Try to match the input name against the
4486         "using directives list", perform a recursive symbol lookup on
4487         the matched declarations.
4488         * block.h (struct block): Move the_namespace to top-level as
4489         namespace_info. Remove the language_specific field.
4490         (BLOCK_NAMESPACE): Update access to the namespace_info field.
4491         * buildsym.h (using_directives): Rename into...
4492         (local_using_directives): ... this.
4493         (global_using_directives): New.
4494         (struct context_stack): Rename the using_directives field into
4495         local_using_directives.
4496         * buildsym.c (finish_block_internal): Deal with the proper
4497         using directives repository (local or global).
4498         (prepare_for_building): Reset local_using_directives. Assert
4499         that there is no pending global using directive.
4500         (reset_symtab_globals): Reset global_using_directives and
4501         local_using_directives.
4502         (end_symtab_get_static_block): Don't ignore symtabs that have
4503         only using directives.
4504         (push_context): Update references to local_using_directives.
4505         (buildsym_init): Do not reset using_directives.
4506         * cp-support.c: Include namespace.h.
4507         * cp-support.h (struct using_direct): Move to namespace.h.
4508         (cp_add_using_directives): Move to namespace.h.
4509         * cp-namespace.c: Include namespace.h
4510         (cp_add_using_directive): Move to namespace.c, rename it to
4511         add_using_directive, add a "using_directives" argument and use
4512         it as the pending using directives repository.  All callers
4513         updated.
4514         * dwarf2read.c (using_directives): New.
4515         (read_import_statement): Call using_directives.
4516         (read_func_scope): Update references to local_using_directives.
4517         (read_lexical_block_scope): Likewise.
4518         (read_namespace): Update the heading comment, call
4519         using_directives.
4520         * namespace.h: New file.
4521         * namespace.c: New file.
4522         * Makefile.in (SFILES): Add namespace.c.
4523         (COMMON_OBS): Add namespace.o
4524
4525 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
4526
4527         * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
4528         compute RETADDR.
4529
4530 2015-08-12  Keith Seitz  <keiths@redhat.com>
4531
4532         * break-catch-throw.c (re_set_exception_catchpoint) Rename
4533         reserved C++ keyword "explicit" to "explicit_loc".
4534         * breakpoint.c (create_overlay_event_breakpoint)
4535         (create_longjmp_master_breakpoint)
4536         (create_std_terminate_master_breakpoint)
4537         (create_exception_master_breakpoint, update_static_tracepoint):
4538         Rename reserved C++ keyword "explicit" to "explicit_loc".
4539         * completer.c (collect_explicit_location_matches)
4540         (explicit_location_completer): Rename reserved C++ keyword
4541         "explicit" to "explicit_loc".
4542         * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
4543         (canonicalize_linespec, create_sals_line_offset)
4544         (convert_linespec_to_sals, convert_explicit_location_to_sals)
4545         (event_location_to_sals, decode_objc): Rename reserved C++ keyword
4546         "explicit" to "explicit_loc".
4547         * location.c (struct event_location) <explicit>: Rename to
4548         "explicit_loc".
4549         (initialize_explicit_location, new_explicit_location)
4550         (explicit_location_to_string_internal, explicit_location_to_linespec):
4551         Rename reserved C++ keyword "explicit" to "explicit_loc".
4552         * location.h (explicit_location_to_string)
4553         (explicit_location_to_linespec, initialize_explicit_location)
4554         (new_explicit_location): Rename reserved C++ keyword "explicit"
4555         to "explicit_loc".
4556         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
4557         keyword "explicit" to "explicit_loc".
4558
4559 2015-08-12  Keith Seitz  <keiths@redhat.com>
4560
4561         * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
4562         and only call decode_line_1 when it is non-NULL.
4563
4564 2015-08-12  Luis Machado  <lgustavo@codesourcery.com>
4565
4566         * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
4567         location address is not meaningful.
4568         (breakpoint_address_is_meaningful): Update comment.
4569
4570 2015-08-11  Keith Seitz  <keiths@redhat.com>
4571
4572         * NEWS: Mention explicit locations.
4573         * breakpoint.c [LOCATION_HELP_STRING]: New macro.
4574         [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
4575         (_initialize_breakpoint): Update documentation for
4576         "clear", "break", "trace", "strace", "ftrace", and "dprintf".
4577
4578 2015-08-11  Keith Seitz  <keiths@redhat.com>
4579
4580         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
4581         explicit locations, options "--source", "--function",
4582         "--label", and "--line".
4583
4584 2015-08-11  Keith Seitz  <keiths@redhat.com>
4585
4586         * completer.c: Include location.h.
4587         (enum match_type): New enum.
4588         (location_completer): Rename to ...
4589         (linespec_completer): ... this.
4590         (collect_explicit_location_matches, backup_text_ptr)
4591         (explicit_location_completer): New functions.
4592         (location_completer): "New" function; handle linespec
4593         and explicit location completions.
4594         (complete_line_internal): Remove all location completer-specific
4595         handling.
4596         * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
4597         (find_toplevel_char): Export.
4598         (linespec_parse_line_offset): Export.
4599         Issue error if STRING is not numerical.
4600         (gdb_get_linespec_parser_quote_characters): New function.
4601         * linespec.h (linespec_parse_line_offset): Declare.
4602         (get_gdb_linespec_parser_quote_characters): Declare.
4603         (is_ada_operator): Declare.
4604         (find_toplevel_char): Declare.
4605         (linespec_lexer_lex_keyword): Declare.
4606         * location.c (explicit_to_event_location): New function.
4607         (explicit_location_lex_one): New function.
4608         (string_to_explicit_location): New function.
4609         (string_to_event_location): Handle explicit locations.
4610         * location.h (explicit_to_event_location): Declare.
4611         (string_to_explicit_location): Declare.
4612
4613 2015-08-11  Keith Seitz  <keiths@redhat.com>
4614
4615         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4616         linespec into explicit location.
4617         * breakpoint.c (create_overlay_breakpoint)
4618         (create_longjmp_master_breakpoint)
4619         (create_std_terminate_master_breakpoint)
4620         (create_exception_master_breakpoint): Convert linespec into explicit
4621         location.
4622         (update_static_tracepoint): Convert linespec into explicit location.
4623         * linespec.c (enum offset_relative_sign, struct line_offset): Move
4624         location.h.
4625         (struct linespec) <expression, expr_pc, source_filename>
4626         <function_name, label_name, line_offset>: Replace with ...
4627         <explicit>: ... this.
4628         <is_linespec>: New member.
4629         (PARSER_EXPLICIT): New accessor macro.
4630         (undefined_label_error): New function.
4631         (source_file_not_found_error): New function.
4632         (linespec_parse_basic): The parser result is now an explicit location.
4633         Use PARSER_EXPLICIT to access it.
4634         Use undefined_label_error.
4635         (canonicalize_linespec): Convert canonical linespec into explicit
4636         location.
4637         Move string representation of location to explicit_location_to_linespec
4638         and use it and explicit_location_to_string to save string
4639         representations of the canonical location.
4640         (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
4641         explicit location.  Update all references.
4642         (convert_explicit_location_to_sals): New function.
4643         (parse_linespec): Use PARSER_EXPLICIT to access the parser
4644         result's explicit location.
4645         (linespec_state_constructor): Initialize is_linespec.
4646         Use PARSER_EXPLICIT.
4647         (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
4648         result.
4649         (event_location_to_sals): For linespec locations, set is_linespec.
4650         Handle explicit locations.
4651         (decode_objc): 'ls' contains an explicit location now. Update all
4652         references.
4653         (symtabs_from_filename): Use source_file_not_found_error.
4654         * location.c (struct event_location.u) <explicit>: New member.
4655         (initialize_explicit_location): New function.
4656         (initialize_event_location): Initialize explicit locations.
4657         (new_explicit_location, get_explicit_location)
4658         (get_explicit_location_const): New functions.
4659         (explicit_to_string_internal): New function; most of contents moved
4660         from canonicalize_linespec.
4661         (explicit_location_to_string): New function.
4662         (explicit_location_to_linespec): New function.
4663         (copy_event_location, delete_event_location)
4664         (event_location_to_string_const, event_location_empty_p): Handle
4665         explicit locations.
4666         * location.h (enum offset_relative_sign, struct line_offset): Move
4667         here from linespec.h.
4668         (enum event_location_type): Add EXPLICIT_LOCATION.
4669         (struct explicit_location): New structure.
4670         (explicit_location_to_string): Declare.
4671         (explicit_location_to_linespec): Declare.
4672         (new_explicit_location, get_explicit_locationp
4673         (get_explicit_location_const, initialize_explicit_location): Declare.
4674
4675 2015-08-11  Keith Seitz  <keiths@redhat.com>
4676
4677         * break-catch-throw.c (re_set_exception_catchpoint): Convert
4678         linespec for stap probe to probe location.
4679         * breakpoint.c (create_longjmp_master_breakpoint)
4680         (create_exception_master_breakpoint): Likewise.
4681         (break_command_1): Remove local variable `arg_cp'.
4682         Check location type to set appropriate breakpoint ops methods.
4683         (trace_command): Likewise.
4684         * linespec.c (event_location_to_sals): Assert on probe locations.
4685         * location.c (EL_PROBE): Add macro definition.
4686         (new_probe_location, get_probe_location): New functions.
4687         (copy_event_location, delete_event_location, event_location_to_string)
4688         (string_to_event_location, event_location_empty_p): Handle probe
4689         locations.
4690         * location.h (enum event_location_type): Add PROBE_LOCATION.
4691         (new_probe_location, get_probe_location): Declare.
4692         * probe.c (parse_probes): Assert that LOCATION is a probe location.
4693         Convert linespec into probe location.
4694
4695 2015-08-11  Keith Seitz  <keiths@redhat.com>
4696
4697         * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
4698         Convert linespec to address location.
4699         * linespec.c (canonicalize_linespec): Do not handle address
4700         locations here.
4701         (convert_address_location_to_sals): New function; contents moved
4702         from ...
4703         (convert_linespc_to_sals): ... here.
4704         (parse_linespec): Remove address locations from linespec grammar.
4705         Remove handling of address locations.
4706         (linespec_lex_to_end): Remove handling of address linespecs.
4707         (event_location_to_sals): Handle ADDRESS_LOCATION.
4708         (linespec_expression_to_pc): Export.
4709         * linespec.h (linespec_expression_to_pc): Add declaration.
4710         * location.c (struct event_location.u) <address>: New member.
4711         (new_address_location, get_address_location): New functions.
4712         (copy_event_location, delete_event_location, event_location_to_string)
4713         (string_to_event_location, event_location_empty_p): Handle address
4714         locations.
4715         * location.h (enum event_location_type): Add ADDRESS_LOCATION.
4716         (new_address_location, get_address_location): Declare.
4717         * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
4718         to address location.
4719         * spu-tdep.c (spu_catch_start): Likewise.
4720
4721 2015-08-11  Keith Seitz  <keiths@redhat.com>
4722
4723         * ax-gdb.c: Include location.h.
4724         (agent_command_1) Use linespec location instead of address
4725         string.
4726         * break-catch-throw.c: Include location.h.
4727         (re_set_exception_catchpoint): Use linespec locations instead
4728         of address strings.
4729         * breakpoint.c: Include location.h.
4730         (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
4731         (create_std_terminate_master_breakpoint)
4732         (create_exception_master_breakpoint, update_breakpoints_after_exec):
4733         Use linespec location instead of address string.
4734         (print_breakpoint_location):  Use locations and
4735         event_location_to_string.
4736         Print extra_string for pending locations for non-MI streams.
4737         (print_one_breakpoint_location): Use locations and
4738         event_location_to_string.
4739         (init_raw_breakpoint_without_location): Initialize b->location.
4740         (create_thread_event_breakpoint): Use linespec location instead of
4741         address string.
4742         (init_breakpoint_sal): Likewise.
4743         Only save extra_string if it is non-NULL and not the empty string.
4744         Use event_location_to_string instead of `addr_string'.
4745         Constify `p' and `endp'.
4746         Use skip_spaces_const/skip_space_const instead of non-const versions.
4747         Copy the location into the breakpoint.
4748         If LOCATION is NULL, save the breakpoint address as a linespec location
4749         instead of an address string.
4750         (create_breakpoint_sal): Change `addr_string' parameter to a struct
4751         event_location. All uses updated.
4752         (create_breakpoints_sal): Likewise for local variable `addr_string'.
4753         (parse_breakpoint_sals): Use locations instead of address strings.
4754         Remove check for empty linespec with conditional.
4755         Refactor.
4756         (decode_static_tracepoint_spec): Make argument const and update
4757         function.
4758         (create_breakpoint): Change `arg' to a struct event_location and
4759         rename.
4760         Remove `copy_arg' and `addr_start'.
4761         If EXTRA_STRING is empty, set it to NULL.
4762         Don't populate `canonical' for pending breakpoints.
4763         Pass `extra_string' to find_condition_and_thread.
4764         Clear `extra_string' if `rest' was NULL.
4765         Do not error with "garbage after location" if setting a dprintf
4766         breakpoint.
4767         Copy the location into the breakpoint instead of an address string.
4768         (break_command_1): Use string_to_event_location and pass this to
4769         create_breakpoint instead of an address string.
4770         Check against `arg_cp' for a probe linespec.
4771         (dprintf_command): Use string_to_event_location and pass this to
4772         create_breakpoint instead of an address string.
4773         Throw an exception if no format string was specified.
4774         (print_recreate_ranged_breakpoint): Use event_location_to_string
4775         instead of address strings.
4776         (break_range_command, until_break_command)
4777         (init_ada_exception_breakpoint): Use locations instead
4778         of address strings.
4779         (say_where): Print out extra_string for pending locations.
4780         (base_breakpoint_dtor): Delete `location' and `location_range_end' of
4781         the breakpoint.
4782         (base_breakpoint_create_sals_from_location): Use struct event_location
4783         instead of address string.
4784         Remove `addr_start' and `copy_arg' parameters.
4785         (base_breakpoint_decode_location): Use struct event_location instead of
4786         address string.
4787         (bkpt_re_set): Use locations instead of address strings.
4788         Use event_location_empty_p to check for unset location.
4789         (bkpt_print_recreate): Use event_location_to_string instead of
4790         an address string.
4791         Print out extra_string for pending locations.
4792         (bkpt_create_sals_from_location, bkpt_decode_location)
4793         (bkpt_probe_create_sals_from_location): Use struct event_location
4794         instead of address string.
4795         (bkpt_probe_decode_location): Use struct event_location instead of
4796         address string.
4797         (tracepoint_print_recreate): Use event_location_to_string to
4798         recreate the tracepoint.
4799         (tracepoint_create_sals_from_location, tracepoint_decode_location)
4800         (tracepoint_probe_create_sals_from_location)
4801         (tracepoint_probe_decode_location): Use struct event_location
4802         instead of address string.
4803         (dprintf_print_recreate): Use event_location_to_string to recreate
4804         the dprintf.
4805         (dprintf_re_set): Remove check for valid/missing format string.
4806         (strace_marker_create_sals_from_location)
4807         (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
4808         (update_static_tracepoint): Use struct event_location instead of
4809         address string.
4810         (location_to_sals): Likewise.
4811         Pass `extra_string' to find_condition_and_thread.
4812         For newly resolved pending breakpoint locations, clear the location's
4813         string representation.
4814         Assert that the breakpoint's condition string is NULL when
4815         condition_not_parsed.
4816         (breakpoint_re_set_default, create_sals_from_location_default)
4817         (decode_location_default, trace_command, ftrace_command)
4818         (strace_command, create_tracepoint_from_upload): Use locations
4819         instead of address strings.
4820         * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
4821         Use struct event_location instead of address string.
4822         Update all uses.
4823         <decode_location>: Likewise.
4824         (struct breakpoint) <addr_string>: Change to struct event_location
4825         and rename `location'.
4826         <addr_string_range_end>: Change to struct event_location and rename
4827         `location_range_end'.
4828         (create_breakpoint): Use struct event_location instead of address
4829         string.
4830         * cli/cli-cmds.c: Include location.h.
4831         (edit_command, list_command): Use locations instead of address strings.
4832         * elfread.c: Include location.h.
4833         (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
4834         * guile/scm-breakpoint.c: Include location.h.
4835         (bpscm_print_breakpoint_smob): Use event_location_to_string.
4836         (gdbscm_register_breakpoint): Use locations instead of address
4837         strings.
4838         * linespec.c: Include location.h.
4839         (struct ls_parser) <stream>: Change to const char *.
4840         (PARSER_STREAM): Update.
4841         (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
4842         keywords must be followed by whitespace.
4843         (canonicalize_linespec): Save a linespec location into `canonical'.
4844         Save a canonical linespec into `canonical'.
4845         (parse_linespec): Change `argptr' to const char * and rename `arg'.
4846         All uses updated.
4847         Update function description.
4848         (linespec_parser_new): Initialize `parser'.
4849         Update initialization of  parsing stream.
4850         (event_location_to_sals): New function.
4851         (decode_line_full): Change `argptr' to a struct event_location and
4852         rename it `location'.
4853         Use locations instead of address strings.
4854         Call event_location_to_sals instead of parse_linespec.
4855         (decode_line_1): Likewise.
4856         (decode_line_with_current_source, decode_line_with_last_displayed)
4857         Use locations instead of address strings.
4858         (decode_objc): Likewise.
4859         Change `argptr' to const char * and rename `arg'.
4860         (destroy_linespec_result): Delete the linespec result's location
4861         instead of freeing the address string.
4862         * linespec.h (struct linespec_result) <addr_string>: Change to
4863         struct event_location and rename to ...
4864         <location>: ... this.
4865         (decode_line_1, decode_line_full): Change `argptr' to struct
4866         event_location.  All callers updated.
4867         * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
4868         (mi_cmd_break_insert_1): Use locations instead of address strings.
4869         Throw an error if there was "garbage" at the end of the specified
4870         linespec.
4871         * probe.c: Include location.h.
4872         (parse_probes): Change `argptr' to struct event_location.
4873         Use event locations instead of address strings.
4874         * probe.h (parse_probes): Change `argptr' to struct event_location.
4875         * python/py-breakpoint.c: Include location.h.
4876         (bppy_get_location): Constify local variable `str'.
4877         Use event_location_to_string.
4878         (bppy_init): Use locations instead of address strings.
4879         * python/py-finishbreakpoint.c: Include location.h.
4880         (bpfinishpy_init): Remove local variable `addr_str'.
4881         Use locations instead of address strings.
4882         * python/python.c: Include location.h.
4883         (gdbpy_decode_line): Use locations instead of address strings.
4884         * remote.c: Include location.h.
4885         (remote_download_tracepoint): Use locations instead of address
4886         strings.
4887         * spu-tdep.c: Include location.h.
4888         (spu_catch_start): Remove local variable `buf'.
4889         Use locations instead of address strings.
4890         * tracepoint.c: Include location.h.
4891         (scope_info): Use locations instead of address strings.
4892         (encode_source_string): Constify parameter `src'.
4893         * tracepoint.h (encode_source_string): Likewise.
4894
4895 2015-08-11  Keith Seitz  <keiths@redhat.com>
4896
4897         * Makefile.in (SFILES): Add location.c.
4898         (HFILES_NO_SRCDIR): Add location.h.
4899         (COMMON_OBS): Add location.o.
4900         * linespec.c (linespec_lex_to_end): New function.
4901         * linespec.h (linespec_lex_to_end): Declare.
4902         * location.c: New file.
4903         * location.h: New file.
4904
4905 2015-08-11  Keith Seitz  <keiths@redhat.com>
4906
4907         * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
4908         Renamed to create_sals_from_location.
4909         <decode_linespec>: Renamed to decode_location.
4910         Update all callers.
4911         * breakpoint.c (create_sals_from_address_default): Renamed to ...
4912         (create_sals_from_location_default): ... this.
4913         (addr_string_to_sals): Renamed to ...
4914         (location_to_sals): ... this.
4915         (decode_linespec_default): Renamed to ...
4916         (decode_location_default): ... this.
4917         (base_breakpoint_create_sals_from_address): Renamed to ...
4918         (base_breakpoint_create_sals_from_location): ... this.
4919         (bkpt_create_sals_from_address): Renamed to ...
4920         (bkpt_create_sals_from_location): ... this.
4921         (bkpt_decode_linespec): Renamed to ...
4922         (bkpt_decode_location): ... this.
4923         (bkpt_probe_create_sals_from_address): Renamed to ...
4924         (bkpt_probe_create_sals_from_location): ... this.
4925         (tracepoint_create_sals_from_address): Renamed to ...
4926         (tracepoint_create_sals_from_location): ... this.
4927         (tracepoint_decode_linespec): Renamed to ...
4928         (tracepoint_decode_location): ... this.
4929         (tracepoint_probe_create_sals_from_address): Renamed to ...
4930         (tracepoint_probe_create_sals_from_location): ... this.
4931         (tracepoint_probe_decode_linespec): Renamed to ...
4932         (tracepoint_probe_decode_location): ... this.
4933         (strace_marker_create_sals_from_address): Renamed to ...
4934         (strace_marker_create_sals_from_location): ... this.
4935         (decode_linespec_default): Renamed to ...
4936         (decode_location_default): ... this.
4937
4938 2015-08-10  Doug Evans  <dje@google.com>
4939             Keith Seitz  <keiths@redhat.com>
4940
4941         PR gdb/17960
4942         * symtab.c (make_file_symbol_completion_list_1): Renamed from
4943         make_file_symbol_completion_list and made static.
4944         (make_file_symbol_completion_list): New function.
4945
4946 2015-08-10  Joel Brobecker  <brobecker@adacore.com>
4947
4948         * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
4949         trailing new-line at end of warning message.
4950         (proceed): Add i18n marker to error messages.
4951
4952 2015-08-07  Pedro Alves  <palves@redhat.com>
4953
4954         * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
4955
4956 2015-08-07  Pedro Alves  <palves@redhat.com>
4957
4958         * s390-linux-tdep.c (is_non_branch_ril)
4959         (s390_displaced_step_copy_insn): New functions.
4960         (s390_displaced_step_fixup): Update comment.
4961         (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
4962         gdbarch_displaced_step_copy_insn hook.
4963
4964 2015-08-07  Pedro Alves  <palves@redhat.com>
4965
4966         * infrun.c (displaced_step_prepare_throw): Return -1 if
4967         gdbarch_displaced_step_copy_insn returns NULL.  Update intro
4968         comment.
4969         * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
4970         (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
4971         in file.
4972         (ppc_displaced_step_copy_insn): New function.
4973         (ppc_displaced_step_fixup): Update comment.
4974         (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
4975         gdbarch_displaced_step_copy_insn hook.
4976         * gdbarch.sh (displaced_step_copy_insn): Document what happens on
4977         NULL return.
4978         * gdbarch.h: Regenerate.
4979
4980 2015-08-07  Pedro Alves  <palves@redhat.com>
4981
4982         * inferior.h (struct inferior) <displaced_stepping_failed>: New
4983         field.
4984         * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
4985         Return false if dispaced stepping failed before.
4986         (resume): Pass the current inferior to
4987         use_displaced_stepping_now_p.  Wrap displaced_step_prepare in
4988         TRY/CATCH.  If we get a MEMORY_ERROR, set the inferior's
4989         displaced_stepping_failed flag, and fall back to an in-line
4990         step-over.
4991
4992 2015-08-07  Pedro Alves  <palves@redhat.com>
4993
4994         * darwin-nat.c (darwin_stop): Rename to ...
4995         (darwin_interrupt): ... this.
4996         (_initialize_darwin_inferior): Adjust.
4997         * gnu-nat.c (gnu_stop): Delete.
4998         (gnu_target): Don't install gnu_stop.
4999         * inf-ptrace.c (inf_ptrace_stop): Rename to ...
5000         (inf_ptrace_interrupt): ... this.
5001         (inf_ptrace_target): Adjust.
5002         * infcmd.c (interrupt_target_1): Use target_interrupt instead of
5003         target_stop.
5004         * linux-nat (linux_nat_stop): Rename to ...
5005         (linux_nat_interrupt): ... this.
5006         (linux_nat_stop): Reimplement.
5007         (linux_nat_add_target): Install linux_nat_interrupt.
5008         * nto-procfs.c (nto_interrupt_twice): Rename to ...
5009         (nto_handle_sigint_twice): ... this.
5010         (nto_interrupt): Rename to ...
5011         (nto_handle_sigint): ... this.  Call target_interrupt instead of
5012         target_stop.
5013         (procfs_wait): Adjust.
5014         (procfs_stop): Rename to ...
5015         (procfs_interrupt): ... this.
5016         (init_procfs_targets): Adjust.
5017         * procfs.c (procfs_stop): Rename to ...
5018         (procfs_interrupt): ... this.
5019         (procfs_target): Adjust.
5020         * remote-m32r-sdi.c (m32r_stop): Rename to ...
5021         (m32r_interrupt): ... this.
5022         (init_m32r_ops): Adjust.
5023         * remote-sim.c (gdbsim_stop_inferior): Rename to ...
5024         (gdbsim_interrupt_inferior): ... this.
5025         (gdbsim_stop): Rename to ...
5026         (gdbsim_interrupt): ... this.
5027         (gdbsim_cntrl_c): Adjust.
5028         (init_gdbsim_ops): Adjust.
5029         * remote.c (sync_remote_interrupt): Adjust comments.
5030         (remote_stop_as): Rename to ...
5031         (remote_interrupt_as): ... this.
5032         (remote_stop): Adjust comment.
5033         (remote_interrupt): New function.
5034         (init_remote_ops): Install remote_interrupt.
5035         * target.c (target_interrupt): New function.
5036         * target.h (struct target_ops) <to_interrupt>: New field.
5037         (target_interrupt): New declaration.
5038         * windows-nat.c (windows_stop): Rename to ...
5039         (windows_interrupt): ... this.
5040         * target-delegates.c: Regenerate.
5041
5042 2015-08-07  Pedro Alves  <palves@redhat.com>
5043
5044         * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
5045         threads" as alternative to "switching back to stepped thread".
5046
5047 2015-08-07  Pedro Alves  <palves@redhat.com>
5048
5049         * NEWS: Mention "maint set/show target-non-stop".
5050         * breakpoint.c (update_global_location_list): Check
5051         target_is_non_stop_p instead of non_stop.
5052         * infcmd.c (attach_command_post_wait, attach_command): Likewise.
5053         * infrun.c (show_can_use_displaced_stepping)
5054         (can_use_displaced_stepping_p, start_step_over_inferior):
5055         Likewise.
5056         (internal_resume_ptid): New function.
5057         (resume): Use it.
5058         (proceed): Check target_is_non_stop_p instead of non_stop.  If in
5059         all-stop mode but the target is always in non-stop mode, start all
5060         the other threads that are implicitly resumed too.
5061         (for_each_just_stopped_thread, fetch_inferior_event)
5062         (adjust_pc_after_break, stop_all_threads): Check
5063         target_is_non_stop_p instead of non_stop.
5064         (handle_inferior_event): Likewise.  Handle detach-fork in all-stop
5065         with the target always in non-stop mode.
5066         (handle_signal_stop) <random signal>: Check target_is_non_stop_p
5067         instead of non_stop.
5068         (switch_back_to_stepped_thread): Check target_is_non_stop_p
5069         instead of non_stop.
5070         (keep_going_stepped_thread): Use internal_resume_ptid.
5071         (stop_waiting): If in all-stop mode, and the target is in non-stop
5072         mode, stop all threads.
5073         (keep_going_pass): Likewise, when starting a new in-line step-over
5074         sequence.
5075         * linux-nat.c (get_pending_status, select_event_lwp)
5076         (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
5077         target_is_non_stop_p instead of non_stop.
5078         (linux_nat_always_non_stop_p): New function.
5079         (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
5080         (linux_nat_add_target): Install linux_nat_always_non_stop_p.
5081         * target-delegates.c: Regenerate.
5082         * target.c (target_is_non_stop_p): New function.
5083         (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
5084         (maint_set_target_non_stop_command)
5085         (maint_show_target_non_stop_command): New functions.
5086         (_initilize_target): Install "maint set/show target-non-stop"
5087         commands.
5088         * target.h (struct target_ops) <to_always_non_stop_p>: New field.
5089         (target_non_stop_enabled): New declaration.
5090         (target_is_non_stop_p): New declaration.
5091
5092 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5093
5094         * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
5095         has a pending status, return true.
5096         * gdbthread.h: Include target/waitstatus.h.
5097         (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
5098         stop_pc>: New fields.
5099         (struct thread_info) <resumed>: New field.
5100         (set_resumed): Declare.
5101         * infrun.c: Include "event-loop.h".
5102         (infrun_async_inferior_event_token, infrun_is_async): New globals.
5103         (infrun_async): New function.
5104         (clear_step_over_info): Add debug output.
5105         (displaced_step_in_progress_any_inferior): New function.
5106         (displaced_step_fixup): New returns int.
5107         (start_step_over): Handle in-line step-overs too.  Assert the
5108         thread is marked resumed.
5109         (resume_cleanups): Clear the thread's resumed flag.
5110         (resume): Set the thread's resumed flag.  Return early if the
5111         thread has a pending status.  Allow stepping a breakpoint with no
5112         signal.
5113         (proceed): Adjust to check 'resumed' instead of 'executing'.
5114         (clear_proceed_status_thread): If the thread has a pending status,
5115         and that status is a finished step, discard the pending status.
5116         (clear_proceed_status): Don't clear step_over_info here.
5117         (random_pending_event_thread, do_target_wait): New functions.
5118         (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
5119         do_target_wait.
5120         (wait_one): New function.
5121         (THREAD_STOPPED_BY): New macro.
5122         (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
5123         (thread_stopped_by_hw_breakpoint): New functions.
5124         (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
5125         functions.
5126         (handle_inferior_event): Also call set_resumed(false) on all
5127         threads implicitly stopped by the event.
5128         (restart_threads, resumed_thread_with_pending_status): New
5129         functions.
5130         (finish_step_over): If we were doing an in-line step-over before,
5131         and no longer are after trying to start a new step-over, restart
5132         all threads.  If we have multiple threads with pending events,
5133         save the current event and go through the event loop again.
5134         (handle_signal_stop): Return early if finish_step_over returns
5135         false.
5136         <random signal>: If we get a signal while stepping over a
5137         breakpoint in-line in non-stop mode, restart all threads.  Clear
5138         step_over_info before delivering the signal.
5139         (keep_going_stepped_thread): Use internal_error instead of
5140         gdb_assert.  Mark the thread as resumed.
5141         (keep_going_pass_signal): Assert the thread isn't already resumed.
5142         If some other thread is doing an in-line step-over, defer the
5143         resume.  If we just started a new in-line step-over, stop all
5144         threads.  Don't clear step_over_info.
5145         (infrun_async_inferior_event_handler): New function.
5146         (_initialize_infrun): Create async event handler with
5147         infrun_async_inferior_event_handler as callback.
5148         (infrun_async): New declaration.
5149         * target.c (target_async): New function.
5150         * target.h (target_async): Declare macro and readd as function
5151         declaration.
5152         * target/waitstatus.h (enum target_stop_reason)
5153         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5154         * thread.c (new_thread): Clear the new waitstatus field.
5155         (set_resumed): New function.
5156
5157 2015-08-07  Pedro Alves  <palves@redhat.com>
5158
5159         * infrun.c (keep_going_stepped_thread): New function, factored out
5160         from ...
5161         (switch_back_to_stepped_thread): ... here.
5162
5163 2015-08-07  Pedro Alves  <palves@redhat.com>
5164
5165         * infrun.c (currently_stepping): Extend intro comment.
5166         * target.h (target_resume): Extend intro comment.
5167
5168 2015-08-07  Pedro Alves  <palves@redhat.com>
5169
5170         * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
5171         of inferior_ptid.  If the stepped thread vanished, return 0
5172         instead of resuming here.  Use reset_ecs.  Print the prev_pc and
5173         the current stop_pc in log message.  Clear trap_expected if the
5174         thread advanced.  Don't pass currently_stepping to
5175         do_target_resume.
5176
5177 2015-08-07  Pedro Alves  <palves@redhat.com>
5178
5179         * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
5180         * infrun.c (struct execution_control_state): Move higher up in the
5181         file.
5182         (reset_ecs): New function.
5183         (start_step_over): Now returns int.  Rewrite to use
5184         keep_going_pass_signal instead of manually starting a displaced step.
5185         (resume): Don't call set_running here.  If displaced stepping
5186         can't start now, clear trap_expected.
5187         (find_thread_needs_step_over): Delete function.
5188         (proceed): Set up finish_thread_state_cleanup.  Call set_running.
5189         If the current thread needs a step over, push it in the step-over
5190         chain.  Don't set insert breakpoints nor call resume directly
5191         here.  Instead rewrite to use start_step_over and
5192         keep_going_pass_signal.
5193         (finish_step_over): New function.
5194         (handle_signal_stop): Call finish_step_over instead of
5195         start_step_over.
5196         (switch_back_to_stepped_thread): If the event thread needs another
5197         step-over do that first.  Use start_step_over.
5198         (keep_going_pass_signal): New function, factored out from ...
5199         (keep_going): ... here.
5200         (_initialize_infrun): Comment moved here.
5201         * thread.c (set_running_thread): New function.
5202         (set_running, finish_thread_state): Use set_running_thread.
5203
5204 2015-08-07  Pedro Alves  <palves@redhat.com>
5205
5206         * gdbthread.h (struct thread_info) <step_over_prev,
5207         step_over_next>: New fields.
5208         (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
5209         (thread_step_over_chain_next, thread_is_in_step_over_chain): New
5210         declarations.
5211         * infrun.c (struct displaced_step_request): Delete.
5212         (struct displaced_step_inferior_state) <step_request_queue>:
5213         Delete field.
5214         (displaced_step_prepare): Assert that trap_expected is set.  Use
5215         thread_step_over_chain_enqueue.  Split starting a new displaced
5216         step to ...
5217         (start_step_over): ... this new function.
5218         (resume): Assert the thread isn't waiting for a step over already.
5219         (proceed): Assert the thread isn't waiting for a step over
5220         already.
5221         (infrun_thread_stop_requested): Adjust to remove threads from the
5222         embedded step-over chain.
5223         (handle_inferior_event) <fork/vfork>: Call start_step_over after
5224         displaced_step_fixup.
5225         (handle_signal_stop): Call start_step_over after
5226         displaced_step_fixup.
5227         * infrun.h (step_over_queue_head): New declaration.
5228         * thread.c (step_over_chain_enqueue, step_over_chain_remove)
5229         (thread_step_over_chain_next, thread_is_in_step_over_chain)
5230         (thread_step_over_chain_enqueue)
5231         (thread_step_over_chain_remove): New functions.
5232         (delete_thread_1): Remove thread from the step-over chain.
5233
5234 2015-08-07  Pedro Alves  <palves@redhat.com>
5235
5236         * infrun.c (thread_still_needs_step_over): Rename to ...
5237         (thread_still_needs_step_over_bp): ... this.
5238         (enum step_over_what): New.
5239         (thread_still_needs_step_over): Reimplement.
5240
5241 2015-08-07  Pedro Alves  <palves@redhat.com>
5242
5243         * remote.c (remote_wait_as): If not waiting for a stop reply,
5244         return TARGET_WAITKIND_NO_RESUMED.  If TARGET_WNOHANG is
5245         requested, don't block waiting forever.
5246
5247 2015-08-07  Pedro Alves  <pedro@codesourcery.com>
5248
5249         * infrun.c (adjust_pc_after_break): Now takes thread_info and
5250         waitstatus pointers instead of an ecs.  Adjust.
5251         (handle_inferior_event): Adjust caller.
5252
5253 2015-08-07  Pedro Alves  <palves@redhat.com>
5254
5255         * infrun.c (handle_inferior_event): If we get
5256         TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
5257         mode, mark all threads of the exiting process as not-executing.
5258         (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
5259         TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
5260         exiting process, if inferior_ptid still points at a process.
5261         * thread.c (struct current_thread_cleanup) <next>: New field.
5262         (current_thread_cleanup_chain): New global.
5263         (restore_current_thread_ptid_changed): New function.
5264         (restore_current_thread_cleanup_dtor): Remove the cleanup from the
5265         current_thread_cleanup_chain list.
5266         (make_cleanup_restore_current_thread): Add the cleanup data to the
5267         current_thread_cleanup_chain list.
5268         (_initialize_thread): Install restore_current_thread_ptid_changed
5269         as thread_ptid_changed observer.
5270
5271 2015-08-07  Joel Brobecker  <brobecker@adacore.com>
5272
5273         * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
5274         data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
5275         smaller than expected.
5276
5277 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5278
5279         * stack.c (get_frame_language): Moved ...
5280         * frame.c (get_frame_language): ... to here.
5281         * language.h (get_frame_language): Declaration moved to frame.h.
5282         * frame.h: Add language.h include, for language enum.
5283         (get_frame_language): Declaration moved from language.h.
5284         * language.c: Add frame.h include.
5285         * top.c: Add frame.h include.
5286         * symtab.h (struct obj_section): Declare.
5287         (struct cmd_list_element): Declare.
5288
5289 2015-08-07  Andrew Burgess  <andrew.burgess@embecosm.com>
5290
5291         * language.c (show_language_command): Find selected frame before
5292         asking for the language of that frame.
5293         (set_language_command): Likewise.
5294         * language.h (get_frame_language): Add frame parameter.
5295         * stack.c (get_frame_language): Add frame parameter, assert
5296         parameter is not NULL, update comment and reindent.
5297         * top.c (check_frame_language_change): Pass the selected frame
5298         into get_frame_language.
5299
5300 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5301
5302         * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
5303         (pt_btrace_insn_flags): New.
5304         (ftrace_add_pt): Call pt_btrace_insn_flags.
5305         * btrace.h (btrace_insn_flag): New.
5306         (btrace_insn) <flags>: New.
5307         * record-btrace.c (btrace_insn_history): Print insn prefix.
5308         * NEWS: Announce it.
5309
5310 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5311
5312         * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
5313         * configure: Regenerate.
5314
5315 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
5316
5317         * Makefile.in (LIBICONV): Define.
5318         (CLIBS): Add LIBICONV.
5319         * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
5320         * configure: Regenerate.
5321
5322 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5323             Pedro Alves  <palves@redhat.com>
5324
5325         * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
5326         (arm_set_abi): Likewise.
5327         * ax-general.c (ax_print): Likewise.
5328         * c-exp.y (exp : string_exp): Likewise.
5329         * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
5330         (do_compile_dwarf_expr_to_c): Likewise.
5331         * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
5332         Likewise.
5333         * dwarf2expr.c (execute_stack_op): Likewise.
5334         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
5335         (disassemble_dwarf_expression): Likewise.
5336         * dwarf2read.c (dwarf2_add_member_fn): Likewise.
5337         (read_array_order): Likewise.
5338         (abbrev_table_read_table): Likewise.
5339         (read_attribute_value): Likewise.
5340         (skip_unknown_opcode): Likewise.
5341         (dwarf_decode_macro_bytes): Likewise.
5342         (dwarf_decode_macros): Likewise.
5343         * eval.c (value_f90_subarray): Likewise.
5344         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5345         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5346         * infrun.c (handle_command): Likewise.
5347         * memory-map.c (memory_map_start_memory): Likewise.
5348         * osabi.c (set_osabi): Likewise.
5349         * parse.c (operator_length_standard): Likewise.
5350         * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
5351         single return point.
5352         * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
5353         * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
5354         (gdbpy_lookup_global_symbol): Likewise.
5355         * record-full.c (record_full_restore): Likewise.
5356         * regcache.c (regcache_register_status): Likewise.
5357         (regcache_raw_read): Likewise.
5358         (regcache_cooked_read): Likewise.
5359         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
5360         * symtab.c (initialize_ordinary_address_classes): Likewise.
5361         * target-debug.h (target_debug_print_signals): Likewise.
5362         * utils.c (do_restore_current_language): Likewise.
5363
5364 2015-08-06  Clem Dickey  <clemd@acm.org>
5365
5366         PR python/17136
5367         * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
5368
5369 2015-08-06  Simon Marchi  <simon.marchi@ericsson.com>
5370
5371         * complaints.c (enum complaint_series): Add newlines and remove
5372         out of date comment.
5373         (struct complaints) <series>: Change type to enum
5374         complaint_series and remove out of date comment.
5375         (symfile_complaint_hook): Use equivalent enum value
5376         ISOLATED_MESSAGE instead of 0.
5377
5378 2015-08-06  Pedro Alves  <palves@redhat.com>
5379
5380         * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
5381         returned > 0.
5382
5383 2015-08-06  Pierre Langlois  <pierre.langlois@arm.com>
5384
5385         * common/agent.c (symbol_list) <required>: Remove.
5386
5387 2015-08-06  Pedro Alves  <palves@redhat.com>
5388
5389         * target/waitstatus.h (enum target_stop_reason)
5390         <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
5391
5392 2015-08-05  Pedro Alves  <palves@redhat.com>
5393             Joel Brobecker  <brobecker@adacore.com>
5394
5395         * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
5396         <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
5397         case where BS->STOP is not set.
5398
5399 2015-08-05  Ulrich Weigand  <uweigand@de.ibm.com>
5400
5401         * nat/gdb_thread_db.h: Add copyright header.
5402         Protect against multiple inclusion.
5403
5404 2015-08-05  Yao Qi  <yao.qi@linaro.org>
5405
5406         * aarch64-linux-nat.c (get_thread_id): Remove.
5407         (debug_reg_change_callback): Call ptid_get_lwp instead of
5408         get_thread_id.
5409         (fetch_gregs_from_thread): Likewise.
5410         (store_gregs_to_thread): Likewise.
5411         (fetch_fpregs_from_thread): Likewise.
5412         (store_fpregs_to_thread): Likewise.
5413         (aarch64_linux_get_debug_reg_capacity): Likewise.
5414         * arm-linux-nat.c (get_thread_id): Remove.
5415         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5416         * xtensa-linux-nat.c (get_thread_id): Remove.
5417         (GET_THREAD_ID): Update macro to use ptid_get_lwp.
5418         * arm-linux-nat.c (get_thread_id): Remove.
5419         (GET_THREAD_ID): Remove.
5420         (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
5421         (store_fpregs, fetch_regs, store_regs): Likewise.
5422         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
5423         (fetch_vfp_regs, store_vfp_regs): Likewise.
5424         (arm_linux_read_description): Likewise.
5425         (arm_linux_get_hwbp_cap): Likewise.
5426         * xtensa-linux-nat.c (get_thread_id): Remove.
5427         (GET_THREAD_ID): Remove.
5428         (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
5429         GET_THREAD_ID.
5430
5431 2015-08-04  Ciro Santilli  <ciro.santilli@gmail.com>  (obvious patch)
5432
5433         * python/py-linetable.c: Fix case of Linetable to LineTable
5434         in docstrings and code comments.
5435         * python/py-symtab.c: Same.
5436
5437 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5438
5439         * infcmd.c (signal_command): Call do_cleanups for args_chain.
5440
5441 2015-08-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5442
5443         PR gdb/18767
5444         * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
5445         use.
5446
5447 2015-08-04  Pedro Alves  <palves@redhat.com>
5448
5449         * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
5450         (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
5451         (td_ta_event_addr_ftype, td_ta_set_event_ftype)
5452         (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
5453         (td_thr_validate_ftype, td_thr_get_info_ftype)
5454         (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
5455         (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
5456         New typedefs.
5457         * linux-thread-db.c (struct thread_db_info): Use new typedefs.
5458         (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
5459         local macros and use them instead of verbose_dlsym and dlsym
5460         calls.
5461
5462 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
5463
5464         * nios2-tdep.h: Include opcode/nios2.h here.
5465         (NIOS2_CDX_OPCODE_SIZE): New.
5466         (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
5467         * nios2-tdep.c: Don't include opcode/nios2.h here.
5468         (nios2_fetch_insn): For R2, try reading 2-byte instruction if
5469         4-byte read fails.
5470         (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
5471         (nios2_match_addi, nios2_match_orhi): Likewise.
5472         (nios2_match_stw, nios2_match_ldw): Likewise.
5473         (nios2_match_rdctl): Likewise.
5474         (nios2_match_stwm, nios2_match_ldwm): New.
5475         (nios2_match_branch): Add cases for R2 encodings.
5476         (nios2_match_jmpi, nios2_match_calli): Likewise.
5477         (nios2_match_jmpr, nios2_match_callr): Likewise.
5478         (nios2_match_break, nios2_match_trap): Likewise.
5479         (nios2_in_epilogue_p): Add R2 support.
5480         (nios2_analyze_prologue): Update comments.  Recognize R2 CDX
5481         prologues.
5482         (nios2_breakpoint_from_pc): Handle R2 instructions.
5483         (nios2_get_next_pc): Likewise.  Adjust call to
5484         tdep->syscall_next_pc.
5485         * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
5486         Renamed from nios2_linux_rt_sigreturn_tramp_frame.  Use
5487         instruction field macros instead of literal hex values.
5488         (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
5489         (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
5490         Use size field from OP instead of assuming all instructions
5491         are the same size.
5492         (nios2_linux_init_abi): Register appropriate unwinder for mach.
5493
5494 2015-08-03  Ulrich Weigand  <uweigand@de.ibm.com>
5495
5496         * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
5497         variable warning with some compilers.
5498
5499 2015-08-03  Yao Qi  <yao.qi@linaro.org>
5500
5501         * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
5502         in comment.  Replace "rw" with "type".
5503         (arm_linux_remove_watchpoint): Change type of "rw" to
5504         "enum target_hw_bp_type".
5505
5506 2015-08-02  Pierre-Marie de Rodat  <derodat@adacore.com>
5507
5508         * alpha-mdebug-tdep.c (find_proc_desc): Update call to
5509         lookup_symbol.
5510         * ft32-tdep.c (ft32_skip_prologue): Likewise.
5511         * moxie-tdep.c (moxie_skip_prologue): Likewise.
5512         * mt-tdep.c (mt_skip_prologue): Likewise.
5513         * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
5514
5515 2015-08-01  Pierre-Marie de Rodat  <derodat@adacore.com>
5516
5517         * ada-exp.y (write_object_renaming): Replace struct
5518         ada_symbol_info with struct block_symbol.  Update field
5519         references accordingly.
5520         (block_lookup, select_possible_type_sym): Likewise.
5521         (find_primitive_type): Likewise.  Also update call to
5522         ada_lookup_symbol to extract the symbol itself.
5523         (write_var_or_type, write_name_assoc): Likewise.
5524         * ada-lang.h (struct ada_symbol_info): Remove.
5525         (ada_lookup_symbol_list): Replace struct ada_symbol_info with
5526         struct block_symbol.
5527         (ada_lookup_encoded_symbol, user_select_syms): Likewise.
5528         (ada_lookup_symbol): Return struct block_symbol instead of a
5529         mere symbol.
5530         * ada-lang.c (defns_collected): Replace struct ada_symbol_info
5531         with struct block_symbol.
5532         (resolve_subexp, ada_resolve_function, sort_choices,
5533         user_select_syms, is_nonfunction, add_defn_to_vec,
5534         num_defns_collected, defns_collected,
5535         symbols_are_identical_enums, remove_extra_symbols,
5536         remove_irrelevant_renamings, add_lookup_symbol_list_worker,
5537         ada_lookup_symbol_list, ada_iterate_over_symbols,
5538         ada_lookup_encoded_symbol, get_var_value): Likewise.
5539         (ada_lookup_symbol): Return a block_symbol instead of a mere
5540         symbol.  Replace struct ada_symbol_info with struct
5541         block_symbol.
5542         (ada_lookup_symbol_nonlocal): Likewise.
5543         (standard_lookup): Make block passing explicit through
5544         lookup_symbol_in_language.
5545         * ada-tasks.c (get_tcb_types_info): Update the calls to
5546         lookup_symbol_in_language to extract the mere symbol out of the
5547         returned value.
5548         (ada_tasks_inferior_data_sniffer): Likewise.
5549         * ax-gdb.c (gen_static_field): Likewise for the call to
5550         lookup_symbol.
5551         (gen_maybe_namespace_elt): Deal with struct block_symbol from
5552         lookup functions.
5553         (gen_expr): Likewise.
5554         * c-exp.y: Likewise.  Remove uses of block_found.
5555         (lex_one_token, classify_inner_name, c_print_token): Likewise.
5556         (classify_name): Likewise.  Rename the "sym" local variable to
5557         "bsym".
5558         * c-valprint.c (print_unpacked_pointer): Likewise.
5559         * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
5560         "sym" parameter from struct symbol * to struct block_symbol.
5561         Use it to remove uses of block_found.  Deal with struct
5562         block_symbol from lookup functions.
5563         (gcc_convert_symbol): Likewise.  Update the call to
5564         convert_symbol_sym.
5565         * compile/compile-object-load.c (compile_object_load): Deal with
5566         struct block_symbol from lookup functions.
5567         * cp-namespace.c (cp_lookup_nested_symbol_1,
5568         cp_lookup_nested_symbol, cp_lookup_bare_symbol,
5569         cp_search_static_and_baseclasses,
5570         cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
5571         cp_lookup_symbol_imports_or_template,
5572         cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
5573         lookup_namespace_scope, cp_lookup_nonlocal,
5574         find_symbol_in_baseclass): Return struct block_symbol instead of
5575         mere symbols and deal with struct block_symbol from lookup
5576         functions.
5577         * cp-support.c (inspect_type, replace_typedefs,
5578         cp_lookup_rtti_type): Deal with struct block_symbol from
5579         lookup functions.
5580         * cp-support.h (cp_lookup_symbol_nonlocal,
5581         cp_lookup_symbol_from_namespace,
5582         cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
5583         Return struct block_symbol instead of mere symbols.
5584         * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
5585         push_module_name):
5586         Deal with struct block_symbol from lookup functions.  Remove
5587         uses of block_found.
5588         * eval.c (evaluate_subexp_standard): Update call to
5589         cp_lookup_symbol_namespace.
5590         * f-exp.y: Deal with struct block_symbol from lookup functions.
5591         Remove uses of block_found.
5592         (yylex): Likewise.
5593         * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
5594         lookup_enum, lookup_template_type, check_typedef): Deal with
5595         struct block_symbol from lookup functions.
5596         * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
5597         * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
5598         (gdbscm_lookup_global_symbol): Likewise.
5599         * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
5600         * go-exp.y: Likewise.  Remove uses of block_found.
5601         (package_name_p, classify_packaged_name, classify_name):
5602         Likewise.
5603         * infrun.c (insert_exception_resume_breakpoint): Likewise.
5604         * jv-exp.y (push_variable): Likewise.
5605         * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
5606         * language.c (language_bool_type): Likewise.
5607         * language.h (struct language_defn): Update
5608         la_lookup_symbol_nonlocal to return a struct block_symbol rather
5609         than a mere symbol.
5610         * linespec.c (find_label_symbols): Deal with struct block_symbol
5611         from lookup functions.
5612         * m2-exp.y: Likewise.  Remove uses of block_found.
5613         (yylex): Likewise.
5614         * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
5615         * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
5616         * p-exp.y: Likewise.  Remove uses of block_found.
5617         (yylex): Likewise.
5618         * p-valprint.c (pascal_val_print): Likewise.
5619         * parse.c (write_dollar_variable): Likewise.  Remove uses of
5620         block_found.
5621         * parser-defs.h (struct symtoken): Turn the SYM field into a
5622         struct block_symbol.
5623         * printcmd.c (address_info): Deal with struct block_symbol from
5624         lookup functions.
5625         * python/py-frame.c (frapy_read_var): Likewise.
5626         * python/py-symbol.c (gdbpy_lookup_symbol,
5627         gdbpy_lookup_global_symbol): Likewise.
5628         * skip.c (skip_function_command): Likewise.
5629         * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
5630         block_symbol instead of a mere symbol.
5631         * solib-spu.c (spu_lookup_lib_symbol): Likewise.
5632         * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
5633         * solib.c (solib_global_lookup): Likewise.
5634         * solist.h (solib_global_lookup): Likewise.
5635         (struct target_so_ops): Update lookup_lib_global_symbol to
5636         return a struct block_symbol rather than a mere symbol.
5637         * source.c (select_source_symtab): Deal with struct block_symbol
5638         from lookup functions.
5639         * stack.c (print_frame_args, iterate_over_block_arg_vars):
5640         Likewise.
5641         * symfile.c (set_initial_language): Likewise.
5642         * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
5643         block_symbol.
5644         (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
5645         (struct symbol_cache_slot): Turn the FOUND field into a struct
5646         block_symbol.
5647         (block_found): Remove.
5648         (eq_symbol_entry): Update to deal with struct block_symbol in
5649         cache slots.
5650         (symbol_cache_lookup): Return a struct block_symbol rather than
5651         a mere symbol.
5652         (symbol_cache_mark_found): Add a BLOCK parameter to fill
5653         appropriately the cache slots.  Update callers.
5654         (symbol_cache_dump): Update cache slots handling to the type
5655         change.
5656         (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
5657         lookup_symbol_aux, lookup_local_symbol,
5658         lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
5659         lookup_symbol_in_objfile_symtabs,
5660         lookup_symbol_in_objfile_from_linkage_name,
5661         lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
5662         lookup_symbol_in_static_block, lookup_static_symbol,
5663         lookup_global_symbol):
5664         Return a struct block_symbol rather than a mere symbol.  Deal
5665         with struct block_symbol from other lookup functions.  Remove
5666         uses of block_found.
5667         (lookup_symbol_in_block): Remove uses of block_found.
5668         (struct global_sym_lookup_data): Turn the RESULT field into a
5669         struct block_symbol.
5670         (lookup_symbol_global_iterator_cb): Update references to the
5671         RESULT field.
5672         (search_symbols): Deal with struct block_symbol from lookup
5673         functions.
5674         * symtab.h (struct block_symbol): New structure.
5675         (block_found): Remove.
5676         (lookup_symbol_in_language, lookup_symbol,
5677         basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
5678         lookup_static_symbol, lookup_global_symbol, lookup_language_this,
5679         lookup_global_symbol_from_objfile): Return a struct block_symbol
5680         rather than just a mere symbol.  Update comments to remove
5681         mentions of block_found.
5682         * valops.c (find_function_in_inferior,
5683         value_struct_elt_for_reference, value_maybe_namespace_elt,
5684         value_of_this):  Deal with struct block_symbol from lookup
5685         functions.
5686         * value.c (value_static_field, value_fn_field): Likewise.
5687
5688 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5689
5690         * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
5691         instead of integer.
5692
5693 2015-07-31  Simon Marchi  <simon.marchi@ericsson.com>
5694             Pedro Alves  <palves@redhat.com>
5695
5696         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
5697         type or value instead of integer.
5698         (aarch64_linux_insert_watchpoint): Likewise.
5699         (aarch64_linux_remove_watchpoint): Likewise.
5700         * ada-lang.c (ada_op_print_tab): Likewise.
5701         * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
5702         (amd64_linux_syscall_record_common): Likewise.
5703         * arch-utils.c (target_byte_order_user): Likewise.
5704         (default_byte_order): Likewise.
5705         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
5706         (arm_linux_get_hwbp_type): Likewise.
5707         (arm_linux_hw_watchpoint_initialize): Likewise.
5708         (arm_linux_insert_watchpoint): Likewise.
5709         * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
5710         (arm_linux_syscall_record): Likewise.
5711         * breakpoint.c (update_watchpoint): Likewise.
5712         (breakpoint_here_p): Likewise.
5713         (bpstat_print): Likewise.
5714         (enable_breakpoint_disp): Likewise.
5715         * c-lang.c (c_op_print_tab): Likewise.
5716         * cli/cli-decode.c (add_info_alias): Likewise.
5717         * d-lang.c (d_op_print_tab): Likewise.
5718         * eval.c (evaluate_subexp_standard): Likewise.
5719         * f-exp.y (dot_ops): Likewise.
5720         (f77_keywords): Likewise.
5721         * f-lang.c (f_op_print_tab): Likewise.
5722         * go-lang.c (go_op_print_tab): Likewise.
5723         * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
5724         * guile/scm-cmd.c (gdbscm_make_command): Likewise.
5725         * guile/scm-param.c (gdbscm_make_parameter): Likewise.
5726         * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
5727         * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
5728         (struct scm_from_stringn_data): Likewise.
5729         * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
5730         * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
5731         (ia64_linux_remove_watchpoint): Likewise.
5732         (ia64_linux_can_use_hw_breakpoint): Likewise.
5733         * infrun.c (print_stop_event): Likewise.
5734         * jv-lang.c (java_op_print_tab): Likewise.
5735         * linux-nat.c (linux_proc_xfer_partial): Likewise.
5736         * linux-nat.h (struct lwp_info): Likewise.
5737         * linux-thread-db.c (enable_thread_event): Likewise.
5738         * m2-lang.c (m2_op_print_tab): Likewise.
5739         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5740         (mi_cmd_stack_list_variables): Likewise.
5741         * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
5742         * mi/mi-out.c (mi_table_begin): Likewise.
5743         (mi_table_header): Likewise.
5744         * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
5745         (mips_linux_insert_watchpoint): Likewise.
5746         (mips_linux_remove_watchpoint): Likewise.
5747         * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
5748         * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
5749         (mips_linux_watch_type_to_irw): Likewise.
5750         * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5751         (procfs_insert_hw_watchpoint): Likewise.
5752         (procfs_remove_hw_watchpoint): Likewise.
5753         (procfs_hw_watchpoint): Likewise.
5754         (procfs_can_use_hw_breakpoint): Likewise.
5755         (procfs_remove_hw_watchpoint): Likewise.
5756         (procfs_insert_hw_watchpoint): Likewise.
5757         * p-lang.c (pascal_op_print_tab): Likewise.
5758         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
5759         * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
5760         * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
5761         * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
5762         (procfs_insert_watchpoint): Likewise.
5763         (procfs_remove_watchpoint): Likewise.
5764         * psymtab.c (recursively_search_psymtabs): Likewise.
5765         * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
5766         (m32r_insert_watchpoint): Likewise.
5767         * remote-mips.c (mips_can_use_watchpoint): Likewise.
5768         (mips_insert_watchpoint): Likewise.
5769         (mips_remove_watchpoint): Likewise.
5770         * remote.c (watchpoint_to_Z_packet): Likewise.
5771         (remote_insert_watchpoint): Likewise.
5772         (remote_remove_watchpoint): Likewise.
5773         (remote_check_watch_resources): Likewise.
5774         * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
5775         (s390_remove_watchpoint): Likewise.
5776         (s390_can_use_hw_breakpoint): Likewise.
5777         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
5778         * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
5779         * target.h (struct target_ops): Likewise.
5780         * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
5781         * ui-out.c (struct ui_out_hdr): Likewise.
5782         (append_header_to_list): Likewise.
5783         (get_next_header): Likewise.
5784         (verify_field): Likewise.
5785         (ui_out_begin): Likewise.
5786         (ui_out_field_int): Likewise.
5787         (ui_out_field_fmt_int): Likewise.
5788         (ui_out_field_skip): Likewise.
5789         (ui_out_field_string): Likewise.
5790         (ui_out_field_fmt): Likewise.
5791         * varobj.c (new_variable): Likewise.
5792         * x86-nat.c (x86_insert_watchpoint): Likewise.
5793         (x86_remove_watchpoint): Likewise.
5794         (x86_can_use_hw_breakpoint): Likewise.
5795         * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
5796         * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
5797         previously anonymous enumeration type..
5798         * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
5799         value.
5800         * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
5801         (target_debug_print_enum_bptype): New.
5802         * target-delegates.c: Regenerate.
5803
5804 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5805
5806         * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
5807         already says and disallow non-stack memory writes in the prologue.
5808
5809 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5810
5811         * nios2-tdep.c (nios2_analyze_prologue): Update comments to
5812         reflect how current GCC emits stack overflow checks.  Match
5813         both trap and break instructions for backward compatbility.
5814         Disallow other trap and break instructions in the prologue.
5815
5816 2015-07-30  Pedro Alves  <palves@redhat.com>
5817
5818         PR threads/18600
5819         * linux-nat.c (wait_lwp): Report to the core when thread group
5820         leader exits.
5821
5822 2015-07-30  Pedro Alves  <palves@redhat.com>
5823             Simon Marchi  <simon.marchi@ericsson.com>
5824
5825         PR threads/18600
5826         * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
5827         mark the new thread as resumed.  Remove STOPPING parameter.
5828         (wait_lwp): Adjust call to linux_handle_extended_wait.
5829         (linux_nat_filter_event): Adjust call to
5830         linux_handle_extended_wait.
5831         (resume_stopped_resumed_lwps): Add debug output.
5832
5833 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
5834
5835         * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
5836         isize argument.
5837         * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
5838         * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
5839         gdbarch_fast_tracepoint_valid_at.
5840         * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
5841         * gdbarch.h: Regenerate.
5842         * gdbarch.c: Regenerate.
5843         * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
5844         argument.  Do not set it.
5845         * remote.c (remote_download_tracepoint): Adjust call to
5846         gdbarch_fast_tracepoint_valid_at.  Call gdb_insn_length to get
5847         the instruction length.
5848
5849 2015-07-30  Yao Qi  <yao.qi@linaro.org>
5850
5851         * arm-tdep.h (enum gdb_regnum): Move it to ...
5852         * arch/arm.h: ... here.  New file.
5853         * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
5854
5855 2015-07-30  Pierre Langlois  <pierre.langlois@arm.com>
5856
5857         * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
5858         Change its type to int *.
5859         (decode_br): Rename link argument to is_blr.  Change its type to
5860         int *.
5861         (decode_cb): Rename op argument to is_cbnz.  Change its type to
5862         int *.
5863         (decode_tb): Rename op argument to is_tbnz.  Change its type to
5864         int *.  Set is_tbnz to either 1 or 0.
5865         (aarch64_analyze_prologue): Change type of is_link to int.  Add
5866         new variables is_cbnz and is_tbnz.  Adjust call to
5867         aarch64_decode_cb and aarch64_decode_tb.
5868
5869 2015-07-29  Simon Marchi  <simon.marchi@ericsson.com>
5870
5871         * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
5872         parameter.
5873         (mips_linux_new_thread): Likewise.
5874         * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
5875
5876 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5877
5878         * top.c: Include "tui/tui.h".
5879         (undo_terminal_modifications_before_exit): New static function.
5880         (quit_force): Use it.
5881
5882 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5883
5884         * target.c (terminal_state): Initialize to terminal_is_ours.
5885
5886 2015-07-29  Yao Qi  <yao.qi@linaro.org>
5887
5888         PR record/18691
5889         * dcache.c (dcache_read_memory_partial): Call
5890         raw_memory_xfer_partial.
5891         * target.c (raw_memory_xfer_partial): Make it non-static.
5892         * target.h (raw_memory_xfer_partial): Declare.
5893
5894 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5895
5896         * c-valprint.c (c_val_print_array): Consider addressable memory
5897         unit size.
5898         (c_val_print_ptr): Likewise.
5899         (c_val_print_int): Likewise.
5900         * findvar.c (read_frame_register_value): Likewise.
5901         * valarith.c (find_size_for_pointer_math): Likewise.
5902         (value_ptrdiff): Likewise.
5903         (value_subscripted_rvalue): Likewise.
5904         * valops.c (read_value_memory): Likewise (and rename variables).
5905         (value_assign): Likewise.
5906         (value_repeat): Likewise.
5907         (value_array): Likewise.
5908         (value_slice): Likewise.
5909         * valprint.c (generic_val_print_ptr): Likewise.
5910         (generic_val_print_enum): Likewise.
5911         (generic_val_print_bool): Likewise.
5912         (generic_val_print_int): Likewise.
5913         (generic_val_print_char): Likewise.
5914         (generic_val_print_float): Likewise.
5915         (generic_val_print_decfloat): Likewise.
5916         (generic_val_print_complex): Likewise.
5917         (val_print_scalar_formatted): Likewise.
5918         (val_print_array_elements): Likewise.
5919         * value.c (set_value_parent): Likewise.
5920         (value_contents_copy_raw): Likewise.
5921         (set_internalvar_component): Likewise.
5922         (value_primitive_field): Likewise.
5923         (value_fetch_lazy): Likewise.
5924         * value.h (read_value_memory): Update comment.
5925
5926 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5927
5928         * value.c (get_value_arch): New function.
5929         * value.h (get_value_arch): New declaration.
5930
5931 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5932
5933         * value.c (struct value): Update comments.
5934
5935 2015-07-28  Simon Marchi  <simon.marchi@ericsson.com>
5936
5937         * gdbtypes.c (type_length_units): New function.
5938         * gdbtypes.h (type_length_units): New declaration.
5939         (struct type) <length>: Update comment.
5940
5941 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5942
5943         * valprint.c (generic_val_print): Factor out complex
5944         printing code to ...
5945         (generic_val_print_complex): ... this new function.
5946
5947 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5948
5949         * valprint.c (generic_val_print): Factor out decfloat
5950         printing code to ...
5951         (generic_val_print_decfloat): ... this new function.
5952
5953 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5954
5955         * valprint.c (generic_val_print): Factor out float
5956         printing code to ...
5957         (generic_val_print_float): ... this new function.
5958
5959 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5960
5961         * valprint.c (generic_val_print): Factor out char
5962         printing code to ...
5963         (generic_val_print_char): ... this new function.
5964
5965 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5966
5967         * valprint.c (generic_val_print): Factor out integer
5968         printing code to ...
5969         (generic_val_print_int): ... this new function.
5970
5971 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5972
5973         * valprint.c (generic_val_print): Factor out bool
5974         printing code to ...
5975         (generic_val_print_bool): ... this new function.
5976
5977 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5978
5979         * valprint.c (generic_val_print): Factor out function/method
5980         printing code to ...
5981         (generic_val_print_func): ... this new function.
5982
5983 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5984
5985         * valprint.c (generic_val_print): Factor out flags
5986         printing code to ...
5987         (generic_val_print_flags): ... this new function.
5988
5989 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5990
5991         * valprint.c (generic_val_print): Factor out enum
5992         printing code to ...
5993         (generic_val_print_enum): ... this new function.
5994
5995 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5996
5997         * valprint.c (generic_val_print): Factor out reference
5998         printing code to ...
5999         (generic_val_print_ref): ... this new function.
6000
6001 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6002
6003         * valprint.c (generic_val_print): Factor out memberptr
6004         printing code to ...
6005         (generic_val_print_memberptr): ... this new function.
6006
6007 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6008
6009         * valprint.c (generic_val_print): Factor out pointer
6010         printing code to ...
6011         (generic_val_print_ptr): ... this new function.
6012
6013 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6014
6015         * valprint.c (generic_val_print): Factor out array
6016         printing code to ...
6017         (generic_val_print_array): ... this new function.
6018
6019 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
6020
6021         * valprint.c (generic_val_print): Factor out
6022         print_unpacked_pointer code to ...
6023         (print_unpacked_pointer): ... this new function.
6024
6025 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
6026
6027         * event-top.c (handle_sigterm): Don't inspect
6028         target_can_async_p.  Always set the quit flag and always mark
6029         the async signal handler.
6030
6031 2015-07-27  Yao Qi  <yao.qi@linaro.org>
6032
6033         * Makefile.in (REMOTE_EXAMPLES): Remove it.
6034
6035 2015-07-25  Kevin Buettner  <kevinb@redhat.com>
6036
6037         * remote.c (read_ptid): Return null_ptid when no thread id
6038         is found.
6039         (remote_current_thread): Add log warning for malformed
6040         qC reply.
6041         (remote_start_remote): Add log warning when current thread
6042         not found.
6043
6044 2015-07-24  Pedro Alves  <palves@redhat.com>
6045
6046         * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
6047         (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
6048         forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
6049
6050 2015-07-24  Pedro Alves  <palves@redhat.com>
6051
6052         PR gdb/18717
6053         * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
6054         is resumed, and extend the debug log.
6055
6056 2015-07-24  Pedro Alves  <palves@redhat.com>
6057
6058         * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
6059
6060 2015-07-24  Pedro Alves  <palves@redhat.com>
6061
6062         * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
6063         sys/ptrace.h.
6064         * alpha-linux-nat.c: Likewise.
6065         * amd64-linux-nat.c: Likewise.
6066         * arm-linux-nat.c: Likewise.
6067         * hppa-linux-nat.c: Likewise.
6068         * i386-linux-nat.c: Likewise.
6069         * ia64-linux-nat.c: Likewise.
6070         * linux-fork.c: Likewise.
6071         * linux-nat.c: Likewise.
6072         * m32r-linux-nat.c: Likewise.
6073         * m68klinux-nat.c: Likewise.
6074         * mips-linux-nat.c: Likewise.
6075         * nat/linux-btrace.c: Likewise.
6076         * nat/linux-ptrace.c: Likewise.
6077         * nat/linux-ptrace.h
6078         * nat/mips-linux-watch.c: Likewise.
6079         * nat/x86-linux-dregs.c: Likewise.
6080         * ppc-linux-nat.c: Likewise.
6081         * s390-linux-nat.c: Likewise.
6082         * spu-linux-nat.c: Likewise.
6083         * tilegx-linux-nat.c: Likewise.
6084         * x86-linux-nat.c: Likewise.
6085         * xtensa-linux-nat.c: Likewise.
6086
6087 2015-07-24  Pedro Alves  <palves@redhat.com>
6088
6089         * ptrace.m4 (ptrace tests): Test in C++ mode.  Try with 'enum
6090         __ptrace_request as first parameter type instead of int.
6091         (PTRACE_TYPE_ARG1): Define.
6092         * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
6093         that casts first argument to PTRACE_TYPE_ARG1.
6094         * config.in: Regenerate.
6095         * configure: Regenerate.
6096
6097 2015-07-24  Pedro Alves  <palves@redhat.com>
6098
6099         * gdb_ptrace.h: Move ...
6100         * nat/gdb_ptrace.h: ... here.
6101         * inf-ptrace.c: Adjust.
6102
6103 2015-07-24  Pedro Alves  <palves@redhat.com>
6104
6105         * acinclude.m4: Include ptrace.m4.
6106         * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
6107         * ptrace.m4: ... to this new file.
6108
6109 2015-07-23  Doug Evans  <dje@google.com>
6110
6111         * dwarf2read.c (dwarf2_per_cu_data): Add comment.
6112         (load_cu): Handle dummy CUs.
6113         (dw2_do_instantiate_symtab, process_queuef): Ditto.
6114         (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
6115
6116 2015-07-23  Ciro Santilli  <ciro.santilli@gmail.com>  (tiny patch)
6117
6118         * py-linetable.c (ltpy_get_all_source_lines): Adjust function
6119         documentation to say that it returns a list rather than
6120         a FrozenSet.
6121         (linetable_object_methods): Update the docstring of the
6122         "source_line" entry.
6123
6124 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
6125
6126         * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
6127         type to the recursive call instead of the original (maybe
6128         TYPE_CODE_TYPEDEF) type.
6129
6130 2015-07-23  Yao Qi  <yao.qi@linaro.org>
6131
6132         * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
6133         TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
6134         If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
6135
6136 2015-07-21  Yao Qi  <yao.qi@linaro.org>
6137
6138         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
6139         Move it to nat/aarch64-linux-hw-point.c.
6140         (aarch64_linux_child_post_startup_inferior): Update.
6141         * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
6142         New function.
6143         * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
6144         Declare it.
6145
6146 2015-07-21  Markus Metzger  <markus.t.metzger@intel.com>
6147
6148         * common/btrace-common.c (btrace_data_append): Change case label.
6149
6150 2015-07-20  Yao Qi  <yao.qi@linaro.org>
6151
6152         * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
6153         Re-indent the code.
6154         * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
6155         "unsigned long long".
6156
6157 2015-07-18  Kevin Buettner  <kevinb@redhat.com>
6158
6159         * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
6160         to be set for SEC_ALLOC sections too.
6161
6162 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6163
6164         * Makefile.in (HFILES_NO_SRCDIR): Add
6165         nat/aarch64-linux-hw-point.h.
6166         (aarch64-linux-hw-point.o): New rule.
6167         * nat/aarch64-linux-hw-point.h: New file.
6168         * nat/aarch64-linux-hw-point.c: New file.
6169         * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
6170         (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
6171         (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
6172         (AARCH64_HWP_ALIGNMENT): Likewise.
6173         (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
6174         (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
6175         (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
6176         (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
6177         (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
6178         (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
6179         (struct aarch64_debug_reg_state): Likewise.
6180         (struct arch_lwp_info): Likewise.
6181         (aarch64_linux_set_debug_regs): Likewise.
6182         (aarch64_notify_debug_reg_change): Remove static.
6183         (aarch64_align_watchpoint): Likewise.
6184         (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
6185         (aarch64_watchpoint_length): Likewise.
6186         (aarch64_point_encode_ctrl_reg): Likewise
6187         (aarch64_point_is_aligned): Likewise.
6188         (aarch64_dr_state_insert_one_point): Likewise.
6189         (aarch64_dr_state_remove_one_point): Likewise.
6190         (aarch64_handle_breakpoint): Likewise.
6191         (aarch64_handle_aligned_watchpoint): Likewise.
6192         (aarch64_handle_unaligned_watchpoint): Likewise.
6193         (aarch64_handle_watchpoint): Likewise.
6194         * config/aarch64/linux.mh (NAT_FILE): Add
6195         aarch64-linux-hw-point.o.
6196
6197 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6198
6199         * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
6200         state and don't call aarch64_get_debug_reg_state.  All callers
6201         update.
6202         (aarch64_linux_insert_hw_breakpoint): Call
6203         aarch64_get_debug_reg_state earlier.
6204         (aarch64_linux_remove_hw_breakpoint): Likewise.
6205         (aarch64_handle_aligned_watchpoint): Add argument state and
6206         don't call aarch64_get_debug_reg_state.  All callers update.
6207         (aarch64_handle_unaligned_watchpoint): Likewise.
6208         (aarch64_handle_watchpoint): Add argument state.
6209         (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
6210         earlier.
6211         (aarch64_linux_remove_watchpoint): Likewise.
6212
6213 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6214
6215         * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
6216         debug_printf.
6217         (aarch64_handle_unaligned_watchpoint): Likewise.
6218
6219 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6220
6221         * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
6222         argument type's type to 'enum target_hw_bp_type'.
6223         (aarch64_dr_state_remove_one_point): Likewise.
6224         (aarch64_handle_breakpoint): Likewise.
6225         (aarch64_linux_insert_hw_breakpoint): Likewise.
6226         (aarch64_linux_remove_hw_breakpoint): Likewise.
6227         (aarch64_handle_aligned_watchpoint): Likewise.
6228
6229 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6230
6231         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
6232         ptid_get_pid instead of get_thread_id.
6233
6234 2015-07-17  Yao Qi  <yao.qi@linaro.org>
6235
6236         * remote.c (get_current_thread): Initialise ptid to null_ptid.
6237         (add_current_inferior_and_thread): Don't initialise ptid.
6238
6239 2015-07-16  Pierre Langlois  <pierre.langlois@arm.com>
6240
6241         * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
6242         unavailable if invalid.
6243
6244 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6245
6246         Revert the previous 6 commits:
6247         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6248         Move gdb_regex* to common/
6249         Prepare linux_find_memory_regions_full & co. for move
6250         Move linux_find_memory_regions_full & co.
6251         gdbserver build-id attribute generator
6252         Validate symbol file using build-id
6253
6254 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6255             Jan Kratochvil  <jan.kratochvil@redhat.com>
6256
6257         Validate symbol file using build-id.
6258         * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
6259         and 'show validate-build-id'.  Add build-id attribute.
6260         * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
6261         * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
6262         * solib-frv.c (_initialize_frv_solib): Ditto.
6263         * solib-spu.c (set_spu_solib_ops): Ditto.
6264         * solib-svr4.c: Include rsp-low.h.
6265         (NOTE_GNU_BUILD_ID_NAME): New define.
6266         (svr4_validate): New function.
6267         (svr4_copy_library_list): Duplicate field build_id.
6268         (library_list_start_library): Parse 'build-id' attribute.
6269         (svr4_library_attributes): Add 'build-id' attribute.
6270         (_initialize_svr4_solib): Assign validate value.
6271         * solib-target.c (solib.h): Include.
6272         (_initialize_solib_target): Assign validate value.
6273         * solib.c (validate_build_id, show_validate_build_id): New.
6274         (solib_map_sections): Use ops->validate.
6275         (clear_so): Free build_id.
6276         (default_solib_validate): New function.
6277         (_initialize_solib): Add "validate-build-id".
6278         * solib.h (default_solib_validate): New declaration.
6279         * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
6280         (target_so_ops): New field 'validate'.
6281
6282 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6283             Jan Kratochvil  <jan.kratochvil@redhat.com>
6284
6285         gdbserver build-id attribute generator.
6286         * features/library-list-svr4.dtd (library-list-svr4): New
6287         'build-id' attribute.
6288
6289 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6290             Jan Kratochvil  <jan.kratochvil@redhat.com>
6291
6292         Move linux_find_memory_regions_full & co.
6293         * linux-tdep.c (nat/linux-maps.h): Include.
6294         (gdb_regex.h): Remove the include.
6295         (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
6296         (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
6297         (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
6298         (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
6299         * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
6300         and target/target.h.
6301         (struct smaps_vmflags, read_mapping, decode_vmflags)
6302         (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
6303         (linux_find_memory_regions_full): Move from linux-tdep.c.
6304         * nat/linux-maps.h (read_mapping): New declaration.
6305         (linux_find_memory_region_ftype, enum filterflags): Moved from
6306         linux-tdep.c.
6307         (linux_find_memory_regions_full): New declaration.
6308         * target.c (target/target-utils.h): Include.
6309         (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
6310         (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
6311         definitions to target/target-utils.c.
6312         * target.h (target_fileio_read_stralloc): Move it to target/target.h.
6313         * target/target-utils.c (read_alloc, read_stralloc): Move definitions
6314         from target.c.
6315         * target/target-utils.h (read_alloc_pread_ftype): New typedef.
6316         (read_alloc): New declaration.
6317         (read_stralloc_func_ftype): New typedef.
6318         (read_stralloc): New declaration.
6319         * target/target.h (target_fileio_read_stralloc): Move it from target.h.
6320
6321 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6322             Jan Kratochvil  <jan.kratochvil@redhat.com>
6323
6324         Prepare linux_find_memory_regions_full & co. for move.
6325         * linux-tdep.c (linux_find_memory_region_ftype): Comment.
6326         (linux_find_memory_regions_full): Change signature and prepare
6327         for moving to linux-maps.
6328         (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
6329         (linux_find_memory_regions_thunk): New.
6330         (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
6331         (linux_find_memory_regions_gdb): New.
6332         (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
6333         (linux_make_mappings_corefile_notes): Use
6334         linux_find_memory_regions_gdb.
6335         * target.c (read_alloc_pread_ftype): New typedef.
6336         (target_fileio_read_alloc_1_pread): New function.
6337         (read_alloc): Refactor from target_fileio_read_alloc_1.
6338         (read_stralloc_func_ftype): New typedef.
6339         (target_fileio_read_alloc_1): New implementation. Use read_alloc.
6340         (read_stralloc): Refactored from target_fileio_read_stralloc.
6341         (target_fileio_read_stralloc): New implementation, use read_stralloc.
6342
6343 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6344
6345         * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
6346         common/gdb_regex.h.
6347         (COMMON_OBS): Add gdb_regex.o.
6348         (gdb_regex.o): New.
6349         * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
6350         --without-included-regex and USE_INCLUDED_REGEX.
6351         * common/gdb_regex.c: New file from utils.c functions.
6352         * common/gdb_regex.h: Move it here from gdb_regex.h, update include
6353         file wrapping define name.
6354         * configure: Rebuilt.
6355         * configure.ac (gdb_use_included_regex, --without-included-regex)
6356         (USE_INCLUDED_REGEX): Move them to common/common.m4.
6357         * gdb_regex.h: Move it to common/gdb_regex.h.
6358         * utils.c: Remove include gdb_regex.h.
6359         (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
6360         (compile_rx_or_error): Move them to common/gdb_regex.c.
6361
6362 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
6363             Jan Kratochvil  <jan.kratochvil@redhat.com>
6364
6365         Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
6366         * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
6367         common/target-utils.h.
6368         (COMMON_OBS): Add target-utils.o.
6369         (linux-maps.o, target-utils.o): New.
6370         * target/target-utils.c: New file.
6371         * target/target-utils.h: New file.
6372         * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
6373         * config/i386/linux64.mh (NATDEPFILES): Ditto.
6374         * nat/linux-maps.c: New file.
6375         * nat/linux-maps.h: New file.
6376
6377 2015-07-15  Markus Metzger  <markus.t.metzger@intel.com>
6378             Pedro Alves <palves@redhat.com>
6379
6380         * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
6381         (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
6382         (perf_event_read_bts): Change the type of SIZE and READ.
6383         (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
6384         and DATA_OFFSET.  Move DATA_SIZE declaration.  Restrict the buffer size
6385         to UINT_MAX.  Check for overflows when using DATA_HEAD from the perf
6386         mmap page.
6387         (linux_enable_pt): Change the type of PAGES and SIZE.  Restrict the
6388         buffer size to UINT_MAX.
6389         (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
6390         DATA_TAIL.
6391         * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
6392         <last_head>: Change type.
6393         * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
6394         * common/btrace-common.c (btrace_data_append): Change the type of
6395         SIZE.
6396         * btrace.c (parse_xml_raw): Change the type of SIZE.  Change oddness
6397         check.
6398
6399 2015-07-14  Simon Marchi  <simon.marchi@ericsson.com>
6400
6401         * gdbtypes.h (CHECK_TYPEDEF): Remove.
6402         * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
6403         with check_typedef.
6404         * ada-lang.c (decode_constrained_packed_array_type): Likewise.
6405         (ada_array_length): Likewise.
6406         (find_parallel_type_by_descriptive_type): Likewise.
6407         (ada_check_typedef): Likewise.
6408         * arm-tdep.c (arm_return_in_memory): Likewise.
6409         * ax-gdb.c (gen_trace_static_fields): Likewise.
6410         (gen_struct_ref_recursive): Likewise.
6411         * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6412         (variable: block COLONCOLON name): Likewise.
6413         (qualified_name: TYPENAME COLONCOLON name): Likewise.
6414         * c-lang.c (classify_type): Likewise.
6415         * c-typeprint.c (c_print_type): Likewise.
6416         (c_print_typedef): Likewise.
6417         (c_type_print_base): Likewise.
6418         * c-valprint.c (c_val_print): Likewise.
6419         * compile/compile-c-types.c (convert_type): Likewise.
6420         * compile/compile-object-load.c (get_out_value_type): Likewise.
6421         * completer.c (add_struct_fields): Likewise.
6422         (expression_completer): Likewise.
6423         * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
6424         (cp_lookup_nested_symbol_1): Likewise.
6425         (cp_lookup_nested_symbol): Likewise.
6426         * cp-valprint.c (cp_print_value_fields): Likewise.
6427         (cp_print_static_field): Likewise.
6428         * d-valprint.c (d_val_print): Likewise.
6429         * eval.c (evaluate_subexp_standard): Likewise.
6430         (evaluate_subexp_for_sizeof): Likewise.
6431         * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
6432         * f-typeprint.c (f_type_print_base): Likewise.
6433         * f-valprint.c (f_val_print): Likewise.
6434         * gdbtypes.c (get_discrete_bounds): Likewise.
6435         (create_array_type_with_stride): Likewise.
6436         (type_name_no_tag_or_error): Likewise.
6437         (lookup_struct_elt_type): Likewise.
6438         (get_unsigned_type_max): Likewise.
6439         (internal_type_vptr_fieldno): Likewise.
6440         (set_type_vptr_fieldno): Likewise.
6441         (internal_type_vptr_basetype): Likewise.
6442         (set_type_vptr_basetype): Likewise.
6443         (get_vptr_fieldno): Likewise.
6444         (is_integral_type): Likewise.
6445         (is_scalar_type): Likewise.
6446         (is_scalar_type_recursive): Likewise.
6447         (distance_to_ancestor): Likewise.
6448         (is_unique_ancestor_worker): Likewise.
6449         (check_types_equal): Likewise.
6450         * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
6451
6452 2015-07-14  Iain Buclaw  <ibuclaw@gdcproject.org>
6453
6454         * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
6455         also test for language_d.
6456         (dwarf2_compute_name): Likewise.
6457         (read_func_scope): Likewise.
6458         (read_structure_type): Likewise.
6459         (new_symbol_full): Likewise.
6460         (determine_prefix): Likewise.
6461         (read_import_statement): Use dot as the separator for language_d.
6462         (typename_concat): Likewise, but don't prefix the D main function.
6463
6464 2015-07-14  Peter Bergner  <bergner@vnet.ibm.com>
6465
6466         * nat/linux-namespaces.c (setns): Rename from this ...
6467         (do_setns): ... to this.  Support calling setns if it exists.
6468         (mnsh_handle_setns): Call do_setns.
6469
6470 2015-07-13  Yao Qi  <yao.qi@linaro.org>
6471
6472         * exec.c (exec_file_attach): Add period at the end of error
6473         message.
6474
6475 2015-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6476
6477         * tui/tui-win.c (window_name_completer): New function.
6478         (focus_completer): Call window_name_completer.  All old content
6479         moved into window_name_completer.
6480         (winheight_completer): New function.
6481         (_initialize_tui_win): Rename variable.  Add completer to
6482         winheight command.  Update doc string on winheight.
6483
6484 2015-07-12  Sandra Loosemore  <sandra@codesourcery.com>
6485
6486         * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
6487         all nios2 mach variants.
6488
6489 2015-07-10  Kevin Buettner  <kevinb@redhat.com>
6490
6491         * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
6492         of target_read_memory.
6493
6494 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6495
6496         * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
6497         string copy.
6498         (parse_scrolling_args): Likewise.
6499
6500 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6501
6502         * tui/tui-win.c (focus_completer): Don't duplicate the tui window
6503         names in this function.
6504
6505 2015-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
6506
6507         * tui/tui-data.h (SRC_NAME): Convert to lower case.
6508         (CMD_NAME): Likewise.
6509         (DATA_NAME): Likewise.
6510         (DISASSEM_NAME): Likewise.
6511         * tui/tui-win.c (tui_set_focus): Window names are now lower case.
6512         (tui_set_win_height): Likewise.
6513         (parse_scrolling_args): Likewise.
6514
6515 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
6516
6517         * record-btrace.c (record_btrace_goto_begin)
6518         (record_btrace_goto_end, record_btrace_goto): Move call to
6519         print_stack_frame ...
6520         (record_btrace_set_replay): ... here.  Set stop_pc.
6521         * record-full.c (record_full_goto_entry): Set stop_pc.
6522
6523 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6524
6525         * NEWS: Mention support for tracepoints on aarch64-linux.
6526
6527 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6528
6529         * linux-aarch64-low.c (aarch64_supports_tracepoints): New
6530         function.  Return 1.
6531         (the_low_target): Install it.
6532
6533 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6534
6535         * gdb.trace/backtrace.exp: Set registers for aarch64 target.
6536         * gdb.trace/collection.exp: Likewise.
6537         * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6538         * gdb.trace/mi-trace-unavailable.exp: Likewise.
6539         * gdb.trace/report.exp: Likewise.
6540         * gdb.trace/trace-break.exp: Likewise.
6541         * gdb.trace/unavailable.exp: Likewise.
6542         * gdb.trace/while-dyn.exp: Likewise.
6543
6544 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6545
6546         * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
6547         (aarch64_gen_return_address): New function.
6548         (aarch64_gdbarch_init): Hook it.
6549
6550 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6551
6552         * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
6553         swallow NOT_AVAILABLE_ERROR.
6554         (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
6555         available_p is not set.
6556         (aarch64_stub_frame_unwind_stop_reason): New function.
6557         (aarch64_stub_unwind): Install it.
6558
6559 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6560
6561         * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
6562         field.
6563         (aarch64_make_prologue_cache_1): New function, factored out from
6564         aarch64_make_prologue_cache.  Do not allocate cache.  Set
6565         available_p.
6566         (aarch64_make_prologue_cache): Reimplement wrapping
6567         aarch64_make_prologue_cache_1, and swallowing
6568         NOT_AVAILABLE_ERROR.
6569         (aarch64_prologue_frame_unwind_stop_reason): New function.
6570         Return UNWIND_UNAVAILABLE if available_p is not set.
6571         (aarch64_prologue_unwind): Install it.
6572         (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
6573         checks into aarch64_prologue_frame_unwind_stop_reason.  Call
6574         frame_id_build_unavailable_stack if available_p is not set.
6575
6576 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6577
6578         * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
6579         fields.
6580         (aarch64_scan_prologue): Set prev_pc.
6581         (aarch64_make_prologue_cache): Set func.
6582         (aarch64_make_stub_cache): Set prev_pc.
6583         (aarch64_prologue_this_id): Remove local variables id, pc and
6584         func.  Read prev_pc and func from cache.
6585         (aarch64_stub_this_id): Read prev_pc from cache.
6586
6587 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6588
6589         * aarch64-tdep.c (aarch64_make_stub_cache): Update comment.  New
6590         argument this_cache.  Remove unused local variables reg and
6591         unwound_fp.  Return early if this_cache is already set.  Set
6592         this_cache.
6593         (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
6594
6595 2015-07-09  Pierre Langlois  <pierre.langlois@arm.com>
6596
6597         * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
6598         New argument this_cache.  Return early if this_cache is already
6599         set.  Set this_cache.
6600         (aarch64_prologue_this_id): Update call to
6601         aarch64_make_prologue_cache.
6602         (aarch64_prologue_prev_register): Likewise.
6603         (aarch64_normal_frame_base): Likewise.
6604
6605 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6606
6607         * c-valprint.c (c_val_print): Factor out memberptr printing code
6608         from c_val_print to ...
6609         (c_val_print_memberptr): ... this new function.
6610
6611 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6612
6613         * c-valprint.c (c_val_print): Factor out int printing code to ...
6614         (c_val_print_int): ... this new function.
6615
6616 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6617
6618         * c-valprint.c (c_val_print): Factor out struct and union
6619         printing code to ...
6620         (c_val_print_struct): ... this new function ...
6621         (c_val_print_union): ... and this new function.
6622
6623 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6624
6625         * c-valprint.c (c_val_print): Factor out pointer printing code
6626         to ...
6627         (c_val_print_ptr): ... this new function.
6628
6629 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6630
6631         * c-valprint.c (c_valprint): Factor our array printing code from
6632         c_val_print to ...
6633         (c_val_print_array): ... this new function.
6634
6635 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6636
6637         * c-valprint.c (c_val_print): Factor out pointer printing code
6638         to ...
6639         (print_unpacked_pointer): ... this new function.
6640
6641 2015-07-09  Simon Marchi  <simon.marchi@ericsson.com>
6642
6643         * c-valprint.c (c_val_print): Remove an assignment to i and move
6644         its declaration.
6645
6646 2015-07-09  Yao Qi  <yao.qi@linaro.org>
6647
6648         * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
6649         argument ptid.  Update comments.  Caller update.
6650
6651 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6652
6653         * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
6654         mnt packets.
6655
6656 2015-07-09  Markus Metzger  <markus.t.metzger@intel.com>
6657
6658         * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
6659
6660 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6661
6662         * progspace.c (delete_program_space): Add missing spaces.
6663
6664 2015-07-08  Simon Marchi  <simon.marchi@ericsson.com>
6665
6666         * inferior.c (delete_inferior_1): Rename to ...
6667         (delete_inferior): ..., remove 'silent' parameter, delete
6668         program space when unused and remove call to prune_program_spaces.
6669         Remove the old, unused, delete_inferior.
6670         (delete_inferior_silent): Remove.
6671         (prune_inferiors): Change call from delete_inferior_1 to
6672         delete_inferior and remove 'silent' parameter. Remove call to
6673         prune_program_spaces.
6674         (remove_inferior_command): Idem.
6675         * inferior.h (delete_inferior_1): Rename to...
6676         (delete_inferior): ..., remove 'silent' parameter and remove the
6677         original delete_inferior.
6678         (delete_inferior_silent): Remove.
6679         * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
6680         delete_inferior_1 to delete_inferior and remove 'silent'
6681         parameter.
6682         * progspace.c (prune_program_spaces): Remove.
6683         (pspace_empty_p): Rename to...
6684         (program_space_empty_p): ... and make non-static.
6685         (delete_program_space): New.
6686         * progspace.h (prune_program_spaces): Remove declaration.
6687         (program_space_empty_p): New declaration.
6688         (delete_program_space): New declaration.
6689         * monitor.c (monitor_close): Replace call to
6690         delete_thread_silent and delete_inferior_silent with
6691         discard_all_inferiors.
6692
6693 2015-07-08  Patrick Palka  <patrick@parcs.ath.cx>
6694
6695         * defs.h (deprecated_register_changed_hook): Remove prototype.
6696         * interps.c (clear_iterpreter_hooks): Remove reference to
6697         deprecated_register_changed_hook.
6698         * top.c (deprecated_register_changed_hook): Remove prototype.
6699         * valops.c (value_assign): Remove reference to
6700         deprecated_register_changed_hook.
6701         * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
6702         Add comment documenting the function.
6703         (tui_register_changed_observer): Define.
6704         (tui_install_hooks): Remove reference to
6705         deprecated_register_changed_hook.  Set
6706         tui_register_changed_observer.
6707         (tui_remove_hooks): Remove reference to
6708         deprecated_register_changed_hook.  Unset
6709         tui_register_changed_observer.
6710
6711 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6712
6713         PR compile/18484
6714         * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
6715
6716 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
6717
6718         PR exp/18617
6719         * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
6720
6721 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6722
6723         * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
6724
6725 2015-07-08  Markus Metzger  <markus.t.metzger@intel.com>
6726
6727         * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
6728         Use safe_strerror() instead of strerror().
6729
6730 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6731
6732         * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
6733         * features/arm-with-m-fpa-layout.c: Regenerated.
6734         * features/arm-with-m-vfp-d16.xml: Likewise.
6735         * features/arm-with-m-vfp-d16.c: Regenerated.
6736         * features/arm-with-m.xml: Likewise.
6737         * features/arm-with-m.c: Regenerated.
6738         * features/arm-with-neon.xml: Likewise.
6739         * features/arm-with-neon.c: Regenerated.
6740         * features/arm-with-vfpv2.xml: Likewise.
6741         * features/arm-with-vfpv2.c: Regenerated.
6742         * features/arm-with-vfpv3.xml: Likewise.
6743         * features/arm-with-vfpv3.c: Regenerated.
6744
6745 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6746
6747         * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
6748         arm-linux-nat.c.
6749         * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
6750         elf/external.h.
6751         (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
6752         if target is 32-bit.
6753         (store_gregs_to_thread): Call aarch32_gp_regcache_collect
6754         if target is 32-bit.
6755         (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
6756         if target is 32-bit.
6757         (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
6758         if target is 32-bit.
6759         (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
6760         (aarch64_linux_read_description): Return the right target
6761         description.
6762         * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
6763         * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6764         * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
6765         arm-linux-tdep.o.
6766
6767 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6768
6769         * aarch32-linux-nat.c: New file.
6770         * aarch32-linux-nat.h: New file.
6771         * arm-linux-nat.c: Include aarch32-linux-nat.h.
6772         (fetch_regs): Move code to aarch32-linux-nat.c.  Call
6773         aarch32_gp_regcache_supply.
6774         (store_regs): Move code to aarch32-linux-nat.c.  Call
6775         aarch32_gp_regcache_collect.
6776         (fetch_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6777         aarch32_vfp_regcache_supply.
6778         (store_vfp_regs): Move code to aarch32-linux-nat.c.  Call
6779         aarch32_vfp_regcache_collect.
6780         * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
6781
6782 2015-07-07  Yao Qi  <yao.qi@linaro.org>
6783
6784         * arm-linux-nat.c (store_fpregister): Remove.
6785         (store_register): Likewise.
6786         (fetch_fpregister): Likewise.
6787         (fetch_register): Likewise.
6788         (arm_linux_store_inferior_registers): Call store_regs and
6789         store_fpregs instead.
6790         (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
6791         fetch_regs instead.
6792
6793 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6794
6795         * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
6796         and focus commands.
6797
6798 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
6799
6800         * NEWS: Create a new section for the next release branch.
6801         Rename the section of the current branch, now that it has
6802         been cut.
6803
6804 2015-07-06  Joel Brobecker  <brobecker@adacore.com>
6805
6806         GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
6807         * version.in: Bump version to 7.10.50.DATE-cvs.
6808
6809 2015-07-06  Luis Machado  <lgustavo@codesourcery.com>
6810
6811         * breakpoint.c (remove_breakpoint_1): Don't handle permanent
6812         breakpoints in a special way.
6813         (remove_breakpoint): Likewise.
6814         (mark_breakpoints_out): Likewise.
6815
6816 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6817
6818         * doc/gdb.texinfo (TUI): Add comma after @xref.
6819
6820 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6821
6822         * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
6823         instead of casting the structure type.
6824
6825 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6826
6827         * valops.c (search_struct_field): Remove OFFSET parameter.
6828         (value_cast_structs): Adjust calls to search_struct_field.
6829         (value_struct_elt): Same.
6830         (find_overload_match): Same.
6831
6832 2015-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6833
6834         * value.c (value_fetch_lazy): Update comment, change return
6835         value to void.
6836         * value.h (value_fetch_lazy): Change return value to void.
6837
6838 2015-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
6839
6840         * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
6841         (tui_win_name): Make parameter and result const.
6842         * tui/tui-data.h (tui_win_name): Make parameter and result const.
6843
6844 2015-07-06  Patrick Palka  <patrick@parcs.ath.cx>
6845
6846         * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
6847         use printf_unfiltered.
6848         (set_mpx_cmd): Add missing trailing space to command string
6849         literal.
6850         (_initialize_i386_tdep): Give the "mpx" prefix command its
6851         correct name.
6852
6853 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
6854
6855         * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
6856         (enum rx_frame_type): New.
6857         (struct rx_prologue): Add new field `frame_type'.
6858         (rx_analyze_prologue): Add `frame_type' parameter. Cache this
6859         parameter in the prologue struct.  Add code for recording
6860         locations of PC and PSW for fast interrupt and exception frames.
6861         (rx_skip_prologue): Adjust call to rx_analyze_prologue.
6862         (rx_analyze_frame_prologue): Add `frame_type' parameter.
6863         (rx_frame_type): New function.
6864         (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
6865         (rx_frame_this_id): Rename parameter `this_prologue_cache' to
6866         `this_cache'.
6867         (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
6868         `this_cache'.  Add cases for RX_FRAME_TYPE_EXCEPTION and
6869         RX_FRAME_TYPE_FAST_INTERRUPT.
6870         (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
6871         (rx_frame_sniffer, rx_exception_sniffer): New functions.
6872         (rx_frame_unwind): Use rx_frame_sniffer instead of
6873         default_frame_sniffer.
6874         (rx_frame_unwind): New unwinder.
6875         (rx_gdbarch_init): Register new unwinder.
6876
6877 2015-07-02  Kevin Buettner  <kevinb@redhat.com>
6878
6879         * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
6880         (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
6881         (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
6882         and RX_FPSW_REGNUM.
6883         (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
6884
6885 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6886
6887         Fix GCC false warning.
6888         * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
6889
6890 2015-07-02  Yao Qi  <yao.qi@linaro.org>
6891
6892         * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
6893         typo in the debugging message.
6894
6895 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6896
6897         * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
6898         (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
6899         (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
6900         (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
6901         (btrace_maint_clear): New.
6902         (btrace_fetch, btrace_clear): Call btrace_maint_clear.
6903         (pt_print_packet, btrace_maint_decode_pt)
6904         (btrace_maint_update_pt_packets, btrace_maint_update_packets)
6905         (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
6906         (maint_btrace_packet_history_cmd)
6907         (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
6908         (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
6909         (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
6910         (maint_info_btrace_cmd, _initialize_btrace): New.
6911         * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
6912         (btrace_maint_packet_history, btrace_maint_info): New.
6913         (btrace_thread_info) <maint>: New.
6914         * NEWS: Announce it.
6915
6916 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6917
6918         * btrace.c (btrace_fetch): Append the new trace data.
6919         (btrace_clear): Clear the stored trace data.
6920         * btrace.h (btrace_thread_info) <data>: New.
6921         * common/btrace-common.h (btrace_data_clear)
6922         (btrace_data_append): New.
6923         * common/btrace-common.c (btrace_data_clear)
6924         (btrace_data_append): New.
6925
6926 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6927
6928         * nat/linux-btrace.c (linux_enable_bts): Check for
6929         PERF_ATTR_SIZE_VER5.
6930         Check for data_offset and data_size fields.  Use them.
6931
6932 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6933
6934         * NEWS: Announce new commands "record btrace pt" and "record pt".
6935         Announce new options "set|show record btrace pt buffer-size".
6936         * btrace.c: Include "rsp-low.h".
6937         Include "inttypes.h".
6938         (btrace_add_pc): Add forward declaration.
6939         (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
6940         (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
6941         (btrace_compute_ftrace_pt): New.
6942         (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
6943         (check_xml_btrace_version): Update version check.
6944         (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
6945         (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
6946         (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
6947         (btrace_pt_children): New.
6948         (btrace_children): Add support for "pt".
6949         (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
6950         (btrace_conf_children): Add support for "pt".
6951         * btrace.h: Include "intel-pt.h".
6952         (btrace_pt_error): New.
6953         * common/btrace-common.c (btrace_format_string, btrace_data_fini)
6954         (btrace_data_empty): Support BTRACE_FORMAT_PT.
6955         * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
6956         (struct btrace_config_pt): New.
6957         (struct btrace_config)<pt>: New.
6958         (struct btrace_data_pt_config, struct btrace_data_pt): New.
6959         (struct btrace_data)<pt>: New.
6960         * features/btrace-conf.dtd (btrace-conf)<pt>: New.
6961         (pt): New.
6962         * features/btrace.dtd (btrace)<pt>: New.
6963         (pt, pt-config, cpu): New.
6964         * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
6965         (perf_event_pt_event_type, kernel_supports_pt)
6966         (linux_supports_pt): New.
6967         (linux_supports_btrace): Support BTRACE_FORMAT_PT.
6968         (linux_enable_bts): Free tinfo on error.
6969         (linux_enable_pt): New.
6970         (linux_enable_btrace): Support BTRACE_FORMAT_PT.
6971         (linux_disable_pt): New.
6972         (linux_disable_btrace): Support BTRACE_FORMAT_PT.
6973         (linux_fill_btrace_pt_config, linux_read_pt): New.
6974         (linux_read_btrace): Support BTRACE_FORMAT_PT.
6975         * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
6976         (struct btrace_target_info)<pt>: New.
6977         * record-btrace.c (set_record_btrace_pt_cmdlist)
6978         (show_record_btrace_pt_cmdlist): New.
6979         (record_btrace_print_pt_conf): New.
6980         (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
6981         (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
6982         (cmd_record_btrace_pt_start): New.
6983         (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
6984         (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
6985         (_initialize_record_btrace): Add new commands.
6986         * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
6987         (remote_protocol_features): Add "Qbtrace:pt".
6988         Add "Qbtrace-conf:pt:size".
6989         (remote_supports_btrace): Support BTRACE_FORMAT_PT.
6990         (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
6991         (remote_enable_btrace): Support BTRACE_FORMAT_PT.
6992         (_initialize_remote): Add new commands.
6993
6994 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
6995
6996         * configure.ac: check for libipt
6997         * configure: Regenerate.
6998         * config.in: Regenerate.
6999         * Makefile.in (LIBIPT): New.
7000         (CLIBS): Add $LIBIPT.
7001         * NEWS: document new configure options
7002
7003 2015-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7004
7005         * compile/compile-object-load.c (compile_object_load): Replace debug
7006         message "lookup undefined ELF symbol" by 3 more specific messages.
7007
7008 2015-07-01  Kevin Buettner  <kevinb@redhat.com>
7009
7010         * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
7011         (rl78_register_type): Add case for RL78_PSW_REGNUM.
7012         (rl78_gdbarch_init): Initialize rl78_psw_type.
7013
7014 2015-07-01  Patrick Palka  <patrick@parcs.ath.cx>
7015
7016         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
7017         Update commentary.  Always refresh the registers when frame
7018         information has changed.
7019         * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7020         Change return type to int.  Return 1 if frame information has
7021         changed, 0 otherwise.
7022         (tui_before_prompt): Update commentary.
7023         * tui/tui-stack.h (tui_show_frame_info): Change return type to
7024         int.
7025
7026 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7027
7028         PR tui/13378
7029         * frame.c (select_frame): Remove reference to
7030         deprecated_selected_frame_level_changed_hook.
7031         * frame.h (deprecated_selected_frame_level_changed_hook): Remove
7032         declaration.
7033         * stack.c (deprecated_selected_frame_level_changed_hook):
7034         Likewise.
7035         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
7036         Rename to ...
7037         (tui_refresh_frame_and_register_information): ... this.  Bail
7038         out if there is no stack.  Don't update register information
7039         unless registers_too_p is true.
7040         (tui_print_frame_info_listing_hook): Rename to ...
7041         (tui_dummy_print_frame_info_listing_hook): ... this.
7042         (tui_before_prompt): New function.
7043         (tui_normal_stop): New function.
7044         (tui_before_prompt_observer): New observer.
7045         (tui_normal_stop_observer): New observer.
7046         (tui_install_hooks): Set
7047         deprecated_print_frame_info_listing_hook to
7048         tui_dummy_print_frame_info_listing_hook.  Register
7049         tui_before_prompt_observer to call tui_before_prompt and
7050         tui_normal_stop_observer to call tui_normal_stop.  Remove
7051         reference to deprecated_selected_frame_level_changed_hook.
7052         (tui_remove_hooks): Detach and unset tui_before_prompt_observer
7053         and tui_normal_stop_observer.  Remove reference to
7054         deprecated_selected_frame_level_changed_hook.
7055
7056 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7057
7058         PR tui/13378
7059         * tui/tui-stack.c (tui_set_locator_info): Change prototype to
7060         return an int instead of void.  Return whether the locator
7061         window has changed.
7062         (tui_show_frame_info): If the locator info has not changed, then
7063         bail out early to avoid refreshing the windows.
7064
7065 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
7066
7067         * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
7068         LOCATOR_WIN to tui_alloc_content.
7069
7070 2015-06-30  Yao Qi  <yao.qi@linaro.org>
7071
7072         PR tdep/18605
7073         * arm-tdep.c (arm_get_next_pc_raw): Break for media
7074         instructions.
7075
7076 2015-06-29  Kevin Buettner  <kevinb@redhat.com>
7077
7078         * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
7079         (rx_dwarf_reg_to_regnum): New function.
7080         (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum.  Use dwarf2
7081         unwinding.
7082
7083 2015-06-29  Pedro Alves  <palves@redhat.com>
7084
7085         PR threads/18127
7086         * infcall.c (run_inferior_call): On infcall success, if the thread
7087         was marked stopped before, reset it back to stopped.
7088         * infrun.c (resume): Don't suppress the set_running calls when
7089         doing an infcall.
7090         (normal_stop): Only discard the finish_thread_state cleanup if the
7091         infcall succeeded.
7092
7093 2015-06-29  Pierre Langlois  <pierre.langlois@arm.com>
7094
7095         * MAINTAINERS (Write After Approval): Update my email address.
7096
7097 2015-06-26  Keith Seitz  <keiths@redhat.com>
7098             Doug Evans  <dje@google.com>
7099
7100         PR 16253
7101         * block.c (block_lookup_symbol): For non-function blocks,
7102         continue to search for a symbol with an exact domain match
7103         Otherwise, return any previously found "best domain" symbol.
7104         (block_lookup_symbol_primary): Likewise.
7105
7106 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7107
7108         * NEWS: Mention the new option "history remove-duplicates".
7109         * top.c (history_remove_duplicates): New static variable.
7110         (show_history_remove_duplicates): New static function.
7111         (gdb_add_history): Conditionally remove duplicate history
7112         entries.
7113         (init_main): Add "history remove-duplicates" option.
7114
7115 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
7116
7117         * tui/tui-win.c (focus_completer): New static function.
7118         (_initialize_tui_win): Set the completion function of the
7119         "focus" command to focus_completer.
7120
7121 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7122
7123         * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
7124         and language_asm..
7125         * symtab.c (find_function_start_sal): Likewise.
7126
7127 2015-06-25  Gary Benson  <gbenson@redhat.com>
7128
7129         * solib.c (solib_find_1): Set local variable sysroot to NULL if
7130         it is the empty string after trailing slashes have been stripped.
7131
7132 2015-06-25  Gary Benson  <gbenson@redhat.com>
7133
7134         * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
7135         * infrun.c (follow_exec): Likewise.
7136         * remote.c (remote_filesystem_is_local): Likewise.
7137         * solib.c (solib_find_1): Likewise.
7138
7139 2015-06-24  Keith Seitz  <keiths@redhat.com>
7140
7141         * build-id.c (build_id_to_debug_bfd): Add cleanup to free
7142         return value from lrealpath.
7143
7144 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7145
7146         * remote-sim.c (gdbsim_open): Move sysroot update to the top.
7147
7148 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
7149
7150         * remote-sim.c: Include gdb_bfd.h.
7151         (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
7152         Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
7153
7154 2015-06-24  Yao Qi  <yao.qi@linaro.org>
7155
7156         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
7157         set_gdbarch_get_siginfo_type.
7158         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
7159         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
7160         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7161         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
7162         * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
7163         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7164         * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
7165         * linux-tdep.c (linux_get_siginfo_type): Change it to static.
7166         (linux_init_abi): Call set_gdbarch_get_siginfo_type.
7167         * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
7168
7169 2015-06-24  Gary Benson  <gbenson@redhat.com>
7170
7171         * common/buffer.c (stdint.h): Do not include.
7172         * common/print-utils.c (stdint.h): Likewise.
7173         * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
7174         * compile/compile-c-types.c (gdb_assert.h): Likewise.
7175         * ft32-tdep.c (gdb_assert.h): Likewise.
7176         * guile/scm-utils.c (stdint.h): Likewise.
7177         * i386-linux-tdep.c (stdint.h): Likewise.
7178         * i386-tdep.c (stdint.h): Likewise.
7179         * nat/linux-btrace.c (stdint.h): Likewise.
7180         * nat/linux-btrace.h (stdint.h): Likewise.
7181         * nat/linux-ptrace.c (stdint.h): Likewise.
7182         * nat/mips-linux-watch.h (stdint.h): Likewise.
7183         * ppc-linux-nat.c (stdint.h): Likewise.
7184         * python/python-internal.h (stdint.h): Likewise.
7185         * stub-termcap.c (stdlib.h): Likewise.
7186         * target/target.h (stdint.h): Likewise.
7187         * xtensa-linux-nat.c (stdint.h): Likewise.
7188
7189 2015-06-23  Patrick Palka  <patrick@parcs.ath.cx>
7190
7191         * top.c (init_history): Look at errno after calling strtol to
7192         properly map large GDBHISTSIZE values to infinity.
7193
7194 2015-06-23  Doug Evans  <dje@google.com>
7195
7196         * inferior.h (struct inferior_suspend_state): Delete, unused.
7197         All references deleted.
7198
7199 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
7200
7201         * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
7202         (microblaze_push_dummy_call): Likewise.
7203         (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
7204         and set_gdbarch_push_dummy_call.
7205
7206 2015-06-23  Yao Qi  <yao.qi@linaro.org>
7207
7208         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
7209         Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
7210         (amd64_linux_store_inferior_registers): Likewise.
7211         * arm-linux-nat.c (fetch_fpregister): Likewise.
7212         (fetch_fpregs, store_fpregister): Likewise.
7213         (store_fpregister, store_fpregs): Likewise.
7214         (fetch_register, fetch_regs): Likewise.
7215         (store_register, store_regs): Likewise.
7216         (fetch_vfp_regs, store_vfp_regs): Likewise.
7217         (arm_linux_read_description): Check have_ptrace_getregset is
7218         TRIBOOL_UNKNOWN.  Set have_ptrace_getregset to TRIBOOL_TRUE
7219         or TRIBOOL_FALSE.
7220         * i386-linux-nat.c (fetch_xstateregs): Check
7221         have_ptrace_getregset is not TRIBOOL_TRUE.
7222         (store_xstateregs): Likewise.
7223         * linux-nat.c (have_ptrace_getregset): Change its type to
7224         enum tribool.
7225         * linux-nat.h (tribool): New enum.
7226         * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
7227         Check whether have_ptrace_getregset is TRIBOOL_TRUE.
7228
7229 2015-06-19  Doug Evans  <dje@google.com>
7230
7231         * NEWS: Mention Sun's version of stabs is no longer supported.
7232         * elfread.c (free_elfinfo): Delete.  All uses updated.
7233         (elfstab_offset_sections): Delete.  All uses updated.
7234         * gdb-stabs.h (stab_section_info): Delete.  All uses updated.
7235         * psympriv.h (partial_symtab) <section_offsets>: Delete.
7236         All uses updated.
7237         * psymtab.c (start_psymtab_common): Delete arg section_offsets.
7238         All callers updated.
7239
7240 2015-06-18  Simon Marchi  <simon.marchi@ericsson.com>
7241
7242         * common/rsp-low.c (needs_escaping): New.
7243         (remote_escape_output): Add unit_size parameter. Refactor to
7244         support multi-byte addressable units.  Rename parameters.
7245         * common/rsp-low.h (remote_escape_output): Add unit_size
7246         parameter and rename others. Update doc.
7247         * remote.c (align_for_efficient_write): New.
7248         (remote_write_bytes_aux): Add unit_size parameter and use it.
7249         Rename some variables.  Update doc.
7250         (remote_xfer_partial): Get unit size and use it.
7251         (remote_read_bytes_1): Add unit_size parameter and use it.
7252         Rename some variables. Update doc.
7253         (remote_write_bytes): Same.
7254         (remote_xfer_live_readonly_partial): Same.
7255         (remote_read_bytes): Same.
7256         (remote_flash_write): Update call to remote_write_bytes_aux.
7257         (remote_write_qxfer): Update call to remote_escape_output.
7258         (remote_search_memory): Same.
7259         (remote_hostio_pwrite): Same.
7260
7261 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7262
7263         * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
7264         locations as inserted.
7265         Update and expand comment about permanent locations.
7266         (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
7267         Move comment to add_location_to_breakpoint.
7268         (update_global_location_list): Don't error out if a permanent
7269         breakpoint is not marked inserted.
7270         Don't error out if a non-permanent breakpoint location is inserted on
7271         top of a permanent breakpoint.
7272
7273 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
7274
7275         * breakpoint.c (make_breakpoint_permanent): Remove unused
7276         function.
7277         * breakpoint.h (make_breakpoint_permanent): Remove declaration.
7278
7279 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7280
7281         PR gdb/16999
7282         * NEWS: Mention new GDBHISTSIZE behavior.
7283         * top.c (init_history): For null or out-of-range GDBHISTSIZE,
7284         set history size to unlimited.  Ignore non-numeric GDBHISTSIZE.
7285
7286 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7287
7288         * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
7289         * top.c (init_history): Read from GDBHISTSIZE instead of
7290         HISTSIZE.
7291         (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
7292
7293 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
7294
7295         * top.c (gdb_safe_append_history): Do not call
7296         history_truncate_file if the history is not stifled.
7297
7298 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7299
7300         * syscalls/s390-linux.xml: Add syscalls 344 through 354.
7301         * syscalls/s390x-linux.xml: Likewise.
7302
7303 2015-06-16  Michael Eager  <eager@eagercon.com>
7304
7305         * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
7306
7307 2015-06-16  Patrick Palka  <patrick@parcs.ath.cx>
7308
7309         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
7310         target_terminal_ours_for_output() before calling
7311         tui_show_frame_info(), and restore the original terminal
7312         settings afterwards.
7313
7314 2015-06-16  Martin Simmons  <martin@lispworks.com>  (tiny patch)
7315
7316         * arm-linux-nat.c: Include nat/linux-ptrace.h.
7317
7318 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7319
7320         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
7321         memory unit size.
7322         (mi_cmd_data_write_memory_bytes): Same.
7323
7324 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
7325
7326         * corefile.c (write_memory): Update doc.
7327         * gdbcore.h (write_memory): Same.
7328
7329 2015-06-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7330
7331         * linux-tdep.c (enum filterflags): Make it from anonymous enum.
7332         (dump_mapping_p): Use it for parameter filterflags.
7333         (linux_find_memory_regions_full): Use it for variable filterflags.
7334
7335 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7336             Jan Kratochvil  <jan.kratochvil@redhat.com>
7337
7338         Merge multiple hex conversions.
7339         * monitor.c: Include rsp-low.h.
7340         (fromhex): Remove definition.
7341
7342 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
7343             Jan Kratochvil  <jan.kratochvil@redhat.com>
7344
7345         Move utility functions to common/.
7346         * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
7347         Move defs to common/common-utils.c.
7348         * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
7349         (skip_to_space_const): Move decls to common/common-utils.h.
7350         * common/common-defs.h: Move include of common-types.h before
7351         common-utils.h.
7352         * common/common-utils.c: Include host-defs.h and ctype.h.
7353         (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
7354         from utils.c.
7355         (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
7356         cli/cli-utils.c.
7357         * common/common-utils.h (strtoulst): Move decl from utils.h.
7358         (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
7359         Move from cli/cli-utils.h.
7360         * common/host-defs.h: Include limits.h.
7361         (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
7362         (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
7363         * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
7364         common/common-utils.h.
7365         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
7366         (strtoulst): Move to common/common-utils.c.
7367         * utils.h (strtoulst): Moved decl to common/common-utils.h.
7368
7369 2015-06-15  Yao Qi  <yao.qi@linaro.org>
7370
7371         * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
7372
7373 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
7374
7375         * build-id.c: Don't include elf-bfd.h.
7376         (build_id_bfd_get): Use bfd_build_id.
7377         (build_id_verify): Ditto.
7378         * build-id.h: Ditto.
7379         (find_separate_debug_file_by_buildid): Ditto.
7380         * python/py-objfile.c: Don't include elf-bfd.h.
7381         (objfpy_get_build_id) Use bfd_build_id.
7382         (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
7383         * coffread.c: Include build-id.h.
7384         (coff_symfile_read): Try find_separate_debug_file_by_buildid.
7385
7386 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7387
7388         * windows-nat.c (do_windows_fetch_inferior_registers)
7389         (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
7390         conditional with __CYGWIN__.
7391
7392 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
7393
7394         * completer.c: Add arch-utils.h include.
7395         (enum reg_completer_targets): New enum.
7396         (reg_or_group_completer_1): New function containing old
7397         reg_or_group_completer, add and use new parameter to control what
7398         is completed on.  Use get_current_arch rather than architecture of
7399         currently selected frame.
7400         (reg_or_group_completer): Call new reg_or_group_completer_1.
7401         (reggroup_completer): Call new reg_or_group_completer_1.
7402         * completer.h (reggroup_completer): Add declaration.
7403         * tui/tui-regs.c: Add 'completer.h' include.
7404         (tui_reg_next_command): Renamed to...
7405         (tui_reg_next): ...this.  Adjust parameters and return rather than
7406         display new group.
7407         (tui_reg_prev_command): Renamed to...
7408         (tui_reg_prev): ...this.  Adjust parameters and return rather than
7409         display new group.
7410         (tui_reg_float_command): Delete.
7411         (tui_reg_general_command): Delete.
7412         (tui_reg_system_command): Delete.
7413         (tui_reg_command): Rewrite to perform switching of register group.
7414         Add header comment.
7415         (tuireglist): Remove.
7416         (tui_reggroup_completer): New function.
7417         (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
7418         creation of 'tui reg' command.
7419         * NEWS: Add comment about 'tui reg' changes.
7420
7421 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7422
7423         * target.c (target_read): Consider addressable unit size when
7424         reading from a memory object.
7425         (read_memory_robust): Same.
7426         (read_whatever_is_readable): Same.
7427         (target_write_with_progress): Consider addressable unit size
7428         when writing to a memory object.
7429         * target.h (target_read): Update documentation.
7430         (target_write): Add documentation.
7431
7432 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7433
7434         * arch-utils.h (default_addressable_memory_unit_size): New.
7435         * arch-utils.c (default_addressable_memory_unit_size): New.
7436         * gdbarch.sh (addressable_memory_unit_size): New.
7437         * gdbarch.h: Re-generate.
7438         * gdbarch.c: Re-generate.
7439
7440 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
7441
7442         * target.c (target_read): Rename variables and use
7443         TARGET_XFER_E_IO.
7444         (target_read_with_progress): Same.
7445         (read_memory_robust): Constify parameters and rename
7446         variables.
7447         (read_whatever_is_readable): Constify parameters,
7448         rename variables, adjust formatting.
7449         * target.h (read_memory_robust): Constify parameters.
7450
7451 2015-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7452
7453         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
7454         synthetic (non-AltiVec) vector types.
7455         (ppc64_sysv_abi_return_value): Likewise.
7456
7457 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7458
7459         PR breakpoints/16465
7460         * breakpoint.c (create_breakpoint): Save extra_string for
7461         pending breakpoints.
7462
7463 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7464
7465         * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
7466         and bt_mask to CORE_ADDR.
7467
7468 2015-06-11  Gary Benson <gbenson@redhat.com>
7469
7470         * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
7471         (mnsh_recv_message): Likewise.
7472
7473 2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7474
7475         * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
7476         long long int and plongest instead of %ll.
7477
7478 2015-06-11  Gary Benson <gbenson@redhat.com>
7479
7480         * nat/linux-namespaces.c (gdb_wait.h): New include.
7481         (sys/wait.h): Do not include.
7482
7483 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
7484
7485         * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
7486         end_sequence is true.
7487
7488 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7489
7490         Code cleanup.
7491         * solib-target.c (library_list_start_list): Use explicit NULL
7492         comparison.
7493
7494 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7495
7496         * solib-target.c (library_list_start_list): Do not dereference
7497         variable version in its initialization.  Make the VERSION check handle
7498         NULL.
7499         (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
7500
7501 2015-06-10  Gary Benson <gbenson@redhat.com>
7502
7503         * NEWS: Announce support for direct access of executable and
7504         shared library files when attaching to inferiors in containers
7505         on GNU/Linux systems.
7506
7507 2015-06-10  Gary Benson <gbenson@redhat.com>
7508
7509         * remote.c (struct remote_state) <fs_pid>: New field.
7510         (new_remote_state): Initialize the above.
7511         (PACKET_vFile_setfs): New enum value.
7512         (remote_hostio_set_filesystem): New function.
7513         (remote_hostio_open): Call the above.
7514         (remote_hostio_unlink): Likewise.
7515         (remote_hostio_readlink): Likewise.
7516         (_initialize_remote): Register new "set/show remote
7517         hostio-setfs-packet" command.
7518         * NEWS: Announce new vFile:setfs packet.
7519
7520 2015-06-10  Gary Benson <gbenson@redhat.com>
7521
7522         * linux-nat.c (nat/linux-namespaces.h): New include.
7523         (fileio.h): Likewise.
7524         (linux_nat_filesystem_is_local): New function.
7525         (linux_nat_fileio_pid_of): Likewise.
7526         (linux_nat_fileio_open): Likewise.
7527         (linux_nat_fileio_readlink): Likewise.
7528         (linux_nat_fileio_unlink): Likewise.
7529         (linux_nat_add_target): Initialize to_filesystem_is_local,
7530         to_fileio_open, to_fileio_readlink and to_fileio_unlink.
7531         (_initialize_linux_nat): New "set/show debug linux-namespaces"
7532         commands.
7533         * NEWS: Mention new "set/show debug linux-namespaces" commands.
7534
7535 2015-06-10  Gary Benson <gbenson@redhat.com>
7536
7537         * target.h (struct inferior): New forward declaration.
7538         (struct target_ops) <to_filesystem_is_local>: Update comment.
7539         (struct target_ops) <to_fileio_open>: New argument inf.
7540         Update comment.  All implementations updated.
7541         (struct target_ops) <to_fileio_unlink>: Likewise.
7542         (struct target_ops) <to_fileio_readlink>: Likewise.
7543         (target_filesystem_is_local): Update comment.
7544         (target_fileio_open): New argument inf.  Update comment.
7545         (target_fileio_unlink): Likewise.
7546         (target_fileio_readlink): Likewise.
7547         (target_fileio_read_alloc): Likewise.
7548         (target_fileio_read_stralloc): Likewise.
7549         * target.c (target_fileio_open): New argument inf.
7550         Pass inf to implementation.  Update debug printing.
7551         (target_fileio_unlink): Likewise.
7552         (target_fileio_readlink): Likewise.
7553         (target_fileio_read_alloc_1): New argument inf. Pass inf
7554         to target_fileio_open.
7555         (target_fileio_read_alloc): New argument inf. Pass inf to
7556         target_fileio_read_alloc_1.
7557         (target_fileio_read_stralloc): Likewise.
7558         * gdb_bfd.c (inferior.h): New include.
7559         (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
7560         argument with new argument "inferior".  Pass inferior to
7561         target_fileio_open.
7562         (gdb_bfd_open): Supply inferior argument to
7563         gdb_bfd_iovec_fileio_open.
7564         * linux-tdep.c (linux_info_proc): Supply inf argument to
7565         relevant target_fileio calls.
7566         (linux_find_memory_regions_full): Likewise.
7567         (linux_fill_prpsinfo): Likewise.
7568         * remote.c (remote_filesystem_is_local): Supply inf
7569         argument to remote_hostio_open.
7570         (remote_file_put): Likewise.
7571         (remote_file_get): Likewise.
7572         (remote_file_delete): Supply inf argument to
7573         remote_hostio_unlink.
7574
7575 2015-06-10  Gary Benson <gbenson@redhat.com>
7576
7577         * inf-child.c (inf_child_fileio_open): Replace comment.
7578         (inf_child_fileio_pwrite): Likewise.
7579         (inf_child_fileio_pread): Likewise.
7580         (inf_child_fileio_fstat): Insert blank line before comment.
7581         (inf_child_fileio_close): Replace comment.
7582         (inf_child_fileio_unlink): Likewise.
7583         (inf_child_fileio_readlink): Likewise.
7584         * remote.c (remote_hostio_open): Likewise.
7585         (remote_hostio_pread): Likewise.
7586         (remote_hostio_pwrite): Likewise.
7587         (remote_hostio_close): Likewise.
7588         (remote_hostio_unlink): Likewise.
7589         (remote_hostio_readlink): Likewise.
7590         (remote_hostio_fstat): Likewise.
7591         (remote_filesystem_is_local): Likewise.
7592         * target.c (target_fileio_open): Likewise.
7593         (target_fileio_pwrite): Likewise.
7594         (target_fileio_pread): Likewise.
7595         (target_fileio_fstat): Insert blank line before comment.
7596         (target_fileio_close): Replace comment.
7597         (target_fileio_unlink): Likewise.
7598         (target_fileio_readlink): Likewise.
7599         (target_fileio_read_alloc): Likewise.
7600         (target_fileio_read_stralloc): Likewise.
7601
7602 2015-06-10  Gary Benson <gbenson@redhat.com>
7603
7604         * linux-thread-db.c (nat/linux-namespaces.h): New include.
7605         (check_pid_namespace_match): Use linux_ns_same rather than
7606         linux_proc_pid_get_ns to spot PID namespace mismatches.
7607         * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
7608         * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
7609
7610 2015-06-10  Gary Benson <gbenson@redhat.com>
7611
7612         * configure.ac (AC_CHECK_FUNCS): Add setns.
7613         * config.in: Regenerate.
7614         * configure: Likewise.
7615         * nat/linux-namespaces.h: New file.
7616         * nat/linux-namespaces.c: Likewise.
7617         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
7618         (linux-namespaces.o): New rule.
7619         * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
7620         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
7621         * config/arm/linux.mh (NATDEPFILES): Likewise.
7622         * config/i386/linux.mh (NATDEPFILES): Likewise.
7623         * config/i386/linux64.mh (NATDEPFILES): Likewise.
7624         * config/ia64/linux.mh (NATDEPFILES): Likewise.
7625         * config/m32r/linux.mh (NATDEPFILES): Likewise.
7626         * config/m68k/linux.mh (NATDEPFILES): Likewise.
7627         * config/mips/linux.mh (NATDEPFILES): Likewise.
7628         * config/pa/linux.mh (NATDEPFILES): Likewise.
7629         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
7630         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
7631         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
7632         * config/s390/linux.mh (NATDEPFILES): Likewise.
7633         * config/sparc/linux.mh (NATDEPFILES): Likewise.
7634         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
7635         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
7636         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
7637
7638 2015-06-10  Gary Benson <gbenson@redhat.com>
7639
7640         * utils.h (make_cleanup_close): Moved to common/filestuff.h.
7641         * utils.c (do_close_cleanup): Moved to common/filestuff.c.
7642         (make_cleanup_close): Likewise.
7643         * common/filestuff.h (make_cleanup_close): Moved from utils.h.
7644         * common/filestuff.c (do_close_cleanup): Moved from utils.c.
7645         (make_cleanup_close): Likewise.
7646
7647 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7648
7649         * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
7650         from SuspendThread().
7651
7652 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
7653
7654         * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
7655         from OutputDebugString.
7656
7657 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7658                         Mircea Gherzan  <mircea.gherzan@intel.com>
7659
7660         * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
7661         MPX_BT_MASK_32): New macros.
7662         (i386_mpx_set_bounds): New function that implements
7663         the command "set-mpx-bound".
7664         (i386_mpx_enabled): Helper function to test MPX availability.
7665         (i386_mpx_bd_base): Helper function to calculate the base directory
7666         address.
7667         (i386_mpx_get_bt_entry): Helper function to access a bound
7668         table entry.
7669         (i386_mpx_print_bounds): Effectively display bound information.
7670         (_initialize_i386_tdep): Add new commands to commands "set mpx" and
7671         "show mpx".
7672         (_initialize_i386_tdep):
7673         Add "bound" to the commands "show mpx" and "set mpx" commands.
7674         (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
7675         and "show mpx" commands.
7676         * NEWS: List new commands for MPX support.
7677
7678 2015-06-09  Gary Benson <gbenson@redhat.com>
7679
7680         * common/fileio.h (fileio_to_host_mode): New declaration.
7681         * common/fileio.c (fileio_to_host_mode): New Function.
7682         * inf-child.c (inf_child_fileio_open): Process mode argument
7683         with fileio_to_host_mode.
7684
7685 2015-06-09  Gary Benson <gbenson@redhat.com>
7686
7687         * common/fileio.c (fileio_mode_pack): Fix preprocessor
7688         conditional.
7689
7690 2015-06-05  Gary Benson <gbenson@redhat.com>
7691
7692         * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
7693         * remote.c (remote_filesystem_is_local): ...here.
7694
7695 2015-06-04  Yao Qi  <yao.qi@linaro.org>
7696
7697         * gdbarch.c: Regenerate it.
7698
7699 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7700
7701         * arch-utils.c (default_infcall_munmap): New.
7702         * arch-utils.h (default_infcall_munmap): New declaration.
7703         * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
7704         (munmap_list_free, munmap_listp_free_cleanup): New.
7705         (struct setup_sections_data): Add field munmap_list_headp.
7706         (setup_sections): Call munmap_list_add.
7707         (compile_object_load): New variable munmap_list_head, initialize
7708         setup_sections_data.munmap_list_headp, return munmap_list_head.
7709         * compile/compile-object-load.h (struct munmap_list): New declaration.
7710         (struct compile_module): Add field munmap_list_head.
7711         (munmap_list_free): New declaration.
7712         * compile/compile-object-run.c (struct do_module_cleanup): Add field
7713         munmap_list_head.
7714         (do_module_cleanup): Call munmap_list_free.
7715         (compile_object_run): Pass munmap_list_head to do_module_cleanup.
7716         * gdbarch.c: Regenerate.
7717         * gdbarch.h: Regenerate.
7718         * gdbarch.sh (infcall_munmap): New.
7719         * linux-tdep.c (linux_infcall_munmap): New.
7720         (linux_init_abi): Install it.
7721
7722 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
7723
7724         PR gdb/15564
7725         * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
7726
7727 2015-06-02  Yao Qi  <yao.qi@linaro.org>
7728
7729         * i386-linux-nat.c: Include linux-nat.h.
7730
7731 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
7732             Jan Kratochvil  <jan.kratochvil@redhat.com>
7733
7734         PR symtab/18392
7735         * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
7736         assertion.
7737         * dwarf2loc.c (chain_candidate): Likewise.
7738
7739 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7740
7741         * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
7742         (store_vfp_regs): Use PTRACE_SETREGSET.
7743
7744 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7745
7746         * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
7747         (fetch_fpregs): Likewise.
7748         * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
7749         (store_fpregs): Likewise.
7750
7751 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7752
7753         * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
7754         (fetch_regs): Likewise.
7755         (store_regs): Use PTRACE_SETREGSET.
7756         (store_register): Likewise.
7757
7758 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7759
7760         * arm-linux-nat.c (arm_linux_read_description): Check whether
7761         kernel supports PTRACE_GETREGSET.
7762
7763 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7764
7765         * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
7766         * linux-nat.c: ... here.
7767         * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
7768         to ...
7769         * linux-nat.h: ... here.
7770
7771 2015-06-01  Yao Qi  <yao.qi@linaro.org>
7772
7773         * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
7774         * i386-linux-nat.c: Likewise.
7775         * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
7776         * s390-linux-nat.c: Include "nat/linux-ptrace.h".
7777         (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7778         * x86-linux-nat.c: Include "nat/linux-ptrace.h".
7779         * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
7780
7781 2015-05-30  Eli Zaretskii  <eliz@gnu.org>
7782
7783         * go32-nat.c (go32_xfer_memory): Fix the return value to be
7784         compatible to what read_child and write_child return.  This
7785         unbreaks that DJGPP build of GDB which was broken since v7.7.
7786
7787 2015-05-29  Martin Galvan  <martin.galvan@tallertechnologies.com>
7788
7789         * MAINTAINERS (Write After Approval): Add Martin Galvan.
7790
7791 2015-05-29  Roland McGrath  <mcgrathr@google.com>
7792
7793         PR gdb/18464
7794         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
7795         rather than internal_error for an unrecognized value.
7796
7797 2015-05-29  Max Filippov  <jcmvbkbc@gmail.com>
7798
7799         * xtensa-tdep.c (xtensa_pseudo_register_read)
7800         (xtensa_pseudo_register_write): Don't alias last pseudo register
7801         to a1.
7802
7803 2015-05-28  Don Breazeal  <donb@codesourcery.com>
7804
7805         * infrun.c (follow_fork_inferior): Ensure the use of
7806         process-style ptids (pid,0,0) in verbose/debug "Detaching"
7807         messages.
7808
7809 2015-05-28  Doug Evans  <dje@google.com>
7810
7811         * dwarf2read.c (record_line_ftype): Remove, duplicate.
7812
7813 2015-05-28  Yao Qi  <yao.qi@linaro.org>
7814
7815         * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
7816         (arm_linux_fetch_inferior_registers): Use
7817         tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
7818         (arm_linux_store_inferior_registers): Likewise.
7819         (arm_linux_read_description): Don't set
7820         arm_linux_has_wmmx_registers.
7821         * arm-tdep.c (arm_gdbarch_init): Set
7822         tdep->have_wmmx_registers according target descriptions.
7823         * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
7824         field.
7825
7826 2015-05-28  Yao Qi  <yao.qi@linaro.org>
7827
7828         * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
7829         (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
7830         instead of arm_linux_vfp_register_count.
7831         (store_vfp_regs): Likewise.
7832         (arm_linux_fetch_inferior_registers): Likewise.
7833         (arm_linux_store_inferior_registers): Likewise.
7834         (arm_linux_read_description): Don't set
7835         arm_linux_vfp_register_count.
7836         * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
7837         Adjust.
7838         * arm-tdep.c (arm_gdbarch_init): Add assert on
7839         vfp_register_count.
7840         * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
7841         field to vfp_register_count.  All users updated.
7842
7843 2015-05-28  Kyle Huey  <me@kylehuey.com>  (tiny patch)
7844
7845         * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
7846         ELFOSABI_GNU binaries.
7847
7848 2015-05-27  Doug Evans  <dje@google.com>
7849
7850         * dwarf2read.c (lnp_state_machine): New typedef.
7851         (lnp_reader_state): New typedef.
7852         (dwarf_record_line_1): Renamed from dwarf_record_line.
7853         All callers updated.
7854         (dwarf_record_line): New function.
7855         (init_lnp_state_machine): New function.
7856         (check_line_address): Replace p_record_line parameter with state.
7857         All callers updated.
7858         (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
7859         Update to record state in lnp_state_machine.
7860
7861 2015-05-27  Doug Evans  <dje@google.com>
7862
7863         * dwarf2read.c (record_line_ftype): New typedef.
7864         (check_line_address): New function.
7865         (dwarf_decode_lines_1): Call it.
7866
7867 2015-05-27  Doug Evans  <dje@google.com>
7868
7869         * NEWS: Mention "set debug dwarf-line".
7870         * dwarf2read.c (dwarf_line_debug): New static global.
7871         (add_include_dir): Add debug dwarf-line support.
7872         (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
7873         (_initialize_dwarf2_read): New parameter "debug dwarf-line".
7874
7875 2015-05-27  Doug Evans  <dje@google.com>
7876
7877         * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
7878         All callers updated.
7879         (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
7880         * cp-support.h (cp_lookup_nested_symbol): Update.
7881
7882 2015-05-27  Doug Evans  <dje@google.com>
7883
7884         PR symtab/18258
7885         * block.c (block_find_symbol): New function.
7886         (block_find_non_opaque_type): Ditto.
7887         (block_find_non_opaque_type_preferred): Ditto.
7888         * block.h (block_symbol_matcher_ftype): New typedef.
7889         (block_find_symbol): Declare.
7890         (block_find_non_opaque_type): Ditto.
7891         (block_find_non_opaque_type_preferred): Ditto.
7892         * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
7893         * psymtab.c (psym_lookup_symbol): Ditto.
7894         * symtab.c (basic_lookup_transparent_type_1): New function.
7895         (basic_lookup_transparent_type): Call it.
7896
7897 2015-05-27  Yao Qi  <yao.qi@linaro.org>
7898
7899         * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
7900         AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
7901
7902 2015-05-27  Yao Qi  <yao.qi@linaro.org>
7903
7904         * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
7905         before operator &&.
7906         (aarch64_record_load_store): Likewise.
7907
7908 2015-05-26  Doug Evans  <dje@google.com>
7909
7910         PR c++/18141, c++/18417.
7911         * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
7912         a typedef.
7913
7914 2015-05-26  Doug Evans  <dje@google.com>
7915
7916         * NEWS: Add entries for command renamings.
7917         * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
7918         All uses updated.
7919         (dwarf_die_debug): Renamed from dwarf2_die_debug.  All uses updated.
7920         (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
7921         All uses updated.
7922         (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
7923         All callers updated.  Fix spelling of DWARF in help text.
7924         (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
7925         All uses updated.
7926         (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
7927         All uses updated.
7928         (set_dwarf_cmd): Renamed from set_dwarf2_cmd.  All callers updated.
7929         (show_dwarf_cmd): Renamed from show_dwarf2_cmd.  All callers updated.
7930         (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
7931         All uses updated.
7932         (show_dwarf_always_disassemble): Renamed from
7933         show_dwarf2_always_disassemble.  All callers updated.
7934         (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
7935         "set/show dwarf".  Rename "set/show dwarf2 max-cache-age" to
7936         "set/show dwarf max-cache-age".  Rename
7937         "set/show dwarf2 always-disassemble" to
7938         "set/show dwarf always-disassemble".  Rename
7939         "set/show debug dwarf2-read" to "set/show debug dwarf-read".  Rename
7940         "set/show debug dwarf2-die" to "set/show debug dwarf-die".
7941
7942 2015-05-26  Doug Evans  <dje@google.com>
7943
7944         PR python/18438
7945         * python/py-lazy-string.c (stpy_convert_to_value): Use
7946         gdbpy_gdb_memory_error not PyExc_MemoryError.
7947         (gdbpy_create_lazy_string_object): Ditto.
7948
7949 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
7950
7951         * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
7952
7953 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
7954
7955         * tui/tui-regs.c (tui_reg_prev_command): New function.
7956         (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
7957         * reggroups.c (reggroup_prev): New function.
7958         * reggroups.h (reggroup_prev): Add declaration.  Update comment.
7959
7960 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
7961             Yao Qi  <yao.qi@linaro.org>
7962
7963         * aarch64-linux-tdep.c: Include linux-record.h and
7964         record-full.h.
7965         (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
7966         (aarch64_syscall): New enum.
7967         (aarch64_canonicalize_syscall): New function.
7968         (aarch64_all_but_pc_registers_record): New function.
7969         (aarch64_linux_syscall_record): New function.
7970         (aarch64_linux_init_abi): Install AArch64 process record
7971         handler.  Update to handle syscall recording.
7972         * aarch64-tdep.c: Include record.h and record-full.h.
7973         (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
7974         (struct aarch64_mem_r): Define.
7975         (aarch64_record_result): New enum.
7976         (struct insn_decode_record): Define.
7977         (insn_decode_record): New typedef.
7978         (aarch64_record_data_proc_reg): New function.
7979         (aarch64_record_data_proc_imm): New function.
7980         (aarch64_record_branch_except_sys): New function.
7981         (aarch64_record_load_store): New function.
7982         (aarch64_record_data_proc_simd_fp): New function.
7983         (aarch64_record_asimd_load_store): New function.
7984         (aarch64_record_decode_insn_handler): New function.
7985         (deallocate_reg_mem): New function.
7986         (aarch64_process_record): New function.
7987         * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
7988         New field.
7989         (aarch64_process_record): New extern declaration.
7990         * configure.tgt: Add linux-record.o to gdb_target_obs.
7991         * linux-record.h (struct linux_record_tdep) <arg7>: New field.
7992
7993 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
7994
7995         * NEWS: Add a note on process record-replay support on aarch64*-linux*
7996         targets.
7997
7998 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
7999
8000         * amd64-tdep.c: Replace in_function_epilogue_p with
8001         stack_frame_destroyed_p throughout.
8002         * arch-utils.c: Ditto.
8003         * arch-utils.h: Ditto.
8004         * arm-tdep.c: Ditto.
8005         * breakpoint.c: Ditto.
8006         * gdbarch.sh: Ditto.
8007         * hppa-tdep.c: Ditto.
8008         * i386-tdep.c: Ditto.
8009         * mips-tdep.c: Ditto.
8010         * nios2-tdep.c: Ditto.
8011         * rs6000-tdep.c: Ditto.
8012         * s390-linux-tdep.c: Ditto.
8013         * score-tdep.c: Ditto.
8014         * sh-tdep.c: Ditto.
8015         * sparc-tdep.c: Ditto.
8016         * sparc-tdep.h: Ditto.
8017         * sparc64-tdep.c: Ditto.
8018         * spu-tdep.c: Ditto.
8019         * tic6x-tdep.c: Ditto.
8020         * tilegx-tdep.c: Ditto.
8021         * xstormy16-tdep.c: Ditto.
8022         * gdbarch.c, gdbarch.h: Re-generated.
8023
8024 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
8025
8026         * NEWS: Mention 'tui enable' and 'tui disable'.
8027         * tui/tui.c (tui_enable_command): New function.
8028         (tui_disable_command): New function.
8029         (_initialize_tui): New function.
8030
8031 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8032
8033         * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
8034
8035 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8036
8037         * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
8038         buf_ptr is freed.
8039
8040 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8041
8042         * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
8043         into ...
8044         (tui_set_layout_for_display_command): ...here, before calling
8045         tui_set_layout.  Only set the layout if gdb has not already
8046         entered the TUI_FAILURE state.
8047
8048 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8049
8050         * tui/tui-layout.c (layout_completer): New function.
8051         (_initialize_tui_layout): Set completer on layout command.
8052
8053 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
8054
8055         * tui/tui-layout.c (tui_set_layout): Remove
8056         tui_register_display_type parameter.  Remove all checking of this
8057         parameter, and reindent function.  Update header comment.
8058         (tui_set_layout_for_display_command): Rename to...
8059         (tui_set_layout_by_name): ...this, and don't check for different
8060         register class types, don't pass a tui_register_display_type to
8061         tui_set_layout.  Update header comment.
8062         (layout_names): Remove register set specific names.
8063         * tui/tui-layout.h (tui_set_layout): Remove
8064         tui_register_display_type parameter.
8065         * tui/tui.c (tui_rl_change_windows): Don't pass a
8066         tui_register_display_type to tui_set_layout.
8067         (tui_rl_delete_other_windows): Likewise.
8068         (tui_enable): Likewise.
8069         * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
8070         (TUI_FLOAT_REGS_NAME_LOWER): Remove.
8071         (TUI_GENERAL_REGS_NAME): Remove.
8072         (TUI_GENERAL_REGS_NAME_LOWER): Remove.
8073         (TUI_SPECIAL_REGS_NAME): Remove.
8074         (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
8075         (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
8076         (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
8077         (enum tui_register_display_type): Remove.
8078         (struct tui_layout_def): Remove regs_display_type and
8079         float_regs_display_type fields.
8080         (struct tui_data_info): Remove regs_display_type field.
8081         (tui_layout_command): Use new name for
8082         tui_set_layout_for_display_command.
8083         * tui/tui-data.c (layout_def): Don't initialise removed fields.
8084         (tui_clear_win_detail): Don't initialise removed fields of
8085         win_info.
8086         * tui/tui-regs.c (tui_show_registers): Use new name for
8087         tui_set_layout_for_display_command.
8088         * tui/tui.h (tui_set_layout_for_display_command): Rename
8089         declaration to...
8090         (tui_set_layout_by_name): ...this.
8091         * printcmd.c (display_command): Remove tui related layout call,
8092         and reindent.
8093
8094 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8095
8096         * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
8097         (handle_inferior_event): New function.
8098
8099 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
8100
8101         * ada-lang.c (to_fixed_array_type): Rename local variable
8102         typename into type_name.
8103
8104 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8105
8106         Fix ASAN crash for gdb.compile/compile.exp.
8107         * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
8108
8109 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8110
8111         * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
8112         (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
8113         * compile/compile-object-load.c (setup_sections, compile_object_load):
8114         Likewise.
8115         * compile/compile.c (compile_to_object): Likewise.
8116
8117 2015-05-16  Doug Evans  <xdje42@gmail.com>
8118
8119         * NEWS: Mention support for unbuffered Guile memory ports.
8120         * scm-ports.c (ioscm_memory_port): Update comments on end, size.
8121         (ioscm_lseek_address): Improve overflow calculation.
8122         (gdbscm_memory_port_fill_input): Add assert.
8123         (gdbscm_memory_port_write): Handle unbuffered ports.
8124         Handle large writes identical to Guile's fport_write.
8125         (gdbscm_memory_port_seek): Fix seeking past end check.
8126         (gdbscm_memory_port_close): Handle closing unbuffered port.
8127         (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
8128         (ioscm_init_memory_port): Handle unbuffered ports.
8129         (ioscm_reinit_memory_port): Ditto.
8130         (ioscm_init_memory_port): Update size calculation.
8131         (gdbscm_open_memory): Support zero sized ports.
8132
8133 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8134
8135         * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
8136         variable compiler warnings.
8137
8138 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8139
8140         * compile/compile-object-load.c (get_out_value_type): Fix returned type.
8141
8142 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8143             Phil Muldoon  <pmuldoon@redhat.com>
8144
8145         * NEWS (Changes since GDB 7.9): Add compile print.
8146         * compile/compile-c-support.c (add_code_header, add_code_footer)
8147         (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
8148         COMPILE_I_PRINT_VALUE_SCOPE.
8149         * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
8150         (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
8151         New.
8152         * compile/compile-object-load.c: Include block.h.
8153         (get_out_value_type): New function.
8154         (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8155         COMPILE_I_PRINT_VALUE_SCOPE.  Set compile_module's OUT_VALUE_ADDR and
8156         OUT_VALUE_TYPE.
8157         * compile/compile-object-load.h (struct compile_module): Add fields
8158         out_value_addr and out_value_type.
8159         * compile/compile-object-run.c: Include valprint.h and compile.h.
8160         (struct do_module_cleanup): Add fields out_value_addr and
8161         out_value_type.
8162         (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
8163         COMPILE_I_PRINT_VALUE_SCOPE.
8164         (compile_object_run): Propagate out_value_addr and out_value_type.
8165         Pass OUT_VALUE_ADDR.
8166         * compile/compile.c: Include valprint.h.
8167         (compile_print_value, compile_print_command): New functions.
8168         (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
8169         (_initialize_compile): Update compile code help text.  Install
8170         compile_print_command.
8171         * compile/compile.h (compile_print_value): New prototype.
8172         * defs.h (enum compile_i_scope_types): Add
8173         COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
8174
8175 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8176
8177         * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
8178         Rely on its parameter count.
8179         (compile_object_load): Replace lookup_minimal_symbol_text by
8180         lookup_global_symbol_from_objfile.  Verify FUNC_SYM.  Set it in the
8181         return value.
8182         * compile/compile-object-load.h (struct compile_module): Replace
8183         func_addr by func_sym.
8184         * compile/compile-object-run.c: Include block.h.
8185         (compile_object_run): Reset module variable after it is freed.  Use
8186         FUNC_SYM instead of FUNC_ADDR.  Rely on it.
8187
8188 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8189
8190         * compile/compile-c-support.c (print_one_macro): Use #ifndef.
8191         (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
8192         (c_compute_program): Call generate_register_struct after typedefs.
8193         * compile/compile-loc2c.c (push, pushf_register_address)
8194         (pushf_register): Cast to GCC_UINTPTR.
8195         (do_compile_dwarf_expr_to_c): Use unused attribute.  Add space after
8196         type.  Use GCC_UINTPTR instead of void *.  Remove excessive cast.
8197         (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
8198         * compile/compile.c (_initialize_compile): Enable warnings for
8199         COMPILE_ARGS.
8200
8201 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8202
8203         * cli/cli-script.c (execute_control_command): Update
8204         eval_compile_command caller.
8205         * compile/compile-object-load.c (compile_object_load): Add parameters
8206         scope and scope_data.  Set them.
8207         * compile/compile-object-load.h (struct compile_module): Add fields
8208         scope and scope_data.
8209         (compile_object_load): Add parameters scope and scope_data.
8210         * compile/compile-object-run.c (struct do_module_cleanup): Add fields
8211         scope and scope_data.
8212         (compile_object_run): Propagate the fields scope and scope_data.
8213         * compile/compile.c (compile_file_command, compile_code_command):
8214         Update eval_compile_command callers.
8215         (eval_compile_command): Add parameter scope_data.  Pass it plus scope.
8216         * compile/compile.h (eval_compile_command): Add parameter scope_data.
8217         * defs.h (struct command_line): Add field scope_data.
8218
8219 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8220
8221         * printcmd.c (struct format_data): Move it to valprint.h.
8222         (print_command_parse_format, print_value): New functions from ...
8223         (print_command_1): ... here.  Call them.
8224         * valprint.h (struct format_data): Move it here from printcmd.c.
8225         (print_command_parse_format, print_value): New declarations.
8226
8227 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8228
8229         * compile/compile-object-load.c (compile_object_load): Add
8230         COMPILE_DEBUG message.
8231
8232 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8233
8234         * ada-lang.c (ada_value_ptr_subscript): Use enum position of
8235         index to get element instead of enum value.
8236         (ada_value_slice_from_ptr, ada_value_slice): Use enum position
8237         of index to compute length, but enum values to compute bounds.
8238         (ada_array_length): Use enum position of index instead of enum value.
8239         (pos_atr): Move position computation to...
8240         (ada_evaluate_subexp): Use enum values to compute bounds.
8241         * gdbtypes.c (discrete_position): ...this new function.
8242         * gdbtypes.h (discrete_position): New function declaration.
8243         * valprint.c (val_print_array_elements): Call discrete_position
8244         to handle array indexed by non-contiguous enumeration types.
8245
8246 2015-05-15  Jerome Guitton  <guitton@adacore.com>
8247
8248         * ada-lang.c (find_parallel_type_by_descriptive_type):
8249         Go through typedefs during lookup.
8250         (to_fixed_array_type): Add support for non-bit packed arrays
8251         as variable-length fields.
8252
8253 2015-05-15  Pedro Alves  <palves@redhat.com>
8254             Simon Marchi  <simon.marchi@ericsson.com>
8255
8256         * event-loop.c (gdb_notifier) <next_file_handler,
8257         next_poll_fds_index>: New fields.
8258         (get_next_file_handler_to_handle_and_advance): New function.
8259         (delete_file_handler): If deleting the next file handler to
8260         handle, advance to the next file handler.
8261         (gdb_wait_for_event): Bail early if no event fired.  Poll file
8262         handlers in round-robin fashion.
8263
8264 2015-05-15  Pedro Alves  <palves@redhat.com>
8265
8266         * linux-tdep.c (linux_find_memory_regions_full): Rename local
8267         'private' to 'priv'.
8268
8269 2015-05-15  Pedro Alves  <palves@redhat.com>
8270
8271         * nat/linux-nat.h: Include "target/waitstatus.h".
8272
8273 2015-05-15  Yuanhui Zhang  <asmwarrior@gmail.com>
8274
8275         * python/py-unwind.c (struct reg_info): Move out of ...
8276         (struct cached_frame_info): ... this scope.
8277         (pending_frame_object_type, unwind_info_object_type): Make extern.
8278
8279 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
8280
8281         * ada-lang.c (ada_value_primitive_packed_val): Make sure
8282         accumSize is never negative.
8283
8284 2015-05-14  Patrick Palka  <patrick@parcs.ath.cx>
8285
8286         * tui/tui-command.c: Remove include of <ctype.h>.
8287         (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
8288
8289 2015-05-13  Martin Galvan  <martin.galvan@tallertechnologies.com>
8290
8291         * dwarf2read.c (die_needs_namespace): Return 1 for
8292         DW_TAG_inlined_subroutine.
8293
8294 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8295
8296         * regcache.c (regcache_cpy_no_passthrough): New declaration.
8297         (regcache_cpy_no_passthrough): Make it static, add function comment.
8298         * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
8299         (regcache_cpy_no_passthrough): Remove declaration.
8300
8301 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8302
8303         * gdbthread.h (struct thread_control_state): Update comment for
8304         proceed_to_finish.
8305         * infcall.c (run_inferior_call): Update comment about
8306         proceed_to_finish.
8307         * infcmd.c (get_return_value): Update comment about stop_registers.
8308         (finish_forward): Update comment about proceed_to_finish.
8309         * infrun.c (stop_registers): Remove.
8310         (clear_proceed_status, normal_stop): Remove stop_registers handling.
8311         * infrun.h (stop_registers): Remove.
8312
8313 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8314
8315         * infcall.c (struct dummy_frame_context_saver)
8316         (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
8317         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8318         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8319         New.
8320         (call_function_by_hand_dummy): Move discard_cleanups of
8321         inf_status_cleanup before dummy_frame_push.  Call
8322         dummy_frame_context_saver_setup and prepare context_saver_cleanup.
8323         Use dummy_frame_context_saver_get_regs instead of stop_registers.
8324         * infcall.h (struct dummy_frame_context_saver)
8325         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
8326         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
8327         New declarations.
8328         * infcmd.c: Include infcall.h.
8329         (get_return_value): Add parameter ctx_saver, use it instead of
8330         stop_registers.
8331         (print_return_value): Add parameter ctx_saver, pass it.
8332         (struct finish_command_continuation_args): Add field ctx_saver.
8333         (finish_command_continuation): Update print_return_value caller.
8334         (finish_command_continuation_free_arg): Free also ctx_saver.
8335         (finish_forward): Call dummy_frame_context_saver_setup.
8336         * inferior.h (struct dummy_frame_context_saver): New declaration.
8337         (get_return_value): Add parameter ctx_saver.
8338         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
8339         get_return_value caller.
8340
8341 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8342
8343         * dummy-frame.c (struct dummy_frame_dtor_list): New.
8344         (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
8345         (remove_dummy_frame): Process dtor_list.
8346         (pop_dummy_frame): Process dtor_list.
8347         (register_dummy_frame_dtor): Maintain dtor_list.
8348         (find_dummy_frame_dtor): Handle dtor_list.
8349         * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
8350         Update comments.
8351
8352 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8353
8354         * compile/compile-object-run.c (do_module_cleanup): Add parameter
8355         registers_valid.
8356         (compile_object_run): Update do_module_cleanup caller.
8357         * dummy-frame.c: Include infcall.h.
8358         (struct dummy_frame): Update dtor comment.
8359         (remove_dummy_frame): Call dtor.
8360         (pop_dummy_frame): Update dtor caller.
8361         * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
8362         registers_valid.
8363
8364 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8365
8366         GDB 7.9.1 released.
8367
8368 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
8369
8370         * NEWS: Create "Changes in GDB 7.9.1" section.  Move news about
8371         Xmethods now being able to specify a result type to that new
8372         sectioin.
8373
8374 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8375
8376         * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
8377         first before resizing the window.
8378         * tui/tui.c (tui_enable): Likewise.
8379
8380 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8381
8382         * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
8383         * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
8384         * infcall.c (call_function_by_hand_dummy): Use proper typedef for
8385         dummy_dtor parameter.
8386         * infcall.h: Include dummy-frame.h.
8387         (call_function_by_hand_dummy_dtor_ftype): Remove.
8388         (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
8389         parameter.
8390
8391 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
8392
8393         PR gdb/17820
8394         * top.c (history_size_setshow_var): Change type to signed.
8395         Initialize to -2.  Update documentation.
8396         (set_readline_history_size): Define.
8397         (set_history_size_command): Use it.  Remove logic for handling
8398         out-of-range sizes.
8399         (init_history): Use set_readline_history_size().  Test for a
8400         value of -2 instead of 0 when determining whether to set a
8401         default history size.
8402         (init_main): Decode the argument of the "size" command as a
8403         zuinteger_unlimited.
8404
8405 2015-05-12  Doug Evans  <dje@google.com>
8406
8407         * dwarf2read.c (struct file_entry): Tweak comments.
8408         (get_debug_line_section): Tweak comments.
8409
8410 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8411
8412         * NEWS: Announce fork support in the RSP and support
8413         for fork debugging in extended mode.
8414
8415 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8416
8417         * remote.c (remote_insert_fork_catchpoint): New function.
8418         (remote_remove_fork_catchpoint): New function.
8419         (remote_insert_vfork_catchpoint): New function.
8420         (remote_remove_vfork_catchpoint): New function.
8421         (pending_fork_parent_callback): New function.
8422         (remove_new_fork_child): New function.
8423         (remote_update_thread_list): Call remote_notif_get_pending_events
8424         and remove_new_fork_child.
8425         (extended_remote_kill): Kill fork child when killing the
8426         parent before follow_fork completes.
8427         (init_extended_remote_ops): Initialize target vector with
8428         new fork catchpoint functions.
8429
8430 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8431
8432         * remote.c (remove_vfork_event_p): New function.
8433         (remote_follow_fork): Add vfork event type to event checking.
8434         (remote_parse_stop_reply): New stop reasons "vfork" and
8435         "vforkdone" for RSP 'T' Stop Reply Packet.
8436
8437 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8438
8439         * linux-nat.c (linux_nat_ptrace_options): New function.
8440         (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
8441         Call linux_nat_ptrace_options and use different argument to
8442         linux_enable_event_reporting.
8443         (_initialize_linux_nat): Delete call to
8444         linux_ptrace_set_additional_flags.
8445         * nat/linux-ptrace.c (current_ptrace_options): Rename to
8446         supported_ptrace_options.
8447         (additional_flags): Delete variable.
8448         (linux_check_ptrace_features): Use supported_ptrace_options.
8449         (linux_test_for_tracesysgood, linux_test_for_tracefork):
8450         Likewise, and remove additional_flags check.
8451         (linux_enable_event_reporting): Change 'attached' argument to
8452         'options'.  Use supported_ptrace_options.
8453         (ptrace_supports_feature): Change comment.  Use
8454         supported_ptrace_options.
8455         (linux_ptrace_set_additional_flags): Delete function.
8456         * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
8457         Delete function prototype.
8458         * remote.c (remote_fork_event_p): New function.
8459         (remote_detach_pid): New function.
8460         (remote_detach_1): Call remote_detach_pid, don't mourn inferior
8461         if doing detach-on-fork.
8462         (remote_follow_fork): New function.
8463         (remote_parse_stop_reply): Handle new "T" stop reason "fork".
8464         (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
8465         (init_extended_remote_ops): Initialize to_follow_fork.
8466
8467 2015-05-12  Don Breazeal  <donb@codesourcery.com>
8468
8469         * nat/linux-ptrace.c (linux_check_ptrace_features): Change
8470         from static to extern.
8471         * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
8472         * remote.c (anonymous enum): <PACKET_fork_event_feature,
8473         * PACKET_vfork_event_feature>: New enumeration constants.
8474         (remote_protocol_features): Add table entries for new packets.
8475         (remote_query_supported): Add new feature queries to qSupported
8476         packet.
8477
8478 2015-05-12  Gary Benson <gbenson@redhat.com>
8479
8480         * remote.c (remote_add_inferior): Call exec_file_locate_attach
8481         for fake PIDs as well as real ones.
8482         (remote_pid_to_exec_file): Send empty annex if PID is fake.
8483
8484 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
8485
8486         * NEWS (Python Scripting): Mention the new gdb.Value methods.
8487         * python/py-value.c (valpy_reference_value): New function.
8488         (valpy_const_value): Likewise.
8489         (value_object_methods): Add new methods.
8490         * value.c (make_cv_value): New function.
8491         * value.h (make_cv_value): Declare.
8492
8493 2015-05-08  Yao Qi  <yao@codesourcery.com>
8494             Sandra Loosemore  <sandra@codesourcery.com>
8495
8496         * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
8497         to 'lh->include_dirs' before accessing to it.
8498         (psymtab_include_file_name): Likewise.
8499         (dwarf_decode_lines_1): Likewise.
8500         (dwarf_decode_lines): Likewise.
8501         (file_file_name): Likewise.
8502
8503 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8504
8505         * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
8506         (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
8507         (nios2_linux_rt_sigreturn_init): Adjust base address of
8508         register save area.
8509
8510 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
8511
8512         * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
8513         "trap 31" as the breakpoint instruction on all targets.
8514
8515 2015-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
8516
8517         * infcmd.c (print_return_value): Remove unused declaration.
8518
8519 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8520
8521         * dwarf2read.c (attr_to_dynamic_prop)
8522         <DW_AT_data_member_location>: Use read_type_die isntead of
8523         get_die_type.
8524
8525 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8526
8527         * ada-lang.c (ada_convert_actual): Add handling of formals
8528         passed inside an aligner type.
8529
8530 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
8531
8532         * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
8533
8534 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
8535
8536         PR python/18291
8537         * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
8538         Print xmethod matcher status.
8539
8540 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8541
8542         * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
8543         register in the regcache when treating the PSWM register, and vice
8544         versa.
8545
8546 2015-05-07  Gary Benson <gbenson@redhat.com>
8547
8548         * linux-thread-db.c (struct thread_db_info)
8549         <td_ta_map_id2thr_p>: Remove field.
8550         (try_thread_db_load_1): Remove initialization for the above.
8551
8552 2015-05-07  Gary Benson <gbenson@redhat.com>
8553
8554         * linux-thread-db.c (struct thread_db_info)
8555         <td_thr_validate_p>: Remove field.
8556         (try_thread_db_load_1): Remove initialization for the above.
8557
8558 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8559
8560         * compile/compile-object-load.c (compile_object_load): Support
8561         mst_text_gnu_ifunc.
8562
8563 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8564
8565         * compile/compile.c (compile_to_object): Make the cmd_string parameter
8566         const.  Use new variables for the const compatibility.
8567         (eval_compile_command): Make the cmd_string parameter const.
8568         * compile/compile.h (eval_compile_command): Make the cmd_string
8569         parameter const.
8570
8571 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8572
8573         * defs.h (deprecated_init_ui_hook): Delete.  Remove associated
8574         comment.
8575         * top.c (deprecated_init_ui_hook): Delete.
8576         (gdb_init): Remove handling of deprecated_init_ui_hook.
8577         * interps.c (clear_interpreter_hooks): Remove handling of
8578         deprecated_init_ui_hook.
8579         * main.c (captured_main): Update comment.
8580
8581 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
8582
8583         * solib.c (_initialize_solib): Add "info dll" alias creation.
8584         * windows-nat.c (set_windows_aliases): Delete.
8585         (_initialize_windows_nat): Remove deprecated_init_ui_hook
8586         assignment.
8587         * NEWS: Add news entry about "info dll" now being available
8588         on all platforms.
8589
8590 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8591
8592         * ada-lang.c (value_assign_to_component): Reformat and improve
8593         documentation. Remove all trailing spaces.
8594
8595 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8596
8597         * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
8598         Stop counting inlined frames as soon as an out-of-line function
8599         is found.
8600
8601 2014-05-05  Pierre-Marie de Rodat  <derodat@adacore.com>
8602
8603         * dwarf2read.c (inherit_abstract_dies): Skip
8604         DW_TAG_GNU_call_site dies while inheriting children of an
8605         abstract DIE into a scope.
8606         (read_lexical_block_scope): Inherit abstract DIE's for
8607         lexical scopes.
8608
8609 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8610
8611         * ada-valprint.c (val_print_packed_array_elements): Delete
8612         variable "len".  Add a type-length check when comparing two
8613         consecutive elements of the array.  Use the element's actual
8614         length in call to value_contents_eq.
8615         * ada-lang.c (ada_value_primitive_packed_val): Always return
8616         a value whose type has been resolved.
8617
8618 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8619
8620         * ada-lang.c (ada_value_primitive_packed_val): Recompute
8621         BIT_SIZE and LEN if the size of the resolved type is smaller
8622         than BIT_SIZE * HOST_CHAR_BIT.
8623
8624 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8625
8626         * ada-lang.c (ada_value_primitive_packed_val): Use a more
8627         correct address in call to value_at.  Adjust call to
8628         value_address accordingly.
8629
8630 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8631
8632         * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
8633         to print it.
8634
8635 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8636
8637         * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
8638         * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
8639         pinfo->valaddr.
8640         * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
8641         * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
8642         (resolve_dynamic_type_internal): Set pinfo.valaddr.
8643         Add handling of addr_stack->valaddr.
8644         (resolve_dynamic_type): Add "valaddr" parameter.
8645         Set pinfo.valaddr field.
8646         * ada-lang.c (ada_discrete_type_high_bound): Update call to
8647         resolve_dynamic_type.
8648         (ada_discrete_type_low_bound): Likewise.
8649         * findvar.c (default_read_var_value): Likewise.
8650         * value.c (value_from_contents_and_address): Likewise.
8651
8652 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
8653
8654         * gdbtypes.c (resolve_dynamic_array): Use
8655         create_array_type_with_stride instead of create_array_type.
8656
8657 2015-04-30  DJ Delorie  <dj@redhat.com>
8658
8659         * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
8660         rl78_decode_opcode
8661
8662 2015-04-29  Doug Evans  <dje@google.com>
8663
8664         PR python/18285
8665         * NEWS: Document new gdb.XMethodWorker.get_result_type method.
8666         * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
8667         EVAL_AVOID_SIDE_EFFECTS for xmethods.
8668         * extension-priv.h (struct extension_language_ops)
8669         <get_xmethod_result_type>: New member.
8670         * extension.c (get_xmethod_result_type): New function.
8671         * extension.h (get_xmethod_result_type): Declare.
8672         * python/py-xmethods.c (get_result_type_method_name): New static
8673         global.
8674         (py_get_result_type_method_name): Ditto.
8675         (gdbpy_get_xmethod_result_type): New function.
8676         (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
8677         * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
8678         * python/python.c (python_extension_ops): Add
8679         gdbpy_get_xmethod_result_type.
8680         * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
8681         * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
8682         xmethods.
8683         (value_x_unop): Ditto.
8684         * value.c (result_type_of_xmethod): New function.
8685         * value.h (result_type_of_xmethod): Declare.
8686
8687 2015-04-29  Gary Benson <gbenson@redhat.com>
8688
8689         * solib.c (solib_find_1): Allow fd argument to be NULL.
8690         (exec_file_find): Update comment.
8691         (solib_find): Likewise.
8692         * exec.c (exec_file_locate_attach): Use NULL as fd
8693         argument to exec_file_find to avoid having to close
8694         the opened file.
8695         * infrun.c (follow_exec): Likewise.
8696
8697 2015-04-28  Doug Evans  <dje@google.com>
8698
8699         PR python/18299
8700         * python/lib/gdb/printing.py (register_pretty_printer): Handle
8701         name or __name__ attributes.  Handle gdb module as first argument.
8702
8703 2015-04-28  Doug Evans  <dje@google.com>
8704
8705         PR python/18089
8706         * python/py-prettyprint.c (print_children): Verify result of children
8707         iterator.  Provide better error message.
8708         * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
8709         * python/python.c (gdbpy_print_python_errors_p): New function.
8710
8711 2015-04-28  Doug Evans  <dje@google.com>
8712
8713         * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
8714
8715 2015-04-28  Sasha Smundak  <asmundak@google.com>
8716
8717         * NEWS: Mention gdb.Type.optimized_out method.
8718         * python/py-type.c (typy_optimized_out):  New function.
8719
8720 2015-04-28  John Baldwin  <jhb@FreeBSD.org>
8721
8722         * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
8723
8724 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8725
8726         * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
8727         (initialize_utils): Move call of init_page_info() to ...
8728         * top.c (gdb_init): ... here.
8729
8730 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8731
8732         * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
8733         (tui_sigwinch_handler): Still update our idea of
8734         the terminal's width and height even when TUI is not active.
8735
8736 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8737
8738         * utils.h (set_screen_width_and_height): Declare.
8739         * utils.c (set_screen_width_and_height): Define.
8740         * tui/tui-win.c (tui_update_gdb_sizes): Use it.
8741
8742 2015-04-28  Gary Benson <gbenson@redhat.com>
8743
8744         * infrun.c (solist.h): New include.
8745         (follow_exec): Use exec_file_find to prefix execd_pathname
8746         with gdb_sysroot.
8747
8748 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8749
8750         * tui/tui-source.c (tui_set_source_content): Avoid calling
8751         strcpy() when offset is 0.
8752
8753 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8754
8755         PR gdb/18155
8756         * tui/tui-data.c (tui_free_window): Don't free the locator
8757         window when passed an SRC_WIN or a DISASSEM_WIN.
8758
8759 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
8760
8761         * tui/tui-data.h (struct tui_win_element): Forward-declare.
8762         (tui_win_content): Move declaration.
8763         (struct tui_gen_win_info): Give 'content' field the
8764         type tui_win_content.
8765         * tui/tui-data.c (init_content_element): Remove redundant and
8766         erroneous casts.
8767         (tui_add_content_elements): Remove erroneous cast.
8768         * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
8769         casts.
8770         (tui_get_begin_asm_address): Likewise.
8771         * tui/tui-regs.c (tui_show_registers): Likewise.
8772         (tui_show_register_group): Likewise.
8773         (tui_display_registers_from): Likewise.
8774         (tui_check_register_values): Likewise.
8775         * tui/tui-source.c (tui_set_source_content): Likewise.
8776         (tui_set_source_content_nil): Likewise.
8777         (tui_source_is_displayed): Likewise.
8778         * tui/tui-stack.c (tui_show_locator_content): Likewise.
8779         (tui_set_locator_fullname): Likewise.
8780         (tui_set_locator_info): Likewise.
8781         (tui_show_frame_info): Likewise.
8782         * tui/tui-winsource.c (tui_clear_source_content): Likewise.
8783         (tui_show_source_line): Likewise.
8784         (tui_horizontal_source_scroll): Likewise.
8785         (tui_update_breakpoint_info): Likewise.
8786         (tui_set_exec_info_content): Likewise.
8787         (tui_show_exec_info_content): Likewise.
8788         (tui_alloc_source_buffer): Likewise.
8789         (tui_line_is_displayed): Likewise.
8790         (tui_addr_is_displayed): Likewise.
8791
8792 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8793
8794         * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
8795         event if PL_FLAG_EXEC is set.
8796         [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
8797         [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
8798         (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
8799         "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
8800         Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
8801
8802 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8803
8804         * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
8805         [TDP_RFPPWAIT] New variable fbsd_pending_children.
8806         [TDP_RFPPWAIT] (fbsd_remember_child): New function.
8807         [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
8808         [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
8809         [PT_LWPINFO] (fbsd_wait): New function.
8810         [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
8811         [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
8812         [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
8813         [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
8814         [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
8815         [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
8816         [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
8817         [TDP_RFPPWAIT] (fbsd_post_attach): New function.
8818         (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
8819         "fbsd_wait".
8820         [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
8821         Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
8822         Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
8823         Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
8824         Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
8825         Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
8826         Set "to_post_attach" to "fbsd_post_attach".
8827
8828 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
8829
8830         * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
8831         (fbsd_find_memory_regions): Mark static.
8832         (fbsd_nat_add_target): New function.
8833         * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
8834         fbsd_pid_to_exec_file and fbsd_find_memory_regions.
8835         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
8836         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
8837         * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
8838         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
8839
8840 2015-04-27  Gary Benson <gbenson@redhat.com>
8841
8842         * objfiles.c (allocate_objfile): Do not attempt to expand name
8843         if name is a "target:" filename.
8844         * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
8845         to load auto-load scripts for objfiles with "target:" filenames.
8846
8847 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8848
8849         * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
8850         (enum s390_vector_abi_kind): New enum.
8851         (struct gdbarch_tdep)<vector_abi>: New field.
8852         (s390_effective_inner_type): Add parameter min_size.  Stop
8853         unwrapping if the inner type is smaller than min_size.
8854         (s390_function_arg_float): Adjust call to
8855         s390_effective_inner_type.
8856         (s390_function_arg_vector): New function.
8857         (s390_function_arg_integer): Adjust comment.
8858         (struct s390_arg_state)<vr>: New field.
8859         (s390_handle_arg): Add parameter 'is_unnamed'.  Pass vector
8860         arguments according to vector ABI when appropriate.
8861         (s390_push_dummy_call): Initialize the argument state's field
8862         'vr'.  Adjust calls to s390_handle_arg.
8863         (s390_register_return_value): Handle vector return values.
8864         (s390_return_value): Apply the "register" return value convention
8865         to a vector when appropriate.
8866         (s390_gdbarch_init): Initialize tdep->vector_abi.
8867         * NEWS: Announce S390 vector ABI support.
8868
8869 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8870
8871         * s390-linux-tdep.c (s390_return_value_convention): Remove
8872         function.  Inline its logic...
8873         (s390_return_value): ...here.  Instead, move the handling of the
8874         "register" return value convention...
8875         (s390_register_return_value): ...here.  New function.
8876
8877 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8878
8879         * s390-linux-tdep.c
8880         (is_float_singleton): Remove function.  Move the "singleton" part
8881         of the logic...
8882         (s390_effective_inner_type): ...here.  New function.
8883         (is_float_like): Remove function.  Inline its logic...
8884         (s390_function_arg_float): ...here.
8885         (is_pointer_like, is_integer_like, is_struct_like): Remove
8886         functions.  Inline their logic...
8887         (s390_function_arg_integer): ...here.
8888         (s390_function_arg_pass_by_reference): Remove function.
8889         (extend_simple_arg): Remove function.
8890         (alignment_of): Remove function.
8891         (struct s390_arg_state): New structure.
8892         (s390_handle_arg): New function.
8893         (s390_push_dummy_call): Move parameter placement logic to the new
8894         function s390_handle_arg.  Call it for calculating the stack area
8895         sizes first, and again for actually writing the parameters.
8896
8897 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8898
8899         * s390-linux-tdep.c (is_power_of_two): Add comment.  Return
8900           false if the argument is zero.
8901
8902 2015-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
8903
8904         * ada-lang.c (template_to_static_fixed_type): Return input type
8905         when it is already fixed.  Cache the input type itself when not
8906         creating a static fixed copy.  Make it explicit that we never
8907         molestate the input type.
8908         * gdbtypes.c (resolve_dynamic_struct): Reset the
8909         TYPE_TARGET_TYPE field for resolved copies.
8910
8911 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
8912
8913         * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
8914         (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
8915         (template_to_static_fixed_type): Call ada_check_typedef only
8916         when necessary.
8917
8918 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
8919
8920         * cli/cli-dump.c (srec_dump_command): Add internationalization
8921         mark ups.
8922         (ihex_dump_command): Likewise.
8923         (tekhex_dump_command): Likewise.
8924         (binary_dump_command): Likewise.
8925         (binary_append_command): Likewise.
8926
8927 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
8928
8929         * cli/cli-dump.c (verilog_cmdlist): New variable.
8930         (dump_verilog_memory): New function.
8931         (dump_verilog_value): New function.
8932         (verilog_dump_command): New function.
8933         (_initialize_cli_dump): Add new commands to support verilog dump
8934         format.
8935         * NEWS: Add entry for "dump verilog".
8936
8937 2015-04-24  Pierre-Marie de Rodat  <derodat@adacore.com>
8938
8939         * gdbtypes.c (print_gnat_stuff): Do not recurse on the
8940         descriptive type when there is none.
8941
8942 2015-04-23  Patrick Palka  <patrick@parcs.ath.cx>
8943
8944         * tui/tui-win.c (tui_async_resize_screen): Call
8945         rl_resize_terminal().
8946
8947 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
8948
8949         * windows-nat.c (handle_output_debug_string): Don't change
8950         current_event.dwThreadId.
8951         (get_windows_debug_event): Use thread_id, rather than relying on
8952         current_event.dwThreadId being changed.
8953
8954 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
8955
8956         * windows-nat.c (windows_continue): Report an error if
8957         ContinueDebugEvent() fails.
8958
8959 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
8960
8961         * windows-nat.c (windows_resume): Fix misspelling in debug output.
8962
8963 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
8964
8965         * windows-nat.c (get_windows_debug_event): Replace retval with
8966         thread_id throughout.  Update stale comment.
8967
8968 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
8969
8970         * windows-nat.c (get_windows_debug_event): Don't use ternary
8971         conditional operator.
8972
8973 2015-04-21  Pierre Muller  <muller@sourceware.org>
8974
8975         PR pascal/17815
8976         p-exp.y (yylex): Reorganize code to return the matched pattern
8977         for a field of this.
8978
8979 2015-04-21  Gary Benson <gbenson@redhat.com>
8980
8981         * common/fileio.h (fileio_to_host_openflags): New declaration.
8982         * common/fileio.c (fcntl.h): New include.
8983         (fileio_to_host_openflags): New function, factored out from...
8984         * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
8985         Single use updated.
8986
8987 2015-04-21  Kevin Buettner  <kevinb@redhat.com>
8988
8989         * rl78-tdep.c (RL78_SP_ADDR): Define.
8990         (opc_reg_to_gdb_regnum): New static function.
8991         (rl78_analyze_prologue): Recognize instructions forming slightly
8992         more interesting prologues.
8993
8994 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
8995
8996         Revert:
8997         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8998         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
8999         TYPE_CODE_REF types so that they are not considered as dynamic
9000         depending on the referenced type.
9001         (resolve_dynamic_type_internal): Likewise.
9002
9003 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
9004
9005         Revert:
9006         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9007         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9008         "top_level" parameter.
9009         (resolve_dynamic_type_internal): Remove the unused "top_level"
9010         parameter.  Update call to is_dynamic_type_internal.
9011         (is_dynamic_type): Update call to is_dynamic_type_internal.
9012         (resolve_dynamic_range): Update call to
9013         resolve_dynamic_type_internal.
9014         (resolve_dynamic_union): Likewise.
9015         (resolve_dynamic_struct): Likewise.
9016         (resolve_dynamic_type): Likewise.
9017
9018 2015-04-19  Gabriel Krisman Bertazi  <gabriel@krisman.be>
9019
9020         * breakpoint.c (update_dprintf_command_list): Remove duplicated
9021         xmalloc.
9022
9023 2015-04-20  Thomas Schwinge  <thomas@codesourcery.com>
9024
9025         * reply_mig_hack.awk: Robustify parsing.
9026
9027         * reply_mig_hack.awk: Don't bother to declare an intermediate
9028         function pointer variable.
9029
9030 2015-04-17  Doug Evans  <dje@google.com>
9031
9032         * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
9033         to "exec_displacement" to avoid confusion with inner use of the name.
9034
9035 2015-04-17  Pedro Alves  <palves@redhat.com>
9036
9037         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
9038         if HW point of TYPE isn't supported.
9039
9040 2015-04-17  Yao Qi  <yao.qi@linaro.org>
9041             Pedro Alves  <palves@redhat.com>
9042
9043         * target.h (target_can_use_hardware_watchpoint): Update comments.
9044         Remove trailing ";".
9045
9046 2015-04-17  Gary Benson <gbenson@redhat.com>
9047
9048         * remote.c (remote_add_inferior): New argument try_open_exec.
9049         If nonzero, attempt to open the inferior's executable file as
9050         the main executable if no main executable is open already.
9051         All callers updated.
9052         * NEWS: Mention that GDB now supports automatic location and
9053         retrieval of executable + files from remote targets.
9054
9055 2015-04-17  Gary Benson <gbenson@redhat.com>
9056
9057         * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
9058         * remote.c (PACKET_qXfer_exec_file): Likewise.
9059         (remote_protocol_features): Register the
9060         "qXfer:exec-file:read" feature.
9061         (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
9062         (remote_pid_to_exec_file): New function.
9063         (init_remote_ops): Initialize to_pid_to_exec_file.
9064         (_initialize_remote): Register new "set/show remote
9065         pid-to-exec-file-packet" command.
9066         * NEWS: Announce new qXfer:exec-file:read packet.
9067
9068 2015-04-17  Gary Benson <gbenson@redhat.com>
9069
9070         * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
9071         New declaration.
9072         * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
9073         New function, factored out from...
9074         * linux-nat.c (linux_child_pid_to_exec_file): ...here.
9075
9076 2015-04-17  Gary Benson <gbenson@redhat.com>
9077
9078         * exec.c (solist.h): New include.
9079         (exec_file_locate_attach): Prefix absolute executable
9080         paths with gdb_sysroot if set.
9081         * NEWS: Mention that executable paths may be prepended
9082         with sysroot.
9083
9084 2015-04-17  Gary Benson <gbenson@redhat.com>
9085
9086         * solist.h (exec_file_find): New declaration.
9087         * solib.c (solib_find_1): New function, factored out from...
9088         (solib_find): ...here.
9089         (exec_file_find): New function.
9090
9091 2015-04-17  Gary Benson <gbenson@redhat.com>
9092
9093         * gdbcore.h (exec_file_locate_attach): New declaration.
9094         * exec.c (exec_file_locate_attach): New function, factored
9095         out from...
9096         * infcmd.c (attach_command_post_wait): ...here.
9097
9098 2015-04-17  Mike Frysinger  <vapier@gentoo.org>
9099
9100         * MAINTAINERS: Add myself for Blackfin/write-after-approval.
9101
9102 2015-04-16  Yao Qi  <yao.qi@linaro.org>
9103
9104         * infrun.c (maybe_software_singlestep): Declare.
9105         (displaced_step_fixup): Call maybe_software_singlestep.
9106
9107 2015-04-15  Doug Evans  <dje@google.com>
9108
9109         * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
9110
9111 2015-04-15  Doug Evans  <dje@google.com>
9112
9113         * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
9114
9115 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
9116
9117         * python/lib/gdb/command/unwinders.py: Add parentheses.
9118
9119 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9120
9121         * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
9122
9123 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9124
9125         * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
9126
9127 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9128
9129         * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
9130         dsc->insn_size instead of 4.
9131
9132 2015-04-14  Gary Benson <gbenson@redhat.com>
9133
9134         * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
9135         * minidebug.c (lzma_stat): Likewise.
9136         * solib-spu.c (spu_bfd_iovec_stat): Likewise.
9137         * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
9138
9139 2015-04-13  Stan Shebs  <stanshebs@google.com>
9140
9141         * MAINTAINERS: Update my email address.
9142
9143 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
9144
9145         * amd64-tdep.c (amd64_target_description): New function.
9146         * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
9147         * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
9148         (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9149         x86 extended save area.
9150         (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9151         * amd64bsd-nat.h: Export amd64bsd_xsave_len.
9152         * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
9153         (_initialize_amd64fbsd_nat): Set "to_read_description" to
9154         "amd64fbsd_read_description".
9155         * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
9156         (amd64fbsd_supply_xstateregset): New function.
9157         (amd64fbsd_collect_xstateregset): New function.
9158         Add "amd64fbsd_xstateregset".
9159         (amd64fbsd_iterate_over_regset_sections): New function.
9160         (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
9161         "I386_FBSD_XSAVE_XCR0_OFFSET".
9162         Add "iterate_over_regset_sections" gdbarch method.
9163         Add "core_read_description" gdbarch method.
9164         * i386-tdep.c (i386_target_description): New function.
9165         * i386-tdep.h: Export i386_target_description and tdesc_i386.
9166         * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
9167         (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
9168         x86 extended save area.
9169         (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
9170         * i386bsd-nat.h: Export i386bsd_xsave_len.
9171         * i386fbsd-nat.c (i386fbsd_read_description): New function.
9172         (_initialize_i386fbsd_nat): Set "to_read_description" to
9173         "i386fbsd_read_description".
9174         * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
9175         (i386fbsd_core_read_description): New function.
9176         (i386fbsd_supply_xstateregset): New function.
9177         (i386fbsd_collect_xstateregset): New function.
9178         Add "i386fbsd_xstateregset".
9179         (i386fbsd_iterate_over_regset_sections): New function.
9180         (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
9181         "I386_FBSD_XSAVE_XCR0_OFFSET".
9182         Add "iterate_over_regset_sections" gdbarch method.
9183         Add "core_read_description" gdbarch method.
9184         * i386fbsd-tdep.h: New file.
9185
9186 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9187
9188         * NEWS (Changes since GDB 7.9): Add removed -xdb.
9189         * breakpoint.c (command_line_is_silent): Remove xdb_commands
9190         conditional.
9191         (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
9192         and lb.
9193         * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
9194         va.
9195         * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
9196         conditional.
9197         * defs.h (xdb_commands): Remove declaration.
9198         * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
9199         * guile/scm-cmd.c (command_classes): Remove xdb from comment.
9200         * infcmd.c (run_no_args_command, go_command): Remove.
9201         (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
9202         * infrun.c (xdb_handle_command): Remove.
9203         (_initialize_infrun): Remove xdb_commands for lz and z.
9204         * main.c (xdb_commands): Remove variable.
9205         (captured_main): Remove "xdb" from long_options.
9206         (print_gdb_help): Remove --xdb from help.
9207         * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
9208         * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
9209         * stack.c (backtrace_full_command, args_plus_locals_info)
9210         (current_frame_command): Remove.
9211         (_initialize_stack): Remove xdb_commands for t, T and l.
9212         * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
9213         * thread.c (_initialize_thread): Remove xdb_commands condition.
9214         * tui/tui-layout.c (tui_toggle_layout_command)
9215         (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
9216         (_initialize_tui_layout): Remove xdb_commands for td and ts.
9217         * tui/tui-regs.c (tui_scroll_regs_forward_command)
9218         (tui_scroll_regs_backward_command): Remove.
9219         (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
9220         * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
9221         (_initialize_tui_win): Remove xdb_commands for U and w.
9222         * utils.c (pagination_on_command, pagination_off_command): Remove.
9223         (initialize_utils): Remove xdb_commands for am and sm.
9224
9225 2015-04-10  Pedro Alves  <palves@redhat.com>
9226
9227         * infrun.c (displaced_step_fixup): Switch to the event ptid
9228         earlier.  If the thread stopped for a watchpoint and the
9229         target/arch has non-continuable watchpoints, cancel the displaced
9230         step.
9231         (resume): Don't start a displaced step if in-line step-over info
9232         is valid.
9233
9234 2015-04-10  Pedro Alves  <palves@redhat.com>
9235
9236         * infrun.c (displaced_step_in_progress): New function.
9237         (do_target_resume): Advise target to report all signals if
9238         displaced stepping.
9239
9240 2015-04-10  Pedro Alves  <palves@redhat.com>
9241
9242         PR gdb/18216
9243         * infrun.c (process_event_stop_test): Don't assume a step-resume
9244         is set if tp->stepped_breakpoint is true.
9245
9246 2015-04-10  Yao Qi  <yao.qi@linaro.org>
9247
9248         * arm-tdep.c (install_alu_reg): Update comment.
9249         (thumb_copy_alu_reg): Remove local variable rn.  Update
9250         debugging message.  Use r2 instead of r1 in the modified
9251         instruction.
9252
9253 2015-04-10  Pedro Alves  <palves@redhat.com>
9254
9255         PR gdb/13858
9256         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
9257         linux_displaced_step_location as gdbarch_displaced_step_location
9258         hook.
9259         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9260         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9261         * linux-tdep.c (linux_displaced_step_location): New function,
9262         based on ppc_linux_displaced_step_location.
9263         * linux-tdep.h (linux_displaced_step_location): New declaration.
9264         * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
9265         (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
9266         Delete.
9267         (ppc_linux_init_abi): Install linux_displaced_step_location as
9268         gdbarch_displaced_step_location hook, even without Cell/B.E..
9269         (_initialize_ppc_linux_tdep): Don't install
9270         ppc_linux_inferior_created as inferior_created observer.
9271         * s390-linux-tdep.c (s390_gdbarch_init): Install
9272         linux_displaced_step_location as gdbarch_displaced_step_location
9273         hook.
9274
9275 2015-04-09  Gary Benson <gbenson@redhat.com>
9276
9277         * common/common-remote-fileio.h: Rename to...
9278         * common/fileio.h: ...this.  Update all references.
9279         (remote_fileio_to_fio_error): Rename to...
9280         (host_to_fileio_error): ...this.
9281         (remote_fileio_to_be): Rename to...
9282         (host_to_bigendian): ...this.  Update all callers.
9283         (remote_fileio_to_fio_uint): Rename to...
9284         (host_to_fileio_uint): ...this.  Update all callers.
9285         (remote_fileio_to_fio_time): Rename to...
9286         (host_to_fileio_time): ...this.  Update all callers.
9287         (remote_fileio_to_fio_stat): Rename to...
9288         (host_to_fileio_stat): ...this.
9289         Update all references.
9290         * common/common-remote-fileio.c: Rename to...
9291         * common/fileio.c: ...this.  Update all references.
9292         (remote_fileio_to_fio_error): Rename to...
9293         (host_to_fileio_error): ...this.  Update all callers.
9294         (remote_fileio_mode_to_target): Rename to...
9295         (fileio_mode_pack): ...this.  Update all callers.
9296         (remote_fileio_to_fio_mode): Rename to...
9297         (host_to_fileio_mode): ...this.  Update all callers.
9298         (remote_fileio_to_fio_ulong): Rename to...
9299         (host_to_fileio_ulong): ...this.  Update all callers.
9300         (remote_fileio_to_fio_stat): Rename to...
9301         (host_to_fileio_stat): ...this.  Update all callers.
9302
9303 2015-04-09  Andy Wingo  <wingo@igalia.com>
9304
9305         * guile/scm-frame.c (gdbscm_frame_read_register): New function.
9306         (frame_functions): Bind gdbscm_frame_read_register to
9307         frame-read-register.
9308         * guile/lib/gdb.scm (frame-read-register): Export.
9309
9310 2015-04-09  Gary Benson <gbenson@redhat.com>
9311
9312         * common/common-remote-fileio.h (remote_fileio_to_fio_error):
9313         New declaration.
9314         * common/common-remote-fileio.c (remote_fileio_to_fio_error):
9315         New function, factored out the named functions below.
9316         * inf-child.c (gdb/fileio.h): Remove include.
9317         (common-remote-fileio.h): New include.
9318         (inf_child_errno_to_fileio_error): Remove function.  Update
9319         all callers to use remote_fileio_to_fio_error.
9320         * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
9321
9322 2015-04-09  Andy Wingo  <wingo@igalia.com>
9323
9324         * MAINTAINERS (Write After Approval): Add Andy Wingo.
9325
9326 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
9327
9328         * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
9329         Replace $zlibdir with $ZLIBDIR in LDFLAGS.
9330         * configure: Regenerated.
9331
9332 2015-04-09  Pedro Alves  <palves@redhat.com>
9333
9334         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
9335         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
9336         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
9337         * gnulib/import/Makefile.am: Update.
9338         * gnulib/import/Makefile.in: Update.
9339         * gnulib/import/m4/gnulib-cache.m4: Update.
9340         * gnulib/import/m4/gnulib-comp.m4: Update.
9341         * gnulib/import/m4/strtok_r.m4: New file.
9342         * gnulib/import/strtok_r.c: New file.
9343
9344 2015-04-09  Pedro Alves  <palves@redhat.com>
9345
9346         * gnulib/update-gnulib.sh (aclocal version check): Filter out
9347         "called too early to check prototype".
9348
9349 2015-04-08  Sergio Durigan Junior  <sergiodj@redhat.com>
9350
9351         PR python/16699
9352         * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
9353         use a caching mechanism.  Adjust comments and code to reflect
9354         that.  Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
9355         (cmdpy_completer_handle_brkchars): Adjust call to
9356         cmdpy_completer_helper.  Call Py_XDECREF for 'resultobj'.
9357         (cmdpy_completer): Likewise.
9358
9359 2015-04-08  Yao Qi  <yao.qi@linaro.org>
9360
9361         * spu-tdep.c (spu_gdbarch_init): Don't call
9362         set_gdbarch_cannot_step_breakpoint.
9363
9364 2015-04-07  Sergio Durigan Junior  <sergiodj@redhat.com>
9365
9366         * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
9367
9368 2015-04-07  Pedro Alves  <palves@redhat.com>
9369
9370         * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
9371         (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
9372         (delete_exited_threads): New declaration.
9373         * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
9374         * linux-nat.c (linux_nat_update_thread_list): New function.
9375         (linux_nat_add_target): Install it.
9376         * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
9377         * thread.c (prune_threads): Use ALL_THREADS_SAFE.
9378         (delete_exited_threads): New function.
9379
9380 2015-04-07  Pedro Alves  <pedro@codesourcery.com>
9381
9382         * infrun.c (resume) <displaced stepping debug output>: Get the
9383         leader thread's regcache, not resume_ptid's.
9384
9385 2015-04-06  Doug Evans  <xdje42@gmail.com>
9386
9387         * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
9388         VAR_DOMAIN.
9389         (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
9390         Include symbol domain in debugging output.
9391
9392 2015-04-06  Pedro Alves  <palves@redhat.com>
9393             Bernd Edlinger  <bernd.edlinger@hotmail.de>
9394
9395         * configure.ac: Remove the mingw32-specific stub-termcap.o
9396         fallback, and instead fallback to the stub termcap on all hosts.
9397         * configure: Regenerate.
9398         * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
9399         symbols.
9400
9401 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9402
9403         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
9404         "top_level" parameter.
9405         (resolve_dynamic_type_internal): Remove the unused "top_level"
9406         parameter.  Update call to is_dynamic_type_internal.
9407         (is_dynamic_type): Update call to is_dynamic_type_internal.
9408         (resolve_dynamic_range): Update call to
9409         resolve_dynamic_type_internal.
9410         (resolve_dynamic_union): Likewise.
9411         (resolve_dynamic_struct): Likewise.
9412         (resolve_dynamic_type): Likewise.
9413
9414 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9415
9416         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
9417         TYPE_CODE_REF types so that they are not considered as dynamic
9418         depending on the referenced type.
9419         (resolve_dynamic_type_internal): Likewise.
9420
9421 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
9422
9423         * Makefile.in (top_srcdir): New.
9424         * configure: Regenerated.
9425
9426 2015-04-02  Gary Benson <gbenson@redhat.com>
9427
9428         * NEWS: Announce the new default sysroot of "target:".
9429
9430 2015-04-02  Gary Benson <gbenson@redhat.com>
9431
9432         * main.c (captured_main): Set gdb_sysroot to "target:"
9433         if not otherwise set.
9434
9435 2015-04-02  Gary Benson <gbenson@redhat.com>
9436
9437         * exec.c (exec_file_attach): Support "target:" filenames.
9438
9439 2015-04-02  Gary Benson <gbenson@redhat.com>
9440
9441         * solib.c (solib_find): Strip "target:" prefix from sysroot
9442         if accessing local files.
9443
9444 2015-04-02  Gary Benson <gbenson@redhat.com>
9445
9446         * symfile.c (symfile_bfd_open): Reorder to remove duplicated
9447         checks and error messages.
9448
9449 2015-04-02  Gary Benson <gbenson@redhat.com>
9450
9451         * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
9452         (remote_filename_p): Remove declaration.
9453         (remote_bfd_open): Likewise.
9454         * remote.c (remote_bfd_iovec_open): Remove function.
9455         (remote_bfd_iovec_close): Likewise.
9456         (remote_bfd_iovec_pread): Likewise.
9457         (remote_bfd_iovec_stat): Likewise.
9458         (remote_filename_p): Likewise.
9459         (remote_bfd_open): Likewise.
9460         * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
9461         * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
9462         (gdb_bfd_open_maybe_remote): Remove function.
9463         (symfile_bfd_open):  Replace remote filename check with
9464         target filename check.
9465         (reread_symbols): Use gdb_bfd_open.
9466         * build-id.c (gdbcore.h): New include.
9467         (build_id_to_debug_bfd): Use gdb_bfd_open.
9468         * infcmd.c (attach_command_post_wait): Remove remote filename
9469         check.
9470         * solib.c (solib_find): Replace remote-specific handling with
9471         target-specific handling.  Update comments where necessary.
9472         (solib_bfd_open): Replace remote-specific handling with
9473         target-specific handling.
9474         (gdb_sysroot_changed): New function.
9475         (_initialize_solib): Call the above when gdb_sysroot changes.
9476         * windows-tdep.c (gdbcore.h): New include.
9477         (windows_xfer_shared_library): Use gdb_bfd_open.
9478
9479 2015-04-02  Gary Benson <gbenson@redhat.com>
9480
9481         * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
9482         (is_target_filename): New declaration.
9483         (gdb_bfd_has_target_filename): Likewise.
9484         (gdb_bfd_open): Update documentation comment.
9485         * gdb_bfd.c (target.h): New include.
9486         (gdb/fileio.h): Likewise.
9487         (is_target_filename): New function.
9488         (gdb_bfd_has_target_filename): Likewise.
9489         (fileio_errno_to_host): Likewise.
9490         (gdb_bfd_iovec_fileio_open): Likewise.
9491         (gdb_bfd_iovec_fileio_pread): Likewise.
9492         (gdb_bfd_iovec_fileio_close): Likewise.
9493         (gdb_bfd_iovec_fileio_fstat): Likewise.
9494         (gdb_bfd_open): Use target fileio to access paths prefixed
9495         with "target:" where necessary.
9496
9497 2015-04-02  Gary Benson <gbenson@redhat.com>
9498
9499         * target.h (struct target_ops) <to_filesystem_is_local>:
9500         New field.
9501         (target_filesystem_is_local): New macro.
9502         * target-delegates.c: Regenerate.
9503         * remote.c (remote_filesystem_is_local): New function.
9504         (init_remote_ops): Initialize to_filesystem_is_local.
9505
9506 2015-04-02  Gary Benson <gbenson@redhat.com>
9507
9508         * target.h (struct target_ops) <to_fileio_fstat>: New field.
9509         (target_fileio_fstat): New declaration.
9510         * target.c (target_fileio_fstat): New function.
9511         * inf-child.c (inf_child_fileio_fstat): Likewise.
9512         (inf_child_target): Initialize to_fileio_fstat.
9513         * remote.c (init_remote_ops): Likewise.
9514
9515 2015-04-01  Sasha Smundak  <asmundak@google.com>
9516
9517         * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
9518         (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
9519         (py-unwind.o): New recipe.
9520         * NEWS: mention Python frame unwinding.
9521         * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
9522         gdb/unwinder.py and gdb/command/unwinder.py
9523         * python/lib/gdb/__init__.py (packages): Add frame_unwinders
9524         list.
9525         (execute_unwinders): New function.
9526         * python/lib/gdb/command/unwinders.py: New file.
9527         * python/lib/gdb/unwinder.py: New file.
9528         * python/py-objfile.c (objfile_object): Add frame_unwinders field.
9529         (objfpy_dealloc): Decrement frame_unwinders reference count.
9530         (objfpy_initialize): Create frame_unwinders list.
9531         (objfpy_get_frame_unwinders): New function.
9532         (objfpy_set_frame_unwinders): Ditto.
9533         (objfile_getset): Add frame_unwinders attribute to Objfile.
9534         * python/py-progspace.c (pspace_object): Add frame_unwinders field.
9535         (pspy_dealloc): Decrement frame_unwinders reference count.
9536         (pspy_initialize): Create frame_unwinders list.
9537         (pspy_get_frame_unwinders): New function.
9538         (pspy_set_frame_unwinders): Ditto.
9539         (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
9540         * python/py-unwind.c: New file.
9541         * python/python-internal.h (pspy_get_name_unwinders): New prototype.
9542         (objpy_get_frame_unwinders): New prototype.
9543         (gdbpy_initialize_unwind): New prototype.
9544         * python/python.c (gdbpy_apply_type_printers): Call
9545         gdbpy_initialize_unwind.
9546
9547 2015-04-01  Pedro Alves  <palves@redhat.com>
9548
9549         * infrun.c (resume): Check currently_stepping after clearing
9550         stepped_breakpoint, not before.
9551
9552 2015-04-01  Pedro Alves  <palves@redhat.com>
9553
9554         * infrun.c (print_target_wait_results): Print all the ptid
9555         elements.
9556
9557 2015-04-01  Pedro Alves  <palves@redhat.com>
9558
9559         * infrun.c (keep_going): Also discard cleanups if inserting
9560         breakpoints fails.
9561
9562 2015-04-01  Pedro Alves  <palves@redhat.com>
9563
9564         * infrun.c (wait_for_inferior): Install the
9565         finish_thread_state_cleanup cleanup across the whole function, not
9566         just around handle_inferior_event.
9567
9568 2015-04-01  Pedro Alves  <palves@redhat.com>
9569
9570         * infrun.c (resume) <step past permanent breakpoint>: Use
9571         do_target_resume.
9572
9573 2015-04-01  Pedro Alves  <palves@redhat.com>
9574
9575         * linux-nat.c (linux_handle_extended_wait): Always call set_running.
9576
9577 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9578
9579         * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
9580
9581 2015-04-01  Pedro Alves  <palves@redhat.com>
9582
9583         * linux-thread-db.c (record_thread): Readd the thread to gdb's
9584         list if it was marked exited.
9585
9586 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
9587
9588         * configure: Regenerated.
9589
9590 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9591             Jan Kratochvil  <jan.kratochvil@redhat.com>
9592             Oleg Nesterov  <oleg@redhat.com>
9593
9594         PR corefiles/16092
9595         * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
9596         New enum identifying the various options of the coredump_filter
9597         file.
9598         (struct smaps_vmflags): New struct.
9599         (use_coredump_filter): New variable.
9600         (decode_vmflags): New function.
9601         (mapping_is_anonymous_p): Likewise.
9602         (dump_mapping_p): Likewise.
9603         (linux_find_memory_regions_full): New variables
9604         'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
9605         Removed variable 'modified'.  Read /proc/<PID>/smaps file; improve
9606         parsing of its information.  Implement memory mapping filtering
9607         based on its contents.
9608         (show_use_coredump_filter): New function.
9609         (_initialize_linux_tdep): New command 'set use-coredump-filter'.
9610         * NEWS: Mention the possibility of using the
9611         '/proc/PID/coredump_filter' file when generating a corefile.
9612         Mention new command 'set use-coredump-filter'.
9613
9614 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
9615
9616         * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
9617         read_memory_unsigned_integer.
9618
9619 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
9620
9621         * Makefile.in (ZLIB): New.
9622         (ZLIBINC): Likewise.
9623         (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
9624         (CLIBS): Add $(ZLIB).
9625         * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
9626         Add -lz to LIBS.
9627         * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
9628         * top.c (print_gdb_configuration): Remove --with-zlib and
9629         --without-zlib.
9630         * config.in: Regenerated.
9631         * configure: Likewise.
9632
9633 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9634
9635         * NEWS: Mention info os cpus support.
9636         * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
9637         (struct osdata_type): Add cpus entry, reorder the entries in
9638         alphabetical order.
9639
9640 2015-03-31  Matthias Klose  <doko@ubuntu.com>
9641
9642         * compile/compile.c (compile_to_object): Allow triplets with or
9643         without vendor set.
9644
9645 2015-03-30  Doug Evans  <dje@google.com>
9646
9647         PR c++/18141
9648         * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
9649         klass in VAR_DOMAIN.
9650
9651 2015-03-30  Gary Benson <gbenson@redhat.com>
9652
9653         * remote.c (remote_mourn_1): Remove function.  Update all callers
9654         to use remote_mourn.
9655         (extended_remote_mourn_1): Remove function.  Update all callers
9656         to use extended_remote_mourn.
9657         (extended_remote_attach_1): Remove function.  Update all callers
9658         to use extended_remote_attach.
9659
9660 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
9661
9662         * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
9663         (HFILES_NO_SRCDIR): Add ft32-tdep.h.
9664         (ALLDEPFILES): Add ft32-tdep.c.
9665         * configure.tgt: Add FT32 entry.
9666         * ft32-tdep.c: New file, FT32 target-dependent code.
9667         * ft32-tdep.h: New file, FT32 target-dependent code.
9668
9669 2015-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9670
9671         Revert:
9672         2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9673         Code cleanup.
9674         * printcmd.c (print_command_1): Move expr variable scope.
9675
9676 2015-03-27  Joel Brobecker  <brobecker@adacore.com>
9677
9678         * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
9679
9680 2015-03-27  Andrzej Kaczmarek  <andrzej.kaczmarek@tieto.com>
9681
9682         * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
9683         sections.
9684
9685 2015-03-26  Joel Brobecker  <brobecker@adacore.com>
9686
9687         * dtrace-probe.c (dtrace_process_dof_probe): Contain any
9688         exception raised while parsing the probe arguments.
9689         Force parsing to be done using the C language parser.
9690         * expression.h (parse_expression_with_language): Declare.
9691         * parse.c (parse_expression_with_language): New function.
9692
9693 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
9694
9695         * MAINTAINERS (Write After Approval): Add "Jon Turney".
9696
9697 2015-03-26  Andy Wingo  <wingo@igalia.com>
9698
9699         PR symtab/18148
9700         * dwarf2read.c (struct partial_die_info): Add has_const_value
9701         member.
9702         (add_partial_symbol): Don't punt on symbols that have const_value
9703         attributes.
9704         (read_partial_die): Detect DW_AT_const_value.
9705
9706 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9707
9708         Code cleanup.
9709         * printcmd.c (print_command_1): Move expr variable scope.
9710
9711 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9712
9713         Code cleanup.
9714         * printcmd.c (validate_format): Make the parameter cmdname const.
9715
9716 2015-03-26  Don Breazeal  <donb@codesourcery.com>
9717
9718         * remote.c (_initialize_remote): Update comment.
9719
9720 2015-03-26  Pedro Alves  <palves@redhat.com>
9721             Jon TURNEY  <jon.turney@dronecode.org.uk>
9722
9723         * coffread.c (coff_symfile_read): When constructing the name of an
9724         import stub symbol from import symbol for amd64, only skip the
9725         char after _imp_ if the target is underscored (like i386) and the
9726         char is indeed the target's leading char.
9727
9728 2015-03-25  Pedro Alves  <palves@redhat.com>
9729
9730         * target.h <to_async>: Replace 'callback' and 'context' parameters
9731         with boolean 'enable' parameter.
9732         (target_async): Replace CALLBACK and CONTEXT parameters with
9733         boolean ENABLE parameter.
9734         * inf-loop.c (inferior_event_handler): Adjust.
9735         * linux-nat.c (linux_nat_attach, linux_nat_resume)
9736         (linux_nat_resume): Adjust.
9737         (async_client_callback, async_client_context): Delete.
9738         (handle_target_event): Call inferior_event_handler directly.
9739         (linux_nat_async): Replace 'callback' and 'context' parameters
9740         with boolean 'enable' parameter.  Adjust.  Remove references to
9741         async_client_callback and async_client_context.
9742         (linux_nat_close): Adjust.
9743         * record-btrace.c (record_btrace_async): Replace 'callback' and
9744         'context' parameters with boolean 'enable' parameter.  Adjust.
9745         (record_btrace_resume): Adjust.
9746         * record-full.c (record_full_async): Replace 'callback' and
9747         'context' parameters with boolean 'enable' parameter.  Adjust.
9748         (record_full_resume, record_full_core_resume): Adjust.
9749         * remote.c (struct remote_state) <async_client_callback,
9750         async_client_context>: Delete fields.
9751         (remote_start_remote, extended_remote_attach_1, remote_resume)
9752         (extended_remote_create_inferior): Adjust.
9753         (remote_async_serial_handler): Call inferior_event_handler
9754         directly.
9755         (remote_async): Replace 'callback' and 'context' parameters with
9756         boolean 'enable' parameter.  Adjust.
9757         * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
9758         Adjust.
9759         * target-delegates.c: Regenerate.
9760
9761 2015-03-25  Gary Benson <gbenson@redhat.com>
9762             Pedro Alves  <palves@redhat.com>
9763
9764         * target.c (fileio_ft_t): New typedef, define object vector.
9765         (fileio_fhandles): New static variable.
9766         (is_closed_fileio_fh): New macro.
9767         (lowest_closed_fd): New static variable.
9768         (acquire_fileio_fd): New function.
9769         (release_fileio_fd): Likewise.
9770         (fileio_fd_to_fh): New macro.
9771         (target_fileio_open): Wrap the file descriptor on success.
9772         (target_fileio_pwrite): Updated to use wrapped file descriptor.
9773         (target_fileio_pread): Likewise.
9774         (target_fileio_close): Likewise.
9775
9776 2015-03-24  Pedro Alves  <palves@redhat.com>
9777
9778         * thread.c (thread_apply_all_command): Take exited threads into
9779         account.
9780
9781 2015-03-24  Pedro Alves  <palves@redhat.com>
9782
9783         * infrun.c (resume, proceed): Mention
9784         switch_back_to_stepped_thread, not switch_back_to_stepping.
9785
9786 2015-03-24  Pedro Alves  <palves@redhat.com>
9787
9788         * infrun.c (user_visible_resume_ptid): Rewrite going from
9789         most-locked to unlocked instead of the opposite.  Move comment ...
9790         * infrun.h (user_visible_resume_ptid): ... here.
9791
9792 2015-03-24  Pedro Alves  <palves@redhat.com>
9793
9794         * linux-nat.c (linux_nat_resume): Output debug logs before trying
9795         to resume the event lwp.  Use the lwp's ptid instead of the passed
9796         in (maybe wildcard) ptid.
9797         (stop_wait_callback): Tweak debug log output.
9798         (check_stopped_by_breakpoint): Tweak debug log output.  Also dump
9799         TRAP_TRACE.
9800         (linux_nat_filter_event): In debug output, distinguish a
9801         resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
9802         before trying to resume the lwp.
9803
9804 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
9805
9806         * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
9807         pointer indirection.
9808         * gdbtypes.c (get_dyn_prop): Adjust, following change above.
9809         (add_dyn_prop, copy_dynamic_prop_list): Likewise.
9810
9811 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
9812
9813         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
9814         Renames DYN_ATTR_DATA_LOCATION.
9815         (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
9816         DYN_ATTR_DATA_LOCATION.
9817         * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
9818         instead of DYN_ATTR_DATA_LOCATION.
9819
9820 2015-03-24  Pedro Alves  <palves@redhat.com>
9821
9822         * breakpoint.c (until_break_command): Adjust call to proceed.
9823         * gdbthread.h (struct thread_control_state) <stepping_command>:
9824         New field.
9825         * infcall.c (run_inferior_call): Adjust call to proceed.
9826         * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
9827         Adjust calls to proceed.
9828         (set_step_frame): Set the current thread's step_start_function
9829         here.
9830         (step_once): Adjust calls to proceed.
9831         (jump_command, signal_command, until_next_command)
9832         (finish_backward, finish_forward, proceed_after_attach_callback)
9833         (attach_command_post_wait): Adjust calls to proceed.
9834         * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
9835         (do_target_resume): New function, factored out from ...
9836         (resume): ... here.  Remove 'step' parameter.  Instead, check
9837         currently_stepping to determine whether the thread should be
9838         single-stepped.
9839         (proceed): Remove 'step' parameter and don't set the thread's
9840         step_start_function here.  Adjust call to 'resume'.
9841         (handle_inferior_event): Adjust calls to 'resume'.
9842         (switch_back_to_stepped_thread): Use do_target_resume instead of
9843         'resume'.
9844         (keep_going): Adjust calls to 'resume'.
9845         * infrun.h (proceed): Remove 'step' parameter.
9846         (resume): Likewise.
9847         * windows-nat.c (do_initial_windows_stuff): Adjust call to
9848         'resume'.
9849         * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
9850
9851 2015-03-24  Pedro Alves  <palves@redhat.com>
9852
9853         * gdbthread.h (struct thread_control_state) <stepping_command>:
9854         New field.
9855         * infcmd.c (step_once): Pass step=1 to clear_proceed_status.  Set
9856         the thread's stepping_command field.
9857         * infrun.c (resume): Check the thread's stepping_command flag to
9858         determine which threads should be resumed.  Rename 'entry_step'
9859         local to user_step.
9860         (clear_proceed_status_thread): Clear 'stepping_command'.
9861         (schedlock_applies): Change parameter type to struct thread_info
9862         pointer.  Adjust.
9863         (find_thread_needs_step_over): Remove 'step' parameter.  Adjust.
9864         (switch_back_to_stepped_thread): Adjust calls to
9865         'schedlock_applies'.
9866         (_initialize_infrun): Adjust "set scheduler-locking step" help.
9867
9868 2015-03-24  Pedro Alves  <palves@redhat.com>
9869
9870         * infrun.c (step_start_function): Delete and ...
9871         * gdbthread.h (struct thread_control_state) <step_start_function>:
9872         ... now a field here.
9873         * infrun.c (clear_proceed_status_thread): Clear the thread's
9874         step_start_function.
9875         (proceed, process_event_stop_test, print_stop_event): Adjust.
9876
9877 2015-03-24  Pedro Alves  <palves@redhat.com>
9878
9879         * infrun.c (proceed): No longer handle negative step.
9880
9881 2015-03-24  Gary Benson  <gbenson@redhat.com>
9882
9883         * nat/x86-linux.h (x86_linux_new_thread): New declaration.
9884         (x86_linux_prepare_to_resume): Likewise.
9885         * x86-linux-nat.c (x86_linux_new_thread):
9886         Moved to nat/x86-linux.c.
9887         (x86_linux_prepare_to_resume): Likewise.
9888         * nat/x86-linux.c (x86_linux_new_thread): New function.
9889         (x86_linux_prepare_to_resume): Likewise.
9890
9891 2015-03-24  Gary Benson  <gbenson@redhat.com>
9892
9893         * nat/x86-linux-dregs.h: New file.
9894         * nat/x86-linux-dregs.c: Likewise.
9895         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
9896         (x86-linux-dregs.o): New rule.
9897         * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
9898         * config/i386/linux64.mh (NATDEPFILES): Likewise.
9899         * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
9900         (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
9901         (x86_linux_dr_get): Likewise.
9902         (x86_linux_dr_set): Likewise.
9903         (x86_linux_dr_get_addr): Likewise.
9904         (x86_linux_dr_get_control): Likewise.
9905         (x86_linux_dr_get_status): Likewise.
9906         (update_debug_registers_callback): Likewise.
9907         (x86_linux_dr_set_control): Likewise.
9908         (x86_linux_dr_set_addr): Likewise.
9909         (x86_linux_update_debug_registers): Likewise.
9910
9911 2015-03-24  Gary Benson  <gbenson@redhat.com>
9912
9913         * x86-linux-nat.c (x86_linux_update_debug_registers):
9914         New function, factored out from...
9915         (x86_linux_prepare_to_resume): ...this.
9916
9917 2015-03-24  Gary Benson  <gbenson@redhat.com>
9918
9919         * x86-linux-nat.c (x86_linux_dr_get): Update comments.
9920         (x86_linux_dr_set): Likewise.
9921         (x86_linux_dr_get_addr): Likewise.
9922         (x86_linux_dr_get_control): Likewise.
9923         (x86_linux_dr_get_status): Likewise.
9924         (update_debug_registers_callback): Likewise.
9925         (x86_linux_dr_set_control): Likewise.
9926         (x86_linux_dr_set_addr): Likewise.
9927         (x86_linux_prepare_to_resume): Likewise.
9928         (x86_linux_new_thread): Likewise.
9929
9930 2015-03-24  Gary Benson  <gbenson@redhat.com>
9931
9932         * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
9933         (x86_linux_new_thread): Rename argument.
9934
9935 2015-03-24  Gary Benson  <gbenson@redhat.com>
9936
9937         * nat/x86-linux.h: New file.
9938         * nat/x86-linux.c: Likewise.
9939         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
9940         (x86-linux.o): New rule.
9941         * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
9942         * config/i386/linux64.mh (NATDEPFILES): Likewise.
9943         * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
9944         (lwp_set_arch_private_info): New declaration.
9945         (lwp_arch_private_info): Likewise.
9946         * linux-nat.c (lwp_set_arch_private_info): New function.
9947         (lwp_arch_private_info): Likewise.
9948         * x86-linux-nat.c: Include nat/x86-linux.h.
9949         (arch_lwp_info): Removed structure.
9950         (update_debug_registers_callback):
9951         Use lwp_set_debug_registers_changed.
9952         (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
9953         and lwp_set_debug_registers_changed.
9954         (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
9955
9956 2015-03-24  Gary Benson  <gbenson@redhat.com>
9957
9958         * nat/linux-nat.h (ptid_of_lwp): New declaration.
9959         (lwp_is_stopped): Likewise.
9960         (lwp_stop_reason): Likewise.
9961         * linux-nat.c (ptid_of_lwp): New function.
9962         (lwp_is_stopped): Likewise.
9963         (lwp_is_stopped_by_watchpoint): Likewise.
9964         * x86-linux-nat.c (update_debug_registers_callback):
9965         Use lwp_is_stopped.
9966         (x86_linux_prepare_to_resume): Use ptid_of_lwp and
9967         lwp_stop_reason.
9968
9969 2015-03-24  Gary Benson  <gbenson@redhat.com>
9970
9971         * linux-nat.h (linux_stop_lwp): Move declaration to...
9972         * nat/linux-nat.h (linux_stop_lwp): New declaration.
9973
9974 2015-03-24  Gary Benson  <gbenson@redhat.com>
9975
9976         * linux-nat.h: Include nat/linux-nat.h.
9977         (iterate_over_lwps): Move declaration to nat/linux-nat.h.
9978         * nat/linux-nat.h (struct lwp_info): New forward declaration.
9979         (iterate_over_lwps_ftype): New typedef.
9980         (iterate_over_lwps): New declaration.
9981         * linux-nat.h (iterate_over_lwps): Update comment.  Use
9982         iterate_over_lwps_ftype.  Update callback return value check.
9983
9984 2015-03-24  Gary Benson  <gbenson@redhat.com>
9985
9986         * x86-nat.h (x86_debug_reg_state): Move declaration to...
9987         * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
9988
9989 2015-03-24  Gary Benson  <gbenson@redhat.com>
9990
9991         * nat/linux-nat.h (current_lwp_ptid): New declaration.
9992         * linux-nat.c (current_lwp_ptid): New function.
9993         * x86-linux-nat.c: Include nat/linux-nat.h.
9994         (x86_linux_dr_get_addr): Use current_lwp_ptid.
9995         (x86_linux_dr_get_control): Likewise.
9996         (x86_linux_dr_get_status): Likewise.
9997         (x86_linux_dr_set_control): Likewise.
9998         (x86_linux_dr_set_addr): Likewise.
9999
10000 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10001
10002         PR breakpoints/16466
10003         * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
10004
10005 2015-03-23  Joel Brobecker  <brobecker@adacore.com>
10006
10007         * ser-mingw.c (ser_windows_setparity): Fix indentation.
10008         * ser-unix.c (hardwire_setparity): Likewise.
10009
10010 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10011
10012         * NEWS: Mention set/show serial parity command.
10013         * monitor.c (monitor_open): Call serial_setparity.
10014         * remote.c (remote_open_1): Likewise.
10015         * ser-base.c (ser_base_serparity): New function.
10016         * ser-base.h (ser_base_setparity): Add  declaration.
10017         * ser-go32.c (dos_ops): Set "setparity" field.
10018         * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
10019         state.Parity.
10020         (ser_windows_setparity): New function.
10021         (hardwire_ops): Add ser_windows_setparity.
10022         (tty_ops): Add NULL for setparity field.
10023         (pipe_ops): Add ser_base_setparity.
10024         (tcp_ops): Likewise.
10025         * ser-pipe.c (pipe_ops): Likewise.
10026         * ser-tcp.c (tcp_ops): Likewise.
10027         * ser-unix.c (hardwire_setparity): Add declaration.
10028         (hardwire_raw): Don't reset PARENB flag.
10029         (hardwire_setparity): New function.
10030         (hardwire_ops): Add hardwire_setparity.
10031         * serial.c (serial_setparity): New function.
10032         (serial_parity): New global.
10033         (parity_none, parity_odd, parity_even, parity_enums, parity):
10034         New static globals.
10035         (set_parity): New function.
10036         (_initialize_serial): Add set/show serial parity commands.
10037         * serial.h (GDBPARITY_NONE): Define.
10038         (GDBPARITY_ODD): Define.
10039         (GDBPARITY_EVEN): Define.
10040         (serial_setparity) Add declaration.
10041         (struct serial_ops): Add setparity field.
10042         * target.h (serial_parity): Add declaration.
10043
10044 2015-03-23  Keith Seitz  <keiths@redhat.com>
10045
10046         * linespec.c (linespec_lexer_lex_keyword): Update comment.
10047
10048 2015-03-23  Keith Seitz  <keiths@redhat.com>
10049
10050         * breakpoint.c (parse_breakpoint_sals): Use
10051         linespec_lexer_lex_keyword to ascertain if the user specified
10052         a NULL location.
10053         * linespec.c [IF_KEYWORD_INDEX]: Define.
10054         (linespec_lexer_lex_keyword): Export.
10055         (struct ls_parser) <keyword_ok>: Remove.
10056         A keyword is only a keyword if not followed by another keyword.
10057         (linespec_lexer_lex_one): Remove keyword_ok handling.
10058         Add comment explaining why the parsing stream is not advanced
10059         when a keyword is seen.
10060         (parse_linespec): Remove parser->keyword_ok.
10061         * linespec.h (linespec_lexer_lex_keyword): Add declaration.
10062
10063 2015-03-23  Keith Seitz  <keiths@redhat.com>
10064
10065         PR gdb/18021
10066         * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
10067         if we find a static method with DW_AT_vtable_elem_location.
10068
10069 2015-03-21  Eli Zaretskii  <eliz@gnu.org>
10070
10071         * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
10072         before the second loop, to avoid undefined behavior.  Reported by
10073         Anton Blanchard <anton@samba.org>.
10074
10075 2015-03-20  Keven Boell  <keven.boell@intel.com>
10076
10077         * gdbtypes.c (resolve_dynamic_type_internal): Adapt
10078         data_location usage to linked list.
10079         (resolve_dynamic_type_internal): Adapt data_location to
10080         linked list.
10081         (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
10082         (copy_type_recursive, copy_type): Add copy of linked list.
10083         * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
10084         (struct dynamic_prop_list): New struct.
10085         * dwarf2read.c (set_die_type): Set data_location data.
10086
10087 2015-03-20  Pedro Alves  <palves@redhat.com>
10088
10089         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
10090         inner block and make it const.
10091         * machoread.c (get_archive_prefix_len): Make "lparen" const.
10092
10093 2015-03-20  Pedro Alves  <palves@redhat.com>
10094
10095         * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
10096         * breakpoint.h (set_breakpoint_condition): Update declaration.
10097
10098 2015-03-20  Pedro Alves  <palves@redhat.com>
10099
10100         * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
10101
10102 2015-03-20  Pedro Alves  <palves@redhat.com>
10103
10104         * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
10105
10106 2015-03-20  Pedro Alves  <palves@redhat.com>
10107
10108         * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
10109
10110 2015-03-20  Pedro Alves  <palves@redhat.com>
10111
10112         * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
10113         (nto_init_solib_absolute_prefix): Likewise.
10114
10115 2015-03-20  Pedro Alves  <palves@redhat.com>
10116
10117         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
10118         * spu-tdep.c (spu_gdbarch_init): Make "name" const.
10119
10120 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10121
10122         * config/djgpp/README: Remove gdb.hp.
10123
10124 2015-03-20  Yao Qi  <yao.qi@linaro.org>
10125
10126         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
10127         set_gdbarch_cannot_step_breakpoint.
10128
10129 2015-03-19  Pedro Alves  <palves@redhat.com>
10130
10131         * linux-nat.c (linux_resume_one_lwp): Rename to ...
10132         (linux_resume_one_lwp_throw): ... this.  Don't handle ESRCH here,
10133         instead call perror_with_name.
10134         (check_ptrace_stopped_lwp_gone): New function.
10135         (linux_resume_one_lwp): Reimplement as wrapper around
10136         linux_resume_one_lwp_throw that swallows errors if the LWP is
10137         gone.
10138         (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
10139         swallows errors if the LWP is gone.  Use
10140         linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
10141
10142 2015-03-19  Pedro Alves  <palves@redhat.com>
10143
10144         * linux-nat.c (status_callback): Return early if the LWP has no
10145         status pending.
10146
10147 2015-03-19  Pedro Alves  <palves@redhat.com>
10148
10149         * linux-nat.c (select_event_lwp_callback): Update comment to no
10150         longer mention SIGTRAP.
10151
10152 2015-03-18  Tristan Gingold  <gingold@adacore.com>
10153
10154         * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
10155         redirection code to ...
10156         (amd64_windows_frame_decode_insns): ... Here.  Fix in prologue
10157         checks.  Fix SAVE_NONVOL operations.  Add debug code and comments.
10158
10159 2015-03-18  Gary Benson <gbenson@redhat.com>
10160
10161         (remote_protocol_features): Remove the "vFile:fstat" feature.
10162         (remote_hostio_fstat): Probe for "vFile:fstat" support.
10163
10164 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10165
10166         PR tdep/18107
10167         * aarch64-linux-tdep.c: Include xml-syscall.h
10168         (aarch64_linux_get_syscall_number): New function.
10169         (aarch64_linux_init_abi): Call
10170         set_gdbarch_get_syscall_number.
10171         * syscalls/aarch64-linux.xml: New file.
10172
10173 2015-03-17  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
10174
10175         * ser-base.h (ser_base_setstopbits): Change second argument name
10176         from "rate" to "num".
10177
10178 2015-03-17  Gary Benson <gbenson@redhat.com>
10179             Luke Allardyce <lukeallardyce@gmail.com>
10180
10181         PR gdb/18131
10182         * common/common-remote-fileio.h (sys/stat.h): New include.
10183         (stuct stat): Remove forward declaration.
10184
10185 2015-03-16  John Baldwin  <jhb@FreeBSD.org>
10186
10187         * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
10188         before writing core register notes.
10189
10190 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10191             Pedro Alves  <palves@redhat.com>
10192
10193         * gdb_curses.h (tgetnum): Mark with EXTERN_C.
10194         * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
10195         (tgoto): Wrap with extern "C".
10196
10197 2015-03-16  Pedro Alves  <palves@redhat.com>
10198             Yuanhui Zhang  <asmwarrior@gmail.com>
10199
10200         * stub-termcap.c (tputs): Change prototype.
10201
10202 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
10203             Pedro Alves  <palves@redhat.com>
10204
10205         * windows-nat.c (struct thread_info_struct): Rename to ...
10206         (struct windows_thread_info_struct): ... this.
10207         (thread_info): Rename to ...
10208         (windows_thread_info): ... this.
10209         All users updated.
10210
10211 2015-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10212             Pedro Alves  <palves@redhat.com>
10213
10214         * NEWS: New Removed targets and native configurations.
10215
10216 2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10217
10218         Remove HPUX.
10219         * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
10220         (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
10221         (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
10222         ia64-hpux-tdep.h, solib-ia64-hpux.h.
10223         (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
10224         ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
10225         * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
10226         hppa-hpux-tdep.c.
10227         * config/ia64/hpux.mh: Remove file.
10228         * config/pa/hpux.mh: Remove file.
10229         * configure: Rebuilt.
10230         * configure.ac (dlgetmodinfo, somread.o): Remove.
10231         * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10232         (ia64-*-hpux*): Remove its float format exception.
10233         * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
10234         * hppa-hpux-nat.c: Remove file.
10235         * hppa-hpux-tdep.c: Remove file.
10236         * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
10237         Move them here from hppa-tdep.h
10238         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
10239         (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
10240         * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
10241         Move them to hppa-tdep.c.
10242         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
10243         declarations.
10244         * ia64-hpux-nat.c: Remove file.
10245         * ia64-hpux-tdep.c: Remove file.
10246         * ia64-hpux-tdep.h: Remove file.
10247         * inf-ttrace.c: Remove file.
10248         * inf-ttrace.h: Remove file.
10249         * solib-ia64-hpux.c: Remove file.
10250         * solib-ia64-hpux.h: Remove file.
10251         * solib-pa64.c: Remove file.
10252         * solib-pa64.h: Remove file.
10253         * solib-som.c: Remove file.
10254         * solib-som.h: Remove file.
10255         * somread.c: Remove file.
10256
10257 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10258
10259         * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
10260         * config.in: Regenerate.
10261         * configure: Regenerate.
10262         * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
10263         define.
10264         (fbsd_find_memory_regions): Use kinfo_getvmmap to
10265         enumerate memory regions if present.
10266
10267 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
10268
10269         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
10270         * i386fbsd-tdep.c: Fix style in various gdb_static_assert
10271         expressions.
10272         (i386fbsd_sigtramp_p): Likewise.
10273
10274 2015-03-12  John Baldwin  <jhb@FreeBSD.org>
10275
10276         * MAINTAINERS (Write After Approval): Add John Baldwin.
10277
10278 2015-03-12  Gary Benson <gbenson@redhat.com>
10279
10280         * solib.c (_initialize_solib): Make "set/show sysroot" use
10281         add_setshow_optional_filename_cmd so it can be restored to
10282         empty after being set.
10283
10284 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10285
10286         * Makefile.in (SFILES): New source break-catch-syscall.c.
10287         (COMMON_OBS): New object break-catch-syscall.o.
10288         * break-catch-syscall.c: New file.
10289         * breakpoint.c: Remove inclusion of "xml-syscall.h".
10290         (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
10291         (struct syscall_catchpoint): Likewise.
10292         (dtor_catch_syscall): Likewise.
10293         (catch_syscall_inferior_data): Likewise.
10294         (struct catch_syscall_inferior_data): Likewise.
10295         (get_catch_syscall_inferior_data): Likewise.
10296         (catch_syscall_inferior_data_cleanup): Likewise.
10297         (insert_catch_syscall): Likewise.
10298         (remove_catch_syscall): Likewise.
10299         (breakpoint_hit_catch_syscall): Likewise.
10300         (print_it_catch_syscall): Likewise.
10301         (print_one_catch_syscall): Likewise.
10302         (print_mention_catch_syscall): Likewise.
10303         (print_recreate_catch_syscall): Likewise.
10304         (catch_syscall_breakpoint_ops): Likewise.
10305         (syscall_catchpoint_p): Likewise.
10306         (create_syscall_event_catchpoint): Likewise.
10307         (catch_syscall_split_args): Likewise.
10308         (catch_syscall_command_1): Likewise.
10309         (is_syscall_catchpoint_enabled): Likewise.
10310         (catch_syscall_enabled): Likewise.
10311         (catching_syscall_number): Likewise.
10312         (catch_syscall_completer): Likewise.
10313         (clear_syscall_counts): Likewise.
10314         (initialize_breakpoint_ops): Move initialization of syscall
10315         catchpoints to break-catch-syscall.c.
10316         (_initialize_breakpoint): Move code related to syscall catchpoints
10317         to break-catch-syscall.c.
10318
10319 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
10320
10321         * breakpoint.c (breakpoint_find_if): New function.
10322         * breakpoint.h (breakpoint_find_if): New prototype.
10323
10324 2015-03-11  Gary Benson <gbenson@redhat.com>
10325
10326         * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
10327         * remote-fileio.c (remote_fileio_to_host_uint): New function.
10328         (remote_fileio_to_host_ulong): Likewise.
10329         (remote_fileio_to_host_mode): Likewise.
10330         (remote_fileio_to_host_time): Likewise.
10331         (remote_fileio_to_host_stat): Likewise.
10332         * remote.c (PACKET_vFile_fstat): New enum value.
10333         (remote_protocol_features): Register the "vFile:fstat" feature.
10334         (remote_hostio_fstat): New function.
10335         (remote_bfd_iovec_stat): Use the above.
10336         (_initialize_remote): Register new "set/show remote
10337         hostio-fstat-packet" command.
10338         * symfile.c (separate_debug_file_exists): Update comment.
10339         * NEWS: Announce new vFile:fstat packet.
10340
10341 2015-03-11  Gary Benson <gbenson@redhat.com>
10342
10343         * common/common-remote-fileio.h: New file.
10344         * common/common-remote-fileio.c: Likewise.
10345         * Makefile.in (SFILES): Add common/common-remote-fileio.c.
10346         (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
10347         (COMMON_OBS): Add common-remote-fileio.o.
10348         (common-remote-fileio.o): New rule.
10349         * remote-fileio.h (common-remote-fileio.h): New include.
10350         * remote-fileio.c (gdb/fileio.h): Do not include.
10351         (remote_fileio_to_be): Moved to common-remote-fileio.h.
10352         (remote_fileio_to_fio_uint): Likewise.
10353         (remote_fileio_to_fio_time): Likewise.
10354         (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
10355         (remote_fileio_to_fio_mode): Likewise.
10356         (remote_fileio_to_fio_ulong): Likewise.
10357         (remote_fileio_to_fio_stat): Likewise.
10358
10359 2015-03-11  Andy Wingo  <wingo@igalia.com>
10360
10361         * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
10362         we were checking the cached type, not the cached dynamic type.
10363
10364 2015-03-11  Andy Wingo  <wingo@igalia.com>
10365
10366         * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
10367         other strings, as these are on the GC'd heap, and will be
10368         collected along with the smob.
10369
10370 2015-03-11  Andy Wingo  <wingo@igalia.com>
10371
10372         * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
10373         (objfile_functions): Bind gdbscm_objfile_progspace to
10374         objfile-progspace.
10375         * guile/lib/gdb.scm: Add objfile-progspace to exports.
10376
10377 2015-03-11  Andy Wingo  <wingo@igalia.com>
10378
10379         * guile/guile.c (_initialize_guile): Disable automatic
10380         finalization, if Guile offers us that possibility.
10381         * guile/guile.c (call_initialize_gdb_module):
10382         * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
10383         finalizers in appropriate places.
10384         * configure.ac (AC_TRY_LIBGUILE): Add a check for
10385         scm_set_automatic_finalization_enabled.
10386         * configure: Regenerated.
10387
10388 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10389
10390         * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
10391         SAL, if possible.
10392
10393 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10394
10395         * s390-linux-nat.c (struct arch_lwp_info): New.
10396         (s390_fix_watch_points): Rename to...
10397         (s390_prepare_to_resume): ...this.  Skip the PER info update
10398         unless the watch points have changed.
10399         (s390_refresh_per_info, s390_new_thread): New functions.
10400         (s390_insert_watchpoint): Call s390_refresh_per_info instead of
10401         s390_fix_watch_points.
10402         (s390_remove_watchpoint): Likewise.
10403         (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
10404         Register s390_prepare_to_resume.
10405
10406 2015-03-09  Pedro Alves  <palves@redhat.com>
10407
10408         Revert:
10409         2015-03-07  Pedro Alves  <palves@redhat.com>
10410         * common/gdb_socket.h: New file.
10411         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10412         sys/socket.h.
10413         (net_open): Use union gdb_sockaddr_u.
10414
10415 2015-03-07  Pedro Alves  <palves@redhat.com>
10416
10417         * configure.ac (build_warnings): Move -Wmissing-prototypes
10418         -Wdeclaration-after-statement -Wmissing-parameter-type
10419         -Wold-style-declaration -Wold-style-definition to the C-specific
10420         set.
10421         * configure: Regenerate.
10422
10423 2015-03-07  Pedro Alves  <palves@redhat.com>
10424
10425         * common/gdb_socket.h: New file.
10426         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
10427         sys/socket.h.
10428         (net_open): Use union gdb_sockaddr_u.
10429
10430 2015-03-07  Pedro Alves  <palves@redhat.com>
10431
10432         * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
10433         (exceptions_state_mc_action_iter)
10434         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10435         Don't define.
10436         [__cplusplus] (try_scope_depth): New global.
10437         [__cplusplus] (exception_try_scope_entry)
10438         (exception_try_scope_exit, gdb_exception_sliced_copy)
10439         (exception_rethrow): New functions.
10440         (throw_exception): In C++ mode, throw
10441         gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
10442         gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
10443         (throw_it): In C++ mode, use try_scope_depth.
10444         * common/common-exceptions.h [!__cplusplus]
10445         (exceptions_state_mc_action_iter)
10446         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
10447         Don't declare.
10448         [__cplusplus] (exception_try_scope_entry)
10449         (exception_try_scope_exit, exception_rethrow): Declare.
10450         [__cplusplus] (struct exception_try_scope): New struct.
10451         [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
10452         C++ exceptions.
10453         (struct gdb_exception_RETURN_MASK_ALL)
10454         (struct gdb_exception_RETURN_MASK_ERROR)
10455         (struct gdb_exception_RETURN_MASK_QUIT): New types.
10456
10457 2015-03-07  Pedro Alves  <palves@redhat.com>
10458
10459         * main.c (handle_command_errors): Remove volatile qualifier from
10460         parameter.
10461
10462 2015-03-07  Pedro Alves  <palves@redhat.com>
10463
10464         * breakpoint.c (save_breakpoints): Adjust to avoid code between
10465         TRY and CATCH.
10466         * gdbtypes.c (safe_parse_type): Remove empty line.
10467         (types_deeply_equal):
10468         * guile/scm-frame.c (gdbscm_frame_name):
10469         * linux-thread-db.c (find_new_threads_once):
10470         * python/py-breakpoint.c (bppy_get_commands):
10471         * record-btrace.c (record_btrace_insert_breakpoint)
10472         (record_btrace_remove_breakpoint, record_btrace_start_replaying)
10473         (record_btrace_start_replaying): Adjust to avoid code between TRY
10474         and CATCH.
10475
10476 2015-03-07  Pedro Alves  <palves@redhat.com>
10477
10478         * common/common-exceptions.c (struct catcher) <exception>: No
10479         longer a pointer to volatile exception.  Now an exception value.
10480         <mask>: Delete field.
10481         (exceptions_state_mc_init): Remove all parameters.  Adjust.
10482         (exceptions_state_mc): No longer pop the catcher here.
10483         (exceptions_state_mc_catch): New function.
10484         (throw_exception): Adjust.
10485         * common/common-exceptions.h (exceptions_state_mc_init): Remove
10486         all parameters.
10487         (exceptions_state_mc_catch): Declare.
10488         (TRY_CATCH): Rename to ...
10489         (TRY): ... this.  Remove EXCEPTION and MASK parameters.
10490         (CATCH, END_CATCH): New.
10491         All callers adjusted.
10492
10493 2015-03-07  Tom Tromey  <tromey@redhat.com>
10494
10495         * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
10496
10497 2015-03-07  Pedro Alves  <palves@redhat.com>
10498
10499         * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
10500         (amd64_epilogue_frame_cache): Normal exception handling code.
10501         * break-catch-throw.c (check_status_exception_catchpoint)
10502         (re_set_exception_catchpoint): Ditto.
10503         * cli/cli-interp.c (safe_execute_command):
10504         * cli/cli-script.c (script_from_file): Ditto.
10505         * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
10506         Ditto.
10507         * compile/compile-object-run.c (compile_object_run): Ditto.
10508         * cp-abi.c (baseclass_offset): Ditto.
10509         * cp-valprint.c (cp_print_value): Ditto.
10510         * exceptions.c (catch_exceptions_with_msg):
10511         * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
10512         * frame.c (get_frame_address_in_block_if_available): Ditto.
10513         * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10514         (i386_sigtramp_frame_cache): Ditto.
10515         * infcmd.c (post_create_inferior): Ditto.
10516         * linespec.c (parse_linespec, find_linespec_symbols):
10517         * p-valprint.c (pascal_object_print_value): Ditto.
10518         * parse.c (parse_expression_for_completion): Ditto.
10519         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
10520         * remote.c (remote_get_noisy_reply): Ditto.
10521         * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
10522         * solib-svr4.c (solib_svr4_r_map): Ditto.
10523
10524 2015-03-06  Gary Benson  <gbenson@redhat.com>
10525
10526         * common/common-utils.h (startswith): New inline function.
10527         All places where this logic was used updated to use the above.
10528
10529 2015-03-05  Pedro Alves  <palves@redhat.com>
10530
10531         PR gdb/18002
10532         * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
10533         after reading the breakpoint's shadow memory.
10534
10535 2015-03-05  Mark Kettenis  <kettenis@gnu.org>
10536
10537         * hppabsd-nat.c: Remove file.
10538         * hppaobsd-nat.c: New file.
10539         * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c.  Add
10540         hppaobsd-nat.c.
10541         * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
10542         hppaobsd-nat.o.
10543
10544 2015-03-04  Pedro Alves  <palves@redhat.com>
10545
10546         * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
10547         (target_decr_pc_after_break): Delete declaration.
10548         * target.c (default_target_decr_pc_after_break)
10549         (target_decr_pc_after_break): Delete.
10550         * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
10551         gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
10552         * linux-thread-db.c (check_event): Likewise.
10553         * infrun.c (adjust_pc_after_break): Likewise.
10554         * darwin-nat.c (cancel_breakpoint): Likewise.
10555         * aix-thread.c (aix_thread_wait): Likewise.
10556         * target-delegates.c: Regenerate.
10557
10558 2015-03-04  Pedro Alves  <palves@redhat.com>
10559
10560         * linux-nat.c (save_sigtrap): Check for breakpoints before
10561         checking watchpoints.
10562         (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
10563         breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
10564         (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
10565         a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
10566         (linux_nat_stopped_by_sw_breakpoint)
10567         (linux_nat_supports_stopped_by_sw_breakpoint)
10568         (linux_nat_stopped_by_hw_breakpoint)
10569         (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
10570         (linux_nat_wait_1): Don't re-increment the PC if relying on
10571         SIGTRAP's siginfo->si_code.
10572         (linux_nat_add_target): Install new target methods.
10573         * linux-thread-db.c (check_event): Don't account for breakpoint PC
10574         offset if the target already adjusted the PC.
10575         * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
10576         (GDB_ARCH_TRAP_BRKPT): New.
10577         (TRAP_HWBKPT): Define if not already defined.
10578
10579 2015-03-04  Pedro Alves  <palves@redhat.com>
10580
10581         * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
10582         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
10583         Delete field.
10584         <stop_reason>: New field.
10585         (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
10586         (packet_set_cmd_state): New function.
10587         (remote_protocol_features): Register the "swbreak" and "hwbreak"
10588         features.
10589         (remote_query_supported): If not disabled with the corresponding
10590         "set remote foo-packet" command, report support for the swbreak
10591         and hwbreak features.
10592         (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
10593         field.
10594         <stop_reason>: New field.
10595         (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
10596         (remote_wait_as): Adjust.
10597         (remote_stopped_by_sw_breakpoint)
10598         (remote_supports_stopped_by_sw_breakpoint)
10599         (remote_stopped_by_hw_breakpoint)
10600         (remote_supports_stopped_by_hw_breakpoint): New functions.
10601         (remote_stopped_by_watchpoint): New function.
10602         (init_remote_ops): Install them.
10603         (_initialize_remote): Register new "set/show remote
10604         swbreak-feature-packet" and "set/show remote
10605         swbreak-feature-packet" commands.
10606
10607 2015-03-04  Pedro Alves  <palves@redhat.com>
10608
10609         * btrace.h: Include target/waitstatus.h.
10610         (struct btrace_thread_info) <stop_reason>: New field.
10611         * record-btrace.c (record_btrace_step_thread): Use
10612         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10613         (record_btrace_decr_pc_after_break): Delete.
10614         (record_btrace_stopped_by_sw_breakpoint)
10615         (record_btrace_supports_stopped_by_sw_breakpoint)
10616         (record_btrace_stopped_by_hw_breakpoint)
10617         (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
10618         (init_record_btrace_ops): Install them.
10619         * record-full.c (record_full_hw_watchpoint): Delete and replace
10620         with ...
10621         (record_full_stop_reason): ... this throughout.
10622         (record_full_exec_insn): Adjust.
10623         (record_full_wait_1): Adjust.  No longer re-increment the PC.
10624         (record_full_wait_1): Adjust.  Use
10625         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
10626         (record_full_stopped_by_watchpoint): Adjust.
10627         (record_full_stopped_by_sw_breakpoint)
10628         (record_full_supports_stopped_by_sw_breakpoint)
10629         (record_full_supports_stopped_by_sw_breakpoint)
10630         (record_full_stopped_by_hw_breakpoint)
10631         (record_full_supports_stopped_by_hw_breakpoint): New functions.
10632         (init_record_full_ops, init_record_full_core_ops): Install them.
10633         * record.c (record_check_stopped_by_breakpoint): New function.
10634         * record.h: Include target/waitstatus.h.
10635         (record_check_stopped_by_breakpoint): New declaration.
10636
10637 2015-03-04  Pedro Alves  <palves@redhat.com>
10638
10639         enum lwp_stop_reason -> enum target_stop_reason
10640         * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
10641         (linux_nat_stopped_by_watchpoint, status_callback)
10642         (linux_nat_wait_1): Adjust.
10643         * linux-nat.h (enum lwp_stop_reason): Delete.
10644         (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
10645         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
10646         * target/waitstatus.h (enum target_stop_reason): New.
10647
10648 2015-03-04  Pedro Alves  <palves@redhat.com>
10649
10650         * breakpoint.c (need_moribund_for_location_type): New function.
10651         (bpstat_stop_status): Don't skipping checking moribund locations
10652         of breakpoint types which the target tell caused a stop.
10653         (program_breakpoint_here_p): New function, factored out from ...
10654         (bp_loc_is_permanent): ... this.
10655         (update_global_location_list): Don't create a moribund location if
10656         the target supports reporting stops of the type of the removed
10657         breakpoint.
10658         * breakpoint.h (program_breakpoint_here_p): New declaration.
10659         * infrun.c (adjust_pc_after_break): Return early if the target has
10660         already adjusted the PC.  Add comments.
10661         (handle_signal_stop): If nothing explains a signal, and the target
10662         tells us the stop was caused by a software breakpoint, check if
10663         there's a breakpoint instruction in the memory.  If so, adjust the
10664         PC before presenting the stop to the user.  Otherwise, ignore the
10665         trap.  If nothing explains a signal, and the target tells us the
10666         stop was caused by a hardware breakpoint, ignore the trap.
10667         * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
10668         to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
10669         to_supports_stopped_by_hw_breakpoint>: New fields.
10670         (target_stopped_by_sw_breakpoint)
10671         (target_supports_stopped_by_sw_breakpoint)
10672         (target_stopped_by_hw_breakpoint)
10673         (target_supports_stopped_by_hw_breakpoint): Define.
10674         * target-delegates.c: Regenerate.
10675
10676 2015-03-04  Pedro Alves  <palves@redhat.com>
10677
10678         * infrun.c (follow_fork_inferior): Use the whole of the
10679         inferior_ptid and pending_follow.related_pid ptids instead of
10680         building ptids from the process components.  Adjust verbose output
10681         to use target_pid_to_str.
10682         * linux-nat.c (linux_child_follow_fork): Use the whole of the
10683         inferior_ptid and pending_follow.related_pid ptids instead of
10684         building ptids from the process components.
10685
10686 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
10687
10688         * inf-ptrace.c [PT_GET_PROCESS_STATE]
10689         (inf_ptrace_insert_fork_catchpoint): New function.
10690         (inf_ptrace_remove_fork_catchpoint): New function.
10691         (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
10692
10693 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10694
10695         * s390-linux-tdep.c (s390_register_name): Return empty string
10696         instead of NULL for registers that shouldn't be visible.
10697
10698 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10699
10700         * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
10701         XML file for 64-bit targets.
10702
10703 2015-03-03  Simon Marchi  <simon.marchi@ericsson.com>
10704
10705         * target.h (find_default_create_inferior): Remove declaration.
10706         (find_default_attach): Likewise.
10707
10708 2015-03-03  Pedro Alves  <palves@redhat.com>
10709
10710         * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
10711         Use ptid_get_pid to get the overall process id when resuming all
10712         threads.
10713
10714 2015-03-03  Pedro Alves  <palves@redhat.com>
10715
10716         * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
10717         the lwp field of ptid.  Pass the full ptid to get_thread_regcache.
10718         * inf-ptrace.c (get_ptrace_pid): New function.
10719         (inf_ptrace_resume): Use it.
10720         * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
10721         to the lower layer.
10722
10723 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10724
10725         * nat/linux-btrace.c: Include sys/utsname.h.
10726         (linux_determine_kernel_ptr_bits): New.
10727         (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
10728         * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
10729         ptr_bits.
10730
10731 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10732
10733         * btrace.c (ftrace_update_function): Treat return as tailcall for
10734         "_dl_runtime_resolve".
10735
10736 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
10737
10738         * btrace.h (btrace_function) <lbegin, lend>: Remove.
10739         * btrace.c (ftrace_debug): Do not print the line range.
10740         (ftrace_skip_file, ftrace_update_lines): Remove.
10741         (ftrace_new_function): Remove lbegin and lend initialization.
10742         (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
10743         * record-btrace.c (btrace_compute_src_line_range): New.
10744         (btrace_call_history_src_line): Call btrace_compute_src_line_range.
10745
10746 2015-03-02  Pedro Alves  <palves@redhat.com>
10747
10748         * infrun.c (follow_exec): Delete all threads of the process except
10749         the event thread.  Extended comments.
10750
10751 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10752
10753         * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
10754
10755 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
10756
10757         * utils.h: Remove <stdbool.h> #include.
10758         (producer_is_gcc): Change return type to "int".
10759         * utils.c (producer_is_gcc): Change return type to int.
10760         Return 1 instead of true, and 0 instead of false.
10761         Adjust function documentation accordingly.
10762
10763 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10764
10765         * s390-linux-nat.c (have_regset_vxrs): New static variable.
10766         (s390_linux_fetch_inferior_registers): Handle vector registers, if
10767         present.
10768         (s390_linux_store_inferior_registers): Likewise.
10769         (s390_get_hwcap): Remove function.  Embed its logic...
10770         (s390_read_description): ...here.  Yield a target description with
10771         vector registers if applicable.
10772         * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
10773         "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
10774         "features/s390x-tevx-linux64.c".
10775         (struct gdbarch_tdep) <v0_full_regnum>: New field.
10776         (s390_dwarf_regmap): Add vector registers.  Remove bogus entries
10777         for "GNU/Linux-specific registers".
10778         (s390_dwarf_reg_r0l): New enum value.
10779         (s390_dwarf_reg_to_regnum): Support vector registers.
10780         (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
10781         of GPR lower halves.
10782         (regnum_is_vxr_full): New function.
10783         (s390_register_name): New function.
10784         (s390_pseudo_register_name): Handle v0-v15, which are composed of
10785         f0-f15 and v0l-v15l.
10786         (s390_pseudo_register_type): Likewise.
10787         (s390_pseudo_register_read): Likewise.
10788         (s390_pseudo_register_write): Likewise.
10789         (s390_value_from_register): Account for the fact that values are
10790         placed left-justified in vector registers.
10791         (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
10792         the vector reggroup and omit them from the general reggroup.
10793         (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
10794         (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
10795         (s390_iterate_over_regset_sections): Add iterations for the two
10796         new vector regsets.
10797         (s390_core_read_description): Yield a target description with
10798         vector registers if applicable.
10799         (s390_gdbarch_init): Handle target descriptions with vector
10800         registers.  Add "register_name" gdbarch method.
10801         (_initialize_s390_tdep): Call new tdesc initialization functions.
10802         * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
10803         (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
10804         (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
10805         (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
10806         (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
10807         (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
10808         (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
10809         (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
10810         (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
10811         (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
10812         (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
10813         (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
10814         (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
10815         (S390_NUM_REGS): Adjust value.
10816         (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
10817         (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
10818         (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
10819         * NEWS: Announce S/390 vector register support.
10820
10821 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10822
10823         * features/s390-tevx-linux64.xml: New file.
10824         * features/s390-vx-linux64.xml: New file.
10825         * features/s390-vx.xml: New file.
10826         * features/s390x-tevx-linux64.xml: New file.
10827         * features/s390x-vx-linux64.xml: New file.
10828         * features/Makefile (WHICH): Add s390-vx-linux64,
10829         s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
10830         (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
10831         (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
10832         macros.
10833         * features/s390-tevx-linux64.c: New generated file.
10834         * features/s390-vx-linux64.c: Likewise.
10835         * features/s390x-tevx-linux64.c: Likewise.
10836         * features/s390x-vx-linux64.c: Likewise.
10837         * regformats/s390-tevx-linux64.dat: Likewise.
10838         * regformats/s390-vx-linux64.dat: Likewise.
10839         * regformats/s390x-tevx-linux64.dat: Likewise.
10840         * regformats/s390x-vx-linux64.dat: Likewise.
10841
10842 2015-02-28  Doug Evans  <xdje42@gmail.com>
10843
10844         * symtab.h (struct symtab) <next>: Fix comment.
10845
10846 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
10847
10848         * python/python.c (python_GdbModuleDef): Rename GdbMethods to
10849         python_GdbMethods.
10850
10851 2015-02-27  Pedro Alves  <palves@redhat.com>
10852
10853         * dtrace-probe.c (dtrace_probe_ops): Make extern.
10854
10855 2015-02-27  Pedro Alves  <palves@redhat.com>
10856
10857         * common/common-exceptions.h (exception_none): Declare.
10858         * common/common-exceptions.c (exception_none): Moved from
10859         exceptions.c.
10860         (exceptions_state_mc_init): Use exception_none.
10861         * exceptions.c (exception_none): Move to
10862         common/common-exceptions.c.
10863         * exceptions.h (exception_none): Move to
10864         common/common-exceptions.h.
10865
10866 2015-02-27  Pedro Alves  <palves@redhat.com>
10867
10868         * main.c (catch_command_errors, catch_command_errors_const):
10869         Remove 'mask' argument.  Adjust.
10870         (captured_main): Adjust callers.
10871
10872 2015-02-27  Pedro Alves  <palves@redhat.com>
10873
10874         * python/python-internal.h: Include "extension-priv.h".
10875
10876 2015-02-27  Pedro Alves  <palves@redhat.com>
10877
10878         * breakpoint.h (enum print_stop_action): Move further up in the
10879         file.
10880
10881 2015-02-27  Pedro Alves  <palves@redhat.com>
10882
10883         * gdbarch.sh: Include regcache.h.
10884         * gdbarch.h: Regenerate.
10885
10886 2015-02-27  Pedro Alves  <palves@redhat.com>
10887
10888         * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
10889         Remove duplicate const.
10890         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
10891         duplicate const.
10892
10893 2015-02-27  Pedro Alves  <palves@redhat.com>
10894
10895         * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
10896         * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
10897         * features/feature_to_c.sh: Tag the generated xml_builtin array
10898         with extern const in C++ mode.
10899
10900 2015-02-27  Tom Tromey  <tromey@redhat.com>
10901
10902         * minidebug.c (struct lzma_stream): Rename to ...
10903         (struct gdb_lzma_stream): ... this.
10904         (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
10905
10906 2015-02-27  Pedro Alves  <palves@redhat.com>
10907
10908         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
10909         function.
10910         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
10911         (mi_cmd_stack_list_variables): Use it.
10912
10913 2015-02-27  Pedro Alves  <palves@redhat.com>
10914
10915         * x86-linux-nat.c (u_debugreg_offset): New function.
10916         (x86_linux_dr_get, x86_linux_dr_set): Use it.
10917
10918 2015-02-27  Pedro Alves  <palves@redhat.com>
10919
10920         * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
10921         declaration.
10922         Include break-common.h.
10923
10924 2015-02-27  Tom Tromey  <tromey@redhat.com>
10925             Pedro Alves <palves@redhat.com>
10926
10927         * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
10928         local used to iterate over enums.
10929         * completer.c (signal_completer): Likewise.
10930         * i386-tdep.c (i386_stap_parse_special_token): Likewise.
10931         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
10932         * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
10933         * tui/tui-layout.c (next_layout, prev_layout): Likewise.
10934         * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
10935         (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
10936         * tui-wingeneral.c (tui_refresh_all):  Likewise.
10937
10938 2015-02-27  Pedro Alves  <palves@redhat.com>
10939
10940         * target.h: Include "infrun.h".
10941
10942 2015-02-27  Pedro Alves  <palves@redhat.com>
10943
10944         * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
10945
10946 2015-02-27  Pedro Alves  <palves@redhat.com>
10947
10948         * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
10949         (IPA_SYM): Use it.
10950         * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
10951
10952 2015-02-27  Pedro Alves  <palves@redhat.com>
10953
10954         * cli-out.c (_rl_erase_entire_line): Move declaration out of
10955         cli_mld_erase_entire_line, and make it extern "C".
10956         * common/common-defs.h (EXTERN_C): New.
10957         * completer.c (_rl_completion_prefix_display_length)
10958         (_rl_print_completions_horizontally, QSFUNC): Move declarations
10959         out of gdb_display_match_list_1.
10960         (_rl_qsort_string_compare): Move declaration out of
10961         gdb_display_match_list_1, and make it extern "C".
10962         * defs.h (re_comp): Use EXTERN_C.
10963         * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
10964         and make it extern "C".
10965         (monstartup): Move declaration out of maintenance_set_profile_cmd,
10966         and make it extern "C".
10967         (main): Move declaration out of maintenance_set_profile_cmd.
10968         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
10969         EXTERN_C.
10970
10971 2015-02-27  Pedro Alves  <palves@redhat.com>
10972
10973         * python/python.c (GdbMethods): Rename to ...
10974         (python_GdbMethods): ... this and make extern.
10975         (GdbModuleDef): Rename to ...
10976         (python_GdbModuleDef): ... this and make extern.
10977
10978 2015-02-27  Pedro Alves  <palves@redhat.com>
10979
10980         * record-btrace.c (set_record_btrace_cmdlist)
10981         (show_record_btrace_cmdlist): Remove redefinitions.
10982
10983 2015-02-27  Tom Tromey  <tromey@redhat.com>
10984             Pedro Alves  <palves@redhat.com>
10985
10986         * dwarf2-frame.c (enum cfa_how_kind, struct
10987         dwarf2_frame_state_reg_info): Move out of struct
10988         dwarf2_frame_state.
10989         * dwarf2read.c (struct tu_stats): Move out of struct
10990         dwarf2_per_objfile.
10991         (struct file_entry): Move out of struct line_header.
10992         (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
10993         typedef_field_list): Move out of struct field_info.
10994         * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
10995         Move out of struct dynamic_prop.
10996         (union type_owner, union field_location, struct field, struct
10997         range_bounds, union type_specific): Move out of struct main_type.
10998         (struct fn_fieldlist, struct fn_field, struct typedef_field)
10999         (VOFFSET_STATIC): Move out of struct cplus_struct_type.
11000         (struct call_site_target, union call_site_parameter_u, struct
11001         call_site_parameter): Move out of struct call_site.
11002         * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
11003         m32c_prologue.
11004         (enum srcdest_kind): Move out of struct srcdest.
11005         * main.c (enum cmdarg_kind): Move out of struct cmdarg.
11006         * prologue-value.h (enum prologue_value_kind): Move out of struct
11007         prologue_value.
11008         * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
11009         gdbarch_tdep.
11010         * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
11011         out of struct field_info.
11012         * symfile.h (struct other_sections): Move out of struct
11013         section_addr_info.
11014         * symtab.c (struct symbol_cache_slot): Move out struct
11015         block_symbol_cache.
11016         * target-descriptions.c (enum tdesc_type_kind): Move out of
11017         typedef struct tdesc_type.
11018         * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
11019         struct tui_line_or_address.
11020         * value.c (enum internalvar_kind, union internalvar_data): Move
11021         out of struct internalvar.
11022         * xtensa-tdep.h (struct ctype_cache): Move out of struct
11023         gdbarch_tdep.
11024
11025 2015-02-27  Tom Tromey  <tromey@redhat.com>
11026             Pedro Alves  <palves@redhat.com>
11027
11028         Rename symbols whose names are reserved C++ keywords throughout.
11029
11030 2015-02-27  Pedro Alves  <palves@redhat.com>
11031
11032         * Makefile.in (COMPILER): New, get it from autoconf.
11033         (COMPILE.pre, CC_LD): Use COMPILER.
11034         (CXX): Get from autoconf instead.
11035         (CXX_FOR_TARGET): Default to g++ instead of gcc.
11036         * acinclude.m4: Include build-with-cxx.m4.
11037         * build-with-cxx.m4: New file.
11038         * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
11039         Disable -Werror by default if building in C++ mode.
11040         (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
11041         -Wno-narrowing in C++ mode.  Only enable -Wpointer-sign in C mode.
11042         Run supported-warning-flags tests with the C++ compiler.
11043         Save/restore CXXFLAGS too.
11044         * configure: Regenerate.
11045
11046 2015-02-27  Pedro Alves  <palves@redhat.com>
11047
11048         * libiberty.m4: New file.
11049         * acinclude.m4: Include libiberty.m4.
11050         * configure.ac: Call libiberty_INIT.
11051         * config.in, configure: Regenerate.
11052
11053 2015-02-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11054
11055         * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
11056         31-bit targets, but 64-bit targets as well.
11057         (s390_gnu_triplet_regexp): New function.
11058         (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
11059         64-bit targets as well.  Set the gnu_triplet_regexp gdbarch
11060         method.
11061
11062 2015-02-27  Jon TURNEY  <jon.turney@dronecode.org.uk>  (tiny patch)
11063
11064         * windows-nat.c (CONTEXT_DEBUGGER): Remove.
11065         (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS.  Incorporate flags
11066         from CONTEXT_DEBUGGER.
11067
11068 2015-02-26  Doug Evans  <dje@google.com>
11069
11070         * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
11071         CHECK_TYPEDEF.
11072         (set_type_vptr_fieldno): Ditto.
11073         (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
11074         * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
11075
11076 2015-02-26  Pedro Alves  <palves@redhat.com>
11077
11078         * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
11079         * complaints.c (vcomplaint): Pass argument FMT directly to
11080         printf-like functions instead of complaint->fmt.
11081         * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
11082         * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
11083         * compile/compile-loc2c.c (pushf, unary, binary): Add
11084         ATTRIBUTE_PRINTF.
11085         (do_compile_dwarf_expr_to_c): Pass string literal as format string
11086         to pushf.
11087         (BINARY): Pass string literal as format string to 'binary'.
11088         * compile/compile-object-load.c (link_callbacks_einfo): Add
11089         ATTRIBUTE_PRINTF.
11090         * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
11091
11092 2015-02-26  Pedro Alves  <palves@redhat.com>
11093
11094         * windows-termcap.c: Rename to ...
11095         * stub-termcap.c: ... this.  Adjust header line.
11096         * Makefile.in (SFILES): Refer to stub-termcap.c instead of
11097         windows-termcap.c.
11098         * configure: Regenerate.
11099         * configure.ac: Refer to stub-termcap.o instead of
11100         windows-termcap.o.
11101         * gdb_curses.h: Mention stub-termcap.c instead of
11102         windows-termcap.c.
11103
11104 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11105
11106         * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
11107         (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
11108
11109 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11110
11111         * gdb/infcmd.c (print_return_value): use type_to_string to print type.
11112
11113 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11114
11115         * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
11116         bfd_canonicalize_symtab.
11117
11118 2015-02-25  John Baldwin  <jhb@FreeBSD.org>
11119
11120         * amd64fbsd-nat.c: Include sys/user.h.
11121         (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11122         instead of KERN_PS_STRINGS to locate the signal trampoline.
11123         * i386fbsd-nat.c: Include sys/user.h.
11124         (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
11125         instead of KERN_PS_STRINGS to locate the signal trampoline.
11126         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
11127         (amd64fbsd_sigtramp_p): New.
11128         (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
11129         longer set default values.
11130         (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
11131         * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
11132         (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
11133         (i386fbsd_freebsd4_sigtramp_start)
11134         (i386fbsd_freebsd4_sigtramp_middle)
11135         (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
11136         (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
11137         (i386fbsd_sigtramp_p): New.
11138         (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
11139         longer set default values.
11140         (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
11141
11142 2015-02-25  John Baldwin  <jhb@freebsd.org>
11143
11144         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
11145         get_frame_register instead of frame_unwind_register_unsigned.
11146
11147 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11148
11149         PR build/18033
11150         * compile/compile-c-support.c (c_compute_program): Change // comment.
11151         * compile/compile-object-load.c (setup_sections): Change // comment.
11152
11153 2015-02-26  Joel Brobecker  <brobecker@adacore.com>
11154
11155         PR build/18033:
11156         * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
11157
11158 2015-02-23  Pedro Alves  <palves@redhat.com>
11159
11160         * remote.c (skip_to_semicolon): New function.
11161         (remote_parse_stop_reply) <T stop reply>: Use it.  Don't
11162         special case the stop reasons that look like hex numbers
11163         upfront.  Instead handle real register numbers after matching
11164         all the known stop reasons.
11165
11166 2015-02-21  Doug Evans  <dje@google.com>
11167
11168         PR c++/17976, symtab/17821
11169         * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
11170         is_in_anonymous.  All callers updated.
11171         (find_symbol_in_baseclass): Ditto.
11172         (cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
11173         for symbols in an anonymous namespace.
11174         * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
11175         DW_AT_name directly.
11176         (dwarf2_name): Convert missing namespace name to
11177         CP_ANONYMOUS_NAMESPACE_STR.
11178
11179 2015-02-20  Pedro Alves  <palves@redhat.com>
11180
11181         * linux-nat.c (linux_handle_extended_wait): Call
11182         thread_db_notice_clone whenever a new clone LWP is detected.
11183         (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
11184         functions.
11185         * linux-nat.h (thread_db_attach_lwp): Delete declaration.
11186         (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
11187         (linux_unstop_all_lwps): Declare.
11188         * linux-thread-db.c (struct thread_get_info_inout): Delete.
11189         (thread_get_info_callback): Delete.
11190         (thread_from_lwp): Use td_thr_get_info and record_thread.
11191         (thread_db_attach_lwp): Delete.
11192         (thread_db_notice_clone): New function.
11193         (try_thread_db_load_1): If /proc is mounted and shows the
11194         process'es task list, walk over all LWPs and call thread_from_lwp
11195         instead of relying on td_ta_thr_iter.
11196         (attach_thread): Don't call check_thread_signals here.  Split the
11197         tail part of the function (which adds the thread to the core GDB
11198         thread list) to ...
11199         (record_thread): ... this function.  Call check_thread_signals
11200         here.
11201         (thread_db_wait): Don't call thread_db_find_new_threads_1.  Always
11202         call thread_from_lwp.
11203         (thread_db_update_thread_list): Rename to ...
11204         (thread_db_update_thread_list_org): ... this.
11205         (thread_db_update_thread_list): New function.
11206         (thread_db_find_thread_from_tid): Delete.
11207         (thread_db_get_ada_task_ptid): Simplify.
11208         * nat/linux-procfs.c: Include <sys/stat.h>.
11209         (linux_proc_task_list_dir_exists): New function.
11210         * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
11211
11212 2015-02-20  Pedro Alves  <palves@redhat.com>
11213
11214         * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
11215         main LWP.  Handle the case of waitpid returning 0 if we're already
11216         attached to the LWP.  Don't set the LWP's last_resume_kind to
11217         resume_stop if we already knew about the LWP.
11218         (linux_nat_filter_event): Add debug logs.
11219
11220 2015-02-20  Pedro Alves  <palves@redhat.com>
11221
11222         * target.h (forward_target_decr_pc_after_break): Delete
11223         declaration.
11224
11225 2015-02-20  Pedro Alves  <palves@redhat.com>
11226
11227         PR threads/18006
11228         * linux-thread-db.c (thread_get_info_callback): Return early if
11229         the thread's lwp id is -1.
11230
11231 2015-02-20  Joel Brobecker  <brobecker@adacore.com>
11232
11233         GDB 7.9 released.
11234
11235 2015-02-19  Steve Ellcey  <sellcey@imgtec.com>
11236
11237         * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
11238         (dtrace_get_probes) Change type of variable 'dof'.
11239
11240 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
11241
11242         PR breakpoints/16812
11243         * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
11244         * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
11245         * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
11246
11247 2015-02-19  David Taylor  <dtaylor@emc.com>
11248
11249         * common/ax.def (setv): Fix consumed entry in setv DEFOP.
11250
11251 2015-02-18  Patrick Palka  <patrick@parcs.ath.cx>
11252
11253         * tui/tui-io.c (tui_handle_resize_during_io): Remove this
11254         function.
11255         (tui_putc): Don't call tui_handle_resize_during_io.
11256         (tui_getc): Likewise.
11257         (tui_mld_getc): Likewise.
11258         * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
11259         (tui_sigwinch_token): New static variable.
11260         (tui_initialize_win): Adjust documentation.  Set
11261         tui_sigwinch_token.
11262         (tui_async_resize_screen): New asynchronous callback.
11263         (tui_sigwinch_handler): Adjust documentation.  Asynchronously
11264         invoke tui_async_resize_screen.
11265
11266 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
11267
11268         * configure: Regenerated.
11269         * configure.ac: Use GDB_AC_TRANSFORM.
11270         * Makefile.in (aclocal_m4_deps): Added transform.m4.
11271         * acinclude.m4: sinclude transform.m4.
11272         * transform.m4: New file.
11273         (GDB_AC_TRANSFORM): New macro.
11274
11275 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11276
11277         * NEWS: Announce the support for DTrace SDT probes.
11278
11279 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11280
11281         * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
11282         (amd64_dtrace_parse_probe_argument): New function.
11283         (amd64_dtrace_probe_is_enabled): Likewise.
11284         (amd64_dtrace_enable_probe): Likewise.
11285         (amd64_dtrace_disable_probe): Likewise.
11286         (amd64_linux_init_abi): Register the
11287         `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
11288         `gdbarch_dtrace_disable_probe' and
11289         `gdbarch_dtrace_probe_is_enabled' hooks.
11290         (amd64_dtrace_disabled_probe_sequence_1): New constant.
11291         (amd64_dtrace_disabled_probe_sequence_2): Likewise.
11292         (amd64_dtrace_enable_probe_sequence): Likewise.
11293         (amd64_dtrace_disable_probe_sequence): Likewise.
11294
11295 2015-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11296
11297         * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
11298         the -probe-dtrace new vpossible value for PROBE_MODIFIER.
11299         * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
11300         handle ELF files.
11301         * Makefile.in (SFILES): dtrace-probe.c added.
11302         * configure: Regenerate.
11303         * dtrace-probe.c: New file.
11304         (SHT_SUNW_dof): New constant.
11305         (dtrace_probe_type): New enum.
11306         (dtrace_probe_arg): New struct.
11307         (dtrace_probe_arg_s): New typedef.
11308         (struct dtrace_probe_enabler): New struct.
11309         (dtrace_probe_enabler_s): New typedef.
11310         (dtrace_probe): New struct.
11311         (dtrace_probe_is_linespec): New function.
11312         (dtrace_dof_sect_type): New enum.
11313         (dtrace_dof_dofh_ident): Likewise.
11314         (dtrace_dof_encoding): Likewise.
11315         (DTRACE_DOF_ENCODE_LSB): Likewise.
11316         (DTRACE_DOF_ENCODE_MSB): Likewise.
11317         (dtrace_dof_hdr): New struct.
11318         (dtrace_dof_sect): Likewise.
11319         (dtrace_dof_provider): Likewise.
11320         (dtrace_dof_probe): Likewise.
11321         (DOF_UINT): New macro.
11322         (DTRACE_DOF_PTR): Likewise.
11323         (DTRACE_DOF_SECT): Likewise.
11324         (dtrace_process_dof_probe): New function.
11325         (dtrace_process_dof): Likewise.
11326         (dtrace_build_arg_exprs): Likewise.
11327         (dtrace_get_arg): Likewise.
11328         (dtrace_get_probes): Likewise.
11329         (dtrace_get_probe_argument_count): Likewise.
11330         (dtrace_can_evaluate_probe_arguments): Likewise.
11331         (dtrace_evaluate_probe_argument): Likewise.
11332         (dtrace_compile_to_ax): Likewise.
11333         (dtrace_probe_destroy): Likewise.
11334         (dtrace_gen_info_probes_table_header): Likewise.
11335         (dtrace_gen_info_probes_table_values): Likewise.
11336         (dtrace_probe_is_enabled): Likewise.
11337         (dtrace_probe_ops): New variable.
11338         (info_probes_dtrace_command): New function.
11339         (_initialize_dtrace_probe): Likewise.
11340         (dtrace_type_name): Likewise.
11341
11342 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11343
11344         * gdbarch.sh (dtrace_parse_probe_argument): New.
11345         (dtrace_probe_is_enabled): Likewise.
11346         (dtrace_enable_probe): Likewise.
11347         (dtrace_disable_probe): Likewise.
11348         * gdbarch.c: Regenerate.
11349         * gdbarch.h: Regenerate.
11350
11351 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11352
11353         * stap-probe.c (stap_probe_ops): Add NULLs in the static
11354         stap_probe_ops for `enable_probe' and `disable_probe'.
11355         * probe.c (enable_probes_command): New function.
11356         (disable_probes_command): Likewise.
11357         (_initialize_probe): Define the cli commands `enable probe' and
11358         `disable probe'.
11359         (parse_probe_linespec): New function.
11360         (info_probes_for_ops): Use parse_probe_linespec.
11361         * probe.h (probe_ops): New hooks `enable_probe' and
11362         `disable_probe'.
11363
11364 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11365
11366         * probe.c (compute_probe_arg): Moved from stap-probe.c
11367         (compile_probe_arg): Likewise.
11368         (probe_funcs): Likewise.
11369         * stap-probe.c (compute_probe_arg): Moved to probe.c.
11370         (compile_probe_arg): Likewise.
11371         (probe_funcs): Likewise.
11372
11373 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
11374
11375         * probe.c (print_ui_out_not_applicables): New function.
11376         (exists_probe_with_pops): Likewise.
11377         (info_probes_for_ops): Do not include column headers for probe
11378         types for which no probe has been actually found on any object.
11379         Also invoke `print_ui_out_not_applicables' in order to match the
11380         column rows with the header when probes of several types are
11381         listed.
11382         Print the "Type" column.
11383         * probe.h (probe_ops): Added a new probe operation `type_name'.
11384         * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
11385         (stap_type_name): New function.
11386
11387 2015-02-17  Patrick Palka  <patrick@parcs.ath.cx>
11388
11389         * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
11390         (key_is_command_char): Delete.
11391
11392 2015-02-17  Pedro Alves  <palves@redhat.com>
11393
11394         * tui/tui.c (tui_enable): Resize windows before anything
11395         might show a window.
11396
11397 2015-02-17  Max Ostapenko  <m.ostapenko@partner.samsung.com>
11398
11399         PR gdb/17984
11400         * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
11401         (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
11402         call.
11403         * aarch64-tdep.h (tdesc_aarch64): Declare.
11404
11405 2015-02-12  Mark Wielaard  <mjw@redhat.com>
11406
11407         * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
11408
11409 2015-02-13  Doug Evans  <dje@google.com>
11410
11411         * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
11412         anonymous_namespace to is_in_anonymous for consistency with the rest
11413         of the file.
11414         (cp_lookup_bare_symbol): Fix typo in comment.
11415         (cp_search_static_and_baseclasses): Ditto.
11416         (search_symbol_list): Use vertical space in comment better.
11417         (reset_directive_searched): Ditto. Fix typo.
11418         (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
11419
11420 2015-02-13  Yao Qi  <yao.qi@arm.com>
11421
11422         * MAINTAINERS: Update my email address.
11423
11424 2015-02-12  Doug Evans  <dje@google.com>
11425
11426         * symtab.c (completion_list_add_name): Fix memory leak.
11427
11428 2015-02-12  Doug Evans  <dje@google.com>
11429
11430         * completer.c (complete_line): Remove incorrect comment.
11431
11432 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11433
11434         * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
11435         (py_print_frame): Use RETURN_MASK_ERROR.
11436
11437 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11438
11439         * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
11440         function comment.  Wrap all function that can throw in cleanups.
11441         (gdbpy_apply_frame_filter): Wrap all function that can throw in
11442         cleanups.
11443
11444 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11445
11446         * python/py-framefilter.c (py_print_frame): Substitute goto error.
11447         Remove the error label.
11448
11449 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11450
11451         * python/py-framefilter.c (py_print_frame): Put conditional code paths
11452         with goto first, indent the former else codepath left.  Put variable
11453         'elided' to a new inner block.
11454
11455 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11456
11457         * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
11458
11459 2015-02-11  Pedro Alves  <palves@redhat.com>
11460
11461         * xcoffread.c (within_function): Delete.
11462
11463 2015-02-11  Tom Tromey  <tromey@redhat.com>
11464             Pedro Alves <palves@redhat.com>
11465
11466         * breakpoint.c (base_breakpoint_ops): Delete.
11467         * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
11468         * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
11469         * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
11470         * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
11471         * python/py-arch.c (arch_object_type): Make extern.
11472         * python/py-block.c (block_syms_iterator_object_type): Make extern.
11473         * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
11474         * python/py-cmd.c (cmdpy_object_type): Make extern.
11475         * python/py-continueevent.c (continue_event_object_type)
11476         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
11477         parameter.  Update all callers.
11478         * python/py-evtregistry.c (eventregistry_object_type): Make extern.
11479         * python/py-exitedevent.c (exited_event_object_type): Make extern.
11480         * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
11481         * python/py-function.c (fnpy_object_type): Make extern.
11482         * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
11483         * python/py-infevents.c (call_pre_event_object_type)
11484         (inferior_call_post_event_object_type).
11485         (memory_changed_event_object_type): Make extern.
11486         * python/py-infthread.c (thread_object_type): Make extern.
11487         * python/py-lazy-string.c (lazy_string_object_type): Make extern.
11488         * python/py-linetable.c (linetable_entry_object_type)
11489         (linetable_object_type, ltpy_iterator_object_type): Make extern.
11490         * python/py-newobjfileevent.c (new_objfile_event_object_type)
11491         (clear_objfiles_event_object_type): Make extern.
11492         * python/py-objfile.c (objfile_object_type): Make extern.
11493         * python/py-param.c (parmpy_object_type): Make extern.
11494         * python/py-progspace.c (pspace_object_type): Make extern.
11495         * python/py-signalevent.c (signal_event_object_type): Make extern.
11496         * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
11497         * python/py-type.c (type_object_type, field_object_type)
11498         (type_iterator_object_type): Make extern.
11499         * python/python.c (python_extension_script_ops)
11500         (python_extension_ops): Make extern.
11501         * stap-probe.c (stap_probe_ops): Make extern.
11502
11503 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
11504
11505         * infrun.c (adjust_pc_after_break): Don't adjust the PC just
11506         because the event thread is not the current thread.
11507
11508 2015-02-11  Doug Evans  <xdje42@gmail.com>
11509
11510         * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
11511         been initialized yet, return NULL.
11512
11513 2015-02-11  Doug Evans  <dje@google.com>
11514
11515         * symfile.h (new_symfile_objfile): Delete.
11516         * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
11517         All callers updated.
11518
11519 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11520
11521         * tui/tui-io.c (tui_handle_resize_during_io): Call
11522         tui_update_gdb_sizes() after resizing the screen.
11523         * tui/tui.c (tui_enable): Resize the terminal before
11524         calling tui_update_gdb_sizes().
11525
11526 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
11527
11528         * tui/tui-io.c (tui_getc): Move cursor to the end of the command
11529         line before printing a newline.
11530
11531 2015-02-11  Mark Wielaard  <mjw@redhat.com>
11532
11533         * utils.c (producer_is_gcc): Return true or false.
11534
11535 2015-02-10  Mark Wielaard  <mjw@redhat.com>
11536
11537         * utils.h (producer_is_gcc): Change return type to bool. Add major
11538         argument.
11539         * utils.c (producer_is_gcc): Likewise.
11540         (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
11541         * dwarf2read.c (check_producer): Likewise.
11542
11543 2015-02-10  Pedro Alves  <palves@redhat.com>
11544
11545         * infrun.c (displaced_step_fixup): Switch to the event thread
11546         before calling gdbarch_displaced_step_fixup.
11547
11548 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
11549
11550         * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
11551
11552 2015-02-10  Simon Marchi  <simon.marchi@ericsson.com>
11553
11554         * ada-varobj.c (ada_name_of_child): Constify parent.
11555         (ada_path_expr_of_child): Same.
11556         (ada_value_of_child): Same.
11557         (ada_type_of_child): Same.
11558         * c-varobj.c (c_is_path_expr_parent): Same.
11559         (c_describe_child): Same.
11560         (c_name_of_child): Same.
11561         (c_value_of_child): Same.
11562         (c_type_of_child): Same.
11563         (cplus_number_of_children): Same.
11564         (cplus_describe_child): Constify var.
11565         (cplus_name_of_child): Constify parent.
11566         (cplus_value_of_child): Same.
11567         (cplus_type_of_child): Same.
11568         * jv-varobj.c (java_name_of_child): Same.
11569         (java_value_of_child): Same.
11570         (java_type_of_child): Same.
11571         * varobj.c (value_of_child): Same.
11572         (varobj_default_is_path_expr_parent): Constify var, parent and return
11573         value.
11574         (varobj_get_path_expr): Constify var, modify path_expr through
11575         mutable_var.
11576         (install_new_value): Constify parent.
11577         (value_of_child): Constify parent.
11578         * varobj.h (struct varobj): Constify parent.
11579         (struct lang_varobj_ops): Constify name_of_child, value_of_child and
11580         type_of_child.
11581         (varobj_get_path_expr): Constify var.
11582         (varobj_get_path_expr_parent): Constify var and return value.
11583
11584 2015-02-10  Luis Machado  <lgustavo@codesourcery.com>
11585
11586         * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
11587         (arm_prologue_this_id): Move PC and SP limit checks to
11588         arm_prologue_unwind_stop_reason.
11589         (arm_prologue_unwind) <stop_reason> : Set to
11590         arm_prologue_unwind_stop_reason.
11591
11592 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11593
11594         * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
11595         DW_LANG_Fortran08 as language_fortran.
11596
11597 2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>
11598
11599         PR remote/17946
11600         * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
11601         of pointer against char.
11602
11603 2015-02-09  Mark Wielaard  <mjw@redhat.com>
11604
11605         * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
11606         (c_type_print_modifier): Likewise.
11607         * dwarf2read.c (read_tag_atomic_type): New function.
11608         (read_type_die_1): Handle DW_TAG_atomic_type.
11609         * gdbtypes.c (make_atomic_type): New function.
11610         (recursive_dump_type): Handle TYPE_ATOMIC.
11611         * gdbtypes.h (enum type_flag_values): Renumber.
11612         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
11613         (TYPE_ATOMIC): New macro.
11614         (make_atomic_type): Declare.
11615
11616 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11617
11618         * btrace.c (ftrace_find_call): Skip gaps.
11619         (ftrace_new_function): Initialize level.
11620         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
11621         (ftrace_new_switch): Update
11622         level computation.
11623         (ftrace_new_gap): New.
11624         (ftrace_update_function): Create new function after gap.
11625         (btrace_compute_ftrace_bts): Create gap on error.
11626         (btrace_stitch_bts): Update parameters.  Clear trace if it
11627         becomes empty.
11628         (btrace_stitch_trace): Update parameters.  Update callers.
11629         (btrace_clear): Reset the number of gaps.
11630         (btrace_insn_get): Return NULL if the iterator points to a gap.
11631         (btrace_insn_number): Return zero if the iterator points to a gap.
11632         (btrace_insn_end): Allow gaps at the end.
11633         (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
11634         (btrace_find_insn_by_number): Assert that the found iterator does
11635         not point to a gap.
11636         (btrace_call_next, btrace_call_prev): Assert that the last function
11637         is not a gap.
11638         * btrace.h (btrace_bts_error): New.
11639         (btrace_function): Update comment.
11640         (btrace_function) <insn, insn_offset, number>: Update comment.
11641         (btrace_function) <errcode>: New.
11642         (btrace_thread_info) <ngaps>: New.
11643         (btrace_thread_info) <replay>: Update comment.
11644         (btrace_insn_get): Update comment.
11645         * record-btrace.c (btrace_ui_out_decode_error): New.
11646         (record_btrace_info): Print number of gaps.
11647         (btrace_insn_history, btrace_call_history): Call
11648         btrace_ui_out_decode_error for gaps.
11649         (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
11650
11651 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11652
11653         * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
11654         * nat/linux-btrace.c: (btrace_this_cpu): New.
11655         (cpu_supports_bts): Call btrace_this_cpu.
11656         (intel_supports_bts): Add cpu parameter.
11657
11658 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11659
11660         * btrace.h (btrace_insn_class): New.
11661         (btrace_insn) <size, iclass>: New.
11662         * btrace.c (ftrace_find_call): Update parameters.  Update users.
11663         Use instruction classification.
11664         (ftrace_new_return): Update parameters.  Update users.
11665         (ftrace_update_function): Update parameters.  Update users.  Use
11666         instruction classification.
11667         (ftrace_update_insns): Update parameters.  Update users.
11668         (ftrace_classify_insn): New.
11669         (btrace_compute_ftrace_bts): Fill in new btrace_insn fields.  Add
11670         TRY_CATCH around call to gdb_insn_length.
11671
11672 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11673
11674         * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
11675         Update parameters.  Update users.
11676
11677 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11678
11679         * btrace.c (parse_xml_btrace_conf_bts): Add size.
11680         (btrace_conf_bts_attributes): New.
11681         (btrace_conf_children): Add attributes.
11682         * common/btrace-common.h (btrace_config_bts): New.
11683         (btrace_config)<bts>: New.
11684         (btrace_config): Update comment.
11685         * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
11686         Use config.
11687         * features/btrace-conf.dtd: Increment version.  Add size
11688         attribute to bts element.
11689         * record-btrace.c (set_record_btrace_bts_cmdlist,
11690         show_record_btrace_bts_cmdlist): New.
11691         (record_btrace_adjust_size, record_btrace_print_bts_conf,
11692         record_btrace_print_conf, cmd_set_record_btrace_bts,
11693         cmd_show_record_btrace_bts): New.
11694         (record_btrace_info): Call record_btrace_print_conf.
11695         (_initialize_record_btrace): Add commands.
11696         * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
11697         (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
11698         (btrace_sync_conf): Synchronize bts size.
11699         (_initialize_remote): Add Qbtrace-conf:bts:size packet.
11700         * NEWS: Announce new commands and new packets.
11701
11702 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11703
11704         * Makefile.in (XMLFILES): Add btrace-conf.dtd.
11705         * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
11706         (x86_linux_btrace_conf): New.
11707         (x86_linux_create_target): Initialize to_btrace_conf.
11708         * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
11709         Check format.  Split into this and ...
11710         (linux_enable_bts): ... this.
11711         (linux_btrace_conf): New.
11712         (perf_event_skip_record): Renamed into ...
11713         (perf_event_skip_bts_record): ... this.  Updated users.
11714         (linux_disable_btrace): Split into this and ...
11715         (linux_disable_bts): ... this.
11716         (linux_read_btrace): Check format.
11717         * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
11718         (linux_btrace_conf): New.
11719         (btrace_target_info)<ptid>: Moved.
11720         (btrace_target_info)<conf>: New.
11721         (btrace_target_info): Split into this and ...
11722         (btrace_tinfo_bts): ... this.  Updated users.
11723         * btrace.c (btrace_enable): Update parameters.
11724         (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
11725         (btrace_conf_children, btrace_conf_attributes)
11726         (btrace_conf_elements): New.
11727         * btrace.h (btrace_enable): Update parameters.
11728         (btrace_conf, parse_xml_btrace_conf): New.
11729         * common/btrace-common.h (btrace_config): New.
11730         * feature/btrace-conf.dtd: New.
11731         * record-btrace.c (record_btrace_conf): New.
11732         (record_btrace_cmdlist): New.
11733         (record_btrace_enable_warn, record_btrace_open): Pass
11734         &record_btrace_conf.
11735         (record_btrace_info): Print recording format.
11736         (cmd_record_btrace_bts_start): New.
11737         (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
11738         (_initialize_record_btrace): Add "record btrace bts" subcommand.
11739         Add "record bts" alias command.
11740         * remote.c (remote_state)<btrace_config>: New.
11741         (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
11742         (remote_protocol_features): Add qXfer:btrace-conf:read.
11743         (remote_open_1): Call remote_btrace_reset.
11744         (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
11745         (btrace_target_info)<conf>: New.
11746         (btrace_sync_conf, btrace_read_config): New.
11747         (remote_enable_btrace): Update parameters.  Call btrace_sync_conf and
11748         btrace_read_conf.
11749         (remote_btrace_conf): New.
11750         (init_remote_ops): Initialize to_btrace_conf.
11751         (_initialize_remote): Add qXfer:btrace-conf packet.
11752         * target.c (target_enable_btrace): Update parameters.
11753         (target_btrace_conf): New.
11754         * target.h (target_enable_btrace): Update parameters.
11755         (target_btrace_conf): New.
11756         (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
11757         (target_ops)<to_enable_btrace>: Update parameters and comment.
11758         (target_ops)<to_btrace_conf>: New.
11759         * target-delegates: Regenerate.
11760         * target-debug.h (target_debug_print_const_struct_btrace_config_p)
11761         (target_debug_print_const_struct_btrace_target_info_p): New.
11762         * NEWS: Announce new command and new packet.
11763
11764 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11765
11766         * nat/linux-btrace.h (perf_event_buffer): New.
11767         (btrace_target_info) <buffer, size, data_head>: Replace with ...
11768         <bts>: ... this.
11769         * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
11770         (perf_event_buffer_size, perf_event_buffer_begin)
11771         (perf_event_buffer_end, linux_btrace_has_changed): Removed.
11772         Updated users.
11773         (perf_event_new_data): New.
11774
11775 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11776
11777         * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
11778         * record-btrace.c (record_btrace_open): Remove call to
11779         target_supports_btrace.
11780         * remote.c (remote_supports_btrace): Update parameters.
11781         * target.c (target_supports_btrace): Update parameters.
11782         * target.h (to_supports_btrace, target_supports_btrace): Update
11783         parameters.
11784         * target-delegates.c: Regenerate.
11785         * target-debug.h (target_debug_print_enum_btrace_format): New.
11786         * nat/linux-btrace.c
11787         (kernel_supports_btrace): Rename into ...
11788         (kernel_supports_bts): ... this.  Update users.  Update warning text.
11789         (intel_supports_btrace): Rename into ...
11790         (intel_supports_bts): ... this.  Update users.
11791         (cpu_supports_btrace): Rename into ...
11792         (cpu_supports_bts): ... this.  Update users.
11793         (linux_supports_btrace): Update parameters.  Split into this and ...
11794         (linux_supports_bts): ... this.
11795         * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
11796
11797 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
11798
11799         * Makefile.in (SFILES): Add common/btrace-common.c.
11800         (COMMON_OBS): Add common/btrace-common.o.
11801         (btrace-common.o): Add build rules.
11802         * btrace.c (parse_xml_btrace): Update parameters.
11803         (parse_xml_btrace_block): Set format field.
11804         (btrace_add_pc, btrace_fetch): Use struct btrace_data.
11805         (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
11806         (btrace_compute_ftrace): Split into this and...
11807         (btrace_compute_ftrace_bts): ...this.
11808         (btrace_stitch_trace): Split into this and...
11809         (btrace_stitch_bts): ...this.
11810         * btrace.h (parse_xml_btrace): Update parameters.
11811         (make_cleanup_btrace_data): New.
11812         * common/btrace-common.c: New.
11813         * common/btrace-common.h: Include common-defs.h.
11814         (btrace_block_s): Update comment.
11815         (btrace_format): New.
11816         (btrace_format_string): New.
11817         (btrace_data_bts): New.
11818         (btrace_data): New.
11819         (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
11820         * remote.c (remote_read_btrace): Update parameters.
11821         * target.c (target_read_btrace): Update parameters.
11822         * target.h (target_read_btrace): Update parameters.
11823         (target_ops)<to_read_btrace>: Update parameters.
11824         * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
11825         * target-delegates.c: Regenerate.
11826         * target-debug (target_debug_print_struct_btrace_data_p): New.
11827         * nat/linux-btrace.c (linux_read_btrace): Split into this and...
11828         (linux_read_bts): ...this.
11829         * nat/linux-btrace.h (linux_read_btrace): Update parameters.
11830
11831 2015-02-06  Doug Evans  <dje@google.com>
11832
11833         * remote-m32r-sdi.c: Include symfile.h.
11834
11835 2015-02-06  Doug Evans  <dje@google.com>
11836
11837         * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
11838         * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
11839         to here.
11840
11841 2015-02-06  Pedro Alves  <palves@redhat.com>
11842
11843         * linux-thread-db.c (find_new_threads_callback): Add debug output.
11844
11845 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
11846
11847         PR gdb/15678
11848         * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
11849         (enable_count_command): Check args for NULL value.
11850
11851 2015-02-05  Doug Evans  <xdje42@gmail.com>
11852
11853         * guile/scm-frame.c: Fix spelling errors in a comment.
11854
11855 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11856
11857         * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
11858         * python/py-value.c (valpy_fetch_lazy): Use it.  Remove cast to the
11859         return type.
11860
11861 2015-02-04  Pedro Alves  <palves@redhat.com>
11862
11863         * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
11864         (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
11865         returns true.
11866         (resume_stopped_resumed_lwps): Don't check whether the thread is
11867         marked as executing.
11868         (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
11869
11870 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11871
11872         * regset.h (struct regset): Add flags field.
11873         (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
11874         * corelow.c (get_core_register_section): Add warning if the size
11875         exceeds the requested size and the regset does not have the
11876         REGSET_VARIABLE_SIZE flag set.
11877         * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
11878         flag.
11879         * armbsd-tdep.c (armbsd_gregset): Likewise.
11880         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
11881         * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
11882         * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
11883         * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
11884
11885 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11886
11887         * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
11888         For ".reg-xstate", explicitly specify the requested section size
11889         via X86_XSTATE_SIZE instead of just 0 on input and
11890         X86_XSTATE_MAX_SIZE on output.
11891         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
11892         Likewise.
11893
11894 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11895
11896         PR corefiles/17808:
11897         * gdbarch.sh (iterate_over_regset_sections_cb): Document this
11898         function type, particularly its SIZE parameter.
11899         * gdbarch.h: Regenerate.
11900         * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
11901         actual against required size using ">=" instead of "==".
11902         (amd64_collect_fpregset): Likewise.
11903         * i386-tdep.c (i386_supply_gregset): Likewise.
11904         (i386_collect_gregset): Likewise.
11905         (i386_supply_fpregset): Likewise.
11906         (i386_collect_fpregset): Likewise.
11907         * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
11908         (mips_fill_gregset_wrapper): Likewise.
11909         (mips_supply_fpregset_wrapper): Likewise.
11910         (mips_fill_fpregset_wrapper): Likewise.
11911         (mips64_supply_gregset_wrapper): Likewise.
11912         (mips64_fill_gregset_wrapper): Likewise.
11913         (mips64_supply_fpregset_wrapper): Likewise.
11914         (mips64_fill_fpregset_wrapper): Likewise.
11915         * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
11916         (am33_supply_fpregset_method): Likewise.
11917         (am33_collect_gregset_method): Likewise.
11918         (am33_collect_fpregset_method): Likewise.
11919
11920 2015-02-04  Doug Evans  <dje@google.com>
11921             Pedro Alves  <palves@redhat.com>
11922             Eli Zaretskii  <eliz@gnu.org>
11923
11924         PR tui/17810
11925         * tui/tui-command.c (tui_refresh_cmd_win): New function.
11926         * tui/tui-command.c (tui_refresh_cmd_win): Declare.
11927         * tui/tui-file.c: #include tui/tui-command.h.
11928         (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
11929         (tui_file_flush): Refresh command window if stream is gdb_stdout.
11930         * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
11931
11932 2015-02-04  Pedro Alves  <palves@redhat.com>
11933
11934         Fix build breakage.
11935         * event-loop.c (gdb_do_one_event): Add default switch case.
11936
11937 2015-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11938
11939         Filter out inferior gcc option -fpreprocessed.
11940         * compile/compile.c (filter_args): New function.
11941         (get_args): Use it.
11942
11943 2015-02-03  Pedro Alves  <palves@redhat.com>
11944
11945         * event-loop.c: Don't declare nor define a queue type for
11946         gdb_event_p.
11947         (event_queue): Delete.
11948         (create_event, create_file_event, gdb_event_xfree)
11949         (initialize_event_loop, process_event): Delete.
11950         (gdb_do_one_event): Return as soon as one event is handled.
11951         (handle_file_event): Change prototype.  Used the passed in
11952         file_handler pointer and ready_mask instead of looping over all
11953         file handlers.
11954         (gdb_wait_for_event): Update the poll/select timeouts before
11955         blocking.  Run event handlers directly instead of queueing events.
11956         Return as soon as one event is handled.
11957         (struct async_event_handler_data): Delete.
11958         (invoke_async_event_handler): Delete.
11959         (check_async_event_handlers): Change return type to int.  Run
11960         event handlers directly instead of queueing events.  Return as
11961         soon as one event is handled.
11962         (handle_timer_event): Delete.
11963         (update_wait_timeout): New function, factored out from
11964         poll_timers.
11965         (poll_timers): Reimplement.
11966         * event-loop.h (initialize_event_loop): Delete declaration.
11967         * top.c (gdb_init): Don't call initialize_event_loop.
11968
11969 2015-02-03  Pedro Alves  <palves@redhat.com>
11970
11971         * event-loop.c (clear_async_event_handler): New function.
11972         * event-loop.h (clear_async_event_handler): New declaration.
11973         * record-btrace.c (record_btrace_async): New function.
11974         (init_record_btrace_ops): Install record_btrace_async.
11975         * record-full.c (record_full_async): New function.
11976         (record_full_resume): Don't mark the async event source here.
11977         (init_record_full_ops): Install record_full_async.
11978         (record_full_core_resume): Don't mark the async event source here.
11979         (init_record_full_core_ops): Install record_full_async.
11980         * remote.c (remote_async): Mark and clear the async stop reply
11981         queue event-loop token as appropriate.
11982
11983 2015-02-03  Pedro Alves  <palves@redhat.com>
11984
11985         * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
11986         target_is_async_p instead of target_can_async.
11987         (linux_nat_wait): Use target_is_async_p instead of
11988         target_can_async.  Don't enable async here.
11989         * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
11990         target_is_async_p instead of target_can_async.
11991
11992 2015-02-02  Simon Marchi  <simon.marchi@ericsson.com>
11993
11994         * varobj.h (lang_varobj_ops): Mention which return values need
11995         to be freed.
11996
11997 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
11998
11999         * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
12000
12001 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12002
12003         PR gdb/17856:
12004         * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
12005         results found in the cache.
12006
12007 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
12008
12009         PR gdb/17854:
12010         * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
12011         when allocating a new one.
12012
12013 2015-02-01  Tom Tromey  <tom@tromey.com>
12014
12015         * MAINTAINERS: Remove myself.
12016
12017 2015-01-31  Doug Evans  <xdje42@gmail.com>
12018
12019         * dwarf2read.c (process_structure_scope): Update setting of
12020         TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
12021         * gdbtypes.c (internal_type_vptr_fieldno): New function.
12022         (set_type_vptr_fieldno): New function.
12023         (internal_type_vptr_basetype): New function.
12024         (set_type_vptr_basetype): New function.
12025         (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
12026         TYPE_VPTR_BASETYPE.
12027         (allocate_cplus_struct_type): Initialize vptr_fieldno.
12028         (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
12029         (print_cplus_stuff): ... moved here.
12030         (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
12031         * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
12032         moved to ...
12033         (struct cplus_struct_type): ... here.  All uses updated.
12034         (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
12035         (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
12036         (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
12037         * stabsread.c (read_tilde_fields): Update setting of
12038         TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
12039
12040 2015-01-31  Doug Evans  <xdje42@gmail.com>
12041
12042         * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
12043         to self_p.
12044         (cp_print_class_member): Rename local domain to self_type.
12045         * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
12046         domain_type to self_type.
12047         (set_die_type) <need_gnat_info>: Handle
12048         TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
12049         * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
12050         TYPE_SPECIFIC_SELF_TYPE.
12051         * gdbtypes.c (internal_type_self_type): New function.
12052         (set_type_self_type): New function.
12053         (smash_to_memberptr_type): Rename parameter domain to self_type.
12054         Update setting of TYPE_SELF_TYPE.
12055         (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
12056         (smash_to_method_type): Rename parameter domain to self_type.
12057         Update setting of TYPE_SELF_TYPE.
12058         (check_stub_method): Call smash_to_method_type.
12059         (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
12060         (copy_type_recursive): Ditto.
12061         * gdbtypes.h (enum type_specific_kind): New value
12062         TYPE_SPECIFIC_SELF_TYPE.
12063         (struct main_type) <type_specific>: New member self_type.
12064         (struct cplus_struct_type) <fn_field.type>: Update comment.
12065         (TYPE_SELF_TYPE): Rewrite.
12066         (internal_type_self_type, set_type_self_type): Declare.
12067         * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
12068         self_type.
12069         (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
12070         * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
12071         TYPE_TARGET_TYPE.
12072         * stabsread.c (read_member_functions): Mark methods with
12073         TYPE_CODE_METHOD, not TYPE_CODE_FUNC.  Update setting of
12074         TYPE_SELF_TYPE.
12075
12076 2015-01-31  Doug Evans  <xdje42@gmail.com>
12077
12078         * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
12079         All uses updated.
12080
12081 2015-01-31  Doug Evans  <xdje42@gmail.com>
12082
12083         * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
12084         or unions.  Return zero if union.
12085         (gnuv3_get_vtable): Call check_typedef.  Assert only passed structs.
12086         (gnuv3_rtti_type): Pass already-check_typedef'd value to
12087         gnuv3_get_vtable.
12088         (compute_vtable_size): Assert only passed structs.
12089         (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
12090
12091 2015-01-31  Doug Evans  <xdje42@gmail.com>
12092
12093         * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
12094         kinds.
12095
12096 2015-01-31  Gary Benson <gbenson@redhat.com>
12097             Doug Evans  <dje@google.com>
12098
12099         PR cli/9007
12100         PR cli/11920
12101         PR cli/15548
12102         * cli/cli-cmds.c (complete_command): Notify user if max-completions
12103         reached.
12104         * common/common-exceptions.h (enum errors)
12105         <MAX_COMPLETIONS_REACHED_ERROR>: New value.
12106         * completer.h (get_max_completions_reached_message): New declaration.
12107         (max_completions): Likewise.
12108         (completion_tracker_t): New typedef.
12109         (new_completion_tracker): New declaration.
12110         (make_cleanup_free_completion_tracker): Likewise.
12111         (maybe_add_completion_enum): New enum.
12112         (maybe_add_completion): New declaration.
12113         (throw_max_completions_reached_error): Likewise.
12114         * completer.c (max_completions): New global variable.
12115         (new_completion_tracker): New function.
12116         (free_completion_tracker): Likewise.
12117         (make_cleanup_free_completion_tracker): Likewise.
12118         (maybe_add_completions): Likewise.
12119         (throw_max_completions_reached_error): Likewise.
12120         (complete_line): Remove duplicates and limit result to max_completions
12121         entries.
12122         (get_max_completions_reached_message): New function.
12123         (gdb_display_match_list): Handle max_completions.
12124         (_initialize_completer): New declaration and function.
12125         * symtab.c: Include completer.h.
12126         (completion_tracker): New static variable.
12127         (completion_list_add_name): Call maybe_add_completion.
12128         (default_make_symbol_completion_list_break_on_1): Renamed from
12129         default_make_symbol_completion_list_break_on.  Maintain
12130         completion_tracker across calls to completion_list_add_name.
12131         (default_make_symbol_completion_list_break_on): New function.
12132         * top.c (init_main): Set rl_completion_display_matches_hook.
12133         * tui/tui-io.c: Include completer.h.
12134         (tui_old_rl_display_matches_hook): New static global.
12135         (tui_rl_display_match_list): Notify user if max-completions reached.
12136         (tui_setup_io): Save/restore rl_completion_display_matches_hook.
12137         * NEWS (New Options): Mention set/show max-completions.
12138
12139 2015-01-31  Gary Benson  <gbenson@redhat.com>
12140
12141         * symtab.c (struct add_name_data) <code>: New field.
12142         Updated comments.
12143         (add_symtab_completions): New function.
12144         (symtab_expansion_callback): Likewise.
12145         (default_make_symbol_completion_list_break_on): Set datum.code.
12146         Move minimal symbol scan before calling expand_symtabs_matching.
12147         Scan known primary symtabs for externs and statics before calling
12148         expand_symtabs_matching.  Pass symtab_expansion_callback as
12149         expansion_notify argument to expand_symtabs_matching.  Do not scan
12150         primary symtabs for externs and statics after calling
12151         expand_symtabs_matching.
12152
12153 2015-01-31  Gary Benson  <gbenson@redhat.com>
12154
12155         * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
12156         (struct quick_symbol_functions) <expand_symtabs_matching>:
12157         New argument expansion_notify.  All uses updated.
12158         (expand_symtabs_matching): New argument expansion_notify.
12159         All uses updated.
12160         * symfile-debug.c (debug_qf_expand_symtabs_matching):
12161         Also print expansion notify.
12162         * symtab.c (expand_symtabs_matching_via_partial): Call
12163         expansion_notify whenever a partial symbol table is expanded.
12164         * dwarf2read.c (dw2_expand_symtabs_matching): Call
12165         expansion_notify whenever a symbol table is instantiated.
12166
12167 2015-01-31  Doug Evans  <xdje42@gmail.com>
12168
12169         * cli-out.c: #include completer.h, readline/readline.h.
12170         (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
12171         (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
12172         (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
12173         * cli-out.h (cli_display_match_list): Declare.
12174         * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
12175         (ELLIPSIS_LEN): Ditto.
12176         (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
12177         (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
12178         (gdb_fnprint, gdb_print_filename): Ditto.
12179         (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
12180         (gdb_display_match_list): Ditto.
12181         * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
12182         (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
12183         (mld_beep_ftype, mld_read_key_ftype): Ditto.
12184         (match_list_displayer): New struct.
12185         (gdb_display_match_list): Declare.
12186         * top.c (init_main): Set rl_completion_display_matches_hook.
12187         * tui/tui-io.c: #include completer.h.
12188         (printable_part, PUTX, print_filename, get_y_or_n): Delete.
12189         (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
12190         (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
12191         (tui_mld_getc, tui_mld_read_key): Ditto.
12192         (tui_rl_display_match_list): Rewrite.
12193         (tui_handle_resize_during_io): New arg for_completion.  All callers
12194         updated.
12195
12196 2015-01-31  Doug Evans  <xdje42@gmail.com>
12197
12198         Add symbol lookup cache.
12199         * NEWS: Document new options and commands.
12200         * symtab.c (symbol_cache_key): New static global.
12201         (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
12202         (SYMBOL_LOOKUP_FAILED): New macro.
12203         (symbol_cache_slot_state): New enum.
12204         (block_symbol_cache): New struct.
12205         (symbol_cache): New struct.
12206         (new_symbol_cache_size, symbol_cache_size): New static globals.
12207         (hash_symbol_entry, eq_symbol_entry): New functions.
12208         (symbol_cache_byte_size, resize_symbol_cache): New functions.
12209         (make_symbol_cache, free_symbol_cache): New functions.
12210         (get_symbol_cache, symbol_cache_cleanup): New function.
12211         (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
12212         (symbol_cache_lookup, symbol_cache_clear_slot): New function.
12213         (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
12214         (symbol_cache_flush, symbol_cache_dump): New functions.
12215         (maintenance_print_symbol_cache): New function.
12216         (maintenance_flush_symbol_cache): New function.
12217         (symbol_cache_stats): New function.
12218         (maintenance_print_symbol_cache_statistics): New function.
12219         (symtab_new_objfile_observer): New function.
12220         (symtab_free_objfile_observer): New function.
12221         (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
12222         (_initialize_symtab): Init symbol_cache_key.  New parameter
12223         maint symbol-cache-size.  New maint commands print symbol-cache,
12224         print symbol-cache-statistics, flush-symbol-cache.
12225         Install new_objfile, free_objfile observers.
12226
12227 2015-01-31  Joel Brobecker  <brobecker@adacore.com>
12228
12229         PR symtab/17855
12230         * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
12231         to end.
12232
12233 2015-01-31  Doug Evans  <xdje42@gmail.com>
12234
12235         * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
12236         * auto-load.c: #include ctype.h.
12237         (struct auto_load_pspace_info): Replace member loaded_scripts with
12238         new members loaded_script_files, loaded_script_texts.
12239         (auto_load_pspace_data_cleanup): Update.
12240         (init_loaded_scripts_info): Update.
12241         (get_auto_load_pspace_data_for_loading): Update.
12242         (maybe_add_script_file): Renamed from maybe_add_script.  All callers
12243         updated.
12244         (maybe_add_script_text): New function.
12245         (clear_section_scripts): Update.
12246         (source_script_file, execute_script_contents): New functions.
12247         (source_section_scripts): Add support for
12248         SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
12249         (print_scripts): New function.
12250         (auto_load_info_scripts): Also print inlined scripts.
12251         (maybe_print_unsupported_script_warning): Renamed from
12252         unsupported_script_warning_print.  All callers updated.
12253         (maybe_print_script_not_found_warning): Renamed from
12254         script_not_found_warning_print.  All callers updated.
12255         * extension-priv.h (struct extension_language_script_ops): New member
12256         objfile_script_executor.
12257         * extension.c (ext_lang_objfile_script_executor): New function.
12258         * extension.h (objfile_script_executor_func): New typedef.
12259         (ext_lang_objfile_script_executor): Declare.
12260         * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
12261         * guile/guile.c (guile_extension_script_ops): Update.
12262         * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
12263         * python/python.c (python_extension_script_ops): Update.
12264         (gdbpy_execute_objfile_script): New function.
12265
12266 2015-01-31  Eli Zaretskii  <eliz@gnu.org>
12267
12268         * tui/tui-io.c (tui_expand_tabs): New function.
12269         (tui_puts, tui_redisplay_readline): Expand TABs into the
12270         appropriate number of spaces.
12271         * tui/tui-regs.c: Include tui-io.h.
12272         (tui_register_format): Call tui_expand_tabs to expand TABs into
12273         the appropriate number of spaces.
12274         * tui/tui-io.h: Add prototype for tui_expand_tabs.
12275
12276 2015-01-30  Doug Evans  <dje@google.com>
12277
12278         * NEWS: "info source" command now display producer string if present.
12279         * source.c (source_info): Print producer string if present.
12280
12281 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12282
12283         * varobj.c (varobj_delete): Fix comment.
12284
12285 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12286
12287         * varobj.c (create_child): Modify comment.
12288
12289 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12290
12291         * ada-varobj.c (ada_number_of_children): Constify struct varobj *
12292         parameter.
12293         (ada_name_of_variable): Same.
12294         (ada_path_expr_of_child): Same.
12295         (ada_value_of_variable): Same.
12296         (ada_value_is_changeable_p): Same.
12297         (ada_value_has_mutated): Same.
12298         * c-varobj.c (varobj_is_anonymous_child): Same.
12299         (c_is_path_expr_parent): Same.
12300         (c_number_of_children): Same.
12301         (c_name_of_variable): Same.
12302         (c_path_expr_of_child): Same.
12303         (get_type): Same.
12304         (c_value_of_variable): Same.
12305         (cplus_number_of_children): Same.
12306         (cplus_name_of_variable): Same.
12307         (cplus_path_expr_of_child): Same.
12308         (cplus_value_of_variable): Same.
12309         * jv-varobj.c (java_number_of_children): Same.
12310         (java_name_of_variable): Same.
12311         (java_path_expr_of_child): Same.
12312         (java_value_of_variable): Same.
12313         * varobj.c (number_of_children): Same.
12314         (name_of_variable): Same.
12315         (is_root_p): Same.
12316         (varobj_ensure_python_env): Same.
12317         (varobj_get_objname): Same.
12318         (varobj_get_expression): Same.
12319         (varobj_get_display_format): Same.
12320         (varobj_get_display_hint): Same.
12321         (varobj_has_more): Same.
12322         (varobj_get_thread_id): Same.
12323         (varobj_get_frozen): Same.
12324         (dynamic_varobj_has_child_method): Same.
12325         (varobj_get_gdb_type): Same.
12326         (is_path_expr_parent): Same.
12327         (varobj_default_is_path_expr_parent): Same.
12328         (varobj_get_language): Same.
12329         (varobj_get_attributes): Same.
12330         (varobj_is_dynamic_p): Same.
12331         (varobj_get_child_range): Same.
12332         (varobj_value_has_mutated): Same.
12333         (varobj_get_value_type): Same.
12334         (number_of_children): Same.
12335         (name_of_variable): Same.
12336         (check_scope): Same.
12337         (varobj_editable_p): Same.
12338         (varobj_value_is_changeable_p): Same.
12339         (varobj_floating_p): Same.
12340         (varobj_default_value_is_changeable_p): Same.
12341
12342 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12343
12344         * varobj.c (varobj_get_path_expr): Set var->path_expr.
12345         * c-varobj.c (c_path_expr_of_child): Set local var instead of
12346         child->path_expr.
12347         (cplus_path_expr_of_child): Same.
12348
12349 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12350
12351         * mi-cmd-var.c (print_varobj): Free varobj_get_expression
12352         result.
12353         (mi_cmd_var_info_expression): Same.
12354         * varobj.c (varobj_get_expression): Mention in the comment that
12355         the result must by freed by the caller.
12356
12357 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
12358
12359         * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
12360         varobj_get_type.
12361         (varobj_update_one): Same.
12362         * varobj.c (update_type_if_necessary): Free curr_type_str and
12363         new_type_str.
12364         (varobj_get_type): Specify in comment that the result needs to be
12365         freed by the caller.
12366
12367 2015-01-29  Doug Evans  <dje@google.com>
12368
12369         PR symtab/17890
12370         * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
12371
12372 2015-01-25  Mark Wielaard  <mjw@redhat.com>
12373
12374         * dwarf2read.c (checkproducer): Call producer_is_gcc.
12375         * utils.c (producer_is_gcc_ge_4): Likewise.
12376         (producer_is_gcc): New function.
12377         * utils.h (producer_is_gcc): New declaration.
12378
12379 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12380
12381         * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
12382         kind.
12383         * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
12384         parameter by "addr_stack" parameter.
12385         (resolve_dynamic_range): Replace "addr" parameter by
12386         "stack_addr" parameter.  Update function documentation.
12387         Update code accordingly.
12388         (resolve_dynamic_array, resolve_dynamic_union)
12389         (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
12390         (resolve_dynamic_type): Update code, following the changes made
12391         to resolve_dynamic_type_internal's interface.
12392         * dwarf2loc.h (struct property_addr_info): New.
12393         (dwarf2_evaluate_property): Replace "address" parameter
12394         by "addr_stack" parameter.  Adjust function documentation.
12395         (struct dwarf2_offset_baton): New.
12396         (struct dwarf2_property_baton): Update documentation of
12397         field "referenced_type" to be more general. New field
12398         "offset_info" in union data field.
12399         * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
12400         parameter by "addr_stack" parameter.  Adjust code accordingly.
12401         Add support for PROP_ADDR_OFFSET properties.
12402         * dwarf2read.c (attr_to_dynamic_prop): Add support for
12403         DW_AT_data_member_location attributes as well.  Use case
12404         statements instead of if/else condition.
12405
12406 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12407
12408         * ada-varobj.c (ada_varobj_get_array_number_of_children):
12409         Return zero if PARENT_VALUE is NULL and parent_type's
12410         range type is dynamic.
12411
12412 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
12413
12414         * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
12415         nonzero if the type's subtype is dynamic.
12416         (resolve_dynamic_range): Also resolve the range's subtype.
12417
12418 2015-01-29  Alexander Klimov  <alserkli@inbox.ru>  (tiny patch)
12419
12420         Pushed by Joel Brobecker  <brobecker@adacore.com>.
12421         * symfile.c (unmap_overlay_command): Initialize sec to NULL.
12422
12423 2015-01-27  Doug Evans  <dje@google.com>
12424
12425         * NEWS: Mention gdb.Objfile.username.
12426         * python/py-objfile.c (objfpy_get_username): New function.
12427         (objfile_getset): Add "username".
12428
12429 2015-01-24  Mark Wielaard  <mjw@redhat.com>
12430
12431         * stack.c (return_command): Markup warning message with _.
12432
12433 2015-01-24  Doug Evans  <xdje42@gmail.com>
12434
12435         * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
12436
12437 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12438
12439         Fix 100x slowdown regression on DWZ files.
12440         * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
12441         (struct line_header): Add offset and offset_in_dwz.
12442         (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
12443         (free_line_header_voidp): New declaration.
12444         (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
12445         functions.
12446         (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
12447         (handle_DW_AT_stmt_list): Use line_header_hash.
12448         (free_line_header_voidp): New function.
12449         (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
12450         (dwarf_decode_lines): New parameter decode_mapping, use it.
12451         (dwarf2_free_objfile): Free line_header_hash.
12452
12453 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
12454
12455         PR gdb/17416
12456         * valops.c (value_rtti_indirect_type): Catch exception thrown by
12457         value_ind.
12458
12459 2015-01-15  Mark Wielaard  <mjw@redhat.com>
12460
12461         * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
12462         DW_AT_noreturn.
12463         * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
12464         calling_convention an 8 bit bit field.
12465         (TYPE_NO_RETURN): New macro.
12466         * infcmd.c (finish_command): Query if function does not return
12467         normally.
12468         * stack.c (return_command): Likewise.
12469
12470 2015-01-23  Pedro Alves  <palves@redhat.com>
12471
12472         * linux-nat.c (linux_is_async_p): New macro.
12473         (linux_nat_is_async_p):
12474         (linux_nat_terminal_inferior): Check whether the target can async
12475         instead of whether it is already async.
12476         (linux_nat_terminal_ours): Don't check whether the target is
12477         async.
12478         (linux_async_pipe): Use linux_is_async_p.
12479
12480 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12481
12482         * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
12483         '-ascending'.
12484         * thread.c (tp_array_compar_ascending, tp_array_compar): New.
12485         (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
12486         Sort tp_array using tp_array_compar.
12487         (_initialize_thread): Extend thread_apply_all_command help.
12488
12489 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12490
12491         * corelow.c (core_open): Call also thread_command.
12492         * gdbthread.h (thread_command): New prototype moved from ...
12493         * thread.c (thread_command): ... here.
12494         (thread_command): Make it global.
12495
12496 2015-01-22  Pedro Alves  <palves@redhat.com>
12497
12498         * configure.ac [*mingw32*]: Check $curses_found instead of
12499         $prefer_curses.
12500         * configure: Regenerate.
12501         * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
12502         HAVE_NCURSES_NCURSES_H checks.
12503
12504 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12505
12506         * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
12507         fails with the 1st arg NULL, try again with "unknown".  Don't test
12508         the "cup" capability: it isn't supported by the Windows port of
12509         ncurses, but the Windows console driver is still capable of
12510         supporting TUI.
12511
12512 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12513
12514         * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
12515
12516 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
12517
12518         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
12519         (ALLDEPFILES): Remove irix5-nat.c.  These two are part of the
12520         reason that "make TAGS" is broken.
12521
12522 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
12523
12524         * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
12525         and check additional store instructions.
12526
12527 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12528
12529         * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
12530
12531 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
12532
12533         * ppc-linux-tdep.c (ppc_skip_trampoline_code,
12534         ppc_canonicalize_syscall, ppc_linux_syscall_record,
12535         ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
12536         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12537         * rs6000-tdep.c (rs6000_epilogue_frame_cache,
12538         rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
12539         rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
12540         ppc_process_record_op19, ppc_process_record_op31,
12541         ppc_process_record_op59, ppc_process_record_op60,
12542         ppc_process_record_op63): Likewise.
12543
12544 2015-01-20  Joel Brobecker  <brobecker@adacore.com>
12545
12546         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
12547         (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
12548         strerror.
12549
12550 2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
12551
12552         * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
12553         ppc_process_record_op31, ppc_process_record_op59,
12554         ppc_process_record_op60, ppc_process_record_op63,
12555         ppc_process_record): Fix -Wformat warning.
12556         * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
12557         Remove unused variables.
12558
12559 2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
12560
12561         * MAINTAINERS (Write After Approval): Add "Chen Gang".
12562
12563 2015-01-19  Eli Zaretskii  <eliz@gnu.org>
12564
12565         * configure.ac [*mingw32*]: Only add windows-termcap.o to
12566         CONFIG_OBS if not building with a curses library.
12567         * configure: Regenerate.
12568
12569         * windows-termcap.c: Include defs.h.  Make the whole body empty if
12570         either one of HAVE_CURSES_H or HAVE_NCURSES_H or
12571         HAVE_NCURSES_NCURSES_H is defined.
12572
12573 2015-01-19  Joel Brobecker  <brobecker@adacore.com>
12574
12575         * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
12576         from end of line to start of next line.
12577
12578 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12579
12580         * ppc-linux-tdep.c (ppc_skip_trampoline_code):
12581         Scan PLT stub backward for reverse debugging.
12582         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
12583
12584 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12585             Ulrich Weigand  <uweigand@de.ibm.com>
12586
12587         * configure.tgt (powerpc*-*-linux): Add linux-record.o to
12588         gdb_target_obs.
12589         (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
12590         record.
12591         (ppc_canonicalize_syscall, ppc_linux_syscall_record,
12592         ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
12593         (ppc_linux_init_abi): Set process_record, process_record_signal.
12594         * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
12595         ppc_linux_record_tdep to gdbarch_tdep.
12596         (ppc_process_record): New declaration.
12597         * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
12598         ppc_process_record_op19, ppc_process_record_op31,
12599         ppc_process_record_op59, ppc_process_record_op60,
12600         ppc_process_record_op63, ppc_process_record): New functions.
12601
12602 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
12603
12604         * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
12605         rs6000_in_function_epilogue_frame_p and add an argument
12606         for frame_info.
12607         (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
12608         rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
12609         New functions.
12610         (rs6000_epilogue_frame_unwind): New.
12611         (rs6000_gdbarch_init): Append epilogue unwinder.
12612
12613 2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12614
12615         * nat/linux-personality.c: Replace "#ifndef
12616         HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
12617         !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
12618         systems.
12619
12620 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
12621
12622         * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
12623         functions.
12624         (_initialize_tui_win) <border-kind, border-mode>:
12625         <active-border-mode>: Use tui_set_var_cmd as the "set" function.
12626         (tui_set_tab_width_command): Fix the commentary.
12627
12628         * tui/tui-win.h: Add prototype for tui_rehighlight_all.
12629
12630         * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
12631         Doc fix.
12632         (tui_set_tab_width_command): Delete and recreate the source and
12633         the disassembly windows, to show the effect of the changed tab
12634         size immediately.
12635
12636         * tui/tui-data.h (LINE_PREFIX): Make shorter
12637         (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
12638         "Thread NNNNN.XXXX" thread ID notation on Windows.
12639
12640 2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
12641
12642         Fix gcc-5 compilation.
12643         * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
12644
12645 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12646
12647         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
12648         (linux-personality.o): New rule.
12649         * common/common-defs.h: Include <stdint.h>.
12650         * config/aarch64/linux.mh (NATDEPFILES): Include
12651         linux-personality.o.
12652         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
12653         * config/arm/linux.mh (NATDEPFILES): Likewise.
12654         * config/i386/linux64.mh (NATDEPFILES): Likewise.
12655         * config/i386/linux.mh (NATDEPFILES): Likewise.
12656         * config/ia64/linux.mh (NATDEPFILES): Likewise.
12657         * config/m32r/linux.mh (NATDEPFILES): Likewise.
12658         * config/m68k/linux.mh (NATDEPFILES): Likewise.
12659         * config/mips/linux.mh (NATDEPFILES): Likewise.
12660         * config/pa/linux.mh (NATDEPFILES): Likewise.
12661         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
12662         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
12663         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
12664         * config/s390/linux.mh (NATDEPFILES): Likewise.
12665         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
12666         * config/sparc/linux.mh (NATDEPFILES): Likewise.
12667         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
12668         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
12669         * defs.h: Remove #include <stdint.h> (moved to
12670         common/common-defs.h).
12671         * linux-nat.c: Include nat/linux-personality.h.  Remove #include
12672         <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
12673         nat/linux-personality.c).
12674         (linux_nat_create_inferior): Remove code to disable address space
12675         randomization (moved to nat/linux-personality.c).  Create cleanup
12676         to disable address space randomization.
12677         * nat/linux-personality.c: New file.
12678         * nat/linux-personality.h: Likewise.
12679
12680 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
12681
12682         * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
12683         common/posix-strerror.c.
12684         (posix-strerror.o): New rule.
12685         (mingw-strerror.o): Likewise.
12686         * common/common-utils.h (safe_strerror): Move prototype to here,
12687         from utils.h.
12688         * common/common.host: New file.
12689         * common/mingw-strerror.c: Likewise.
12690         * common/posix-strerror.c: Likewise.
12691         * configure: Regenerated.
12692         * configure.ac: Source common/common.host.  Add variable
12693         common_host_obs to gdb_host_obs.
12694         * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
12695         gdb/common/posix-strerror.c when warning about the use of
12696         strerror.
12697         * mingw-hdep.c (safe_strerror): Remove definition; move it to
12698         common/mingw-strerror.c.
12699         * posix-hdep.c (safe_strerror): Remove definition; move it to
12700         common/posix-hdep.c.
12701         * utils.h (safe_strerror): Remove prototype; move to
12702         common/common-utils.h.
12703
12704 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12705
12706         GDB 7.8.2 released.
12707
12708 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
12709
12710         * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
12711         ___XA type if the array has already been fixed.
12712
12713 2015-01-14  Yao Qi  <yao@codesourcery.com>
12714
12715         * Makefile.in (ppc-linux.o): New rule.
12716         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
12717         * configure.ac: AC_CHECK_FUNCS(getauxval).
12718         * config.in: Re-generated.
12719         * configure: Re-generated.
12720         * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
12721         Declare.
12722         * nat/ppc-linux.c: New file.
12723         * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
12724         Call ppc64_64bit_inferior_p.
12725
12726 2015-01-14  Yao Qi  <yao@codesourcery.com>
12727
12728         * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
12729         nat/ppc-linux.h.
12730         (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
12731         (PPC_FEATURE_HAS_DFP): Likewise.
12732         (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
12733         (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
12734         (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
12735         Include "nat/ppc-linux.h".
12736         * nat/ppc-linux.h: New file.
12737         * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
12738
12739 2015-01-14  Pedro Alves  <palves@redhat.com>
12740
12741         PR gdb/17525
12742         * breakpoint.c: Include "interps.h".
12743         (bpstat_do_actions_1): Also check whether the interpreter is
12744         async.
12745
12746 2015-01-14  Pedro Alves  <palves@redhat.com>
12747
12748         PR cli/17828
12749         * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
12750         reinstall if the interpreter is sync.
12751
12752 2015-01-13  Doug Evans  <dje@google.com>
12753
12754         * objfiles.c (objfile_filename): New function.
12755         * objfiles.h (objfile_filename): Declare it.
12756         (objfile_name): Add function comment.
12757         * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
12758         bfd file name (which may be realpath'd), and the original name.
12759
12760 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12761
12762         * NEWS: Create a new section for the next release branch.
12763         Rename the section of the current branch, now that it has
12764         been cut.
12765
12766 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12767
12768         GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
12769         * version.in: Bump version to 7.9.50.DATE-cvs.
12770
12771 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12772
12773         * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
12774         Remove trailing new-line in argument of call to warning.
12775
12776 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12777
12778         * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
12779         new-line in argument of call to "warning".
12780
12781 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
12782
12783         * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
12784         in static block, then try searching for primitive types.
12785
12786 2015-01-12  Patrick Palka  <patrick@parcs.ath.cx>
12787
12788         * top.h (gdb_add_history): Declare.
12789         * top.c (command_count): New variable.
12790         (gdb_add_history): New function.
12791         (gdb_safe_append_history): New static function.
12792         (quit_force): Call it.
12793         (command_line_input): Use gdb_add_history instead of
12794         add_history.
12795         * event-top.c (command_line_handler): Likewise.
12796
12797 2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)
12798
12799         PR gdb/17046
12800         * darwin-nat.c: Replace <machine/setjmp.h> #include by
12801         <setjmp.h> #include.
12802
12803 2015-01-11  Doug Evans  <xdje42@gmail.com>
12804
12805         * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
12806
12807 2015-01-11  Doug Evans  <xdje42@gmail.com>
12808
12809         PR gdb/15830
12810         * NEWS: The "maint demangle" command is renamed as "demangle".
12811         * demangle.c: #include cli/cli-utils.h, language.h.
12812         (demangle_command): New function.
12813         (_initialize_demangle): Add new command "demangle".
12814         * maint.c (maintenance_demangle): Stub out.
12815         (_initialize_maint_cmds): Update help text for "maint demangle",
12816         and mark as deprecated.
12817
12818 2015-01-11  Mark Kettenis  <kettenis@gnu.org>
12819
12820         * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
12821         inferior_thread is a function.
12822
12823 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
12824
12825         * Makefile.in (.y.c): Don't munge yacc's #line
12826         directives.
12827
12828 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
12829
12830         * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
12831         to prompt for input.
12832         * tui/tui-hooks.c (tui_query_hook): Remove.
12833         (tui_install_hooks): Don't set deprecated_query_hook.
12834         * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
12835         height calculation.  Always update the command window's cur_line.
12836
12837 2015-01-09  Pedro Alves  <palves@redhat.com>
12838
12839         * breakpoint.c (hardware_breakpoint_inserted_here_p): New
12840         function.
12841         * breakpoint.h (hardware_breakpoint_inserted_here_p): New
12842         declaration.
12843         * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
12844         (linux_resume_one_lwp): Store the thread's PC.  Adjust to clear
12845         stop_reason.
12846         (check_stopped_by_watchpoint): New function.
12847         (save_sigtrap): Reimplement.
12848         (linux_nat_stopped_by_watchpoint): Adjust.
12849         (linux_nat_lp_status_is_event): Delete.
12850         (stop_wait_callback): Only call save_sigtrap after storing the
12851         pending status.
12852         (status_callback): If the thread had been stopped for a breakpoint
12853         that has since been removed, discard the event and resume the LWP.
12854         (count_events_callback, select_event_lwp_callback): Use
12855         lwp_status_pending_p instead of linux_nat_lp_status_is_event.
12856         (cancel_breakpoint): Rename to ...
12857         (check_stopped_by_breakpoint): ... this.  Record whether the LWP
12858         stopped for a software breakpoint or hardware breakpoint.
12859         (select_event_lwp): Only give preference to the stepping LWP in
12860         all-stop mode.  Adjust comments.
12861         (stop_and_resume_callback): Remove references to new_pending_p.
12862         (linux_nat_filter_event): Likewise.  Leave exit events of the
12863         leader thread pending here.  Handle signal short circuiting here.
12864         Only call save_sigtrap after storing the pending waitstatus.
12865         (linux_nat_wait_1): Remove 'retry' label.  Remove references to
12866         new_pending.  Don't handle leaving events the caller is not
12867         interested in pending here, nor handle signal short-circuiting
12868         here.  Also give equal priority to all LWPs that have had events
12869         in non-stop mode.  If reporting a software breakpoint event,
12870         unadjust the LWP's PC.
12871         * linux-nat.h (enum lwp_stop_reason): New.
12872         (struct lwp_info) <stop_pc>: New field.
12873         (struct lwp_info) <stopped_by_watchpoint>: Delete field.
12874         (struct lwp_info) <stop_reason>: New field.
12875         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
12876
12877 2015-01-09  Pedro Alves  <palves@redhat.com>
12878
12879         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
12880         Set the LWP's 'resumed' flag.
12881
12882 2015-01-09  Pedro Alves  <palves@redhat.com>
12883
12884         * linux-nat.c (linux_resume_one_lwp): New function.
12885         (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
12886         (linux_nat_resume): Use lwp_status_pending_p and
12887         linux_resume_one_lwp.
12888         (linux_handle_syscall_trap): Use linux_resume_one_lwp.
12889         (linux_handle_extended_wait): Use linux_resume_one_lwp.
12890         (status_callback, running_callback): Use lwp_status_pending_p.
12891         (lwp_status_pending_p): New function.
12892         (stop_and_resume_callback): Use lwp_status_pending_p.
12893         (linux_nat_filter_event): Use linux_resume_one_lwp.
12894         (linux_nat_wait_1): Always use status_callback to look for an LWP
12895         with a pending status.  Use linux_resume_one_lwp.
12896         (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
12897         linux_resume_one_lwp.
12898
12899 2015-01-09  Pedro Alves  <palves@redhat.com>
12900
12901         * breakpoint.c (bp_location_inserted_here_p): New function,
12902         factored out from ...
12903         (breakpoint_inserted_here_p): ... here.  Use
12904         ALL_BP_LOCATIONS_AT_ADDR.
12905         (software_breakpoint_inserted_here_p): Use
12906         bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
12907
12908 2014-01-09  Pedro Alves  <palves@redhat.com>
12909
12910         Skip enabling event reporting if the kernel supports
12911         PTRACE_EVENT_CLONE.
12912         * linux-thread-db.c: Include "nat/linux-ptrace.h".
12913         (thread_db_use_events): New function.
12914         (try_thread_db_load_1): Check thread_db_use_events before enabling
12915         event reporting.
12916         (update_thread_state): New function.
12917         (attach_thread): Use it.  Check thread_db_use_events before
12918         enabling event reporting.
12919         (thread_db_detach): Check thread_db_use_events before disabling
12920         event reporting.
12921         (find_new_threads_callback): Check thread_db_use_events before
12922         enabling event reporting.  Update the thread's state if not using
12923         libthread_db events.
12924
12925 2015-01-09  Pedro Alves  <palves@redhat.com>
12926
12927         * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
12928         about to wait for is > 0.
12929         * linux-thread-db.c (find_new_threads_callback): Ignore thread if
12930         the kernel thread ID is -1.
12931
12932 2015-01-09  Pedro Alves  <palves@redhat.com>
12933
12934         * linux-nat.c (attach_proc_task_lwp_callback): New function.
12935         (linux_nat_attach): Use linux_proc_attach_tgid_threads.
12936         (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
12937         ptrace option flags.
12938         * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
12939         field.
12940         * nat/linux-procfs.c: Include <dirent.h>.
12941         (linux_proc_get_int): New parameter "warn".  Handle it.
12942         (linux_proc_get_tgid): Adjust.
12943         (linux_proc_get_tracerpid): Rename to ...
12944         (linux_proc_get_tracerpid_nowarn): ... this.
12945         (linux_proc_pid_get_state): New function, factored out from
12946         (linux_proc_pid_has_state): ... this.  Add new parameter "warn"
12947         and handle it.
12948         (linux_proc_pid_is_gone): New function.
12949         (linux_proc_pid_is_stopped): Adjust.
12950         (linux_proc_pid_is_zombie_maybe_warn)
12951         (linux_proc_pid_is_zombie_nowarn): New functions.
12952         (linux_proc_pid_is_zombie): Use
12953         linux_proc_pid_is_zombie_maybe_warn.
12954         (linux_proc_attach_tgid_threads): New function.
12955         * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
12956         (linux_proc_get_tracerpid): Rename to ...
12957         (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
12958         (linux_proc_pid_is_gone): New declaration.
12959         (linux_proc_pid_is_zombie): Update comment.
12960         (linux_proc_pid_is_zombie_nowarn): New declaration.
12961         (linux_proc_attach_lwp_func): New typedef.
12962         (linux_proc_attach_tgid_threads): New declaration.
12963         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
12964         use nowarn functions.
12965         (linux_ptrace_attach_fail_reason_string): Move here from
12966         gdbserver/linux-low.c and rename.
12967         (ptrace_supports_feature): If the current ptrace options are not
12968         known yet, check them now, instead of asserting.
12969         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
12970         Declare.
12971
12972 2015-01-09  Pedro Alves  <palves@redhat.com>
12973
12974         * linux-thread-db.c (thread_db_find_new_threads_silently)
12975         (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
12976         (find_new_threads_once): Print debug output on gdb_stdlog.
12977
12978 2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
12979             Pedro Alves  <palves@redhat.com>
12980
12981         * compile/compile.c: Include "gdb_wait.h".
12982         (do_rmdir): Check return value, and free 'zap'.
12983
12984 2015-01-08  Pedro Alves  <palves@redhat.com>
12985             Yao Qi  <yao@codesourcery.com>
12986
12987         * dwarf2loc.c (indirect_pieced_value): Don't call
12988         gdb_sign_extend.  Call extract_signed_integer instead.
12989         * utils.c (gdb_sign_extend): Remove.
12990         * utils.h (gdb_sign_extend): Remove declaration.
12991
12992 2015-01-07  Pierre Muller  <muller@sourceware.org>
12993
12994         PR symtab/17811
12995         * stabsread.c (define_symbol): Set language for C++ special symbols.
12996
12997 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
12998
12999         * inflow.c (initial_gdb_ttystate): Tweak comment.
13000
13001 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13002
13003         * inflow.c (set_initial_gdb_ttystate): Add empty line after
13004         comment documenting function.
13005
13006 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
13007
13008         * terminal.h (set_initial_gdb_ttystate): Declare.
13009         * inflow.c (initial_gdb_ttystate): New static variable.
13010         (set_initial_gdb_ttystate): New setter.
13011         (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
13012         instead of our current terminal state.
13013         * top.c (gdb_init): Call set_initial_gdb_ttystate.
13014
13015 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
13016
13017         * guile/scm-type.c (tyscm_array_1): Add comment.
13018         * python/py-type.c (typy_array_1): Add comment.
13019
13020 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13021
13022         * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
13023         error if N2 is equal to N1 - 1.
13024
13025 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
13026
13027         * python/py-type.c (typy_array_1): Do not raise negative-length
13028         exception if N2 is equal to N1 - 1.
13029
13030 2015-01-03  Doug Evans  <xdje42@gmail.com>
13031
13032         * c-exp.y: Whitespace cleanup.
13033         (classify_inner_name): Remove extra ;.
13034
13035 2015-01-02  Maciej W. Rozycki  <macro@codesourcery.com>
13036
13037         * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
13038         offset signed.
13039
13040 2015-01-02  Doug Evans  <dje@google.com>
13041
13042         * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
13043
13044 2015-01-02  Doug Evans  <dje@google.com>
13045
13046         * symtab.h (struct symbol): Fix typo in comment.
13047
13048 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13049
13050         Update year range in copyright notice of all files.
13051
13052 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13053
13054         * top.c (print_gdb_version): Update copyright year to 2015.
13055
13056 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
13057
13058         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
13059
13060 For older changes see ChangeLog-2014.
13061 \f
13062 Local Variables:
13063 mode: change-log
13064 left-margin: 8
13065 fill-column: 74
13066 version-control: never
13067 coding: utf-8
13068 End: