7c3200ae65ee84db1dd071612df9da6958746da3
[external/binutils.git] / gdb / ChangeLog
1 2015-07-01  Patrick Palka  <patrick@parcs.ath.cx>
2
3         * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
4         Update commentary.  Always refresh the registers when frame
5         information has changed.
6         * tui/tui-stack.c (tui_show_frame_info): Update commentary.
7         Change return type to int.  Return 1 if frame information has
8         changed, 0 otherwise.
9         (tui_before_prompt): Update commentary.
10         * tui/tui-stack.h (tui_show_frame_info): Change return type to
11         int.
12
13 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
14
15         PR tui/13378
16         * frame.c (select_frame): Remove reference to
17         deprecated_selected_frame_level_changed_hook.
18         * frame.h (deprecated_selected_frame_level_changed_hook): Remove
19         declaration.
20         * stack.c (deprecated_selected_frame_level_changed_hook):
21         Likewise.
22         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
23         Rename to ...
24         (tui_refresh_frame_and_register_information): ... this.  Bail
25         out if there is no stack.  Don't update register information
26         unless registers_too_p is true.
27         (tui_print_frame_info_listing_hook): Rename to ...
28         (tui_dummy_print_frame_info_listing_hook): ... this.
29         (tui_before_prompt): New function.
30         (tui_normal_stop): New function.
31         (tui_before_prompt_observer): New observer.
32         (tui_normal_stop_observer): New observer.
33         (tui_install_hooks): Set
34         deprecated_print_frame_info_listing_hook to
35         tui_dummy_print_frame_info_listing_hook.  Register
36         tui_before_prompt_observer to call tui_before_prompt and
37         tui_normal_stop_observer to call tui_normal_stop.  Remove
38         reference to deprecated_selected_frame_level_changed_hook.
39         (tui_remove_hooks): Detach and unset tui_before_prompt_observer
40         and tui_normal_stop_observer.  Remove reference to
41         deprecated_selected_frame_level_changed_hook.
42
43 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
44
45         PR tui/13378
46         * tui/tui-stack.c (tui_set_locator_info): Change prototype to
47         return an int instead of void.  Return whether the locator
48         window has changed.
49         (tui_show_frame_info): If the locator info has not changed, then
50         bail out early to avoid refreshing the windows.
51
52 2015-06-30  Patrick Palka  <patrick@parcs.ath.cx>
53
54         * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
55         LOCATOR_WIN to tui_alloc_content.
56
57 2015-06-30  Yao Qi  <yao.qi@linaro.org>
58
59         PR tdep/18605
60         * arm-tdep.c (arm_get_next_pc_raw): Break for media
61         instructions.
62
63 2015-06-29  Kevin Buettner  <kevinb@redhat.com>
64
65         * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
66         (rx_dwarf_reg_to_regnum): New function.
67         (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum.  Use dwarf2
68         unwinding.
69
70 2015-06-29  Pedro Alves  <palves@redhat.com>
71
72         PR threads/18127
73         * infcall.c (run_inferior_call): On infcall success, if the thread
74         was marked stopped before, reset it back to stopped.
75         * infrun.c (resume): Don't suppress the set_running calls when
76         doing an infcall.
77         (normal_stop): Only discard the finish_thread_state cleanup if the
78         infcall succeeded.
79
80 2015-06-29  Pierre Langlois  <pierre.langlois@arm.com>
81
82         * MAINTAINERS (Write After Approval): Update my email address.
83
84 2015-06-26  Keith Seitz  <keiths@redhat.com>
85             Doug Evans  <dje@google.com>
86
87         PR 16253
88         * block.c (block_lookup_symbol): For non-function blocks,
89         continue to search for a symbol with an exact domain match
90         Otherwise, return any previously found "best domain" symbol.
91         (block_lookup_symbol_primary): Likewise.
92
93 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
94
95         * NEWS: Mention the new option "history remove-duplicates".
96         * top.c (history_remove_duplicates): New static variable.
97         (show_history_remove_duplicates): New static function.
98         (gdb_add_history): Conditionally remove duplicate history
99         entries.
100         (init_main): Add "history remove-duplicates" option.
101
102 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
103
104         * tui/tui-win.c (focus_completer): New static function.
105         (_initialize_tui_win): Set the completion function of the
106         "focus" command to focus_completer.
107
108 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
109
110         * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
111         and language_asm..
112         * symtab.c (find_function_start_sal): Likewise.
113
114 2015-06-25  Gary Benson  <gbenson@redhat.com>
115
116         * solib.c (solib_find_1): Set local variable sysroot to NULL if
117         it is the empty string after trailing slashes have been stripped.
118
119 2015-06-25  Gary Benson  <gbenson@redhat.com>
120
121         * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
122         * infrun.c (follow_exec): Likewise.
123         * remote.c (remote_filesystem_is_local): Likewise.
124         * solib.c (solib_find_1): Likewise.
125
126 2015-06-24  Keith Seitz  <keiths@redhat.com>
127
128         * build-id.c (build_id_to_debug_bfd): Add cleanup to free
129         return value from lrealpath.
130
131 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
132
133         * remote-sim.c (gdbsim_open): Move sysroot update to the top.
134
135 2015-06-24  Mike Frysinger  <vapier@gentoo.org>
136
137         * remote-sim.c: Include gdb_bfd.h.
138         (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
139         Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
140
141 2015-06-24  Yao Qi  <yao.qi@linaro.org>
142
143         * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
144         set_gdbarch_get_siginfo_type.
145         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
146         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
147         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
148         * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
149         * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
150         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
151         * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
152         * linux-tdep.c (linux_get_siginfo_type): Change it to static.
153         (linux_init_abi): Call set_gdbarch_get_siginfo_type.
154         * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
155
156 2015-06-24  Gary Benson  <gbenson@redhat.com>
157
158         * common/buffer.c (stdint.h): Do not include.
159         * common/print-utils.c (stdint.h): Likewise.
160         * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
161         * compile/compile-c-types.c (gdb_assert.h): Likewise.
162         * ft32-tdep.c (gdb_assert.h): Likewise.
163         * guile/scm-utils.c (stdint.h): Likewise.
164         * i386-linux-tdep.c (stdint.h): Likewise.
165         * i386-tdep.c (stdint.h): Likewise.
166         * nat/linux-btrace.c (stdint.h): Likewise.
167         * nat/linux-btrace.h (stdint.h): Likewise.
168         * nat/linux-ptrace.c (stdint.h): Likewise.
169         * nat/mips-linux-watch.h (stdint.h): Likewise.
170         * ppc-linux-nat.c (stdint.h): Likewise.
171         * python/python-internal.h (stdint.h): Likewise.
172         * stub-termcap.c (stdlib.h): Likewise.
173         * target/target.h (stdint.h): Likewise.
174         * xtensa-linux-nat.c (stdint.h): Likewise.
175
176 2015-06-23  Patrick Palka  <patrick@parcs.ath.cx>
177
178         * top.c (init_history): Look at errno after calling strtol to
179         properly map large GDBHISTSIZE values to infinity.
180
181 2015-06-23  Doug Evans  <dje@google.com>
182
183         * inferior.h (struct inferior_suspend_state): Delete, unused.
184         All references deleted.
185
186 2015-06-23  Mike Frysinger  <vapier@gentoo.org>
187
188         * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
189         (microblaze_push_dummy_call): Likewise.
190         (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
191         and set_gdbarch_push_dummy_call.
192
193 2015-06-23  Yao Qi  <yao.qi@linaro.org>
194
195         * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
196         Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
197         (amd64_linux_store_inferior_registers): Likewise.
198         * arm-linux-nat.c (fetch_fpregister): Likewise.
199         (fetch_fpregs, store_fpregister): Likewise.
200         (store_fpregister, store_fpregs): Likewise.
201         (fetch_register, fetch_regs): Likewise.
202         (store_register, store_regs): Likewise.
203         (fetch_vfp_regs, store_vfp_regs): Likewise.
204         (arm_linux_read_description): Check have_ptrace_getregset is
205         TRIBOOL_UNKNOWN.  Set have_ptrace_getregset to TRIBOOL_TRUE
206         or TRIBOOL_FALSE.
207         * i386-linux-nat.c (fetch_xstateregs): Check
208         have_ptrace_getregset is not TRIBOOL_TRUE.
209         (store_xstateregs): Likewise.
210         * linux-nat.c (have_ptrace_getregset): Change its type to
211         enum tribool.
212         * linux-nat.h (tribool): New enum.
213         * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
214         Check whether have_ptrace_getregset is TRIBOOL_TRUE.
215
216 2015-06-19  Doug Evans  <dje@google.com>
217
218         * NEWS: Mention Sun's version of stabs is no longer supported.
219         * elfread.c (free_elfinfo): Delete.  All uses updated.
220         (elfstab_offset_sections): Delete.  All uses updated.
221         * gdb-stabs.h (stab_section_info): Delete.  All uses updated.
222         * psympriv.h (partial_symtab) <section_offsets>: Delete.
223         All uses updated.
224         * psymtab.c (start_psymtab_common): Delete arg section_offsets.
225         All callers updated.
226
227 2015-06-18  Simon Marchi  <simon.marchi@ericsson.com>
228
229         * common/rsp-low.c (needs_escaping): New.
230         (remote_escape_output): Add unit_size parameter. Refactor to
231         support multi-byte addressable units.  Rename parameters.
232         * common/rsp-low.h (remote_escape_output): Add unit_size
233         parameter and rename others. Update doc.
234         * remote.c (align_for_efficient_write): New.
235         (remote_write_bytes_aux): Add unit_size parameter and use it.
236         Rename some variables.  Update doc.
237         (remote_xfer_partial): Get unit size and use it.
238         (remote_read_bytes_1): Add unit_size parameter and use it.
239         Rename some variables. Update doc.
240         (remote_write_bytes): Same.
241         (remote_xfer_live_readonly_partial): Same.
242         (remote_read_bytes): Same.
243         (remote_flash_write): Update call to remote_write_bytes_aux.
244         (remote_write_qxfer): Update call to remote_escape_output.
245         (remote_search_memory): Same.
246         (remote_hostio_pwrite): Same.
247
248 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
249
250         * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
251         locations as inserted.
252         Update and expand comment about permanent locations.
253         (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
254         Move comment to add_location_to_breakpoint.
255         (update_global_location_list): Don't error out if a permanent
256         breakpoint is not marked inserted.
257         Don't error out if a non-permanent breakpoint location is inserted on
258         top of a permanent breakpoint.
259
260 2015-06-17  Luis Machado  <lgustavo@codesourcery.com>
261
262         * breakpoint.c (make_breakpoint_permanent): Remove unused
263         function.
264         * breakpoint.h (make_breakpoint_permanent): Remove declaration.
265
266 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
267
268         PR gdb/16999
269         * NEWS: Mention new GDBHISTSIZE behavior.
270         * top.c (init_history): For null or out-of-range GDBHISTSIZE,
271         set history size to unlimited.  Ignore non-numeric GDBHISTSIZE.
272
273 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
274
275         * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
276         * top.c (init_history): Read from GDBHISTSIZE instead of
277         HISTSIZE.
278         (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
279
280 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
281
282         * top.c (gdb_safe_append_history): Do not call
283         history_truncate_file if the history is not stifled.
284
285 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
286
287         * syscalls/s390-linux.xml: Add syscalls 344 through 354.
288         * syscalls/s390x-linux.xml: Likewise.
289
290 2015-06-16  Michael Eager  <eager@eagercon.com>
291
292         * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
293
294 2015-06-16  Patrick Palka  <patrick@parcs.ath.cx>
295
296         * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
297         target_terminal_ours_for_output() before calling
298         tui_show_frame_info(), and restore the original terminal
299         settings afterwards.
300
301 2015-06-16  Martin Simmons  <martin@lispworks.com>  (tiny patch)
302
303         * arm-linux-nat.c: Include nat/linux-ptrace.h.
304
305 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
306
307         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
308         memory unit size.
309         (mi_cmd_data_write_memory_bytes): Same.
310
311 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
312
313         * corefile.c (write_memory): Update doc.
314         * gdbcore.h (write_memory): Same.
315
316 2015-06-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
317
318         * linux-tdep.c (enum filterflags): Make it from anonymous enum.
319         (dump_mapping_p): Use it for parameter filterflags.
320         (linux_find_memory_regions_full): Use it for variable filterflags.
321
322 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
323             Jan Kratochvil  <jan.kratochvil@redhat.com>
324
325         Merge multiple hex conversions.
326         * monitor.c: Include rsp-low.h.
327         (fromhex): Remove definition.
328
329 2015-06-15  Aleksandar Ristovski  <aristovski@qnx.com
330             Jan Kratochvil  <jan.kratochvil@redhat.com>
331
332         Move utility functions to common/.
333         * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
334         Move defs to common/common-utils.c.
335         * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
336         (skip_to_space_const): Move decls to common/common-utils.h.
337         * common/common-defs.h: Move include of common-types.h before
338         common-utils.h.
339         * common/common-utils.c: Include host-defs.h and ctype.h.
340         (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
341         from utils.c.
342         (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
343         cli/cli-utils.c.
344         * common/common-utils.h (strtoulst): Move decl from utils.h.
345         (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
346         Move from cli/cli-utils.h.
347         * common/host-defs.h: Include limits.h.
348         (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
349         (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
350         * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
351         common/common-utils.h.
352         * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
353         (strtoulst): Move to common/common-utils.c.
354         * utils.h (strtoulst): Moved decl to common/common-utils.h.
355
356 2015-06-15  Yao Qi  <yao.qi@linaro.org>
357
358         * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
359
360 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
361
362         * build-id.c: Don't include elf-bfd.h.
363         (build_id_bfd_get): Use bfd_build_id.
364         (build_id_verify): Ditto.
365         * build-id.h: Ditto.
366         (find_separate_debug_file_by_buildid): Ditto.
367         * python/py-objfile.c: Don't include elf-bfd.h.
368         (objfpy_get_build_id) Use bfd_build_id.
369         (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
370         * coffread.c: Include build-id.h.
371         (coff_symfile_read): Try find_separate_debug_file_by_buildid.
372
373 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
374
375         * windows-nat.c (do_windows_fetch_inferior_registers)
376         (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
377         conditional with __CYGWIN__.
378
379 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
380
381         * completer.c: Add arch-utils.h include.
382         (enum reg_completer_targets): New enum.
383         (reg_or_group_completer_1): New function containing old
384         reg_or_group_completer, add and use new parameter to control what
385         is completed on.  Use get_current_arch rather than architecture of
386         currently selected frame.
387         (reg_or_group_completer): Call new reg_or_group_completer_1.
388         (reggroup_completer): Call new reg_or_group_completer_1.
389         * completer.h (reggroup_completer): Add declaration.
390         * tui/tui-regs.c: Add 'completer.h' include.
391         (tui_reg_next_command): Renamed to...
392         (tui_reg_next): ...this.  Adjust parameters and return rather than
393         display new group.
394         (tui_reg_prev_command): Renamed to...
395         (tui_reg_prev): ...this.  Adjust parameters and return rather than
396         display new group.
397         (tui_reg_float_command): Delete.
398         (tui_reg_general_command): Delete.
399         (tui_reg_system_command): Delete.
400         (tui_reg_command): Rewrite to perform switching of register group.
401         Add header comment.
402         (tuireglist): Remove.
403         (tui_reggroup_completer): New function.
404         (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
405         creation of 'tui reg' command.
406         * NEWS: Add comment about 'tui reg' changes.
407
408 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
409
410         * target.c (target_read): Consider addressable unit size when
411         reading from a memory object.
412         (read_memory_robust): Same.
413         (read_whatever_is_readable): Same.
414         (target_write_with_progress): Consider addressable unit size
415         when writing to a memory object.
416         * target.h (target_read): Update documentation.
417         (target_write): Add documentation.
418
419 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
420
421         * arch-utils.h (default_addressable_memory_unit_size): New.
422         * arch-utils.c (default_addressable_memory_unit_size): New.
423         * gdbarch.sh (addressable_memory_unit_size): New.
424         * gdbarch.h: Re-generate.
425         * gdbarch.c: Re-generate.
426
427 2015-06-12  Simon Marchi  <simon.marchi@ericsson.com>
428
429         * target.c (target_read): Rename variables and use
430         TARGET_XFER_E_IO.
431         (target_read_with_progress): Same.
432         (read_memory_robust): Constify parameters and rename
433         variables.
434         (read_whatever_is_readable): Constify parameters,
435         rename variables, adjust formatting.
436         * target.h (read_memory_robust): Constify parameters.
437
438 2015-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
439
440         * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
441         synthetic (non-AltiVec) vector types.
442         (ppc64_sysv_abi_return_value): Likewise.
443
444 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
445
446         PR breakpoints/16465
447         * breakpoint.c (create_breakpoint): Save extra_string for
448         pending breakpoints.
449
450 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
451
452         * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
453         and bt_mask to CORE_ADDR.
454
455 2015-06-11  Gary Benson <gbenson@redhat.com>
456
457         * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
458         (mnsh_recv_message): Likewise.
459
460 2015-06-11  Walfred Tedeschi  <walfred.tedeschi@intel.com>
461
462         * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
463         long long int and plongest instead of %ll.
464
465 2015-06-11  Gary Benson <gbenson@redhat.com>
466
467         * nat/linux-namespaces.c (gdb_wait.h): New include.
468         (sys/wait.h): Do not include.
469
470 2015-06-10  Simon Marchi  <simon.marchi@ericsson.com>
471
472         * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
473         end_sequence is true.
474
475 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
476
477         Code cleanup.
478         * solib-target.c (library_list_start_list): Use explicit NULL
479         comparison.
480
481 2015-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
482
483         * solib-target.c (library_list_start_list): Do not dereference
484         variable version in its initialization.  Make the VERSION check handle
485         NULL.
486         (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
487
488 2015-06-10  Gary Benson <gbenson@redhat.com>
489
490         * NEWS: Announce support for direct access of executable and
491         shared library files when attaching to inferiors in containers
492         on GNU/Linux systems.
493
494 2015-06-10  Gary Benson <gbenson@redhat.com>
495
496         * remote.c (struct remote_state) <fs_pid>: New field.
497         (new_remote_state): Initialize the above.
498         (PACKET_vFile_setfs): New enum value.
499         (remote_hostio_set_filesystem): New function.
500         (remote_hostio_open): Call the above.
501         (remote_hostio_unlink): Likewise.
502         (remote_hostio_readlink): Likewise.
503         (_initialize_remote): Register new "set/show remote
504         hostio-setfs-packet" command.
505         * NEWS: Announce new vFile:setfs packet.
506
507 2015-06-10  Gary Benson <gbenson@redhat.com>
508
509         * linux-nat.c (nat/linux-namespaces.h): New include.
510         (fileio.h): Likewise.
511         (linux_nat_filesystem_is_local): New function.
512         (linux_nat_fileio_pid_of): Likewise.
513         (linux_nat_fileio_open): Likewise.
514         (linux_nat_fileio_readlink): Likewise.
515         (linux_nat_fileio_unlink): Likewise.
516         (linux_nat_add_target): Initialize to_filesystem_is_local,
517         to_fileio_open, to_fileio_readlink and to_fileio_unlink.
518         (_initialize_linux_nat): New "set/show debug linux-namespaces"
519         commands.
520         * NEWS: Mention new "set/show debug linux-namespaces" commands.
521
522 2015-06-10  Gary Benson <gbenson@redhat.com>
523
524         * target.h (struct inferior): New forward declaration.
525         (struct target_ops) <to_filesystem_is_local>: Update comment.
526         (struct target_ops) <to_fileio_open>: New argument inf.
527         Update comment.  All implementations updated.
528         (struct target_ops) <to_fileio_unlink>: Likewise.
529         (struct target_ops) <to_fileio_readlink>: Likewise.
530         (target_filesystem_is_local): Update comment.
531         (target_fileio_open): New argument inf.  Update comment.
532         (target_fileio_unlink): Likewise.
533         (target_fileio_readlink): Likewise.
534         (target_fileio_read_alloc): Likewise.
535         (target_fileio_read_stralloc): Likewise.
536         * target.c (target_fileio_open): New argument inf.
537         Pass inf to implementation.  Update debug printing.
538         (target_fileio_unlink): Likewise.
539         (target_fileio_readlink): Likewise.
540         (target_fileio_read_alloc_1): New argument inf. Pass inf
541         to target_fileio_open.
542         (target_fileio_read_alloc): New argument inf. Pass inf to
543         target_fileio_read_alloc_1.
544         (target_fileio_read_stralloc): Likewise.
545         * gdb_bfd.c (inferior.h): New include.
546         (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
547         argument with new argument "inferior".  Pass inferior to
548         target_fileio_open.
549         (gdb_bfd_open): Supply inferior argument to
550         gdb_bfd_iovec_fileio_open.
551         * linux-tdep.c (linux_info_proc): Supply inf argument to
552         relevant target_fileio calls.
553         (linux_find_memory_regions_full): Likewise.
554         (linux_fill_prpsinfo): Likewise.
555         * remote.c (remote_filesystem_is_local): Supply inf
556         argument to remote_hostio_open.
557         (remote_file_put): Likewise.
558         (remote_file_get): Likewise.
559         (remote_file_delete): Supply inf argument to
560         remote_hostio_unlink.
561
562 2015-06-10  Gary Benson <gbenson@redhat.com>
563
564         * inf-child.c (inf_child_fileio_open): Replace comment.
565         (inf_child_fileio_pwrite): Likewise.
566         (inf_child_fileio_pread): Likewise.
567         (inf_child_fileio_fstat): Insert blank line before comment.
568         (inf_child_fileio_close): Replace comment.
569         (inf_child_fileio_unlink): Likewise.
570         (inf_child_fileio_readlink): Likewise.
571         * remote.c (remote_hostio_open): Likewise.
572         (remote_hostio_pread): Likewise.
573         (remote_hostio_pwrite): Likewise.
574         (remote_hostio_close): Likewise.
575         (remote_hostio_unlink): Likewise.
576         (remote_hostio_readlink): Likewise.
577         (remote_hostio_fstat): Likewise.
578         (remote_filesystem_is_local): Likewise.
579         * target.c (target_fileio_open): Likewise.
580         (target_fileio_pwrite): Likewise.
581         (target_fileio_pread): Likewise.
582         (target_fileio_fstat): Insert blank line before comment.
583         (target_fileio_close): Replace comment.
584         (target_fileio_unlink): Likewise.
585         (target_fileio_readlink): Likewise.
586         (target_fileio_read_alloc): Likewise.
587         (target_fileio_read_stralloc): Likewise.
588
589 2015-06-10  Gary Benson <gbenson@redhat.com>
590
591         * linux-thread-db.c (nat/linux-namespaces.h): New include.
592         (check_pid_namespace_match): Use linux_ns_same rather than
593         linux_proc_pid_get_ns to spot PID namespace mismatches.
594         * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
595         * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
596
597 2015-06-10  Gary Benson <gbenson@redhat.com>
598
599         * configure.ac (AC_CHECK_FUNCS): Add setns.
600         * config.in: Regenerate.
601         * configure: Likewise.
602         * nat/linux-namespaces.h: New file.
603         * nat/linux-namespaces.c: Likewise.
604         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
605         (linux-namespaces.o): New rule.
606         * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
607         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
608         * config/arm/linux.mh (NATDEPFILES): Likewise.
609         * config/i386/linux.mh (NATDEPFILES): Likewise.
610         * config/i386/linux64.mh (NATDEPFILES): Likewise.
611         * config/ia64/linux.mh (NATDEPFILES): Likewise.
612         * config/m32r/linux.mh (NATDEPFILES): Likewise.
613         * config/m68k/linux.mh (NATDEPFILES): Likewise.
614         * config/mips/linux.mh (NATDEPFILES): Likewise.
615         * config/pa/linux.mh (NATDEPFILES): Likewise.
616         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
617         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
618         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
619         * config/s390/linux.mh (NATDEPFILES): Likewise.
620         * config/sparc/linux.mh (NATDEPFILES): Likewise.
621         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
622         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
623         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
624
625 2015-06-10  Gary Benson <gbenson@redhat.com>
626
627         * utils.h (make_cleanup_close): Moved to common/filestuff.h.
628         * utils.c (do_close_cleanup): Moved to common/filestuff.c.
629         (make_cleanup_close): Likewise.
630         * common/filestuff.h (make_cleanup_close): Moved from utils.h.
631         * common/filestuff.c (do_close_cleanup): Moved from utils.c.
632         (make_cleanup_close): Likewise.
633
634 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
635
636         * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
637         from SuspendThread().
638
639 2015-06-03  Jon Turney  <jon.turney@dronecode.org.uk>
640
641         * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
642         from OutputDebugString.
643
644 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
645                         Mircea Gherzan  <mircea.gherzan@intel.com>
646
647         * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
648         MPX_BT_MASK_32): New macros.
649         (i386_mpx_set_bounds): New function that implements
650         the command "set-mpx-bound".
651         (i386_mpx_enabled): Helper function to test MPX availability.
652         (i386_mpx_bd_base): Helper function to calculate the base directory
653         address.
654         (i386_mpx_get_bt_entry): Helper function to access a bound
655         table entry.
656         (i386_mpx_print_bounds): Effectively display bound information.
657         (_initialize_i386_tdep): Add new commands to commands "set mpx" and
658         "show mpx".
659         (_initialize_i386_tdep):
660         Add "bound" to the commands "show mpx" and "set mpx" commands.
661         (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
662         and "show mpx" commands.
663         * NEWS: List new commands for MPX support.
664
665 2015-06-09  Gary Benson <gbenson@redhat.com>
666
667         * common/fileio.h (fileio_to_host_mode): New declaration.
668         * common/fileio.c (fileio_to_host_mode): New Function.
669         * inf-child.c (inf_child_fileio_open): Process mode argument
670         with fileio_to_host_mode.
671
672 2015-06-09  Gary Benson <gbenson@redhat.com>
673
674         * common/fileio.c (fileio_mode_pack): Fix preprocessor
675         conditional.
676
677 2015-06-05  Gary Benson <gbenson@redhat.com>
678
679         * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
680         * remote.c (remote_filesystem_is_local): ...here.
681
682 2015-06-04  Yao Qi  <yao.qi@linaro.org>
683
684         * gdbarch.c: Regenerate it.
685
686 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
687
688         * arch-utils.c (default_infcall_munmap): New.
689         * arch-utils.h (default_infcall_munmap): New declaration.
690         * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
691         (munmap_list_free, munmap_listp_free_cleanup): New.
692         (struct setup_sections_data): Add field munmap_list_headp.
693         (setup_sections): Call munmap_list_add.
694         (compile_object_load): New variable munmap_list_head, initialize
695         setup_sections_data.munmap_list_headp, return munmap_list_head.
696         * compile/compile-object-load.h (struct munmap_list): New declaration.
697         (struct compile_module): Add field munmap_list_head.
698         (munmap_list_free): New declaration.
699         * compile/compile-object-run.c (struct do_module_cleanup): Add field
700         munmap_list_head.
701         (do_module_cleanup): Call munmap_list_free.
702         (compile_object_run): Pass munmap_list_head to do_module_cleanup.
703         * gdbarch.c: Regenerate.
704         * gdbarch.h: Regenerate.
705         * gdbarch.sh (infcall_munmap): New.
706         * linux-tdep.c (linux_infcall_munmap): New.
707         (linux_init_abi): Install it.
708
709 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
710
711         PR gdb/15564
712         * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
713
714 2015-06-02  Yao Qi  <yao.qi@linaro.org>
715
716         * i386-linux-nat.c: Include linux-nat.h.
717
718 2015-06-01  Andreas Schwab  <schwab@linux-m68k.org>
719             Jan Kratochvil  <jan.kratochvil@redhat.com>
720
721         PR symtab/18392
722         * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
723         assertion.
724         * dwarf2loc.c (chain_candidate): Likewise.
725
726 2015-06-01  Yao Qi  <yao.qi@linaro.org>
727
728         * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
729         (store_vfp_regs): Use PTRACE_SETREGSET.
730
731 2015-06-01  Yao Qi  <yao.qi@linaro.org>
732
733         * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
734         (fetch_fpregs): Likewise.
735         * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
736         (store_fpregs): Likewise.
737
738 2015-06-01  Yao Qi  <yao.qi@linaro.org>
739
740         * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
741         (fetch_regs): Likewise.
742         (store_regs): Use PTRACE_SETREGSET.
743         (store_register): Likewise.
744
745 2015-06-01  Yao Qi  <yao.qi@linaro.org>
746
747         * arm-linux-nat.c (arm_linux_read_description): Check whether
748         kernel supports PTRACE_GETREGSET.
749
750 2015-06-01  Yao Qi  <yao.qi@linaro.org>
751
752         * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
753         * linux-nat.c: ... here.
754         * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
755         to ...
756         * linux-nat.h: ... here.
757
758 2015-06-01  Yao Qi  <yao.qi@linaro.org>
759
760         * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
761         * i386-linux-nat.c: Likewise.
762         * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
763         * s390-linux-nat.c: Include "nat/linux-ptrace.h".
764         (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
765         * x86-linux-nat.c: Include "nat/linux-ptrace.h".
766         * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
767
768 2015-05-30  Eli Zaretskii  <eliz@gnu.org>
769
770         * go32-nat.c (go32_xfer_memory): Fix the return value to be
771         compatible to what read_child and write_child return.  This
772         unbreaks that DJGPP build of GDB which was broken since v7.7.
773
774 2015-05-29  Martin Galvan  <martin.galvan@tallertechnologies.com>
775
776         * MAINTAINERS (Write After Approval): Add Martin Galvan.
777
778 2015-05-29  Roland McGrath  <mcgrathr@google.com>
779
780         PR gdb/18464
781         * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
782         rather than internal_error for an unrecognized value.
783
784 2015-05-29  Max Filippov  <jcmvbkbc@gmail.com>
785
786         * xtensa-tdep.c (xtensa_pseudo_register_read)
787         (xtensa_pseudo_register_write): Don't alias last pseudo register
788         to a1.
789
790 2015-05-28  Don Breazeal  <donb@codesourcery.com>
791
792         * infrun.c (follow_fork_inferior): Ensure the use of
793         process-style ptids (pid,0,0) in verbose/debug "Detaching"
794         messages.
795
796 2015-05-28  Doug Evans  <dje@google.com>
797
798         * dwarf2read.c (record_line_ftype): Remove, duplicate.
799
800 2015-05-28  Yao Qi  <yao.qi@linaro.org>
801
802         * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
803         (arm_linux_fetch_inferior_registers): Use
804         tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
805         (arm_linux_store_inferior_registers): Likewise.
806         (arm_linux_read_description): Don't set
807         arm_linux_has_wmmx_registers.
808         * arm-tdep.c (arm_gdbarch_init): Set
809         tdep->have_wmmx_registers according target descriptions.
810         * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
811         field.
812
813 2015-05-28  Yao Qi  <yao.qi@linaro.org>
814
815         * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
816         (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
817         instead of arm_linux_vfp_register_count.
818         (store_vfp_regs): Likewise.
819         (arm_linux_fetch_inferior_registers): Likewise.
820         (arm_linux_store_inferior_registers): Likewise.
821         (arm_linux_read_description): Don't set
822         arm_linux_vfp_register_count.
823         * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
824         Adjust.
825         * arm-tdep.c (arm_gdbarch_init): Add assert on
826         vfp_register_count.
827         * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
828         field to vfp_register_count.  All users updated.
829
830 2015-05-28  Kyle Huey  <me@kylehuey.com>  (tiny patch)
831
832         * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
833         ELFOSABI_GNU binaries.
834
835 2015-05-27  Doug Evans  <dje@google.com>
836
837         * dwarf2read.c (lnp_state_machine): New typedef.
838         (lnp_reader_state): New typedef.
839         (dwarf_record_line_1): Renamed from dwarf_record_line.
840         All callers updated.
841         (dwarf_record_line): New function.
842         (init_lnp_state_machine): New function.
843         (check_line_address): Replace p_record_line parameter with state.
844         All callers updated.
845         (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
846         Update to record state in lnp_state_machine.
847
848 2015-05-27  Doug Evans  <dje@google.com>
849
850         * dwarf2read.c (record_line_ftype): New typedef.
851         (check_line_address): New function.
852         (dwarf_decode_lines_1): Call it.
853
854 2015-05-27  Doug Evans  <dje@google.com>
855
856         * NEWS: Mention "set debug dwarf-line".
857         * dwarf2read.c (dwarf_line_debug): New static global.
858         (add_include_dir): Add debug dwarf-line support.
859         (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
860         (_initialize_dwarf2_read): New parameter "debug dwarf-line".
861
862 2015-05-27  Doug Evans  <dje@google.com>
863
864         * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
865         All callers updated.
866         (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
867         * cp-support.h (cp_lookup_nested_symbol): Update.
868
869 2015-05-27  Doug Evans  <dje@google.com>
870
871         PR symtab/18258
872         * block.c (block_find_symbol): New function.
873         (block_find_non_opaque_type): Ditto.
874         (block_find_non_opaque_type_preferred): Ditto.
875         * block.h (block_symbol_matcher_ftype): New typedef.
876         (block_find_symbol): Declare.
877         (block_find_non_opaque_type): Ditto.
878         (block_find_non_opaque_type_preferred): Ditto.
879         * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
880         * psymtab.c (psym_lookup_symbol): Ditto.
881         * symtab.c (basic_lookup_transparent_type_1): New function.
882         (basic_lookup_transparent_type): Call it.
883
884 2015-05-27  Yao Qi  <yao.qi@linaro.org>
885
886         * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
887         AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
888
889 2015-05-27  Yao Qi  <yao.qi@linaro.org>
890
891         * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
892         before operator &&.
893         (aarch64_record_load_store): Likewise.
894
895 2015-05-26  Doug Evans  <dje@google.com>
896
897         PR c++/18141, c++/18417.
898         * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
899         a typedef.
900
901 2015-05-26  Doug Evans  <dje@google.com>
902
903         * NEWS: Add entries for command renamings.
904         * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
905         All uses updated.
906         (dwarf_die_debug): Renamed from dwarf2_die_debug.  All uses updated.
907         (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
908         All uses updated.
909         (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
910         All callers updated.  Fix spelling of DWARF in help text.
911         (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
912         All uses updated.
913         (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
914         All uses updated.
915         (set_dwarf_cmd): Renamed from set_dwarf2_cmd.  All callers updated.
916         (show_dwarf_cmd): Renamed from show_dwarf2_cmd.  All callers updated.
917         (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
918         All uses updated.
919         (show_dwarf_always_disassemble): Renamed from
920         show_dwarf2_always_disassemble.  All callers updated.
921         (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
922         "set/show dwarf".  Rename "set/show dwarf2 max-cache-age" to
923         "set/show dwarf max-cache-age".  Rename
924         "set/show dwarf2 always-disassemble" to
925         "set/show dwarf always-disassemble".  Rename
926         "set/show debug dwarf2-read" to "set/show debug dwarf-read".  Rename
927         "set/show debug dwarf2-die" to "set/show debug dwarf-die".
928
929 2015-05-26  Doug Evans  <dje@google.com>
930
931         PR python/18438
932         * python/py-lazy-string.c (stpy_convert_to_value): Use
933         gdbpy_gdb_memory_error not PyExc_MemoryError.
934         (gdbpy_create_lazy_string_object): Ditto.
935
936 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
937
938         * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
939
940 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
941
942         * tui/tui-regs.c (tui_reg_prev_command): New function.
943         (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
944         * reggroups.c (reggroup_prev): New function.
945         * reggroups.h (reggroup_prev): Add declaration.  Update comment.
946
947 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
948             Yao Qi  <yao.qi@linaro.org>
949
950         * aarch64-linux-tdep.c: Include linux-record.h and
951         record-full.h.
952         (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
953         (aarch64_syscall): New enum.
954         (aarch64_canonicalize_syscall): New function.
955         (aarch64_all_but_pc_registers_record): New function.
956         (aarch64_linux_syscall_record): New function.
957         (aarch64_linux_init_abi): Install AArch64 process record
958         handler.  Update to handle syscall recording.
959         * aarch64-tdep.c: Include record.h and record-full.h.
960         (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
961         (struct aarch64_mem_r): Define.
962         (aarch64_record_result): New enum.
963         (struct insn_decode_record): Define.
964         (insn_decode_record): New typedef.
965         (aarch64_record_data_proc_reg): New function.
966         (aarch64_record_data_proc_imm): New function.
967         (aarch64_record_branch_except_sys): New function.
968         (aarch64_record_load_store): New function.
969         (aarch64_record_data_proc_simd_fp): New function.
970         (aarch64_record_asimd_load_store): New function.
971         (aarch64_record_decode_insn_handler): New function.
972         (deallocate_reg_mem): New function.
973         (aarch64_process_record): New function.
974         * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
975         New field.
976         (aarch64_process_record): New extern declaration.
977         * configure.tgt: Add linux-record.o to gdb_target_obs.
978         * linux-record.h (struct linux_record_tdep) <arg7>: New field.
979
980 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
981
982         * NEWS: Add a note on process record-replay support on aarch64*-linux*
983         targets.
984
985 2015-05-26  Martin Galvan  <martin.galvan@tallertechnologies.com>
986
987         * amd64-tdep.c: Replace in_function_epilogue_p with
988         stack_frame_destroyed_p throughout.
989         * arch-utils.c: Ditto.
990         * arch-utils.h: Ditto.
991         * arm-tdep.c: Ditto.
992         * breakpoint.c: Ditto.
993         * gdbarch.sh: Ditto.
994         * hppa-tdep.c: Ditto.
995         * i386-tdep.c: Ditto.
996         * mips-tdep.c: Ditto.
997         * nios2-tdep.c: Ditto.
998         * rs6000-tdep.c: Ditto.
999         * s390-linux-tdep.c: Ditto.
1000         * score-tdep.c: Ditto.
1001         * sh-tdep.c: Ditto.
1002         * sparc-tdep.c: Ditto.
1003         * sparc-tdep.h: Ditto.
1004         * sparc64-tdep.c: Ditto.
1005         * spu-tdep.c: Ditto.
1006         * tic6x-tdep.c: Ditto.
1007         * tilegx-tdep.c: Ditto.
1008         * xstormy16-tdep.c: Ditto.
1009         * gdbarch.c, gdbarch.h: Re-generated.
1010
1011 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
1012
1013         * NEWS: Mention 'tui enable' and 'tui disable'.
1014         * tui/tui.c (tui_enable_command): New function.
1015         (tui_disable_command): New function.
1016         (_initialize_tui): New function.
1017
1018 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1019
1020         * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
1021
1022 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1023
1024         * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
1025         buf_ptr is freed.
1026
1027 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1028
1029         * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
1030         into ...
1031         (tui_set_layout_for_display_command): ...here, before calling
1032         tui_set_layout.  Only set the layout if gdb has not already
1033         entered the TUI_FAILURE state.
1034
1035 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1036
1037         * tui/tui-layout.c (layout_completer): New function.
1038         (_initialize_tui_layout): Set completer on layout command.
1039
1040 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1041
1042         * tui/tui-layout.c (tui_set_layout): Remove
1043         tui_register_display_type parameter.  Remove all checking of this
1044         parameter, and reindent function.  Update header comment.
1045         (tui_set_layout_for_display_command): Rename to...
1046         (tui_set_layout_by_name): ...this, and don't check for different
1047         register class types, don't pass a tui_register_display_type to
1048         tui_set_layout.  Update header comment.
1049         (layout_names): Remove register set specific names.
1050         * tui/tui-layout.h (tui_set_layout): Remove
1051         tui_register_display_type parameter.
1052         * tui/tui.c (tui_rl_change_windows): Don't pass a
1053         tui_register_display_type to tui_set_layout.
1054         (tui_rl_delete_other_windows): Likewise.
1055         (tui_enable): Likewise.
1056         * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
1057         (TUI_FLOAT_REGS_NAME_LOWER): Remove.
1058         (TUI_GENERAL_REGS_NAME): Remove.
1059         (TUI_GENERAL_REGS_NAME_LOWER): Remove.
1060         (TUI_SPECIAL_REGS_NAME): Remove.
1061         (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
1062         (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
1063         (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
1064         (enum tui_register_display_type): Remove.
1065         (struct tui_layout_def): Remove regs_display_type and
1066         float_regs_display_type fields.
1067         (struct tui_data_info): Remove regs_display_type field.
1068         (tui_layout_command): Use new name for
1069         tui_set_layout_for_display_command.
1070         * tui/tui-data.c (layout_def): Don't initialise removed fields.
1071         (tui_clear_win_detail): Don't initialise removed fields of
1072         win_info.
1073         * tui/tui-regs.c (tui_show_registers): Use new name for
1074         tui_set_layout_for_display_command.
1075         * tui/tui.h (tui_set_layout_for_display_command): Rename
1076         declaration to...
1077         (tui_set_layout_by_name): ...this.
1078         * printcmd.c (display_command): Remove tui related layout call,
1079         and reindent.
1080
1081 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
1082
1083         * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
1084         (handle_inferior_event): New function.
1085
1086 2015-05-20  Joel Brobecker  <brobecker@adacore.com>
1087
1088         * ada-lang.c (to_fixed_array_type): Rename local variable
1089         typename into type_name.
1090
1091 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1092
1093         Fix ASAN crash for gdb.compile/compile.exp.
1094         * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
1095
1096 2015-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1097
1098         * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
1099         (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
1100         * compile/compile-object-load.c (setup_sections, compile_object_load):
1101         Likewise.
1102         * compile/compile.c (compile_to_object): Likewise.
1103
1104 2015-05-16  Doug Evans  <xdje42@gmail.com>
1105
1106         * NEWS: Mention support for unbuffered Guile memory ports.
1107         * scm-ports.c (ioscm_memory_port): Update comments on end, size.
1108         (ioscm_lseek_address): Improve overflow calculation.
1109         (gdbscm_memory_port_fill_input): Add assert.
1110         (gdbscm_memory_port_write): Handle unbuffered ports.
1111         Handle large writes identical to Guile's fport_write.
1112         (gdbscm_memory_port_seek): Fix seeking past end check.
1113         (gdbscm_memory_port_close): Handle closing unbuffered port.
1114         (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
1115         (ioscm_init_memory_port): Handle unbuffered ports.
1116         (ioscm_reinit_memory_port): Ditto.
1117         (ioscm_init_memory_port): Update size calculation.
1118         (gdbscm_open_memory): Support zero sized ports.
1119
1120 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1121
1122         * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
1123         variable compiler warnings.
1124
1125 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1126
1127         * compile/compile-object-load.c (get_out_value_type): Fix returned type.
1128
1129 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1130             Phil Muldoon  <pmuldoon@redhat.com>
1131
1132         * NEWS (Changes since GDB 7.9): Add compile print.
1133         * compile/compile-c-support.c (add_code_header, add_code_footer)
1134         (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
1135         COMPILE_I_PRINT_VALUE_SCOPE.
1136         * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
1137         (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
1138         New.
1139         * compile/compile-object-load.c: Include block.h.
1140         (get_out_value_type): New function.
1141         (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
1142         COMPILE_I_PRINT_VALUE_SCOPE.  Set compile_module's OUT_VALUE_ADDR and
1143         OUT_VALUE_TYPE.
1144         * compile/compile-object-load.h (struct compile_module): Add fields
1145         out_value_addr and out_value_type.
1146         * compile/compile-object-run.c: Include valprint.h and compile.h.
1147         (struct do_module_cleanup): Add fields out_value_addr and
1148         out_value_type.
1149         (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
1150         COMPILE_I_PRINT_VALUE_SCOPE.
1151         (compile_object_run): Propagate out_value_addr and out_value_type.
1152         Pass OUT_VALUE_ADDR.
1153         * compile/compile.c: Include valprint.h.
1154         (compile_print_value, compile_print_command): New functions.
1155         (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
1156         (_initialize_compile): Update compile code help text.  Install
1157         compile_print_command.
1158         * compile/compile.h (compile_print_value): New prototype.
1159         * defs.h (enum compile_i_scope_types): Add
1160         COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
1161
1162 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1163
1164         * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
1165         Rely on its parameter count.
1166         (compile_object_load): Replace lookup_minimal_symbol_text by
1167         lookup_global_symbol_from_objfile.  Verify FUNC_SYM.  Set it in the
1168         return value.
1169         * compile/compile-object-load.h (struct compile_module): Replace
1170         func_addr by func_sym.
1171         * compile/compile-object-run.c: Include block.h.
1172         (compile_object_run): Reset module variable after it is freed.  Use
1173         FUNC_SYM instead of FUNC_ADDR.  Rely on it.
1174
1175 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1176
1177         * compile/compile-c-support.c (print_one_macro): Use #ifndef.
1178         (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
1179         (c_compute_program): Call generate_register_struct after typedefs.
1180         * compile/compile-loc2c.c (push, pushf_register_address)
1181         (pushf_register): Cast to GCC_UINTPTR.
1182         (do_compile_dwarf_expr_to_c): Use unused attribute.  Add space after
1183         type.  Use GCC_UINTPTR instead of void *.  Remove excessive cast.
1184         (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
1185         * compile/compile.c (_initialize_compile): Enable warnings for
1186         COMPILE_ARGS.
1187
1188 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1189
1190         * cli/cli-script.c (execute_control_command): Update
1191         eval_compile_command caller.
1192         * compile/compile-object-load.c (compile_object_load): Add parameters
1193         scope and scope_data.  Set them.
1194         * compile/compile-object-load.h (struct compile_module): Add fields
1195         scope and scope_data.
1196         (compile_object_load): Add parameters scope and scope_data.
1197         * compile/compile-object-run.c (struct do_module_cleanup): Add fields
1198         scope and scope_data.
1199         (compile_object_run): Propagate the fields scope and scope_data.
1200         * compile/compile.c (compile_file_command, compile_code_command):
1201         Update eval_compile_command callers.
1202         (eval_compile_command): Add parameter scope_data.  Pass it plus scope.
1203         * compile/compile.h (eval_compile_command): Add parameter scope_data.
1204         * defs.h (struct command_line): Add field scope_data.
1205
1206 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1207
1208         * printcmd.c (struct format_data): Move it to valprint.h.
1209         (print_command_parse_format, print_value): New functions from ...
1210         (print_command_1): ... here.  Call them.
1211         * valprint.h (struct format_data): Move it here from printcmd.c.
1212         (print_command_parse_format, print_value): New declarations.
1213
1214 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1215
1216         * compile/compile-object-load.c (compile_object_load): Add
1217         COMPILE_DEBUG message.
1218
1219 2015-05-15  Jerome Guitton  <guitton@adacore.com>
1220
1221         * ada-lang.c (ada_value_ptr_subscript): Use enum position of
1222         index to get element instead of enum value.
1223         (ada_value_slice_from_ptr, ada_value_slice): Use enum position
1224         of index to compute length, but enum values to compute bounds.
1225         (ada_array_length): Use enum position of index instead of enum value.
1226         (pos_atr): Move position computation to...
1227         (ada_evaluate_subexp): Use enum values to compute bounds.
1228         * gdbtypes.c (discrete_position): ...this new function.
1229         * gdbtypes.h (discrete_position): New function declaration.
1230         * valprint.c (val_print_array_elements): Call discrete_position
1231         to handle array indexed by non-contiguous enumeration types.
1232
1233 2015-05-15  Jerome Guitton  <guitton@adacore.com>
1234
1235         * ada-lang.c (find_parallel_type_by_descriptive_type):
1236         Go through typedefs during lookup.
1237         (to_fixed_array_type): Add support for non-bit packed arrays
1238         as variable-length fields.
1239
1240 2015-05-15  Pedro Alves  <palves@redhat.com>
1241             Simon Marchi  <simon.marchi@ericsson.com>
1242
1243         * event-loop.c (gdb_notifier) <next_file_handler,
1244         next_poll_fds_index>: New fields.
1245         (get_next_file_handler_to_handle_and_advance): New function.
1246         (delete_file_handler): If deleting the next file handler to
1247         handle, advance to the next file handler.
1248         (gdb_wait_for_event): Bail early if no event fired.  Poll file
1249         handlers in round-robin fashion.
1250
1251 2015-05-15  Pedro Alves  <palves@redhat.com>
1252
1253         * linux-tdep.c (linux_find_memory_regions_full): Rename local
1254         'private' to 'priv'.
1255
1256 2015-05-15  Pedro Alves  <palves@redhat.com>
1257
1258         * nat/linux-nat.h: Include "target/waitstatus.h".
1259
1260 2015-05-15  Yuanhui Zhang  <asmwarrior@gmail.com>
1261
1262         * python/py-unwind.c (struct reg_info): Move out of ...
1263         (struct cached_frame_info): ... this scope.
1264         (pending_frame_object_type, unwind_info_object_type): Make extern.
1265
1266 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
1267
1268         * ada-lang.c (ada_value_primitive_packed_val): Make sure
1269         accumSize is never negative.
1270
1271 2015-05-14  Patrick Palka  <patrick@parcs.ath.cx>
1272
1273         * tui/tui-command.c: Remove include of <ctype.h>.
1274         (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
1275
1276 2015-05-13  Martin Galvan  <martin.galvan@tallertechnologies.com>
1277
1278         * dwarf2read.c (die_needs_namespace): Return 1 for
1279         DW_TAG_inlined_subroutine.
1280
1281 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1282
1283         * regcache.c (regcache_cpy_no_passthrough): New declaration.
1284         (regcache_cpy_no_passthrough): Make it static, add function comment.
1285         * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
1286         (regcache_cpy_no_passthrough): Remove declaration.
1287
1288 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1289
1290         * gdbthread.h (struct thread_control_state): Update comment for
1291         proceed_to_finish.
1292         * infcall.c (run_inferior_call): Update comment about
1293         proceed_to_finish.
1294         * infcmd.c (get_return_value): Update comment about stop_registers.
1295         (finish_forward): Update comment about proceed_to_finish.
1296         * infrun.c (stop_registers): Remove.
1297         (clear_proceed_status, normal_stop): Remove stop_registers handling.
1298         * infrun.h (stop_registers): Remove.
1299
1300 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1301
1302         * infcall.c (struct dummy_frame_context_saver)
1303         (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
1304         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
1305         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
1306         New.
1307         (call_function_by_hand_dummy): Move discard_cleanups of
1308         inf_status_cleanup before dummy_frame_push.  Call
1309         dummy_frame_context_saver_setup and prepare context_saver_cleanup.
1310         Use dummy_frame_context_saver_get_regs instead of stop_registers.
1311         * infcall.h (struct dummy_frame_context_saver)
1312         (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
1313         (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
1314         New declarations.
1315         * infcmd.c: Include infcall.h.
1316         (get_return_value): Add parameter ctx_saver, use it instead of
1317         stop_registers.
1318         (print_return_value): Add parameter ctx_saver, pass it.
1319         (struct finish_command_continuation_args): Add field ctx_saver.
1320         (finish_command_continuation): Update print_return_value caller.
1321         (finish_command_continuation_free_arg): Free also ctx_saver.
1322         (finish_forward): Call dummy_frame_context_saver_setup.
1323         * inferior.h (struct dummy_frame_context_saver): New declaration.
1324         (get_return_value): Add parameter ctx_saver.
1325         * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
1326         get_return_value caller.
1327
1328 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1329
1330         * dummy-frame.c (struct dummy_frame_dtor_list): New.
1331         (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
1332         (remove_dummy_frame): Process dtor_list.
1333         (pop_dummy_frame): Process dtor_list.
1334         (register_dummy_frame_dtor): Maintain dtor_list.
1335         (find_dummy_frame_dtor): Handle dtor_list.
1336         * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
1337         Update comments.
1338
1339 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1340
1341         * compile/compile-object-run.c (do_module_cleanup): Add parameter
1342         registers_valid.
1343         (compile_object_run): Update do_module_cleanup caller.
1344         * dummy-frame.c: Include infcall.h.
1345         (struct dummy_frame): Update dtor comment.
1346         (remove_dummy_frame): Call dtor.
1347         (pop_dummy_frame): Update dtor caller.
1348         * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
1349         registers_valid.
1350
1351 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
1352
1353         GDB 7.9.1 released.
1354
1355 2015-05-13  Joel Brobecker  <brobecker@adacore.com>
1356
1357         * NEWS: Create "Changes in GDB 7.9.1" section.  Move news about
1358         Xmethods now being able to specify a result type to that new
1359         sectioin.
1360
1361 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
1362
1363         * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
1364         first before resizing the window.
1365         * tui/tui.c (tui_enable): Likewise.
1366
1367 2015-05-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1368
1369         * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
1370         * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
1371         * infcall.c (call_function_by_hand_dummy): Use proper typedef for
1372         dummy_dtor parameter.
1373         * infcall.h: Include dummy-frame.h.
1374         (call_function_by_hand_dummy_dtor_ftype): Remove.
1375         (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
1376         parameter.
1377
1378 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
1379
1380         PR gdb/17820
1381         * top.c (history_size_setshow_var): Change type to signed.
1382         Initialize to -2.  Update documentation.
1383         (set_readline_history_size): Define.
1384         (set_history_size_command): Use it.  Remove logic for handling
1385         out-of-range sizes.
1386         (init_history): Use set_readline_history_size().  Test for a
1387         value of -2 instead of 0 when determining whether to set a
1388         default history size.
1389         (init_main): Decode the argument of the "size" command as a
1390         zuinteger_unlimited.
1391
1392 2015-05-12  Doug Evans  <dje@google.com>
1393
1394         * dwarf2read.c (struct file_entry): Tweak comments.
1395         (get_debug_line_section): Tweak comments.
1396
1397 2015-05-12  Don Breazeal  <donb@codesourcery.com>
1398
1399         * NEWS: Announce fork support in the RSP and support
1400         for fork debugging in extended mode.
1401
1402 2015-05-12  Don Breazeal  <donb@codesourcery.com>
1403
1404         * remote.c (remote_insert_fork_catchpoint): New function.
1405         (remote_remove_fork_catchpoint): New function.
1406         (remote_insert_vfork_catchpoint): New function.
1407         (remote_remove_vfork_catchpoint): New function.
1408         (pending_fork_parent_callback): New function.
1409         (remove_new_fork_child): New function.
1410         (remote_update_thread_list): Call remote_notif_get_pending_events
1411         and remove_new_fork_child.
1412         (extended_remote_kill): Kill fork child when killing the
1413         parent before follow_fork completes.
1414         (init_extended_remote_ops): Initialize target vector with
1415         new fork catchpoint functions.
1416
1417 2015-05-12  Don Breazeal  <donb@codesourcery.com>
1418
1419         * remote.c (remove_vfork_event_p): New function.
1420         (remote_follow_fork): Add vfork event type to event checking.
1421         (remote_parse_stop_reply): New stop reasons "vfork" and
1422         "vforkdone" for RSP 'T' Stop Reply Packet.
1423
1424 2015-05-12  Don Breazeal  <donb@codesourcery.com>
1425
1426         * linux-nat.c (linux_nat_ptrace_options): New function.
1427         (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
1428         Call linux_nat_ptrace_options and use different argument to
1429         linux_enable_event_reporting.
1430         (_initialize_linux_nat): Delete call to
1431         linux_ptrace_set_additional_flags.
1432         * nat/linux-ptrace.c (current_ptrace_options): Rename to
1433         supported_ptrace_options.
1434         (additional_flags): Delete variable.
1435         (linux_check_ptrace_features): Use supported_ptrace_options.
1436         (linux_test_for_tracesysgood, linux_test_for_tracefork):
1437         Likewise, and remove additional_flags check.
1438         (linux_enable_event_reporting): Change 'attached' argument to
1439         'options'.  Use supported_ptrace_options.
1440         (ptrace_supports_feature): Change comment.  Use
1441         supported_ptrace_options.
1442         (linux_ptrace_set_additional_flags): Delete function.
1443         * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
1444         Delete function prototype.
1445         * remote.c (remote_fork_event_p): New function.
1446         (remote_detach_pid): New function.
1447         (remote_detach_1): Call remote_detach_pid, don't mourn inferior
1448         if doing detach-on-fork.
1449         (remote_follow_fork): New function.
1450         (remote_parse_stop_reply): Handle new "T" stop reason "fork".
1451         (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
1452         (init_extended_remote_ops): Initialize to_follow_fork.
1453
1454 2015-05-12  Don Breazeal  <donb@codesourcery.com>
1455
1456         * nat/linux-ptrace.c (linux_check_ptrace_features): Change
1457         from static to extern.
1458         * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
1459         * remote.c (anonymous enum): <PACKET_fork_event_feature,
1460         * PACKET_vfork_event_feature>: New enumeration constants.
1461         (remote_protocol_features): Add table entries for new packets.
1462         (remote_query_supported): Add new feature queries to qSupported
1463         packet.
1464
1465 2015-05-12  Gary Benson <gbenson@redhat.com>
1466
1467         * remote.c (remote_add_inferior): Call exec_file_locate_attach
1468         for fake PIDs as well as real ones.
1469         (remote_pid_to_exec_file): Send empty annex if PID is fake.
1470
1471 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
1472
1473         * NEWS (Python Scripting): Mention the new gdb.Value methods.
1474         * python/py-value.c (valpy_reference_value): New function.
1475         (valpy_const_value): Likewise.
1476         (value_object_methods): Add new methods.
1477         * value.c (make_cv_value): New function.
1478         * value.h (make_cv_value): Declare.
1479
1480 2015-05-08  Yao Qi  <yao@codesourcery.com>
1481             Sandra Loosemore  <sandra@codesourcery.com>
1482
1483         * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
1484         to 'lh->include_dirs' before accessing to it.
1485         (psymtab_include_file_name): Likewise.
1486         (dwarf_decode_lines_1): Likewise.
1487         (dwarf_decode_lines): Likewise.
1488         (file_file_name): Likewise.
1489
1490 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
1491
1492         * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
1493         (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
1494         (nios2_linux_rt_sigreturn_init): Adjust base address of
1495         register save area.
1496
1497 2015-05-08  Sandra Loosemore  <sandra@codesourcery.com>
1498
1499         * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
1500         "trap 31" as the breakpoint instruction on all targets.
1501
1502 2015-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1503
1504         * infcmd.c (print_return_value): Remove unused declaration.
1505
1506 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
1507
1508         * dwarf2read.c (attr_to_dynamic_prop)
1509         <DW_AT_data_member_location>: Use read_type_die isntead of
1510         get_die_type.
1511
1512 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
1513
1514         * ada-lang.c (ada_convert_actual): Add handling of formals
1515         passed inside an aligner type.
1516
1517 2015-05-08  Joel Brobecker  <brobecker@adacore.com>
1518
1519         * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
1520
1521 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
1522
1523         PR python/18291
1524         * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
1525         Print xmethod matcher status.
1526
1527 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1528
1529         * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
1530         register in the regcache when treating the PSWM register, and vice
1531         versa.
1532
1533 2015-05-07  Gary Benson <gbenson@redhat.com>
1534
1535         * linux-thread-db.c (struct thread_db_info)
1536         <td_ta_map_id2thr_p>: Remove field.
1537         (try_thread_db_load_1): Remove initialization for the above.
1538
1539 2015-05-07  Gary Benson <gbenson@redhat.com>
1540
1541         * linux-thread-db.c (struct thread_db_info)
1542         <td_thr_validate_p>: Remove field.
1543         (try_thread_db_load_1): Remove initialization for the above.
1544
1545 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1546
1547         * compile/compile-object-load.c (compile_object_load): Support
1548         mst_text_gnu_ifunc.
1549
1550 2015-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1551
1552         * compile/compile.c (compile_to_object): Make the cmd_string parameter
1553         const.  Use new variables for the const compatibility.
1554         (eval_compile_command): Make the cmd_string parameter const.
1555         * compile/compile.h (eval_compile_command): Make the cmd_string
1556         parameter const.
1557
1558 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
1559
1560         * defs.h (deprecated_init_ui_hook): Delete.  Remove associated
1561         comment.
1562         * top.c (deprecated_init_ui_hook): Delete.
1563         (gdb_init): Remove handling of deprecated_init_ui_hook.
1564         * interps.c (clear_interpreter_hooks): Remove handling of
1565         deprecated_init_ui_hook.
1566         * main.c (captured_main): Update comment.
1567
1568 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
1569
1570         * solib.c (_initialize_solib): Add "info dll" alias creation.
1571         * windows-nat.c (set_windows_aliases): Delete.
1572         (_initialize_windows_nat): Remove deprecated_init_ui_hook
1573         assignment.
1574         * NEWS: Add news entry about "info dll" now being available
1575         on all platforms.
1576
1577 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
1578
1579         * ada-lang.c (value_assign_to_component): Reformat and improve
1580         documentation. Remove all trailing spaces.
1581
1582 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
1583
1584         * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
1585         Stop counting inlined frames as soon as an out-of-line function
1586         is found.
1587
1588 2014-05-05  Pierre-Marie de Rodat  <derodat@adacore.com>
1589
1590         * dwarf2read.c (inherit_abstract_dies): Skip
1591         DW_TAG_GNU_call_site dies while inheriting children of an
1592         abstract DIE into a scope.
1593         (read_lexical_block_scope): Inherit abstract DIE's for
1594         lexical scopes.
1595
1596 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
1597
1598         * ada-valprint.c (val_print_packed_array_elements): Delete
1599         variable "len".  Add a type-length check when comparing two
1600         consecutive elements of the array.  Use the element's actual
1601         length in call to value_contents_eq.
1602         * ada-lang.c (ada_value_primitive_packed_val): Always return
1603         a value whose type has been resolved.
1604
1605 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
1606
1607         * ada-lang.c (ada_value_primitive_packed_val): Recompute
1608         BIT_SIZE and LEN if the size of the resolved type is smaller
1609         than BIT_SIZE * HOST_CHAR_BIT.
1610
1611 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
1612
1613         * ada-lang.c (ada_value_primitive_packed_val): Use a more
1614         correct address in call to value_at.  Adjust call to
1615         value_address accordingly.
1616
1617 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
1618
1619         * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
1620         to print it.
1621
1622 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
1623
1624         * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
1625         * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
1626         pinfo->valaddr.
1627         * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
1628         * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
1629         (resolve_dynamic_type_internal): Set pinfo.valaddr.
1630         Add handling of addr_stack->valaddr.
1631         (resolve_dynamic_type): Add "valaddr" parameter.
1632         Set pinfo.valaddr field.
1633         * ada-lang.c (ada_discrete_type_high_bound): Update call to
1634         resolve_dynamic_type.
1635         (ada_discrete_type_low_bound): Likewise.
1636         * findvar.c (default_read_var_value): Likewise.
1637         * value.c (value_from_contents_and_address): Likewise.
1638
1639 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
1640
1641         * gdbtypes.c (resolve_dynamic_array): Use
1642         create_array_type_with_stride instead of create_array_type.
1643
1644 2015-04-30  DJ Delorie  <dj@redhat.com>
1645
1646         * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
1647         rl78_decode_opcode
1648
1649 2015-04-29  Doug Evans  <dje@google.com>
1650
1651         PR python/18285
1652         * NEWS: Document new gdb.XMethodWorker.get_result_type method.
1653         * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
1654         EVAL_AVOID_SIDE_EFFECTS for xmethods.
1655         * extension-priv.h (struct extension_language_ops)
1656         <get_xmethod_result_type>: New member.
1657         * extension.c (get_xmethod_result_type): New function.
1658         * extension.h (get_xmethod_result_type): Declare.
1659         * python/py-xmethods.c (get_result_type_method_name): New static
1660         global.
1661         (py_get_result_type_method_name): Ditto.
1662         (gdbpy_get_xmethod_result_type): New function.
1663         (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
1664         * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
1665         * python/python.c (python_extension_ops): Add
1666         gdbpy_get_xmethod_result_type.
1667         * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
1668         * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
1669         xmethods.
1670         (value_x_unop): Ditto.
1671         * value.c (result_type_of_xmethod): New function.
1672         * value.h (result_type_of_xmethod): Declare.
1673
1674 2015-04-29  Gary Benson <gbenson@redhat.com>
1675
1676         * solib.c (solib_find_1): Allow fd argument to be NULL.
1677         (exec_file_find): Update comment.
1678         (solib_find): Likewise.
1679         * exec.c (exec_file_locate_attach): Use NULL as fd
1680         argument to exec_file_find to avoid having to close
1681         the opened file.
1682         * infrun.c (follow_exec): Likewise.
1683
1684 2015-04-28  Doug Evans  <dje@google.com>
1685
1686         PR python/18299
1687         * python/lib/gdb/printing.py (register_pretty_printer): Handle
1688         name or __name__ attributes.  Handle gdb module as first argument.
1689
1690 2015-04-28  Doug Evans  <dje@google.com>
1691
1692         PR python/18089
1693         * python/py-prettyprint.c (print_children): Verify result of children
1694         iterator.  Provide better error message.
1695         * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
1696         * python/python.c (gdbpy_print_python_errors_p): New function.
1697
1698 2015-04-28  Doug Evans  <dje@google.com>
1699
1700         * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
1701
1702 2015-04-28  Sasha Smundak  <asmundak@google.com>
1703
1704         * NEWS: Mention gdb.Type.optimized_out method.
1705         * python/py-type.c (typy_optimized_out):  New function.
1706
1707 2015-04-28  John Baldwin  <jhb@FreeBSD.org>
1708
1709         * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
1710
1711 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
1712
1713         * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
1714         (initialize_utils): Move call of init_page_info() to ...
1715         * top.c (gdb_init): ... here.
1716
1717 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
1718
1719         * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
1720         (tui_sigwinch_handler): Still update our idea of
1721         the terminal's width and height even when TUI is not active.
1722
1723 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
1724
1725         * utils.h (set_screen_width_and_height): Declare.
1726         * utils.c (set_screen_width_and_height): Define.
1727         * tui/tui-win.c (tui_update_gdb_sizes): Use it.
1728
1729 2015-04-28  Gary Benson <gbenson@redhat.com>
1730
1731         * infrun.c (solist.h): New include.
1732         (follow_exec): Use exec_file_find to prefix execd_pathname
1733         with gdb_sysroot.
1734
1735 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
1736
1737         * tui/tui-source.c (tui_set_source_content): Avoid calling
1738         strcpy() when offset is 0.
1739
1740 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
1741
1742         PR gdb/18155
1743         * tui/tui-data.c (tui_free_window): Don't free the locator
1744         window when passed an SRC_WIN or a DISASSEM_WIN.
1745
1746 2015-04-28  Patrick Palka  <patrick@parcs.ath.cx>
1747
1748         * tui/tui-data.h (struct tui_win_element): Forward-declare.
1749         (tui_win_content): Move declaration.
1750         (struct tui_gen_win_info): Give 'content' field the
1751         type tui_win_content.
1752         * tui/tui-data.c (init_content_element): Remove redundant and
1753         erroneous casts.
1754         (tui_add_content_elements): Remove erroneous cast.
1755         * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
1756         casts.
1757         (tui_get_begin_asm_address): Likewise.
1758         * tui/tui-regs.c (tui_show_registers): Likewise.
1759         (tui_show_register_group): Likewise.
1760         (tui_display_registers_from): Likewise.
1761         (tui_check_register_values): Likewise.
1762         * tui/tui-source.c (tui_set_source_content): Likewise.
1763         (tui_set_source_content_nil): Likewise.
1764         (tui_source_is_displayed): Likewise.
1765         * tui/tui-stack.c (tui_show_locator_content): Likewise.
1766         (tui_set_locator_fullname): Likewise.
1767         (tui_set_locator_info): Likewise.
1768         (tui_show_frame_info): Likewise.
1769         * tui/tui-winsource.c (tui_clear_source_content): Likewise.
1770         (tui_show_source_line): Likewise.
1771         (tui_horizontal_source_scroll): Likewise.
1772         (tui_update_breakpoint_info): Likewise.
1773         (tui_set_exec_info_content): Likewise.
1774         (tui_show_exec_info_content): Likewise.
1775         (tui_alloc_source_buffer): Likewise.
1776         (tui_line_is_displayed): Likewise.
1777         (tui_addr_is_displayed): Likewise.
1778
1779 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
1780
1781         * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
1782         event if PL_FLAG_EXEC is set.
1783         [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
1784         [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
1785         (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
1786         "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
1787         Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
1788
1789 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
1790
1791         * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
1792         [TDP_RFPPWAIT] New variable fbsd_pending_children.
1793         [TDP_RFPPWAIT] (fbsd_remember_child): New function.
1794         [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
1795         [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
1796         [PT_LWPINFO] (fbsd_wait): New function.
1797         [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
1798         [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
1799         [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
1800         [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
1801         [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
1802         [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
1803         [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
1804         [TDP_RFPPWAIT] (fbsd_post_attach): New function.
1805         (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
1806         "fbsd_wait".
1807         [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
1808         Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
1809         Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
1810         Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
1811         Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
1812         Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
1813         Set "to_post_attach" to "fbsd_post_attach".
1814
1815 2015-04-27  John Baldwin  <jhb@FreeBSD.org>
1816
1817         * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
1818         (fbsd_find_memory_regions): Mark static.
1819         (fbsd_nat_add_target): New function.
1820         * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
1821         fbsd_pid_to_exec_file and fbsd_find_memory_regions.
1822         * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
1823         * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
1824         * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
1825         * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
1826
1827 2015-04-27  Gary Benson <gbenson@redhat.com>
1828
1829         * objfiles.c (allocate_objfile): Do not attempt to expand name
1830         if name is a "target:" filename.
1831         * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
1832         to load auto-load scripts for objfiles with "target:" filenames.
1833
1834 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1835
1836         * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
1837         (enum s390_vector_abi_kind): New enum.
1838         (struct gdbarch_tdep)<vector_abi>: New field.
1839         (s390_effective_inner_type): Add parameter min_size.  Stop
1840         unwrapping if the inner type is smaller than min_size.
1841         (s390_function_arg_float): Adjust call to
1842         s390_effective_inner_type.
1843         (s390_function_arg_vector): New function.
1844         (s390_function_arg_integer): Adjust comment.
1845         (struct s390_arg_state)<vr>: New field.
1846         (s390_handle_arg): Add parameter 'is_unnamed'.  Pass vector
1847         arguments according to vector ABI when appropriate.
1848         (s390_push_dummy_call): Initialize the argument state's field
1849         'vr'.  Adjust calls to s390_handle_arg.
1850         (s390_register_return_value): Handle vector return values.
1851         (s390_return_value): Apply the "register" return value convention
1852         to a vector when appropriate.
1853         (s390_gdbarch_init): Initialize tdep->vector_abi.
1854         * NEWS: Announce S390 vector ABI support.
1855
1856 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1857
1858         * s390-linux-tdep.c (s390_return_value_convention): Remove
1859         function.  Inline its logic...
1860         (s390_return_value): ...here.  Instead, move the handling of the
1861         "register" return value convention...
1862         (s390_register_return_value): ...here.  New function.
1863
1864 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1865
1866         * s390-linux-tdep.c
1867         (is_float_singleton): Remove function.  Move the "singleton" part
1868         of the logic...
1869         (s390_effective_inner_type): ...here.  New function.
1870         (is_float_like): Remove function.  Inline its logic...
1871         (s390_function_arg_float): ...here.
1872         (is_pointer_like, is_integer_like, is_struct_like): Remove
1873         functions.  Inline their logic...
1874         (s390_function_arg_integer): ...here.
1875         (s390_function_arg_pass_by_reference): Remove function.
1876         (extend_simple_arg): Remove function.
1877         (alignment_of): Remove function.
1878         (struct s390_arg_state): New structure.
1879         (s390_handle_arg): New function.
1880         (s390_push_dummy_call): Move parameter placement logic to the new
1881         function s390_handle_arg.  Call it for calculating the stack area
1882         sizes first, and again for actually writing the parameters.
1883
1884 2015-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1885
1886         * s390-linux-tdep.c (is_power_of_two): Add comment.  Return
1887           false if the argument is zero.
1888
1889 2015-04-27  Pierre-Marie de Rodat  <derodat@adacore.com>
1890
1891         * ada-lang.c (template_to_static_fixed_type): Return input type
1892         when it is already fixed.  Cache the input type itself when not
1893         creating a static fixed copy.  Make it explicit that we never
1894         molestate the input type.
1895         * gdbtypes.c (resolve_dynamic_struct): Reset the
1896         TYPE_TARGET_TYPE field for resolved copies.
1897
1898 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
1899
1900         * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
1901         (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
1902         (template_to_static_fixed_type): Call ada_check_typedef only
1903         when necessary.
1904
1905 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1906
1907         * cli/cli-dump.c (srec_dump_command): Add internationalization
1908         mark ups.
1909         (ihex_dump_command): Likewise.
1910         (tekhex_dump_command): Likewise.
1911         (binary_dump_command): Likewise.
1912         (binary_append_command): Likewise.
1913
1914 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1915
1916         * cli/cli-dump.c (verilog_cmdlist): New variable.
1917         (dump_verilog_memory): New function.
1918         (dump_verilog_value): New function.
1919         (verilog_dump_command): New function.
1920         (_initialize_cli_dump): Add new commands to support verilog dump
1921         format.
1922         * NEWS: Add entry for "dump verilog".
1923
1924 2015-04-24  Pierre-Marie de Rodat  <derodat@adacore.com>
1925
1926         * gdbtypes.c (print_gnat_stuff): Do not recurse on the
1927         descriptive type when there is none.
1928
1929 2015-04-23  Patrick Palka  <patrick@parcs.ath.cx>
1930
1931         * tui/tui-win.c (tui_async_resize_screen): Call
1932         rl_resize_terminal().
1933
1934 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
1935
1936         * windows-nat.c (handle_output_debug_string): Don't change
1937         current_event.dwThreadId.
1938         (get_windows_debug_event): Use thread_id, rather than relying on
1939         current_event.dwThreadId being changed.
1940
1941 2015-04-22  Jon Turney  <jon.turney@dronecode.org.uk>
1942
1943         * windows-nat.c (windows_continue): Report an error if
1944         ContinueDebugEvent() fails.
1945
1946 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
1947
1948         * windows-nat.c (windows_resume): Fix misspelling in debug output.
1949
1950 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
1951
1952         * windows-nat.c (get_windows_debug_event): Replace retval with
1953         thread_id throughout.  Update stale comment.
1954
1955 2015-04-16  Jon Turney  <jon.turney@dronecode.org.uk>
1956
1957         * windows-nat.c (get_windows_debug_event): Don't use ternary
1958         conditional operator.
1959
1960 2015-04-21  Pierre Muller  <muller@sourceware.org>
1961
1962         PR pascal/17815
1963         p-exp.y (yylex): Reorganize code to return the matched pattern
1964         for a field of this.
1965
1966 2015-04-21  Gary Benson <gbenson@redhat.com>
1967
1968         * common/fileio.h (fileio_to_host_openflags): New declaration.
1969         * common/fileio.c (fcntl.h): New include.
1970         (fileio_to_host_openflags): New function, factored out from...
1971         * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
1972         Single use updated.
1973
1974 2015-04-21  Kevin Buettner  <kevinb@redhat.com>
1975
1976         * rl78-tdep.c (RL78_SP_ADDR): Define.
1977         (opc_reg_to_gdb_regnum): New static function.
1978         (rl78_analyze_prologue): Recognize instructions forming slightly
1979         more interesting prologues.
1980
1981 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
1982
1983         Revert:
1984         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
1985         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
1986         TYPE_CODE_REF types so that they are not considered as dynamic
1987         depending on the referenced type.
1988         (resolve_dynamic_type_internal): Likewise.
1989
1990 2015-04-20  Pierre-Marie de Rodat  <derodat@adacore.com>
1991
1992         Revert:
1993         2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
1994         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
1995         "top_level" parameter.
1996         (resolve_dynamic_type_internal): Remove the unused "top_level"
1997         parameter.  Update call to is_dynamic_type_internal.
1998         (is_dynamic_type): Update call to is_dynamic_type_internal.
1999         (resolve_dynamic_range): Update call to
2000         resolve_dynamic_type_internal.
2001         (resolve_dynamic_union): Likewise.
2002         (resolve_dynamic_struct): Likewise.
2003         (resolve_dynamic_type): Likewise.
2004
2005 2015-04-19  Gabriel Krisman Bertazi  <gabriel@krisman.be>
2006
2007         * breakpoint.c (update_dprintf_command_list): Remove duplicated
2008         xmalloc.
2009
2010 2015-04-20  Thomas Schwinge  <thomas@codesourcery.com>
2011
2012         * reply_mig_hack.awk: Robustify parsing.
2013
2014         * reply_mig_hack.awk: Don't bother to declare an intermediate
2015         function pointer variable.
2016
2017 2015-04-17  Doug Evans  <dje@google.com>
2018
2019         * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
2020         to "exec_displacement" to avoid confusion with inner use of the name.
2021
2022 2015-04-17  Pedro Alves  <palves@redhat.com>
2023
2024         * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
2025         if HW point of TYPE isn't supported.
2026
2027 2015-04-17  Yao Qi  <yao.qi@linaro.org>
2028             Pedro Alves  <palves@redhat.com>
2029
2030         * target.h (target_can_use_hardware_watchpoint): Update comments.
2031         Remove trailing ";".
2032
2033 2015-04-17  Gary Benson <gbenson@redhat.com>
2034
2035         * remote.c (remote_add_inferior): New argument try_open_exec.
2036         If nonzero, attempt to open the inferior's executable file as
2037         the main executable if no main executable is open already.
2038         All callers updated.
2039         * NEWS: Mention that GDB now supports automatic location and
2040         retrieval of executable + files from remote targets.
2041
2042 2015-04-17  Gary Benson <gbenson@redhat.com>
2043
2044         * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
2045         * remote.c (PACKET_qXfer_exec_file): Likewise.
2046         (remote_protocol_features): Register the
2047         "qXfer:exec-file:read" feature.
2048         (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
2049         (remote_pid_to_exec_file): New function.
2050         (init_remote_ops): Initialize to_pid_to_exec_file.
2051         (_initialize_remote): Register new "set/show remote
2052         pid-to-exec-file-packet" command.
2053         * NEWS: Announce new qXfer:exec-file:read packet.
2054
2055 2015-04-17  Gary Benson <gbenson@redhat.com>
2056
2057         * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
2058         New declaration.
2059         * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
2060         New function, factored out from...
2061         * linux-nat.c (linux_child_pid_to_exec_file): ...here.
2062
2063 2015-04-17  Gary Benson <gbenson@redhat.com>
2064
2065         * exec.c (solist.h): New include.
2066         (exec_file_locate_attach): Prefix absolute executable
2067         paths with gdb_sysroot if set.
2068         * NEWS: Mention that executable paths may be prepended
2069         with sysroot.
2070
2071 2015-04-17  Gary Benson <gbenson@redhat.com>
2072
2073         * solist.h (exec_file_find): New declaration.
2074         * solib.c (solib_find_1): New function, factored out from...
2075         (solib_find): ...here.
2076         (exec_file_find): New function.
2077
2078 2015-04-17  Gary Benson <gbenson@redhat.com>
2079
2080         * gdbcore.h (exec_file_locate_attach): New declaration.
2081         * exec.c (exec_file_locate_attach): New function, factored
2082         out from...
2083         * infcmd.c (attach_command_post_wait): ...here.
2084
2085 2015-04-17  Mike Frysinger  <vapier@gentoo.org>
2086
2087         * MAINTAINERS: Add myself for Blackfin/write-after-approval.
2088
2089 2015-04-16  Yao Qi  <yao.qi@linaro.org>
2090
2091         * infrun.c (maybe_software_singlestep): Declare.
2092         (displaced_step_fixup): Call maybe_software_singlestep.
2093
2094 2015-04-15  Doug Evans  <dje@google.com>
2095
2096         * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
2097
2098 2015-04-15  Doug Evans  <dje@google.com>
2099
2100         * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
2101
2102 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
2103
2104         * python/lib/gdb/command/unwinders.py: Add parentheses.
2105
2106 2015-04-15  Yao Qi  <yao.qi@linaro.org>
2107
2108         * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
2109
2110 2015-04-15  Yao Qi  <yao.qi@linaro.org>
2111
2112         * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
2113
2114 2015-04-15  Yao Qi  <yao.qi@linaro.org>
2115
2116         * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
2117         dsc->insn_size instead of 4.
2118
2119 2015-04-14  Gary Benson <gbenson@redhat.com>
2120
2121         * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
2122         * minidebug.c (lzma_stat): Likewise.
2123         * solib-spu.c (spu_bfd_iovec_stat): Likewise.
2124         * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
2125
2126 2015-04-13  Stan Shebs  <stanshebs@google.com>
2127
2128         * MAINTAINERS: Update my email address.
2129
2130 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
2131
2132         * amd64-tdep.c (amd64_target_description): New function.
2133         * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
2134         * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
2135         (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
2136         x86 extended save area.
2137         (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
2138         * amd64bsd-nat.h: Export amd64bsd_xsave_len.
2139         * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
2140         (_initialize_amd64fbsd_nat): Set "to_read_description" to
2141         "amd64fbsd_read_description".
2142         * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
2143         (amd64fbsd_supply_xstateregset): New function.
2144         (amd64fbsd_collect_xstateregset): New function.
2145         Add "amd64fbsd_xstateregset".
2146         (amd64fbsd_iterate_over_regset_sections): New function.
2147         (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
2148         "I386_FBSD_XSAVE_XCR0_OFFSET".
2149         Add "iterate_over_regset_sections" gdbarch method.
2150         Add "core_read_description" gdbarch method.
2151         * i386-tdep.c (i386_target_description): New function.
2152         * i386-tdep.h: Export i386_target_description and tdesc_i386.
2153         * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
2154         (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
2155         x86 extended save area.
2156         (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
2157         * i386bsd-nat.h: Export i386bsd_xsave_len.
2158         * i386fbsd-nat.c (i386fbsd_read_description): New function.
2159         (_initialize_i386fbsd_nat): Set "to_read_description" to
2160         "i386fbsd_read_description".
2161         * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
2162         (i386fbsd_core_read_description): New function.
2163         (i386fbsd_supply_xstateregset): New function.
2164         (i386fbsd_collect_xstateregset): New function.
2165         Add "i386fbsd_xstateregset".
2166         (i386fbsd_iterate_over_regset_sections): New function.
2167         (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
2168         "I386_FBSD_XSAVE_XCR0_OFFSET".
2169         Add "iterate_over_regset_sections" gdbarch method.
2170         Add "core_read_description" gdbarch method.
2171         * i386fbsd-tdep.h: New file.
2172
2173 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2174
2175         * NEWS (Changes since GDB 7.9): Add removed -xdb.
2176         * breakpoint.c (command_line_is_silent): Remove xdb_commands
2177         conditional.
2178         (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
2179         and lb.
2180         * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
2181         va.
2182         * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
2183         conditional.
2184         * defs.h (xdb_commands): Remove declaration.
2185         * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
2186         * guile/scm-cmd.c (command_classes): Remove xdb from comment.
2187         * infcmd.c (run_no_args_command, go_command): Remove.
2188         (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
2189         * infrun.c (xdb_handle_command): Remove.
2190         (_initialize_infrun): Remove xdb_commands for lz and z.
2191         * main.c (xdb_commands): Remove variable.
2192         (captured_main): Remove "xdb" from long_options.
2193         (print_gdb_help): Remove --xdb from help.
2194         * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
2195         * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
2196         * stack.c (backtrace_full_command, args_plus_locals_info)
2197         (current_frame_command): Remove.
2198         (_initialize_stack): Remove xdb_commands for t, T and l.
2199         * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
2200         * thread.c (_initialize_thread): Remove xdb_commands condition.
2201         * tui/tui-layout.c (tui_toggle_layout_command)
2202         (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
2203         (_initialize_tui_layout): Remove xdb_commands for td and ts.
2204         * tui/tui-regs.c (tui_scroll_regs_forward_command)
2205         (tui_scroll_regs_backward_command): Remove.
2206         (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
2207         * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
2208         (_initialize_tui_win): Remove xdb_commands for U and w.
2209         * utils.c (pagination_on_command, pagination_off_command): Remove.
2210         (initialize_utils): Remove xdb_commands for am and sm.
2211
2212 2015-04-10  Pedro Alves  <palves@redhat.com>
2213
2214         * infrun.c (displaced_step_fixup): Switch to the event ptid
2215         earlier.  If the thread stopped for a watchpoint and the
2216         target/arch has non-continuable watchpoints, cancel the displaced
2217         step.
2218         (resume): Don't start a displaced step if in-line step-over info
2219         is valid.
2220
2221 2015-04-10  Pedro Alves  <palves@redhat.com>
2222
2223         * infrun.c (displaced_step_in_progress): New function.
2224         (do_target_resume): Advise target to report all signals if
2225         displaced stepping.
2226
2227 2015-04-10  Pedro Alves  <palves@redhat.com>
2228
2229         PR gdb/18216
2230         * infrun.c (process_event_stop_test): Don't assume a step-resume
2231         is set if tp->stepped_breakpoint is true.
2232
2233 2015-04-10  Yao Qi  <yao.qi@linaro.org>
2234
2235         * arm-tdep.c (install_alu_reg): Update comment.
2236         (thumb_copy_alu_reg): Remove local variable rn.  Update
2237         debugging message.  Use r2 instead of r1 in the modified
2238         instruction.
2239
2240 2015-04-10  Pedro Alves  <palves@redhat.com>
2241
2242         PR gdb/13858
2243         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
2244         linux_displaced_step_location as gdbarch_displaced_step_location
2245         hook.
2246         * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
2247         * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
2248         * linux-tdep.c (linux_displaced_step_location): New function,
2249         based on ppc_linux_displaced_step_location.
2250         * linux-tdep.h (linux_displaced_step_location): New declaration.
2251         * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
2252         (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
2253         Delete.
2254         (ppc_linux_init_abi): Install linux_displaced_step_location as
2255         gdbarch_displaced_step_location hook, even without Cell/B.E..
2256         (_initialize_ppc_linux_tdep): Don't install
2257         ppc_linux_inferior_created as inferior_created observer.
2258         * s390-linux-tdep.c (s390_gdbarch_init): Install
2259         linux_displaced_step_location as gdbarch_displaced_step_location
2260         hook.
2261
2262 2015-04-09  Gary Benson <gbenson@redhat.com>
2263
2264         * common/common-remote-fileio.h: Rename to...
2265         * common/fileio.h: ...this.  Update all references.
2266         (remote_fileio_to_fio_error): Rename to...
2267         (host_to_fileio_error): ...this.
2268         (remote_fileio_to_be): Rename to...
2269         (host_to_bigendian): ...this.  Update all callers.
2270         (remote_fileio_to_fio_uint): Rename to...
2271         (host_to_fileio_uint): ...this.  Update all callers.
2272         (remote_fileio_to_fio_time): Rename to...
2273         (host_to_fileio_time): ...this.  Update all callers.
2274         (remote_fileio_to_fio_stat): Rename to...
2275         (host_to_fileio_stat): ...this.
2276         Update all references.
2277         * common/common-remote-fileio.c: Rename to...
2278         * common/fileio.c: ...this.  Update all references.
2279         (remote_fileio_to_fio_error): Rename to...
2280         (host_to_fileio_error): ...this.  Update all callers.
2281         (remote_fileio_mode_to_target): Rename to...
2282         (fileio_mode_pack): ...this.  Update all callers.
2283         (remote_fileio_to_fio_mode): Rename to...
2284         (host_to_fileio_mode): ...this.  Update all callers.
2285         (remote_fileio_to_fio_ulong): Rename to...
2286         (host_to_fileio_ulong): ...this.  Update all callers.
2287         (remote_fileio_to_fio_stat): Rename to...
2288         (host_to_fileio_stat): ...this.  Update all callers.
2289
2290 2015-04-09  Andy Wingo  <wingo@igalia.com>
2291
2292         * guile/scm-frame.c (gdbscm_frame_read_register): New function.
2293         (frame_functions): Bind gdbscm_frame_read_register to
2294         frame-read-register.
2295         * guile/lib/gdb.scm (frame-read-register): Export.
2296
2297 2015-04-09  Gary Benson <gbenson@redhat.com>
2298
2299         * common/common-remote-fileio.h (remote_fileio_to_fio_error):
2300         New declaration.
2301         * common/common-remote-fileio.c (remote_fileio_to_fio_error):
2302         New function, factored out the named functions below.
2303         * inf-child.c (gdb/fileio.h): Remove include.
2304         (common-remote-fileio.h): New include.
2305         (inf_child_errno_to_fileio_error): Remove function.  Update
2306         all callers to use remote_fileio_to_fio_error.
2307         * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
2308
2309 2015-04-09  Andy Wingo  <wingo@igalia.com>
2310
2311         * MAINTAINERS (Write After Approval): Add Andy Wingo.
2312
2313 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2314
2315         * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
2316         Replace $zlibdir with $ZLIBDIR in LDFLAGS.
2317         * configure: Regenerated.
2318
2319 2015-04-09  Pedro Alves  <palves@redhat.com>
2320
2321         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
2322         * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
2323         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
2324         * gnulib/import/Makefile.am: Update.
2325         * gnulib/import/Makefile.in: Update.
2326         * gnulib/import/m4/gnulib-cache.m4: Update.
2327         * gnulib/import/m4/gnulib-comp.m4: Update.
2328         * gnulib/import/m4/strtok_r.m4: New file.
2329         * gnulib/import/strtok_r.c: New file.
2330
2331 2015-04-09  Pedro Alves  <palves@redhat.com>
2332
2333         * gnulib/update-gnulib.sh (aclocal version check): Filter out
2334         "called too early to check prototype".
2335
2336 2015-04-08  Sergio Durigan Junior  <sergiodj@redhat.com>
2337
2338         PR python/16699
2339         * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
2340         use a caching mechanism.  Adjust comments and code to reflect
2341         that.  Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
2342         (cmdpy_completer_handle_brkchars): Adjust call to
2343         cmdpy_completer_helper.  Call Py_XDECREF for 'resultobj'.
2344         (cmdpy_completer): Likewise.
2345
2346 2015-04-08  Yao Qi  <yao.qi@linaro.org>
2347
2348         * spu-tdep.c (spu_gdbarch_init): Don't call
2349         set_gdbarch_cannot_step_breakpoint.
2350
2351 2015-04-07  Sergio Durigan Junior  <sergiodj@redhat.com>
2352
2353         * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
2354
2355 2015-04-07  Pedro Alves  <palves@redhat.com>
2356
2357         * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
2358         (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
2359         (delete_exited_threads): New declaration.
2360         * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
2361         * linux-nat.c (linux_nat_update_thread_list): New function.
2362         (linux_nat_add_target): Install it.
2363         * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
2364         * thread.c (prune_threads): Use ALL_THREADS_SAFE.
2365         (delete_exited_threads): New function.
2366
2367 2015-04-07  Pedro Alves  <pedro@codesourcery.com>
2368
2369         * infrun.c (resume) <displaced stepping debug output>: Get the
2370         leader thread's regcache, not resume_ptid's.
2371
2372 2015-04-06  Doug Evans  <xdje42@gmail.com>
2373
2374         * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
2375         VAR_DOMAIN.
2376         (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
2377         Include symbol domain in debugging output.
2378
2379 2015-04-06  Pedro Alves  <palves@redhat.com>
2380             Bernd Edlinger  <bernd.edlinger@hotmail.de>
2381
2382         * configure.ac: Remove the mingw32-specific stub-termcap.o
2383         fallback, and instead fallback to the stub termcap on all hosts.
2384         * configure: Regenerate.
2385         * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
2386         symbols.
2387
2388 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
2389
2390         * gdbtypes.c (is_dynamic_type_internal): Remove the unused
2391         "top_level" parameter.
2392         (resolve_dynamic_type_internal): Remove the unused "top_level"
2393         parameter.  Update call to is_dynamic_type_internal.
2394         (is_dynamic_type): Update call to is_dynamic_type_internal.
2395         (resolve_dynamic_range): Update call to
2396         resolve_dynamic_type_internal.
2397         (resolve_dynamic_union): Likewise.
2398         (resolve_dynamic_struct): Likewise.
2399         (resolve_dynamic_type): Likewise.
2400
2401 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
2402
2403         * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
2404         TYPE_CODE_REF types so that they are not considered as dynamic
2405         depending on the referenced type.
2406         (resolve_dynamic_type_internal): Likewise.
2407
2408 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
2409
2410         * Makefile.in (top_srcdir): New.
2411         * configure: Regenerated.
2412
2413 2015-04-02  Gary Benson <gbenson@redhat.com>
2414
2415         * NEWS: Announce the new default sysroot of "target:".
2416
2417 2015-04-02  Gary Benson <gbenson@redhat.com>
2418
2419         * main.c (captured_main): Set gdb_sysroot to "target:"
2420         if not otherwise set.
2421
2422 2015-04-02  Gary Benson <gbenson@redhat.com>
2423
2424         * exec.c (exec_file_attach): Support "target:" filenames.
2425
2426 2015-04-02  Gary Benson <gbenson@redhat.com>
2427
2428         * solib.c (solib_find): Strip "target:" prefix from sysroot
2429         if accessing local files.
2430
2431 2015-04-02  Gary Benson <gbenson@redhat.com>
2432
2433         * symfile.c (symfile_bfd_open): Reorder to remove duplicated
2434         checks and error messages.
2435
2436 2015-04-02  Gary Benson <gbenson@redhat.com>
2437
2438         * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
2439         (remote_filename_p): Remove declaration.
2440         (remote_bfd_open): Likewise.
2441         * remote.c (remote_bfd_iovec_open): Remove function.
2442         (remote_bfd_iovec_close): Likewise.
2443         (remote_bfd_iovec_pread): Likewise.
2444         (remote_bfd_iovec_stat): Likewise.
2445         (remote_filename_p): Likewise.
2446         (remote_bfd_open): Likewise.
2447         * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
2448         * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
2449         (gdb_bfd_open_maybe_remote): Remove function.
2450         (symfile_bfd_open):  Replace remote filename check with
2451         target filename check.
2452         (reread_symbols): Use gdb_bfd_open.
2453         * build-id.c (gdbcore.h): New include.
2454         (build_id_to_debug_bfd): Use gdb_bfd_open.
2455         * infcmd.c (attach_command_post_wait): Remove remote filename
2456         check.
2457         * solib.c (solib_find): Replace remote-specific handling with
2458         target-specific handling.  Update comments where necessary.
2459         (solib_bfd_open): Replace remote-specific handling with
2460         target-specific handling.
2461         (gdb_sysroot_changed): New function.
2462         (_initialize_solib): Call the above when gdb_sysroot changes.
2463         * windows-tdep.c (gdbcore.h): New include.
2464         (windows_xfer_shared_library): Use gdb_bfd_open.
2465
2466 2015-04-02  Gary Benson <gbenson@redhat.com>
2467
2468         * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
2469         (is_target_filename): New declaration.
2470         (gdb_bfd_has_target_filename): Likewise.
2471         (gdb_bfd_open): Update documentation comment.
2472         * gdb_bfd.c (target.h): New include.
2473         (gdb/fileio.h): Likewise.
2474         (is_target_filename): New function.
2475         (gdb_bfd_has_target_filename): Likewise.
2476         (fileio_errno_to_host): Likewise.
2477         (gdb_bfd_iovec_fileio_open): Likewise.
2478         (gdb_bfd_iovec_fileio_pread): Likewise.
2479         (gdb_bfd_iovec_fileio_close): Likewise.
2480         (gdb_bfd_iovec_fileio_fstat): Likewise.
2481         (gdb_bfd_open): Use target fileio to access paths prefixed
2482         with "target:" where necessary.
2483
2484 2015-04-02  Gary Benson <gbenson@redhat.com>
2485
2486         * target.h (struct target_ops) <to_filesystem_is_local>:
2487         New field.
2488         (target_filesystem_is_local): New macro.
2489         * target-delegates.c: Regenerate.
2490         * remote.c (remote_filesystem_is_local): New function.
2491         (init_remote_ops): Initialize to_filesystem_is_local.
2492
2493 2015-04-02  Gary Benson <gbenson@redhat.com>
2494
2495         * target.h (struct target_ops) <to_fileio_fstat>: New field.
2496         (target_fileio_fstat): New declaration.
2497         * target.c (target_fileio_fstat): New function.
2498         * inf-child.c (inf_child_fileio_fstat): Likewise.
2499         (inf_child_target): Initialize to_fileio_fstat.
2500         * remote.c (init_remote_ops): Likewise.
2501
2502 2015-04-01  Sasha Smundak  <asmundak@google.com>
2503
2504         * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
2505         (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
2506         (py-unwind.o): New recipe.
2507         * NEWS: mention Python frame unwinding.
2508         * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
2509         gdb/unwinder.py and gdb/command/unwinder.py
2510         * python/lib/gdb/__init__.py (packages): Add frame_unwinders
2511         list.
2512         (execute_unwinders): New function.
2513         * python/lib/gdb/command/unwinders.py: New file.
2514         * python/lib/gdb/unwinder.py: New file.
2515         * python/py-objfile.c (objfile_object): Add frame_unwinders field.
2516         (objfpy_dealloc): Decrement frame_unwinders reference count.
2517         (objfpy_initialize): Create frame_unwinders list.
2518         (objfpy_get_frame_unwinders): New function.
2519         (objfpy_set_frame_unwinders): Ditto.
2520         (objfile_getset): Add frame_unwinders attribute to Objfile.
2521         * python/py-progspace.c (pspace_object): Add frame_unwinders field.
2522         (pspy_dealloc): Decrement frame_unwinders reference count.
2523         (pspy_initialize): Create frame_unwinders list.
2524         (pspy_get_frame_unwinders): New function.
2525         (pspy_set_frame_unwinders): Ditto.
2526         (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
2527         * python/py-unwind.c: New file.
2528         * python/python-internal.h (pspy_get_name_unwinders): New prototype.
2529         (objpy_get_frame_unwinders): New prototype.
2530         (gdbpy_initialize_unwind): New prototype.
2531         * python/python.c (gdbpy_apply_type_printers): Call
2532         gdbpy_initialize_unwind.
2533
2534 2015-04-01  Pedro Alves  <palves@redhat.com>
2535
2536         * infrun.c (resume): Check currently_stepping after clearing
2537         stepped_breakpoint, not before.
2538
2539 2015-04-01  Pedro Alves  <palves@redhat.com>
2540
2541         * infrun.c (print_target_wait_results): Print all the ptid
2542         elements.
2543
2544 2015-04-01  Pedro Alves  <palves@redhat.com>
2545
2546         * infrun.c (keep_going): Also discard cleanups if inserting
2547         breakpoints fails.
2548
2549 2015-04-01  Pedro Alves  <palves@redhat.com>
2550
2551         * infrun.c (wait_for_inferior): Install the
2552         finish_thread_state_cleanup cleanup across the whole function, not
2553         just around handle_inferior_event.
2554
2555 2015-04-01  Pedro Alves  <palves@redhat.com>
2556
2557         * infrun.c (resume) <step past permanent breakpoint>: Use
2558         do_target_resume.
2559
2560 2015-04-01  Pedro Alves  <palves@redhat.com>
2561
2562         * linux-nat.c (linux_handle_extended_wait): Always call set_running.
2563
2564 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
2565
2566         * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
2567
2568 2015-04-01  Pedro Alves  <palves@redhat.com>
2569
2570         * linux-thread-db.c (record_thread): Readd the thread to gdb's
2571         list if it was marked exited.
2572
2573 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
2574
2575         * configure: Regenerated.
2576
2577 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
2578             Jan Kratochvil  <jan.kratochvil@redhat.com>
2579             Oleg Nesterov  <oleg@redhat.com>
2580
2581         PR corefiles/16092
2582         * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
2583         New enum identifying the various options of the coredump_filter
2584         file.
2585         (struct smaps_vmflags): New struct.
2586         (use_coredump_filter): New variable.
2587         (decode_vmflags): New function.
2588         (mapping_is_anonymous_p): Likewise.
2589         (dump_mapping_p): Likewise.
2590         (linux_find_memory_regions_full): New variables
2591         'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
2592         Removed variable 'modified'.  Read /proc/<PID>/smaps file; improve
2593         parsing of its information.  Implement memory mapping filtering
2594         based on its contents.
2595         (show_use_coredump_filter): New function.
2596         (_initialize_linux_tdep): New command 'set use-coredump-filter'.
2597         * NEWS: Mention the possibility of using the
2598         '/proc/PID/coredump_filter' file when generating a corefile.
2599         Mention new command 'set use-coredump-filter'.
2600
2601 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
2602
2603         * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
2604         read_memory_unsigned_integer.
2605
2606 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
2607
2608         * Makefile.in (ZLIB): New.
2609         (ZLIBINC): Likewise.
2610         (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
2611         (CLIBS): Add $(ZLIB).
2612         * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
2613         Add -lz to LIBS.
2614         * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
2615         * top.c (print_gdb_configuration): Remove --with-zlib and
2616         --without-zlib.
2617         * config.in: Regenerated.
2618         * configure: Likewise.
2619
2620 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2621
2622         * NEWS: Mention info os cpus support.
2623         * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
2624         (struct osdata_type): Add cpus entry, reorder the entries in
2625         alphabetical order.
2626
2627 2015-03-31  Matthias Klose  <doko@ubuntu.com>
2628
2629         * compile/compile.c (compile_to_object): Allow triplets with or
2630         without vendor set.
2631
2632 2015-03-30  Doug Evans  <dje@google.com>
2633
2634         PR c++/18141
2635         * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
2636         klass in VAR_DOMAIN.
2637
2638 2015-03-30  Gary Benson <gbenson@redhat.com>
2639
2640         * remote.c (remote_mourn_1): Remove function.  Update all callers
2641         to use remote_mourn.
2642         (extended_remote_mourn_1): Remove function.  Update all callers
2643         to use extended_remote_mourn.
2644         (extended_remote_attach_1): Remove function.  Update all callers
2645         to use extended_remote_attach.
2646
2647 2015-03-28  James Bowman  <james.bowman@ftdichip.com>
2648
2649         * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
2650         (HFILES_NO_SRCDIR): Add ft32-tdep.h.
2651         (ALLDEPFILES): Add ft32-tdep.c.
2652         * configure.tgt: Add FT32 entry.
2653         * ft32-tdep.c: New file, FT32 target-dependent code.
2654         * ft32-tdep.h: New file, FT32 target-dependent code.
2655
2656 2015-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2657
2658         Revert:
2659         2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2660         Code cleanup.
2661         * printcmd.c (print_command_1): Move expr variable scope.
2662
2663 2015-03-27  Joel Brobecker  <brobecker@adacore.com>
2664
2665         * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
2666
2667 2015-03-27  Andrzej Kaczmarek  <andrzej.kaczmarek@tieto.com>
2668
2669         * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
2670         sections.
2671
2672 2015-03-26  Joel Brobecker  <brobecker@adacore.com>
2673
2674         * dtrace-probe.c (dtrace_process_dof_probe): Contain any
2675         exception raised while parsing the probe arguments.
2676         Force parsing to be done using the C language parser.
2677         * expression.h (parse_expression_with_language): Declare.
2678         * parse.c (parse_expression_with_language): New function.
2679
2680 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
2681
2682         * MAINTAINERS (Write After Approval): Add "Jon Turney".
2683
2684 2015-03-26  Andy Wingo  <wingo@igalia.com>
2685
2686         PR symtab/18148
2687         * dwarf2read.c (struct partial_die_info): Add has_const_value
2688         member.
2689         (add_partial_symbol): Don't punt on symbols that have const_value
2690         attributes.
2691         (read_partial_die): Detect DW_AT_const_value.
2692
2693 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2694
2695         Code cleanup.
2696         * printcmd.c (print_command_1): Move expr variable scope.
2697
2698 2015-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2699
2700         Code cleanup.
2701         * printcmd.c (validate_format): Make the parameter cmdname const.
2702
2703 2015-03-26  Don Breazeal  <donb@codesourcery.com>
2704
2705         * remote.c (_initialize_remote): Update comment.
2706
2707 2015-03-26  Pedro Alves  <palves@redhat.com>
2708             Jon TURNEY  <jon.turney@dronecode.org.uk>
2709
2710         * coffread.c (coff_symfile_read): When constructing the name of an
2711         import stub symbol from import symbol for amd64, only skip the
2712         char after _imp_ if the target is underscored (like i386) and the
2713         char is indeed the target's leading char.
2714
2715 2015-03-25  Pedro Alves  <palves@redhat.com>
2716
2717         * target.h <to_async>: Replace 'callback' and 'context' parameters
2718         with boolean 'enable' parameter.
2719         (target_async): Replace CALLBACK and CONTEXT parameters with
2720         boolean ENABLE parameter.
2721         * inf-loop.c (inferior_event_handler): Adjust.
2722         * linux-nat.c (linux_nat_attach, linux_nat_resume)
2723         (linux_nat_resume): Adjust.
2724         (async_client_callback, async_client_context): Delete.
2725         (handle_target_event): Call inferior_event_handler directly.
2726         (linux_nat_async): Replace 'callback' and 'context' parameters
2727         with boolean 'enable' parameter.  Adjust.  Remove references to
2728         async_client_callback and async_client_context.
2729         (linux_nat_close): Adjust.
2730         * record-btrace.c (record_btrace_async): Replace 'callback' and
2731         'context' parameters with boolean 'enable' parameter.  Adjust.
2732         (record_btrace_resume): Adjust.
2733         * record-full.c (record_full_async): Replace 'callback' and
2734         'context' parameters with boolean 'enable' parameter.  Adjust.
2735         (record_full_resume, record_full_core_resume): Adjust.
2736         * remote.c (struct remote_state) <async_client_callback,
2737         async_client_context>: Delete fields.
2738         (remote_start_remote, extended_remote_attach_1, remote_resume)
2739         (extended_remote_create_inferior): Adjust.
2740         (remote_async_serial_handler): Call inferior_event_handler
2741         directly.
2742         (remote_async): Replace 'callback' and 'context' parameters with
2743         boolean 'enable' parameter.  Adjust.
2744         * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
2745         Adjust.
2746         * target-delegates.c: Regenerate.
2747
2748 2015-03-25  Gary Benson <gbenson@redhat.com>
2749             Pedro Alves  <palves@redhat.com>
2750
2751         * target.c (fileio_ft_t): New typedef, define object vector.
2752         (fileio_fhandles): New static variable.
2753         (is_closed_fileio_fh): New macro.
2754         (lowest_closed_fd): New static variable.
2755         (acquire_fileio_fd): New function.
2756         (release_fileio_fd): Likewise.
2757         (fileio_fd_to_fh): New macro.
2758         (target_fileio_open): Wrap the file descriptor on success.
2759         (target_fileio_pwrite): Updated to use wrapped file descriptor.
2760         (target_fileio_pread): Likewise.
2761         (target_fileio_close): Likewise.
2762
2763 2015-03-24  Pedro Alves  <palves@redhat.com>
2764
2765         * thread.c (thread_apply_all_command): Take exited threads into
2766         account.
2767
2768 2015-03-24  Pedro Alves  <palves@redhat.com>
2769
2770         * infrun.c (resume, proceed): Mention
2771         switch_back_to_stepped_thread, not switch_back_to_stepping.
2772
2773 2015-03-24  Pedro Alves  <palves@redhat.com>
2774
2775         * infrun.c (user_visible_resume_ptid): Rewrite going from
2776         most-locked to unlocked instead of the opposite.  Move comment ...
2777         * infrun.h (user_visible_resume_ptid): ... here.
2778
2779 2015-03-24  Pedro Alves  <palves@redhat.com>
2780
2781         * linux-nat.c (linux_nat_resume): Output debug logs before trying
2782         to resume the event lwp.  Use the lwp's ptid instead of the passed
2783         in (maybe wildcard) ptid.
2784         (stop_wait_callback): Tweak debug log output.
2785         (check_stopped_by_breakpoint): Tweak debug log output.  Also dump
2786         TRAP_TRACE.
2787         (linux_nat_filter_event): In debug output, distinguish a
2788         resume_stop SIGSTOP from a delayed SIGSTOP.  Output debug logs
2789         before trying to resume the lwp.
2790
2791 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
2792
2793         * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
2794         pointer indirection.
2795         * gdbtypes.c (get_dyn_prop): Adjust, following change above.
2796         (add_dyn_prop, copy_dynamic_prop_list): Likewise.
2797
2798 2015-03-24  Joel Brobecker  <brobecker@adacore.com>
2799
2800         * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
2801         Renames DYN_ATTR_DATA_LOCATION.
2802         (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
2803         DYN_ATTR_DATA_LOCATION.
2804         * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
2805         instead of DYN_ATTR_DATA_LOCATION.
2806
2807 2015-03-24  Pedro Alves  <palves@redhat.com>
2808
2809         * breakpoint.c (until_break_command): Adjust call to proceed.
2810         * gdbthread.h (struct thread_control_state) <stepping_command>:
2811         New field.
2812         * infcall.c (run_inferior_call): Adjust call to proceed.
2813         * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
2814         Adjust calls to proceed.
2815         (set_step_frame): Set the current thread's step_start_function
2816         here.
2817         (step_once): Adjust calls to proceed.
2818         (jump_command, signal_command, until_next_command)
2819         (finish_backward, finish_forward, proceed_after_attach_callback)
2820         (attach_command_post_wait): Adjust calls to proceed.
2821         * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
2822         (do_target_resume): New function, factored out from ...
2823         (resume): ... here.  Remove 'step' parameter.  Instead, check
2824         currently_stepping to determine whether the thread should be
2825         single-stepped.
2826         (proceed): Remove 'step' parameter and don't set the thread's
2827         step_start_function here.  Adjust call to 'resume'.
2828         (handle_inferior_event): Adjust calls to 'resume'.
2829         (switch_back_to_stepped_thread): Use do_target_resume instead of
2830         'resume'.
2831         (keep_going): Adjust calls to 'resume'.
2832         * infrun.h (proceed): Remove 'step' parameter.
2833         (resume): Likewise.
2834         * windows-nat.c (do_initial_windows_stuff): Adjust call to
2835         'resume'.
2836         * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
2837
2838 2015-03-24  Pedro Alves  <palves@redhat.com>
2839
2840         * gdbthread.h (struct thread_control_state) <stepping_command>:
2841         New field.
2842         * infcmd.c (step_once): Pass step=1 to clear_proceed_status.  Set
2843         the thread's stepping_command field.
2844         * infrun.c (resume): Check the thread's stepping_command flag to
2845         determine which threads should be resumed.  Rename 'entry_step'
2846         local to user_step.
2847         (clear_proceed_status_thread): Clear 'stepping_command'.
2848         (schedlock_applies): Change parameter type to struct thread_info
2849         pointer.  Adjust.
2850         (find_thread_needs_step_over): Remove 'step' parameter.  Adjust.
2851         (switch_back_to_stepped_thread): Adjust calls to
2852         'schedlock_applies'.
2853         (_initialize_infrun): Adjust "set scheduler-locking step" help.
2854
2855 2015-03-24  Pedro Alves  <palves@redhat.com>
2856
2857         * infrun.c (step_start_function): Delete and ...
2858         * gdbthread.h (struct thread_control_state) <step_start_function>:
2859         ... now a field here.
2860         * infrun.c (clear_proceed_status_thread): Clear the thread's
2861         step_start_function.
2862         (proceed, process_event_stop_test, print_stop_event): Adjust.
2863
2864 2015-03-24  Pedro Alves  <palves@redhat.com>
2865
2866         * infrun.c (proceed): No longer handle negative step.
2867
2868 2015-03-24  Gary Benson  <gbenson@redhat.com>
2869
2870         * nat/x86-linux.h (x86_linux_new_thread): New declaration.
2871         (x86_linux_prepare_to_resume): Likewise.
2872         * x86-linux-nat.c (x86_linux_new_thread):
2873         Moved to nat/x86-linux.c.
2874         (x86_linux_prepare_to_resume): Likewise.
2875         * nat/x86-linux.c (x86_linux_new_thread): New function.
2876         (x86_linux_prepare_to_resume): Likewise.
2877
2878 2015-03-24  Gary Benson  <gbenson@redhat.com>
2879
2880         * nat/x86-linux-dregs.h: New file.
2881         * nat/x86-linux-dregs.c: Likewise.
2882         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
2883         (x86-linux-dregs.o): New rule.
2884         * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
2885         * config/i386/linux64.mh (NATDEPFILES): Likewise.
2886         * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
2887         (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
2888         (x86_linux_dr_get): Likewise.
2889         (x86_linux_dr_set): Likewise.
2890         (x86_linux_dr_get_addr): Likewise.
2891         (x86_linux_dr_get_control): Likewise.
2892         (x86_linux_dr_get_status): Likewise.
2893         (update_debug_registers_callback): Likewise.
2894         (x86_linux_dr_set_control): Likewise.
2895         (x86_linux_dr_set_addr): Likewise.
2896         (x86_linux_update_debug_registers): Likewise.
2897
2898 2015-03-24  Gary Benson  <gbenson@redhat.com>
2899
2900         * x86-linux-nat.c (x86_linux_update_debug_registers):
2901         New function, factored out from...
2902         (x86_linux_prepare_to_resume): ...this.
2903
2904 2015-03-24  Gary Benson  <gbenson@redhat.com>
2905
2906         * x86-linux-nat.c (x86_linux_dr_get): Update comments.
2907         (x86_linux_dr_set): Likewise.
2908         (x86_linux_dr_get_addr): Likewise.
2909         (x86_linux_dr_get_control): Likewise.
2910         (x86_linux_dr_get_status): Likewise.
2911         (update_debug_registers_callback): Likewise.
2912         (x86_linux_dr_set_control): Likewise.
2913         (x86_linux_dr_set_addr): Likewise.
2914         (x86_linux_prepare_to_resume): Likewise.
2915         (x86_linux_new_thread): Likewise.
2916
2917 2015-03-24  Gary Benson  <gbenson@redhat.com>
2918
2919         * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
2920         (x86_linux_new_thread): Rename argument.
2921
2922 2015-03-24  Gary Benson  <gbenson@redhat.com>
2923
2924         * nat/x86-linux.h: New file.
2925         * nat/x86-linux.c: Likewise.
2926         * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
2927         (x86-linux.o): New rule.
2928         * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
2929         * config/i386/linux64.mh (NATDEPFILES): Likewise.
2930         * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
2931         (lwp_set_arch_private_info): New declaration.
2932         (lwp_arch_private_info): Likewise.
2933         * linux-nat.c (lwp_set_arch_private_info): New function.
2934         (lwp_arch_private_info): Likewise.
2935         * x86-linux-nat.c: Include nat/x86-linux.h.
2936         (arch_lwp_info): Removed structure.
2937         (update_debug_registers_callback):
2938         Use lwp_set_debug_registers_changed.
2939         (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
2940         and lwp_set_debug_registers_changed.
2941         (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
2942
2943 2015-03-24  Gary Benson  <gbenson@redhat.com>
2944
2945         * nat/linux-nat.h (ptid_of_lwp): New declaration.
2946         (lwp_is_stopped): Likewise.
2947         (lwp_stop_reason): Likewise.
2948         * linux-nat.c (ptid_of_lwp): New function.
2949         (lwp_is_stopped): Likewise.
2950         (lwp_is_stopped_by_watchpoint): Likewise.
2951         * x86-linux-nat.c (update_debug_registers_callback):
2952         Use lwp_is_stopped.
2953         (x86_linux_prepare_to_resume): Use ptid_of_lwp and
2954         lwp_stop_reason.
2955
2956 2015-03-24  Gary Benson  <gbenson@redhat.com>
2957
2958         * linux-nat.h (linux_stop_lwp): Move declaration to...
2959         * nat/linux-nat.h (linux_stop_lwp): New declaration.
2960
2961 2015-03-24  Gary Benson  <gbenson@redhat.com>
2962
2963         * linux-nat.h: Include nat/linux-nat.h.
2964         (iterate_over_lwps): Move declaration to nat/linux-nat.h.
2965         * nat/linux-nat.h (struct lwp_info): New forward declaration.
2966         (iterate_over_lwps_ftype): New typedef.
2967         (iterate_over_lwps): New declaration.
2968         * linux-nat.h (iterate_over_lwps): Update comment.  Use
2969         iterate_over_lwps_ftype.  Update callback return value check.
2970
2971 2015-03-24  Gary Benson  <gbenson@redhat.com>
2972
2973         * x86-nat.h (x86_debug_reg_state): Move declaration to...
2974         * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
2975
2976 2015-03-24  Gary Benson  <gbenson@redhat.com>
2977
2978         * nat/linux-nat.h (current_lwp_ptid): New declaration.
2979         * linux-nat.c (current_lwp_ptid): New function.
2980         * x86-linux-nat.c: Include nat/linux-nat.h.
2981         (x86_linux_dr_get_addr): Use current_lwp_ptid.
2982         (x86_linux_dr_get_control): Likewise.
2983         (x86_linux_dr_get_status): Likewise.
2984         (x86_linux_dr_set_control): Likewise.
2985         (x86_linux_dr_set_addr): Likewise.
2986
2987 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2988
2989         PR breakpoints/16466
2990         * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
2991
2992 2015-03-23  Joel Brobecker  <brobecker@adacore.com>
2993
2994         * ser-mingw.c (ser_windows_setparity): Fix indentation.
2995         * ser-unix.c (hardwire_setparity): Likewise.
2996
2997 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
2998
2999         * NEWS: Mention set/show serial parity command.
3000         * monitor.c (monitor_open): Call serial_setparity.
3001         * remote.c (remote_open_1): Likewise.
3002         * ser-base.c (ser_base_serparity): New function.
3003         * ser-base.h (ser_base_setparity): Add  declaration.
3004         * ser-go32.c (dos_ops): Set "setparity" field.
3005         * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
3006         state.Parity.
3007         (ser_windows_setparity): New function.
3008         (hardwire_ops): Add ser_windows_setparity.
3009         (tty_ops): Add NULL for setparity field.
3010         (pipe_ops): Add ser_base_setparity.
3011         (tcp_ops): Likewise.
3012         * ser-pipe.c (pipe_ops): Likewise.
3013         * ser-tcp.c (tcp_ops): Likewise.
3014         * ser-unix.c (hardwire_setparity): Add declaration.
3015         (hardwire_raw): Don't reset PARENB flag.
3016         (hardwire_setparity): New function.
3017         (hardwire_ops): Add hardwire_setparity.
3018         * serial.c (serial_setparity): New function.
3019         (serial_parity): New global.
3020         (parity_none, parity_odd, parity_even, parity_enums, parity):
3021         New static globals.
3022         (set_parity): New function.
3023         (_initialize_serial): Add set/show serial parity commands.
3024         * serial.h (GDBPARITY_NONE): Define.
3025         (GDBPARITY_ODD): Define.
3026         (GDBPARITY_EVEN): Define.
3027         (serial_setparity) Add declaration.
3028         (struct serial_ops): Add setparity field.
3029         * target.h (serial_parity): Add declaration.
3030
3031 2015-03-23  Keith Seitz  <keiths@redhat.com>
3032
3033         * linespec.c (linespec_lexer_lex_keyword): Update comment.
3034
3035 2015-03-23  Keith Seitz  <keiths@redhat.com>
3036
3037         * breakpoint.c (parse_breakpoint_sals): Use
3038         linespec_lexer_lex_keyword to ascertain if the user specified
3039         a NULL location.
3040         * linespec.c [IF_KEYWORD_INDEX]: Define.
3041         (linespec_lexer_lex_keyword): Export.
3042         (struct ls_parser) <keyword_ok>: Remove.
3043         A keyword is only a keyword if not followed by another keyword.
3044         (linespec_lexer_lex_one): Remove keyword_ok handling.
3045         Add comment explaining why the parsing stream is not advanced
3046         when a keyword is seen.
3047         (parse_linespec): Remove parser->keyword_ok.
3048         * linespec.h (linespec_lexer_lex_keyword): Add declaration.
3049
3050 2015-03-23  Keith Seitz  <keiths@redhat.com>
3051
3052         PR gdb/18021
3053         * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
3054         if we find a static method with DW_AT_vtable_elem_location.
3055
3056 2015-03-21  Eli Zaretskii  <eliz@gnu.org>
3057
3058         * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
3059         before the second loop, to avoid undefined behavior.  Reported by
3060         Anton Blanchard <anton@samba.org>.
3061
3062 2015-03-20  Keven Boell  <keven.boell@intel.com>
3063
3064         * gdbtypes.c (resolve_dynamic_type_internal): Adapt
3065         data_location usage to linked list.
3066         (resolve_dynamic_type_internal): Adapt data_location to
3067         linked list.
3068         (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
3069         (copy_type_recursive, copy_type): Add copy of linked list.
3070         * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
3071         (struct dynamic_prop_list): New struct.
3072         * dwarf2read.c (set_die_type): Set data_location data.
3073
3074 2015-03-20  Pedro Alves  <palves@redhat.com>
3075
3076         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
3077         inner block and make it const.
3078         * machoread.c (get_archive_prefix_len): Make "lparen" const.
3079
3080 2015-03-20  Pedro Alves  <palves@redhat.com>
3081
3082         * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
3083         * breakpoint.h (set_breakpoint_condition): Update declaration.
3084
3085 2015-03-20  Pedro Alves  <palves@redhat.com>
3086
3087         * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
3088
3089 2015-03-20  Pedro Alves  <palves@redhat.com>
3090
3091         * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
3092
3093 2015-03-20  Pedro Alves  <palves@redhat.com>
3094
3095         * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
3096
3097 2015-03-20  Pedro Alves  <palves@redhat.com>
3098
3099         * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
3100         (nto_init_solib_absolute_prefix): Likewise.
3101
3102 2015-03-20  Pedro Alves  <palves@redhat.com>
3103
3104         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
3105         * spu-tdep.c (spu_gdbarch_init): Make "name" const.
3106
3107 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3108
3109         * config/djgpp/README: Remove gdb.hp.
3110
3111 2015-03-20  Yao Qi  <yao.qi@linaro.org>
3112
3113         * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
3114         set_gdbarch_cannot_step_breakpoint.
3115
3116 2015-03-19  Pedro Alves  <palves@redhat.com>
3117
3118         * linux-nat.c (linux_resume_one_lwp): Rename to ...
3119         (linux_resume_one_lwp_throw): ... this.  Don't handle ESRCH here,
3120         instead call perror_with_name.
3121         (check_ptrace_stopped_lwp_gone): New function.
3122         (linux_resume_one_lwp): Reimplement as wrapper around
3123         linux_resume_one_lwp_throw that swallows errors if the LWP is
3124         gone.
3125         (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
3126         swallows errors if the LWP is gone.  Use
3127         linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
3128
3129 2015-03-19  Pedro Alves  <palves@redhat.com>
3130
3131         * linux-nat.c (status_callback): Return early if the LWP has no
3132         status pending.
3133
3134 2015-03-19  Pedro Alves  <palves@redhat.com>
3135
3136         * linux-nat.c (select_event_lwp_callback): Update comment to no
3137         longer mention SIGTRAP.
3138
3139 2015-03-18  Tristan Gingold  <gingold@adacore.com>
3140
3141         * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
3142         redirection code to ...
3143         (amd64_windows_frame_decode_insns): ... Here.  Fix in prologue
3144         checks.  Fix SAVE_NONVOL operations.  Add debug code and comments.
3145
3146 2015-03-18  Gary Benson <gbenson@redhat.com>
3147
3148         (remote_protocol_features): Remove the "vFile:fstat" feature.
3149         (remote_hostio_fstat): Probe for "vFile:fstat" support.
3150
3151 2015-03-11  Yao Qi  <yao.qi@linaro.org>
3152
3153         PR tdep/18107
3154         * aarch64-linux-tdep.c: Include xml-syscall.h
3155         (aarch64_linux_get_syscall_number): New function.
3156         (aarch64_linux_init_abi): Call
3157         set_gdbarch_get_syscall_number.
3158         * syscalls/aarch64-linux.xml: New file.
3159
3160 2015-03-17  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
3161
3162         * ser-base.h (ser_base_setstopbits): Change second argument name
3163         from "rate" to "num".
3164
3165 2015-03-17  Gary Benson <gbenson@redhat.com>
3166             Luke Allardyce <lukeallardyce@gmail.com>
3167
3168         PR gdb/18131
3169         * common/common-remote-fileio.h (sys/stat.h): New include.
3170         (stuct stat): Remove forward declaration.
3171
3172 2015-03-16  John Baldwin  <jhb@FreeBSD.org>
3173
3174         * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
3175         before writing core register notes.
3176
3177 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
3178             Pedro Alves  <palves@redhat.com>
3179
3180         * gdb_curses.h (tgetnum): Mark with EXTERN_C.
3181         * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
3182         (tgoto): Wrap with extern "C".
3183
3184 2015-03-16  Pedro Alves  <palves@redhat.com>
3185             Yuanhui Zhang  <asmwarrior@gmail.com>
3186
3187         * stub-termcap.c (tputs): Change prototype.
3188
3189 2015-03-16  Yuanhui Zhang  <asmwarrior@gmail.com>
3190             Pedro Alves  <palves@redhat.com>
3191
3192         * windows-nat.c (struct thread_info_struct): Rename to ...
3193         (struct windows_thread_info_struct): ... this.
3194         (thread_info): Rename to ...
3195         (windows_thread_info): ... this.
3196         All users updated.
3197
3198 2015-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3199             Pedro Alves  <palves@redhat.com>
3200
3201         * NEWS: New Removed targets and native configurations.
3202
3203 2015-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3204
3205         Remove HPUX.
3206         * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
3207         (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
3208         (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
3209         ia64-hpux-tdep.h, solib-ia64-hpux.h.
3210         (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
3211         ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
3212         * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
3213         hppa-hpux-tdep.c.
3214         * config/ia64/hpux.mh: Remove file.
3215         * config/pa/hpux.mh: Remove file.
3216         * configure: Rebuilt.
3217         * configure.ac (dlgetmodinfo, somread.o): Remove.
3218         * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
3219         (ia64-*-hpux*): Remove its float format exception.
3220         * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
3221         * hppa-hpux-nat.c: Remove file.
3222         * hppa-hpux-tdep.c: Remove file.
3223         * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
3224         Move them here from hppa-tdep.h
3225         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
3226         (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
3227         * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
3228         Move them to hppa-tdep.c.
3229         (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
3230         declarations.
3231         * ia64-hpux-nat.c: Remove file.
3232         * ia64-hpux-tdep.c: Remove file.
3233         * ia64-hpux-tdep.h: Remove file.
3234         * inf-ttrace.c: Remove file.
3235         * inf-ttrace.h: Remove file.
3236         * solib-ia64-hpux.c: Remove file.
3237         * solib-ia64-hpux.h: Remove file.
3238         * solib-pa64.c: Remove file.
3239         * solib-pa64.h: Remove file.
3240         * solib-som.c: Remove file.
3241         * solib-som.h: Remove file.
3242         * somread.c: Remove file.
3243
3244 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
3245
3246         * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
3247         * config.in: Regenerate.
3248         * configure: Regenerate.
3249         * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
3250         define.
3251         (fbsd_find_memory_regions): Use kinfo_getvmmap to
3252         enumerate memory regions if present.
3253
3254 2015-03-13  John Baldwin  <jhb@FreeBSD.org>
3255
3256         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
3257         * i386fbsd-tdep.c: Fix style in various gdb_static_assert
3258         expressions.
3259         (i386fbsd_sigtramp_p): Likewise.
3260
3261 2015-03-12  John Baldwin  <jhb@FreeBSD.org>
3262
3263         * MAINTAINERS (Write After Approval): Add John Baldwin.
3264
3265 2015-03-12  Gary Benson <gbenson@redhat.com>
3266
3267         * solib.c (_initialize_solib): Make "set/show sysroot" use
3268         add_setshow_optional_filename_cmd so it can be restored to
3269         empty after being set.
3270
3271 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
3272
3273         * Makefile.in (SFILES): New source break-catch-syscall.c.
3274         (COMMON_OBS): New object break-catch-syscall.o.
3275         * break-catch-syscall.c: New file.
3276         * breakpoint.c: Remove inclusion of "xml-syscall.h".
3277         (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
3278         (struct syscall_catchpoint): Likewise.
3279         (dtor_catch_syscall): Likewise.
3280         (catch_syscall_inferior_data): Likewise.
3281         (struct catch_syscall_inferior_data): Likewise.
3282         (get_catch_syscall_inferior_data): Likewise.
3283         (catch_syscall_inferior_data_cleanup): Likewise.
3284         (insert_catch_syscall): Likewise.
3285         (remove_catch_syscall): Likewise.
3286         (breakpoint_hit_catch_syscall): Likewise.
3287         (print_it_catch_syscall): Likewise.
3288         (print_one_catch_syscall): Likewise.
3289         (print_mention_catch_syscall): Likewise.
3290         (print_recreate_catch_syscall): Likewise.
3291         (catch_syscall_breakpoint_ops): Likewise.
3292         (syscall_catchpoint_p): Likewise.
3293         (create_syscall_event_catchpoint): Likewise.
3294         (catch_syscall_split_args): Likewise.
3295         (catch_syscall_command_1): Likewise.
3296         (is_syscall_catchpoint_enabled): Likewise.
3297         (catch_syscall_enabled): Likewise.
3298         (catching_syscall_number): Likewise.
3299         (catch_syscall_completer): Likewise.
3300         (clear_syscall_counts): Likewise.
3301         (initialize_breakpoint_ops): Move initialization of syscall
3302         catchpoints to break-catch-syscall.c.
3303         (_initialize_breakpoint): Move code related to syscall catchpoints
3304         to break-catch-syscall.c.
3305
3306 2015-03-11  Sergio Durigan Junior  <sergiodj@redhat.com>
3307
3308         * breakpoint.c (breakpoint_find_if): New function.
3309         * breakpoint.h (breakpoint_find_if): New prototype.
3310
3311 2015-03-11  Gary Benson <gbenson@redhat.com>
3312
3313         * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
3314         * remote-fileio.c (remote_fileio_to_host_uint): New function.
3315         (remote_fileio_to_host_ulong): Likewise.
3316         (remote_fileio_to_host_mode): Likewise.
3317         (remote_fileio_to_host_time): Likewise.
3318         (remote_fileio_to_host_stat): Likewise.
3319         * remote.c (PACKET_vFile_fstat): New enum value.
3320         (remote_protocol_features): Register the "vFile:fstat" feature.
3321         (remote_hostio_fstat): New function.
3322         (remote_bfd_iovec_stat): Use the above.
3323         (_initialize_remote): Register new "set/show remote
3324         hostio-fstat-packet" command.
3325         * symfile.c (separate_debug_file_exists): Update comment.
3326         * NEWS: Announce new vFile:fstat packet.
3327
3328 2015-03-11  Gary Benson <gbenson@redhat.com>
3329
3330         * common/common-remote-fileio.h: New file.
3331         * common/common-remote-fileio.c: Likewise.
3332         * Makefile.in (SFILES): Add common/common-remote-fileio.c.
3333         (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
3334         (COMMON_OBS): Add common-remote-fileio.o.
3335         (common-remote-fileio.o): New rule.
3336         * remote-fileio.h (common-remote-fileio.h): New include.
3337         * remote-fileio.c (gdb/fileio.h): Do not include.
3338         (remote_fileio_to_be): Moved to common-remote-fileio.h.
3339         (remote_fileio_to_fio_uint): Likewise.
3340         (remote_fileio_to_fio_time): Likewise.
3341         (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
3342         (remote_fileio_to_fio_mode): Likewise.
3343         (remote_fileio_to_fio_ulong): Likewise.
3344         (remote_fileio_to_fio_stat): Likewise.
3345
3346 2015-03-11  Andy Wingo  <wingo@igalia.com>
3347
3348         * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
3349         we were checking the cached type, not the cached dynamic type.
3350
3351 2015-03-11  Andy Wingo  <wingo@igalia.com>
3352
3353         * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
3354         other strings, as these are on the GC'd heap, and will be
3355         collected along with the smob.
3356
3357 2015-03-11  Andy Wingo  <wingo@igalia.com>
3358
3359         * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
3360         (objfile_functions): Bind gdbscm_objfile_progspace to
3361         objfile-progspace.
3362         * guile/lib/gdb.scm: Add objfile-progspace to exports.
3363
3364 2015-03-11  Andy Wingo  <wingo@igalia.com>
3365
3366         * guile/guile.c (_initialize_guile): Disable automatic
3367         finalization, if Guile offers us that possibility.
3368         * guile/guile.c (call_initialize_gdb_module):
3369         * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
3370         finalizers in appropriate places.
3371         * configure.ac (AC_TRY_LIBGUILE): Add a check for
3372         scm_set_automatic_finalization_enabled.
3373         * configure: Regenerated.
3374
3375 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3376
3377         * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
3378         SAL, if possible.
3379
3380 2015-03-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3381
3382         * s390-linux-nat.c (struct arch_lwp_info): New.
3383         (s390_fix_watch_points): Rename to...
3384         (s390_prepare_to_resume): ...this.  Skip the PER info update
3385         unless the watch points have changed.
3386         (s390_refresh_per_info, s390_new_thread): New functions.
3387         (s390_insert_watchpoint): Call s390_refresh_per_info instead of
3388         s390_fix_watch_points.
3389         (s390_remove_watchpoint): Likewise.
3390         (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
3391         Register s390_prepare_to_resume.
3392
3393 2015-03-09  Pedro Alves  <palves@redhat.com>
3394
3395         Revert:
3396         2015-03-07  Pedro Alves  <palves@redhat.com>
3397         * common/gdb_socket.h: New file.
3398         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
3399         sys/socket.h.
3400         (net_open): Use union gdb_sockaddr_u.
3401
3402 2015-03-07  Pedro Alves  <palves@redhat.com>
3403
3404         * configure.ac (build_warnings): Move -Wmissing-prototypes
3405         -Wdeclaration-after-statement -Wmissing-parameter-type
3406         -Wold-style-declaration -Wold-style-definition to the C-specific
3407         set.
3408         * configure: Regenerate.
3409
3410 2015-03-07  Pedro Alves  <palves@redhat.com>
3411
3412         * common/gdb_socket.h: New file.
3413         * ser-tcp.c: Include gdb_socket.h.  Don't include netinet/in.h nor
3414         sys/socket.h.
3415         (net_open): Use union gdb_sockaddr_u.
3416
3417 2015-03-07  Pedro Alves  <palves@redhat.com>
3418
3419         * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
3420         (exceptions_state_mc_action_iter)
3421         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
3422         Don't define.
3423         [__cplusplus] (try_scope_depth): New global.
3424         [__cplusplus] (exception_try_scope_entry)
3425         (exception_try_scope_exit, gdb_exception_sliced_copy)
3426         (exception_rethrow): New functions.
3427         (throw_exception): In C++ mode, throw
3428         gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
3429         gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
3430         (throw_it): In C++ mode, use try_scope_depth.
3431         * common/common-exceptions.h [!__cplusplus]
3432         (exceptions_state_mc_action_iter)
3433         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
3434         Don't declare.
3435         [__cplusplus] (exception_try_scope_entry)
3436         (exception_try_scope_exit, exception_rethrow): Declare.
3437         [__cplusplus] (struct exception_try_scope): New struct.
3438         [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
3439         C++ exceptions.
3440         (struct gdb_exception_RETURN_MASK_ALL)
3441         (struct gdb_exception_RETURN_MASK_ERROR)
3442         (struct gdb_exception_RETURN_MASK_QUIT): New types.
3443
3444 2015-03-07  Pedro Alves  <palves@redhat.com>
3445
3446         * main.c (handle_command_errors): Remove volatile qualifier from
3447         parameter.
3448
3449 2015-03-07  Pedro Alves  <palves@redhat.com>
3450
3451         * breakpoint.c (save_breakpoints): Adjust to avoid code between
3452         TRY and CATCH.
3453         * gdbtypes.c (safe_parse_type): Remove empty line.
3454         (types_deeply_equal):
3455         * guile/scm-frame.c (gdbscm_frame_name):
3456         * linux-thread-db.c (find_new_threads_once):
3457         * python/py-breakpoint.c (bppy_get_commands):
3458         * record-btrace.c (record_btrace_insert_breakpoint)
3459         (record_btrace_remove_breakpoint, record_btrace_start_replaying)
3460         (record_btrace_start_replaying): Adjust to avoid code between TRY
3461         and CATCH.
3462
3463 2015-03-07  Pedro Alves  <palves@redhat.com>
3464
3465         * common/common-exceptions.c (struct catcher) <exception>: No
3466         longer a pointer to volatile exception.  Now an exception value.
3467         <mask>: Delete field.
3468         (exceptions_state_mc_init): Remove all parameters.  Adjust.
3469         (exceptions_state_mc): No longer pop the catcher here.
3470         (exceptions_state_mc_catch): New function.
3471         (throw_exception): Adjust.
3472         * common/common-exceptions.h (exceptions_state_mc_init): Remove
3473         all parameters.
3474         (exceptions_state_mc_catch): Declare.
3475         (TRY_CATCH): Rename to ...
3476         (TRY): ... this.  Remove EXCEPTION and MASK parameters.
3477         (CATCH, END_CATCH): New.
3478         All callers adjusted.
3479
3480 2015-03-07  Tom Tromey  <tromey@redhat.com>
3481
3482         * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
3483
3484 2015-03-07  Pedro Alves  <palves@redhat.com>
3485
3486         * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
3487         (amd64_epilogue_frame_cache): Normal exception handling code.
3488         * break-catch-throw.c (check_status_exception_catchpoint)
3489         (re_set_exception_catchpoint): Ditto.
3490         * cli/cli-interp.c (safe_execute_command):
3491         * cli/cli-script.c (script_from_file): Ditto.
3492         * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
3493         Ditto.
3494         * compile/compile-object-run.c (compile_object_run): Ditto.
3495         * cp-abi.c (baseclass_offset): Ditto.
3496         * cp-valprint.c (cp_print_value): Ditto.
3497         * exceptions.c (catch_exceptions_with_msg):
3498         * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
3499         * frame.c (get_frame_address_in_block_if_available): Ditto.
3500         * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
3501         (i386_sigtramp_frame_cache): Ditto.
3502         * infcmd.c (post_create_inferior): Ditto.
3503         * linespec.c (parse_linespec, find_linespec_symbols):
3504         * p-valprint.c (pascal_object_print_value): Ditto.
3505         * parse.c (parse_expression_for_completion): Ditto.
3506         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
3507         * remote.c (remote_get_noisy_reply): Ditto.
3508         * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
3509         * solib-svr4.c (solib_svr4_r_map): Ditto.
3510
3511 2015-03-06  Gary Benson  <gbenson@redhat.com>
3512
3513         * common/common-utils.h (startswith): New inline function.
3514         All places where this logic was used updated to use the above.
3515
3516 2015-03-05  Pedro Alves  <palves@redhat.com>
3517
3518         PR gdb/18002
3519         * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
3520         after reading the breakpoint's shadow memory.
3521
3522 2015-03-05  Mark Kettenis  <kettenis@gnu.org>
3523
3524         * hppabsd-nat.c: Remove file.
3525         * hppaobsd-nat.c: New file.
3526         * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c.  Add
3527         hppaobsd-nat.c.
3528         * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
3529         hppaobsd-nat.o.
3530
3531 2015-03-04  Pedro Alves  <palves@redhat.com>
3532
3533         * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
3534         (target_decr_pc_after_break): Delete declaration.
3535         * target.c (default_target_decr_pc_after_break)
3536         (target_decr_pc_after_break): Delete.
3537         * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
3538         gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
3539         * linux-thread-db.c (check_event): Likewise.
3540         * infrun.c (adjust_pc_after_break): Likewise.
3541         * darwin-nat.c (cancel_breakpoint): Likewise.
3542         * aix-thread.c (aix_thread_wait): Likewise.
3543         * target-delegates.c: Regenerate.
3544
3545 2015-03-04  Pedro Alves  <palves@redhat.com>
3546
3547         * linux-nat.c (save_sigtrap): Check for breakpoints before
3548         checking watchpoints.
3549         (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
3550         breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
3551         (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
3552         a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
3553         (linux_nat_stopped_by_sw_breakpoint)
3554         (linux_nat_supports_stopped_by_sw_breakpoint)
3555         (linux_nat_stopped_by_hw_breakpoint)
3556         (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
3557         (linux_nat_wait_1): Don't re-increment the PC if relying on
3558         SIGTRAP's siginfo->si_code.
3559         (linux_nat_add_target): Install new target methods.
3560         * linux-thread-db.c (check_event): Don't account for breakpoint PC
3561         offset if the target already adjusted the PC.
3562         * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
3563         (GDB_ARCH_TRAP_BRKPT): New.
3564         (TRAP_HWBKPT): Define if not already defined.
3565
3566 2015-03-04  Pedro Alves  <palves@redhat.com>
3567
3568         * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
3569         * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
3570         Delete field.
3571         <stop_reason>: New field.
3572         (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
3573         (packet_set_cmd_state): New function.
3574         (remote_protocol_features): Register the "swbreak" and "hwbreak"
3575         features.
3576         (remote_query_supported): If not disabled with the corresponding
3577         "set remote foo-packet" command, report support for the swbreak
3578         and hwbreak features.
3579         (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
3580         field.
3581         <stop_reason>: New field.
3582         (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
3583         (remote_wait_as): Adjust.
3584         (remote_stopped_by_sw_breakpoint)
3585         (remote_supports_stopped_by_sw_breakpoint)
3586         (remote_stopped_by_hw_breakpoint)
3587         (remote_supports_stopped_by_hw_breakpoint): New functions.
3588         (remote_stopped_by_watchpoint): New function.
3589         (init_remote_ops): Install them.
3590         (_initialize_remote): Register new "set/show remote
3591         swbreak-feature-packet" and "set/show remote
3592         swbreak-feature-packet" commands.
3593
3594 2015-03-04  Pedro Alves  <palves@redhat.com>
3595
3596         * btrace.h: Include target/waitstatus.h.
3597         (struct btrace_thread_info) <stop_reason>: New field.
3598         * record-btrace.c (record_btrace_step_thread): Use
3599         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
3600         (record_btrace_decr_pc_after_break): Delete.
3601         (record_btrace_stopped_by_sw_breakpoint)
3602         (record_btrace_supports_stopped_by_sw_breakpoint)
3603         (record_btrace_stopped_by_hw_breakpoint)
3604         (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
3605         (init_record_btrace_ops): Install them.
3606         * record-full.c (record_full_hw_watchpoint): Delete and replace
3607         with ...
3608         (record_full_stop_reason): ... this throughout.
3609         (record_full_exec_insn): Adjust.
3610         (record_full_wait_1): Adjust.  No longer re-increment the PC.
3611         (record_full_wait_1): Adjust.  Use
3612         record_check_stopped_by_breakpoint instead of breakpoint_here_p.
3613         (record_full_stopped_by_watchpoint): Adjust.
3614         (record_full_stopped_by_sw_breakpoint)
3615         (record_full_supports_stopped_by_sw_breakpoint)
3616         (record_full_supports_stopped_by_sw_breakpoint)
3617         (record_full_stopped_by_hw_breakpoint)
3618         (record_full_supports_stopped_by_hw_breakpoint): New functions.
3619         (init_record_full_ops, init_record_full_core_ops): Install them.
3620         * record.c (record_check_stopped_by_breakpoint): New function.
3621         * record.h: Include target/waitstatus.h.
3622         (record_check_stopped_by_breakpoint): New declaration.
3623
3624 2015-03-04  Pedro Alves  <palves@redhat.com>
3625
3626         enum lwp_stop_reason -> enum target_stop_reason
3627         * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
3628         (linux_nat_stopped_by_watchpoint, status_callback)
3629         (linux_nat_wait_1): Adjust.
3630         * linux-nat.h (enum lwp_stop_reason): Delete.
3631         (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
3632         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
3633         * target/waitstatus.h (enum target_stop_reason): New.
3634
3635 2015-03-04  Pedro Alves  <palves@redhat.com>
3636
3637         * breakpoint.c (need_moribund_for_location_type): New function.
3638         (bpstat_stop_status): Don't skipping checking moribund locations
3639         of breakpoint types which the target tell caused a stop.
3640         (program_breakpoint_here_p): New function, factored out from ...
3641         (bp_loc_is_permanent): ... this.
3642         (update_global_location_list): Don't create a moribund location if
3643         the target supports reporting stops of the type of the removed
3644         breakpoint.
3645         * breakpoint.h (program_breakpoint_here_p): New declaration.
3646         * infrun.c (adjust_pc_after_break): Return early if the target has
3647         already adjusted the PC.  Add comments.
3648         (handle_signal_stop): If nothing explains a signal, and the target
3649         tells us the stop was caused by a software breakpoint, check if
3650         there's a breakpoint instruction in the memory.  If so, adjust the
3651         PC before presenting the stop to the user.  Otherwise, ignore the
3652         trap.  If nothing explains a signal, and the target tells us the
3653         stop was caused by a hardware breakpoint, ignore the trap.
3654         * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
3655         to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
3656         to_supports_stopped_by_hw_breakpoint>: New fields.
3657         (target_stopped_by_sw_breakpoint)
3658         (target_supports_stopped_by_sw_breakpoint)
3659         (target_stopped_by_hw_breakpoint)
3660         (target_supports_stopped_by_hw_breakpoint): Define.
3661         * target-delegates.c: Regenerate.
3662
3663 2015-03-04  Pedro Alves  <palves@redhat.com>
3664
3665         * infrun.c (follow_fork_inferior): Use the whole of the
3666         inferior_ptid and pending_follow.related_pid ptids instead of
3667         building ptids from the process components.  Adjust verbose output
3668         to use target_pid_to_str.
3669         * linux-nat.c (linux_child_follow_fork): Use the whole of the
3670         inferior_ptid and pending_follow.related_pid ptids instead of
3671         building ptids from the process components.
3672
3673 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
3674
3675         * inf-ptrace.c [PT_GET_PROCESS_STATE]
3676         (inf_ptrace_insert_fork_catchpoint): New function.
3677         (inf_ptrace_remove_fork_catchpoint): New function.
3678         (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
3679
3680 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3681
3682         * s390-linux-tdep.c (s390_register_name): Return empty string
3683         instead of NULL for registers that shouldn't be visible.
3684
3685 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3686
3687         * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
3688         XML file for 64-bit targets.
3689
3690 2015-03-03  Simon Marchi  <simon.marchi@ericsson.com>
3691
3692         * target.h (find_default_create_inferior): Remove declaration.
3693         (find_default_attach): Likewise.
3694
3695 2015-03-03  Pedro Alves  <palves@redhat.com>
3696
3697         * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
3698         Use ptid_get_pid to get the overall process id when resuming all
3699         threads.
3700
3701 2015-03-03  Pedro Alves  <palves@redhat.com>
3702
3703         * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
3704         the lwp field of ptid.  Pass the full ptid to get_thread_regcache.
3705         * inf-ptrace.c (get_ptrace_pid): New function.
3706         (inf_ptrace_resume): Use it.
3707         * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
3708         to the lower layer.
3709
3710 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
3711
3712         * nat/linux-btrace.c: Include sys/utsname.h.
3713         (linux_determine_kernel_ptr_bits): New.
3714         (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
3715         * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
3716         ptr_bits.
3717
3718 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
3719
3720         * btrace.c (ftrace_update_function): Treat return as tailcall for
3721         "_dl_runtime_resolve".
3722
3723 2015-03-03  Markus Metzger  <markus.t.metzger@intel.com>
3724
3725         * btrace.h (btrace_function) <lbegin, lend>: Remove.
3726         * btrace.c (ftrace_debug): Do not print the line range.
3727         (ftrace_skip_file, ftrace_update_lines): Remove.
3728         (ftrace_new_function): Remove lbegin and lend initialization.
3729         (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
3730         * record-btrace.c (btrace_compute_src_line_range): New.
3731         (btrace_call_history_src_line): Call btrace_compute_src_line_range.
3732
3733 2015-03-02  Pedro Alves  <palves@redhat.com>
3734
3735         * infrun.c (follow_exec): Delete all threads of the process except
3736         the event thread.  Extended comments.
3737
3738 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
3739
3740         * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
3741
3742 2015-03-02  Joel Brobecker  <brobecker@adacore.com>
3743
3744         * utils.h: Remove <stdbool.h> #include.
3745         (producer_is_gcc): Change return type to "int".
3746         * utils.c (producer_is_gcc): Change return type to int.
3747         Return 1 instead of true, and 0 instead of false.
3748         Adjust function documentation accordingly.
3749
3750 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3751
3752         * s390-linux-nat.c (have_regset_vxrs): New static variable.
3753         (s390_linux_fetch_inferior_registers): Handle vector registers, if
3754         present.
3755         (s390_linux_store_inferior_registers): Likewise.
3756         (s390_get_hwcap): Remove function.  Embed its logic...
3757         (s390_read_description): ...here.  Yield a target description with
3758         vector registers if applicable.
3759         * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
3760         "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
3761         "features/s390x-tevx-linux64.c".
3762         (struct gdbarch_tdep) <v0_full_regnum>: New field.
3763         (s390_dwarf_regmap): Add vector registers.  Remove bogus entries
3764         for "GNU/Linux-specific registers".
3765         (s390_dwarf_reg_r0l): New enum value.
3766         (s390_dwarf_reg_to_regnum): Support vector registers.
3767         (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
3768         of GPR lower halves.
3769         (regnum_is_vxr_full): New function.
3770         (s390_register_name): New function.
3771         (s390_pseudo_register_name): Handle v0-v15, which are composed of
3772         f0-f15 and v0l-v15l.
3773         (s390_pseudo_register_type): Likewise.
3774         (s390_pseudo_register_read): Likewise.
3775         (s390_pseudo_register_write): Likewise.
3776         (s390_value_from_register): Account for the fact that values are
3777         placed left-justified in vector registers.
3778         (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
3779         the vector reggroup and omit them from the general reggroup.
3780         (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
3781         (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
3782         (s390_iterate_over_regset_sections): Add iterations for the two
3783         new vector regsets.
3784         (s390_core_read_description): Yield a target description with
3785         vector registers if applicable.
3786         (s390_gdbarch_init): Handle target descriptions with vector
3787         registers.  Add "register_name" gdbarch method.
3788         (_initialize_s390_tdep): Call new tdesc initialization functions.
3789         * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
3790         (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
3791         (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
3792         (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
3793         (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
3794         (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
3795         (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
3796         (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
3797         (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
3798         (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
3799         (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
3800         (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
3801         (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
3802         (S390_NUM_REGS): Adjust value.
3803         (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
3804         (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
3805         (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
3806         * NEWS: Announce S/390 vector register support.
3807
3808 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3809
3810         * features/s390-tevx-linux64.xml: New file.
3811         * features/s390-vx-linux64.xml: New file.
3812         * features/s390-vx.xml: New file.
3813         * features/s390x-tevx-linux64.xml: New file.
3814         * features/s390x-vx-linux64.xml: New file.
3815         * features/Makefile (WHICH): Add s390-vx-linux64,
3816         s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
3817         (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
3818         (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
3819         macros.
3820         * features/s390-tevx-linux64.c: New generated file.
3821         * features/s390-vx-linux64.c: Likewise.
3822         * features/s390x-tevx-linux64.c: Likewise.
3823         * features/s390x-vx-linux64.c: Likewise.
3824         * regformats/s390-tevx-linux64.dat: Likewise.
3825         * regformats/s390-vx-linux64.dat: Likewise.
3826         * regformats/s390x-tevx-linux64.dat: Likewise.
3827         * regformats/s390x-vx-linux64.dat: Likewise.
3828
3829 2015-02-28  Doug Evans  <xdje42@gmail.com>
3830
3831         * symtab.h (struct symtab) <next>: Fix comment.
3832
3833 2015-02-27  Simon Marchi  <simon.marchi@ericsson.com>
3834
3835         * python/python.c (python_GdbModuleDef): Rename GdbMethods to
3836         python_GdbMethods.
3837
3838 2015-02-27  Pedro Alves  <palves@redhat.com>
3839
3840         * dtrace-probe.c (dtrace_probe_ops): Make extern.
3841
3842 2015-02-27  Pedro Alves  <palves@redhat.com>
3843
3844         * common/common-exceptions.h (exception_none): Declare.
3845         * common/common-exceptions.c (exception_none): Moved from
3846         exceptions.c.
3847         (exceptions_state_mc_init): Use exception_none.
3848         * exceptions.c (exception_none): Move to
3849         common/common-exceptions.c.
3850         * exceptions.h (exception_none): Move to
3851         common/common-exceptions.h.
3852
3853 2015-02-27  Pedro Alves  <palves@redhat.com>
3854
3855         * main.c (catch_command_errors, catch_command_errors_const):
3856         Remove 'mask' argument.  Adjust.
3857         (captured_main): Adjust callers.
3858
3859 2015-02-27  Pedro Alves  <palves@redhat.com>
3860
3861         * python/python-internal.h: Include "extension-priv.h".
3862
3863 2015-02-27  Pedro Alves  <palves@redhat.com>
3864
3865         * breakpoint.h (enum print_stop_action): Move further up in the
3866         file.
3867
3868 2015-02-27  Pedro Alves  <palves@redhat.com>
3869
3870         * gdbarch.sh: Include regcache.h.
3871         * gdbarch.h: Regenerate.
3872
3873 2015-02-27  Pedro Alves  <palves@redhat.com>
3874
3875         * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
3876         Remove duplicate const.
3877         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
3878         duplicate const.
3879
3880 2015-02-27  Pedro Alves  <palves@redhat.com>
3881
3882         * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
3883         * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
3884         * features/feature_to_c.sh: Tag the generated xml_builtin array
3885         with extern const in C++ mode.
3886
3887 2015-02-27  Tom Tromey  <tromey@redhat.com>
3888
3889         * minidebug.c (struct lzma_stream): Rename to ...
3890         (struct gdb_lzma_stream): ... this.
3891         (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
3892
3893 2015-02-27  Pedro Alves  <palves@redhat.com>
3894
3895         * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
3896         function.
3897         (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
3898         (mi_cmd_stack_list_variables): Use it.
3899
3900 2015-02-27  Pedro Alves  <palves@redhat.com>
3901
3902         * x86-linux-nat.c (u_debugreg_offset): New function.
3903         (x86_linux_dr_get, x86_linux_dr_set): Use it.
3904
3905 2015-02-27  Pedro Alves  <palves@redhat.com>
3906
3907         * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
3908         declaration.
3909         Include break-common.h.
3910
3911 2015-02-27  Tom Tromey  <tromey@redhat.com>
3912             Pedro Alves <palves@redhat.com>
3913
3914         * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
3915         local used to iterate over enums.
3916         * completer.c (signal_completer): Likewise.
3917         * i386-tdep.c (i386_stap_parse_special_token): Likewise.
3918         * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
3919         * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
3920         * tui/tui-layout.c (next_layout, prev_layout): Likewise.
3921         * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
3922         (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
3923         * tui-wingeneral.c (tui_refresh_all):  Likewise.
3924
3925 2015-02-27  Pedro Alves  <palves@redhat.com>
3926
3927         * target.h: Include "infrun.h".
3928
3929 2015-02-27  Pedro Alves  <palves@redhat.com>
3930
3931         * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
3932
3933 2015-02-27  Pedro Alves  <palves@redhat.com>
3934
3935         * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
3936         (IPA_SYM): Use it.
3937         * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
3938
3939 2015-02-27  Pedro Alves  <palves@redhat.com>
3940
3941         * cli-out.c (_rl_erase_entire_line): Move declaration out of
3942         cli_mld_erase_entire_line, and make it extern "C".
3943         * common/common-defs.h (EXTERN_C): New.
3944         * completer.c (_rl_completion_prefix_display_length)
3945         (_rl_print_completions_horizontally, QSFUNC): Move declarations
3946         out of gdb_display_match_list_1.
3947         (_rl_qsort_string_compare): Move declaration out of
3948         gdb_display_match_list_1, and make it extern "C".
3949         * defs.h (re_comp): Use EXTERN_C.
3950         * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
3951         and make it extern "C".
3952         (monstartup): Move declaration out of maintenance_set_profile_cmd,
3953         and make it extern "C".
3954         (main): Move declaration out of maintenance_set_profile_cmd.
3955         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
3956         EXTERN_C.
3957
3958 2015-02-27  Pedro Alves  <palves@redhat.com>
3959
3960         * python/python.c (GdbMethods): Rename to ...
3961         (python_GdbMethods): ... this and make extern.
3962         (GdbModuleDef): Rename to ...
3963         (python_GdbModuleDef): ... this and make extern.
3964
3965 2015-02-27  Pedro Alves  <palves@redhat.com>
3966
3967         * record-btrace.c (set_record_btrace_cmdlist)
3968         (show_record_btrace_cmdlist): Remove redefinitions.
3969
3970 2015-02-27  Tom Tromey  <tromey@redhat.com>
3971             Pedro Alves  <palves@redhat.com>
3972
3973         * dwarf2-frame.c (enum cfa_how_kind, struct
3974         dwarf2_frame_state_reg_info): Move out of struct
3975         dwarf2_frame_state.
3976         * dwarf2read.c (struct tu_stats): Move out of struct
3977         dwarf2_per_objfile.
3978         (struct file_entry): Move out of struct line_header.
3979         (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
3980         typedef_field_list): Move out of struct field_info.
3981         * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
3982         Move out of struct dynamic_prop.
3983         (union type_owner, union field_location, struct field, struct
3984         range_bounds, union type_specific): Move out of struct main_type.
3985         (struct fn_fieldlist, struct fn_field, struct typedef_field)
3986         (VOFFSET_STATIC): Move out of struct cplus_struct_type.
3987         (struct call_site_target, union call_site_parameter_u, struct
3988         call_site_parameter): Move out of struct call_site.
3989         * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
3990         m32c_prologue.
3991         (enum srcdest_kind): Move out of struct srcdest.
3992         * main.c (enum cmdarg_kind): Move out of struct cmdarg.
3993         * prologue-value.h (enum prologue_value_kind): Move out of struct
3994         prologue_value.
3995         * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
3996         gdbarch_tdep.
3997         * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
3998         out of struct field_info.
3999         * symfile.h (struct other_sections): Move out of struct
4000         section_addr_info.
4001         * symtab.c (struct symbol_cache_slot): Move out struct
4002         block_symbol_cache.
4003         * target-descriptions.c (enum tdesc_type_kind): Move out of
4004         typedef struct tdesc_type.
4005         * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
4006         struct tui_line_or_address.
4007         * value.c (enum internalvar_kind, union internalvar_data): Move
4008         out of struct internalvar.
4009         * xtensa-tdep.h (struct ctype_cache): Move out of struct
4010         gdbarch_tdep.
4011
4012 2015-02-27  Tom Tromey  <tromey@redhat.com>
4013             Pedro Alves  <palves@redhat.com>
4014
4015         Rename symbols whose names are reserved C++ keywords throughout.
4016
4017 2015-02-27  Pedro Alves  <palves@redhat.com>
4018
4019         * Makefile.in (COMPILER): New, get it from autoconf.
4020         (COMPILE.pre, CC_LD): Use COMPILER.
4021         (CXX): Get from autoconf instead.
4022         (CXX_FOR_TARGET): Default to g++ instead of gcc.
4023         * acinclude.m4: Include build-with-cxx.m4.
4024         * build-with-cxx.m4: New file.
4025         * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
4026         Disable -Werror by default if building in C++ mode.
4027         (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
4028         -Wno-narrowing in C++ mode.  Only enable -Wpointer-sign in C mode.
4029         Run supported-warning-flags tests with the C++ compiler.
4030         Save/restore CXXFLAGS too.
4031         * configure: Regenerate.
4032
4033 2015-02-27  Pedro Alves  <palves@redhat.com>
4034
4035         * libiberty.m4: New file.
4036         * acinclude.m4: Include libiberty.m4.
4037         * configure.ac: Call libiberty_INIT.
4038         * config.in, configure: Regenerate.
4039
4040 2015-02-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4041
4042         * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
4043         31-bit targets, but 64-bit targets as well.
4044         (s390_gnu_triplet_regexp): New function.
4045         (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
4046         64-bit targets as well.  Set the gnu_triplet_regexp gdbarch
4047         method.
4048
4049 2015-02-27  Jon TURNEY  <jon.turney@dronecode.org.uk>  (tiny patch)
4050
4051         * windows-nat.c (CONTEXT_DEBUGGER): Remove.
4052         (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS.  Incorporate flags
4053         from CONTEXT_DEBUGGER.
4054
4055 2015-02-26  Doug Evans  <dje@google.com>
4056
4057         * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
4058         CHECK_TYPEDEF.
4059         (set_type_vptr_fieldno): Ditto.
4060         (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
4061         * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
4062
4063 2015-02-26  Pedro Alves  <palves@redhat.com>
4064
4065         * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
4066         * complaints.c (vcomplaint): Pass argument FMT directly to
4067         printf-like functions instead of complaint->fmt.
4068         * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
4069         * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
4070         * compile/compile-loc2c.c (pushf, unary, binary): Add
4071         ATTRIBUTE_PRINTF.
4072         (do_compile_dwarf_expr_to_c): Pass string literal as format string
4073         to pushf.
4074         (BINARY): Pass string literal as format string to 'binary'.
4075         * compile/compile-object-load.c (link_callbacks_einfo): Add
4076         ATTRIBUTE_PRINTF.
4077         * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
4078
4079 2015-02-26  Pedro Alves  <palves@redhat.com>
4080
4081         * windows-termcap.c: Rename to ...
4082         * stub-termcap.c: ... this.  Adjust header line.
4083         * Makefile.in (SFILES): Refer to stub-termcap.c instead of
4084         windows-termcap.c.
4085         * configure: Regenerate.
4086         * configure.ac: Refer to stub-termcap.o instead of
4087         windows-termcap.o.
4088         * gdb_curses.h: Mention stub-termcap.c instead of
4089         windows-termcap.c.
4090
4091 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4092
4093         * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
4094         (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
4095
4096 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
4097
4098         * gdb/infcmd.c (print_return_value): use type_to_string to print type.
4099
4100 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4101
4102         * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
4103         bfd_canonicalize_symtab.
4104
4105 2015-02-25  John Baldwin  <jhb@FreeBSD.org>
4106
4107         * amd64fbsd-nat.c: Include sys/user.h.
4108         (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
4109         instead of KERN_PS_STRINGS to locate the signal trampoline.
4110         * i386fbsd-nat.c: Include sys/user.h.
4111         (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
4112         instead of KERN_PS_STRINGS to locate the signal trampoline.
4113         * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
4114         (amd64fbsd_sigtramp_p): New.
4115         (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
4116         longer set default values.
4117         (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
4118         * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
4119         (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
4120         (i386fbsd_freebsd4_sigtramp_start)
4121         (i386fbsd_freebsd4_sigtramp_middle)
4122         (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
4123         (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
4124         (i386fbsd_sigtramp_p): New.
4125         (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
4126         longer set default values.
4127         (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
4128
4129 2015-02-25  John Baldwin  <jhb@freebsd.org>
4130
4131         * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
4132         get_frame_register instead of frame_unwind_register_unsigned.
4133
4134 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4135
4136         PR build/18033
4137         * compile/compile-c-support.c (c_compute_program): Change // comment.
4138         * compile/compile-object-load.c (setup_sections): Change // comment.
4139
4140 2015-02-26  Joel Brobecker  <brobecker@adacore.com>
4141
4142         PR build/18033:
4143         * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
4144
4145 2015-02-23  Pedro Alves  <palves@redhat.com>
4146
4147         * remote.c (skip_to_semicolon): New function.
4148         (remote_parse_stop_reply) <T stop reply>: Use it.  Don't
4149         special case the stop reasons that look like hex numbers
4150         upfront.  Instead handle real register numbers after matching
4151         all the known stop reasons.
4152
4153 2015-02-21  Doug Evans  <dje@google.com>
4154
4155         PR c++/17976, symtab/17821
4156         * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
4157         is_in_anonymous.  All callers updated.
4158         (find_symbol_in_baseclass): Ditto.
4159         (cp_lookup_nested_symbol_1): Ditto.  Don't search all static blocks
4160         for symbols in an anonymous namespace.
4161         * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
4162         DW_AT_name directly.
4163         (dwarf2_name): Convert missing namespace name to
4164         CP_ANONYMOUS_NAMESPACE_STR.
4165
4166 2015-02-20  Pedro Alves  <palves@redhat.com>
4167
4168         * linux-nat.c (linux_handle_extended_wait): Call
4169         thread_db_notice_clone whenever a new clone LWP is detected.
4170         (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
4171         functions.
4172         * linux-nat.h (thread_db_attach_lwp): Delete declaration.
4173         (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
4174         (linux_unstop_all_lwps): Declare.
4175         * linux-thread-db.c (struct thread_get_info_inout): Delete.
4176         (thread_get_info_callback): Delete.
4177         (thread_from_lwp): Use td_thr_get_info and record_thread.
4178         (thread_db_attach_lwp): Delete.
4179         (thread_db_notice_clone): New function.
4180         (try_thread_db_load_1): If /proc is mounted and shows the
4181         process'es task list, walk over all LWPs and call thread_from_lwp
4182         instead of relying on td_ta_thr_iter.
4183         (attach_thread): Don't call check_thread_signals here.  Split the
4184         tail part of the function (which adds the thread to the core GDB
4185         thread list) to ...
4186         (record_thread): ... this function.  Call check_thread_signals
4187         here.
4188         (thread_db_wait): Don't call thread_db_find_new_threads_1.  Always
4189         call thread_from_lwp.
4190         (thread_db_update_thread_list): Rename to ...
4191         (thread_db_update_thread_list_org): ... this.
4192         (thread_db_update_thread_list): New function.
4193         (thread_db_find_thread_from_tid): Delete.
4194         (thread_db_get_ada_task_ptid): Simplify.
4195         * nat/linux-procfs.c: Include <sys/stat.h>.
4196         (linux_proc_task_list_dir_exists): New function.
4197         * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
4198
4199 2015-02-20  Pedro Alves  <palves@redhat.com>
4200
4201         * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
4202         main LWP.  Handle the case of waitpid returning 0 if we're already
4203         attached to the LWP.  Don't set the LWP's last_resume_kind to
4204         resume_stop if we already knew about the LWP.
4205         (linux_nat_filter_event): Add debug logs.
4206
4207 2015-02-20  Pedro Alves  <palves@redhat.com>
4208
4209         * target.h (forward_target_decr_pc_after_break): Delete
4210         declaration.
4211
4212 2015-02-20  Pedro Alves  <palves@redhat.com>
4213
4214         PR threads/18006
4215         * linux-thread-db.c (thread_get_info_callback): Return early if
4216         the thread's lwp id is -1.
4217
4218 2015-02-20  Joel Brobecker  <brobecker@adacore.com>
4219
4220         GDB 7.9 released.
4221
4222 2015-02-19  Steve Ellcey  <sellcey@imgtec.com>
4223
4224         * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
4225         (dtrace_get_probes) Change type of variable 'dof'.
4226
4227 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
4228
4229         PR breakpoints/16812
4230         * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
4231         * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
4232         * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
4233
4234 2015-02-19  David Taylor  <dtaylor@emc.com>
4235
4236         * common/ax.def (setv): Fix consumed entry in setv DEFOP.
4237
4238 2015-02-18  Patrick Palka  <patrick@parcs.ath.cx>
4239
4240         * tui/tui-io.c (tui_handle_resize_during_io): Remove this
4241         function.
4242         (tui_putc): Don't call tui_handle_resize_during_io.
4243         (tui_getc): Likewise.
4244         (tui_mld_getc): Likewise.
4245         * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
4246         (tui_sigwinch_token): New static variable.
4247         (tui_initialize_win): Adjust documentation.  Set
4248         tui_sigwinch_token.
4249         (tui_async_resize_screen): New asynchronous callback.
4250         (tui_sigwinch_handler): Adjust documentation.  Asynchronously
4251         invoke tui_async_resize_screen.
4252
4253 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
4254
4255         * configure: Regenerated.
4256         * configure.ac: Use GDB_AC_TRANSFORM.
4257         * Makefile.in (aclocal_m4_deps): Added transform.m4.
4258         * acinclude.m4: sinclude transform.m4.
4259         * transform.m4: New file.
4260         (GDB_AC_TRANSFORM): New macro.
4261
4262 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
4263
4264         * NEWS: Announce the support for DTrace SDT probes.
4265
4266 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
4267
4268         * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
4269         (amd64_dtrace_parse_probe_argument): New function.
4270         (amd64_dtrace_probe_is_enabled): Likewise.
4271         (amd64_dtrace_enable_probe): Likewise.
4272         (amd64_dtrace_disable_probe): Likewise.
4273         (amd64_linux_init_abi): Register the
4274         `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
4275         `gdbarch_dtrace_disable_probe' and
4276         `gdbarch_dtrace_probe_is_enabled' hooks.
4277         (amd64_dtrace_disabled_probe_sequence_1): New constant.
4278         (amd64_dtrace_disabled_probe_sequence_2): Likewise.
4279         (amd64_dtrace_enable_probe_sequence): Likewise.
4280         (amd64_dtrace_disable_probe_sequence): Likewise.
4281
4282 2015-01-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
4283
4284         * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
4285         the -probe-dtrace new vpossible value for PROBE_MODIFIER.
4286         * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
4287         handle ELF files.
4288         * Makefile.in (SFILES): dtrace-probe.c added.
4289         * configure: Regenerate.
4290         * dtrace-probe.c: New file.
4291         (SHT_SUNW_dof): New constant.
4292         (dtrace_probe_type): New enum.
4293         (dtrace_probe_arg): New struct.
4294         (dtrace_probe_arg_s): New typedef.
4295         (struct dtrace_probe_enabler): New struct.
4296         (dtrace_probe_enabler_s): New typedef.
4297         (dtrace_probe): New struct.
4298         (dtrace_probe_is_linespec): New function.
4299         (dtrace_dof_sect_type): New enum.
4300         (dtrace_dof_dofh_ident): Likewise.
4301         (dtrace_dof_encoding): Likewise.
4302         (DTRACE_DOF_ENCODE_LSB): Likewise.
4303         (DTRACE_DOF_ENCODE_MSB): Likewise.
4304         (dtrace_dof_hdr): New struct.
4305         (dtrace_dof_sect): Likewise.
4306         (dtrace_dof_provider): Likewise.
4307         (dtrace_dof_probe): Likewise.
4308         (DOF_UINT): New macro.
4309         (DTRACE_DOF_PTR): Likewise.
4310         (DTRACE_DOF_SECT): Likewise.
4311         (dtrace_process_dof_probe): New function.
4312         (dtrace_process_dof): Likewise.
4313         (dtrace_build_arg_exprs): Likewise.
4314         (dtrace_get_arg): Likewise.
4315         (dtrace_get_probes): Likewise.
4316         (dtrace_get_probe_argument_count): Likewise.
4317         (dtrace_can_evaluate_probe_arguments): Likewise.
4318         (dtrace_evaluate_probe_argument): Likewise.
4319         (dtrace_compile_to_ax): Likewise.
4320         (dtrace_probe_destroy): Likewise.
4321         (dtrace_gen_info_probes_table_header): Likewise.
4322         (dtrace_gen_info_probes_table_values): Likewise.
4323         (dtrace_probe_is_enabled): Likewise.
4324         (dtrace_probe_ops): New variable.
4325         (info_probes_dtrace_command): New function.
4326         (_initialize_dtrace_probe): Likewise.
4327         (dtrace_type_name): Likewise.
4328
4329 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
4330
4331         * gdbarch.sh (dtrace_parse_probe_argument): New.
4332         (dtrace_probe_is_enabled): Likewise.
4333         (dtrace_enable_probe): Likewise.
4334         (dtrace_disable_probe): Likewise.
4335         * gdbarch.c: Regenerate.
4336         * gdbarch.h: Regenerate.
4337
4338 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
4339
4340         * stap-probe.c (stap_probe_ops): Add NULLs in the static
4341         stap_probe_ops for `enable_probe' and `disable_probe'.
4342         * probe.c (enable_probes_command): New function.
4343         (disable_probes_command): Likewise.
4344         (_initialize_probe): Define the cli commands `enable probe' and
4345         `disable probe'.
4346         (parse_probe_linespec): New function.
4347         (info_probes_for_ops): Use parse_probe_linespec.
4348         * probe.h (probe_ops): New hooks `enable_probe' and
4349         `disable_probe'.
4350
4351 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
4352
4353         * probe.c (compute_probe_arg): Moved from stap-probe.c
4354         (compile_probe_arg): Likewise.
4355         (probe_funcs): Likewise.
4356         * stap-probe.c (compute_probe_arg): Moved to probe.c.
4357         (compile_probe_arg): Likewise.
4358         (probe_funcs): Likewise.
4359
4360 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
4361
4362         * probe.c (print_ui_out_not_applicables): New function.
4363         (exists_probe_with_pops): Likewise.
4364         (info_probes_for_ops): Do not include column headers for probe
4365         types for which no probe has been actually found on any object.
4366         Also invoke `print_ui_out_not_applicables' in order to match the
4367         column rows with the header when probes of several types are
4368         listed.
4369         Print the "Type" column.
4370         * probe.h (probe_ops): Added a new probe operation `type_name'.
4371         * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
4372         (stap_type_name): New function.
4373
4374 2015-02-17  Patrick Palka  <patrick@parcs.ath.cx>
4375
4376         * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
4377         (key_is_command_char): Delete.
4378
4379 2015-02-17  Pedro Alves  <palves@redhat.com>
4380
4381         * tui/tui.c (tui_enable): Resize windows before anything
4382         might show a window.
4383
4384 2015-02-17  Max Ostapenko  <m.ostapenko@partner.samsung.com>
4385
4386         PR gdb/17984
4387         * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
4388         (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
4389         call.
4390         * aarch64-tdep.h (tdesc_aarch64): Declare.
4391
4392 2015-02-12  Mark Wielaard  <mjw@redhat.com>
4393
4394         * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
4395
4396 2015-02-13  Doug Evans  <dje@google.com>
4397
4398         * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
4399         anonymous_namespace to is_in_anonymous for consistency with the rest
4400         of the file.
4401         (cp_lookup_bare_symbol): Fix typo in comment.
4402         (cp_search_static_and_baseclasses): Ditto.
4403         (search_symbol_list): Use vertical space in comment better.
4404         (reset_directive_searched): Ditto. Fix typo.
4405         (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
4406
4407 2015-02-13  Yao Qi  <yao.qi@arm.com>
4408
4409         * MAINTAINERS: Update my email address.
4410
4411 2015-02-12  Doug Evans  <dje@google.com>
4412
4413         * symtab.c (completion_list_add_name): Fix memory leak.
4414
4415 2015-02-12  Doug Evans  <dje@google.com>
4416
4417         * completer.c (complete_line): Remove incorrect comment.
4418
4419 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4420
4421         * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
4422         (py_print_frame): Use RETURN_MASK_ERROR.
4423
4424 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4425
4426         * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
4427         function comment.  Wrap all function that can throw in cleanups.
4428         (gdbpy_apply_frame_filter): Wrap all function that can throw in
4429         cleanups.
4430
4431 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4432
4433         * python/py-framefilter.c (py_print_frame): Substitute goto error.
4434         Remove the error label.
4435
4436 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4437
4438         * python/py-framefilter.c (py_print_frame): Put conditional code paths
4439         with goto first, indent the former else codepath left.  Put variable
4440         'elided' to a new inner block.
4441
4442 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4443
4444         * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
4445
4446 2015-02-11  Pedro Alves  <palves@redhat.com>
4447
4448         * xcoffread.c (within_function): Delete.
4449
4450 2015-02-11  Tom Tromey  <tromey@redhat.com>
4451             Pedro Alves <palves@redhat.com>
4452
4453         * breakpoint.c (base_breakpoint_ops): Delete.
4454         * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
4455         * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
4456         * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
4457         * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
4458         * python/py-arch.c (arch_object_type): Make extern.
4459         * python/py-block.c (block_syms_iterator_object_type): Make extern.
4460         * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
4461         * python/py-cmd.c (cmdpy_object_type): Make extern.
4462         * python/py-continueevent.c (continue_event_object_type)
4463         * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
4464         parameter.  Update all callers.
4465         * python/py-evtregistry.c (eventregistry_object_type): Make extern.
4466         * python/py-exitedevent.c (exited_event_object_type): Make extern.
4467         * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
4468         * python/py-function.c (fnpy_object_type): Make extern.
4469         * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
4470         * python/py-infevents.c (call_pre_event_object_type)
4471         (inferior_call_post_event_object_type).
4472         (memory_changed_event_object_type): Make extern.
4473         * python/py-infthread.c (thread_object_type): Make extern.
4474         * python/py-lazy-string.c (lazy_string_object_type): Make extern.
4475         * python/py-linetable.c (linetable_entry_object_type)
4476         (linetable_object_type, ltpy_iterator_object_type): Make extern.
4477         * python/py-newobjfileevent.c (new_objfile_event_object_type)
4478         (clear_objfiles_event_object_type): Make extern.
4479         * python/py-objfile.c (objfile_object_type): Make extern.
4480         * python/py-param.c (parmpy_object_type): Make extern.
4481         * python/py-progspace.c (pspace_object_type): Make extern.
4482         * python/py-signalevent.c (signal_event_object_type): Make extern.
4483         * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
4484         * python/py-type.c (type_object_type, field_object_type)
4485         (type_iterator_object_type): Make extern.
4486         * python/python.c (python_extension_script_ops)
4487         (python_extension_ops): Make extern.
4488         * stap-probe.c (stap_probe_ops): Make extern.
4489
4490 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
4491
4492         * infrun.c (adjust_pc_after_break): Don't adjust the PC just
4493         because the event thread is not the current thread.
4494
4495 2015-02-11  Doug Evans  <xdje42@gmail.com>
4496
4497         * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
4498         been initialized yet, return NULL.
4499
4500 2015-02-11  Doug Evans  <dje@google.com>
4501
4502         * symfile.h (new_symfile_objfile): Delete.
4503         * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
4504         All callers updated.
4505
4506 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
4507
4508         * tui/tui-io.c (tui_handle_resize_during_io): Call
4509         tui_update_gdb_sizes() after resizing the screen.
4510         * tui/tui.c (tui_enable): Resize the terminal before
4511         calling tui_update_gdb_sizes().
4512
4513 2015-02-11  Patrick Palka  <patrick@parcs.ath.cx>
4514
4515         * tui/tui-io.c (tui_getc): Move cursor to the end of the command
4516         line before printing a newline.
4517
4518 2015-02-11  Mark Wielaard  <mjw@redhat.com>
4519
4520         * utils.c (producer_is_gcc): Return true or false.
4521
4522 2015-02-10  Mark Wielaard  <mjw@redhat.com>
4523
4524         * utils.h (producer_is_gcc): Change return type to bool. Add major
4525         argument.
4526         * utils.c (producer_is_gcc): Likewise.
4527         (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
4528         * dwarf2read.c (check_producer): Likewise.
4529
4530 2015-02-10  Pedro Alves  <palves@redhat.com>
4531
4532         * infrun.c (displaced_step_fixup): Switch to the event thread
4533         before calling gdbarch_displaced_step_fixup.
4534
4535 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
4536
4537         * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
4538
4539 2015-02-10  Simon Marchi  <simon.marchi@ericsson.com>
4540
4541         * ada-varobj.c (ada_name_of_child): Constify parent.
4542         (ada_path_expr_of_child): Same.
4543         (ada_value_of_child): Same.
4544         (ada_type_of_child): Same.
4545         * c-varobj.c (c_is_path_expr_parent): Same.
4546         (c_describe_child): Same.
4547         (c_name_of_child): Same.
4548         (c_value_of_child): Same.
4549         (c_type_of_child): Same.
4550         (cplus_number_of_children): Same.
4551         (cplus_describe_child): Constify var.
4552         (cplus_name_of_child): Constify parent.
4553         (cplus_value_of_child): Same.
4554         (cplus_type_of_child): Same.
4555         * jv-varobj.c (java_name_of_child): Same.
4556         (java_value_of_child): Same.
4557         (java_type_of_child): Same.
4558         * varobj.c (value_of_child): Same.
4559         (varobj_default_is_path_expr_parent): Constify var, parent and return
4560         value.
4561         (varobj_get_path_expr): Constify var, modify path_expr through
4562         mutable_var.
4563         (install_new_value): Constify parent.
4564         (value_of_child): Constify parent.
4565         * varobj.h (struct varobj): Constify parent.
4566         (struct lang_varobj_ops): Constify name_of_child, value_of_child and
4567         type_of_child.
4568         (varobj_get_path_expr): Constify var.
4569         (varobj_get_path_expr_parent): Constify var and return value.
4570
4571 2015-02-10  Luis Machado  <lgustavo@codesourcery.com>
4572
4573         * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
4574         (arm_prologue_this_id): Move PC and SP limit checks to
4575         arm_prologue_unwind_stop_reason.
4576         (arm_prologue_unwind) <stop_reason> : Set to
4577         arm_prologue_unwind_stop_reason.
4578
4579 2015-02-09  Mark Wielaard  <mjw@redhat.com>
4580
4581         * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
4582         DW_LANG_Fortran08 as language_fortran.
4583
4584 2015-02-09  Sergio Durigan Junior  <sergiodj@redhat.com>
4585
4586         PR remote/17946
4587         * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
4588         of pointer against char.
4589
4590 2015-02-09  Mark Wielaard  <mjw@redhat.com>
4591
4592         * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
4593         (c_type_print_modifier): Likewise.
4594         * dwarf2read.c (read_tag_atomic_type): New function.
4595         (read_type_die_1): Handle DW_TAG_atomic_type.
4596         * gdbtypes.c (make_atomic_type): New function.
4597         (recursive_dump_type): Handle TYPE_ATOMIC.
4598         * gdbtypes.h (enum type_flag_values): Renumber.
4599         (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
4600         (TYPE_ATOMIC): New macro.
4601         (make_atomic_type): Declare.
4602
4603 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
4604
4605         * btrace.c (ftrace_find_call): Skip gaps.
4606         (ftrace_new_function): Initialize level.
4607         (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
4608         (ftrace_new_switch): Update
4609         level computation.
4610         (ftrace_new_gap): New.
4611         (ftrace_update_function): Create new function after gap.
4612         (btrace_compute_ftrace_bts): Create gap on error.
4613         (btrace_stitch_bts): Update parameters.  Clear trace if it
4614         becomes empty.
4615         (btrace_stitch_trace): Update parameters.  Update callers.
4616         (btrace_clear): Reset the number of gaps.
4617         (btrace_insn_get): Return NULL if the iterator points to a gap.
4618         (btrace_insn_number): Return zero if the iterator points to a gap.
4619         (btrace_insn_end): Allow gaps at the end.
4620         (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
4621         (btrace_find_insn_by_number): Assert that the found iterator does
4622         not point to a gap.
4623         (btrace_call_next, btrace_call_prev): Assert that the last function
4624         is not a gap.
4625         * btrace.h (btrace_bts_error): New.
4626         (btrace_function): Update comment.
4627         (btrace_function) <insn, insn_offset, number>: Update comment.
4628         (btrace_function) <errcode>: New.
4629         (btrace_thread_info) <ngaps>: New.
4630         (btrace_thread_info) <replay>: Update comment.
4631         (btrace_insn_get): Update comment.
4632         * record-btrace.c (btrace_ui_out_decode_error): New.
4633         (record_btrace_info): Print number of gaps.
4634         (btrace_insn_history, btrace_call_history): Call
4635         btrace_ui_out_decode_error for gaps.
4636         (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
4637
4638 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
4639
4640         * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
4641         * nat/linux-btrace.c: (btrace_this_cpu): New.
4642         (cpu_supports_bts): Call btrace_this_cpu.
4643         (intel_supports_bts): Add cpu parameter.
4644
4645 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
4646
4647         * btrace.h (btrace_insn_class): New.
4648         (btrace_insn) <size, iclass>: New.
4649         * btrace.c (ftrace_find_call): Update parameters.  Update users.
4650         Use instruction classification.
4651         (ftrace_new_return): Update parameters.  Update users.
4652         (ftrace_update_function): Update parameters.  Update users.  Use
4653         instruction classification.
4654         (ftrace_update_insns): Update parameters.  Update users.
4655         (ftrace_classify_insn): New.
4656         (btrace_compute_ftrace_bts): Fill in new btrace_insn fields.  Add
4657         TRY_CATCH around call to gdb_insn_length.
4658
4659 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
4660
4661         * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
4662         Update parameters.  Update users.
4663
4664 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
4665
4666         * btrace.c (parse_xml_btrace_conf_bts): Add size.
4667         (btrace_conf_bts_attributes): New.
4668         (btrace_conf_children): Add attributes.
4669         * common/btrace-common.h (btrace_config_bts): New.
4670         (btrace_config)<bts>: New.
4671         (btrace_config): Update comment.
4672         * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
4673         Use config.
4674         * features/btrace-conf.dtd: Increment version.  Add size
4675         attribute to bts element.
4676         * record-btrace.c (set_record_btrace_bts_cmdlist,
4677         show_record_btrace_bts_cmdlist): New.
4678         (record_btrace_adjust_size, record_btrace_print_bts_conf,
4679         record_btrace_print_conf, cmd_set_record_btrace_bts,
4680         cmd_show_record_btrace_bts): New.
4681         (record_btrace_info): Call record_btrace_print_conf.
4682         (_initialize_record_btrace): Add commands.
4683         * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
4684         (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
4685         (btrace_sync_conf): Synchronize bts size.
4686         (_initialize_remote): Add Qbtrace-conf:bts:size packet.
4687         * NEWS: Announce new commands and new packets.
4688
4689 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
4690
4691         * Makefile.in (XMLFILES): Add btrace-conf.dtd.
4692         * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
4693         (x86_linux_btrace_conf): New.
4694         (x86_linux_create_target): Initialize to_btrace_conf.
4695         * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
4696         Check format.  Split into this and ...
4697         (linux_enable_bts): ... this.
4698         (linux_btrace_conf): New.
4699         (perf_event_skip_record): Renamed into ...
4700         (perf_event_skip_bts_record): ... this.  Updated users.
4701         (linux_disable_btrace): Split into this and ...
4702         (linux_disable_bts): ... this.
4703         (linux_read_btrace): Check format.
4704         * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
4705         (linux_btrace_conf): New.
4706         (btrace_target_info)<ptid>: Moved.
4707         (btrace_target_info)<conf>: New.
4708         (btrace_target_info): Split into this and ...
4709         (btrace_tinfo_bts): ... this.  Updated users.
4710         * btrace.c (btrace_enable): Update parameters.
4711         (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
4712         (btrace_conf_children, btrace_conf_attributes)
4713         (btrace_conf_elements): New.
4714         * btrace.h (btrace_enable): Update parameters.
4715         (btrace_conf, parse_xml_btrace_conf): New.
4716         * common/btrace-common.h (btrace_config): New.
4717         * feature/btrace-conf.dtd: New.
4718         * record-btrace.c (record_btrace_conf): New.
4719         (record_btrace_cmdlist): New.
4720         (record_btrace_enable_warn, record_btrace_open): Pass
4721         &record_btrace_conf.
4722         (record_btrace_info): Print recording format.
4723         (cmd_record_btrace_bts_start): New.
4724         (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
4725         (_initialize_record_btrace): Add "record btrace bts" subcommand.
4726         Add "record bts" alias command.
4727         * remote.c (remote_state)<btrace_config>: New.
4728         (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
4729         (remote_protocol_features): Add qXfer:btrace-conf:read.
4730         (remote_open_1): Call remote_btrace_reset.
4731         (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
4732         (btrace_target_info)<conf>: New.
4733         (btrace_sync_conf, btrace_read_config): New.
4734         (remote_enable_btrace): Update parameters.  Call btrace_sync_conf and
4735         btrace_read_conf.
4736         (remote_btrace_conf): New.
4737         (init_remote_ops): Initialize to_btrace_conf.
4738         (_initialize_remote): Add qXfer:btrace-conf packet.
4739         * target.c (target_enable_btrace): Update parameters.
4740         (target_btrace_conf): New.
4741         * target.h (target_enable_btrace): Update parameters.
4742         (target_btrace_conf): New.
4743         (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
4744         (target_ops)<to_enable_btrace>: Update parameters and comment.
4745         (target_ops)<to_btrace_conf>: New.
4746         * target-delegates: Regenerate.
4747         * target-debug.h (target_debug_print_const_struct_btrace_config_p)
4748         (target_debug_print_const_struct_btrace_target_info_p): New.
4749         * NEWS: Announce new command and new packet.
4750
4751 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
4752
4753         * nat/linux-btrace.h (perf_event_buffer): New.
4754         (btrace_target_info) <buffer, size, data_head>: Replace with ...
4755         <bts>: ... this.
4756         * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
4757         (perf_event_buffer_size, perf_event_buffer_begin)
4758         (perf_event_buffer_end, linux_btrace_has_changed): Removed.
4759         Updated users.
4760         (perf_event_new_data): New.
4761
4762 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
4763
4764         * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
4765         * record-btrace.c (record_btrace_open): Remove call to
4766         target_supports_btrace.
4767         * remote.c (remote_supports_btrace): Update parameters.
4768         * target.c (target_supports_btrace): Update parameters.
4769         * target.h (to_supports_btrace, target_supports_btrace): Update
4770         parameters.
4771         * target-delegates.c: Regenerate.
4772         * target-debug.h (target_debug_print_enum_btrace_format): New.
4773         * nat/linux-btrace.c
4774         (kernel_supports_btrace): Rename into ...
4775         (kernel_supports_bts): ... this.  Update users.  Update warning text.
4776         (intel_supports_btrace): Rename into ...
4777         (intel_supports_bts): ... this.  Update users.
4778         (cpu_supports_btrace): Rename into ...
4779         (cpu_supports_bts): ... this.  Update users.
4780         (linux_supports_btrace): Update parameters.  Split into this and ...
4781         (linux_supports_bts): ... this.
4782         * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
4783
4784 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
4785
4786         * Makefile.in (SFILES): Add common/btrace-common.c.
4787         (COMMON_OBS): Add common/btrace-common.o.
4788         (btrace-common.o): Add build rules.
4789         * btrace.c (parse_xml_btrace): Update parameters.
4790         (parse_xml_btrace_block): Set format field.
4791         (btrace_add_pc, btrace_fetch): Use struct btrace_data.
4792         (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
4793         (btrace_compute_ftrace): Split into this and...
4794         (btrace_compute_ftrace_bts): ...this.
4795         (btrace_stitch_trace): Split into this and...
4796         (btrace_stitch_bts): ...this.
4797         * btrace.h (parse_xml_btrace): Update parameters.
4798         (make_cleanup_btrace_data): New.
4799         * common/btrace-common.c: New.
4800         * common/btrace-common.h: Include common-defs.h.
4801         (btrace_block_s): Update comment.
4802         (btrace_format): New.
4803         (btrace_format_string): New.
4804         (btrace_data_bts): New.
4805         (btrace_data): New.
4806         (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
4807         * remote.c (remote_read_btrace): Update parameters.
4808         * target.c (target_read_btrace): Update parameters.
4809         * target.h (target_read_btrace): Update parameters.
4810         (target_ops)<to_read_btrace>: Update parameters.
4811         * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
4812         * target-delegates.c: Regenerate.
4813         * target-debug (target_debug_print_struct_btrace_data_p): New.
4814         * nat/linux-btrace.c (linux_read_btrace): Split into this and...
4815         (linux_read_bts): ...this.
4816         * nat/linux-btrace.h (linux_read_btrace): Update parameters.
4817
4818 2015-02-06  Doug Evans  <dje@google.com>
4819
4820         * remote-m32r-sdi.c: Include symfile.h.
4821
4822 2015-02-06  Doug Evans  <dje@google.com>
4823
4824         * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
4825         * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
4826         to here.
4827
4828 2015-02-06  Pedro Alves  <palves@redhat.com>
4829
4830         * linux-thread-db.c (find_new_threads_callback): Add debug output.
4831
4832 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
4833
4834         PR gdb/15678
4835         * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
4836         (enable_count_command): Check args for NULL value.
4837
4838 2015-02-05  Doug Evans  <xdje42@gmail.com>
4839
4840         * guile/scm-frame.c: Fix spelling errors in a comment.
4841
4842 2015-02-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4843
4844         * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
4845         * python/py-value.c (valpy_fetch_lazy): Use it.  Remove cast to the
4846         return type.
4847
4848 2015-02-04  Pedro Alves  <palves@redhat.com>
4849
4850         * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
4851         (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
4852         returns true.
4853         (resume_stopped_resumed_lwps): Don't check whether the thread is
4854         marked as executing.
4855         (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
4856
4857 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4858
4859         * regset.h (struct regset): Add flags field.
4860         (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
4861         * corelow.c (get_core_register_section): Add warning if the size
4862         exceeds the requested size and the regset does not have the
4863         REGSET_VARIABLE_SIZE flag set.
4864         * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
4865         flag.
4866         * armbsd-tdep.c (armbsd_gregset): Likewise.
4867         * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
4868         * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
4869         * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
4870         * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
4871
4872 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4873
4874         * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
4875         For ".reg-xstate", explicitly specify the requested section size
4876         via X86_XSTATE_SIZE instead of just 0 on input and
4877         X86_XSTATE_MAX_SIZE on output.
4878         * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
4879         Likewise.
4880
4881 2015-02-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4882
4883         PR corefiles/17808:
4884         * gdbarch.sh (iterate_over_regset_sections_cb): Document this
4885         function type, particularly its SIZE parameter.
4886         * gdbarch.h: Regenerate.
4887         * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
4888         actual against required size using ">=" instead of "==".
4889         (amd64_collect_fpregset): Likewise.
4890         * i386-tdep.c (i386_supply_gregset): Likewise.
4891         (i386_collect_gregset): Likewise.
4892         (i386_supply_fpregset): Likewise.
4893         (i386_collect_fpregset): Likewise.
4894         * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
4895         (mips_fill_gregset_wrapper): Likewise.
4896         (mips_supply_fpregset_wrapper): Likewise.
4897         (mips_fill_fpregset_wrapper): Likewise.
4898         (mips64_supply_gregset_wrapper): Likewise.
4899         (mips64_fill_gregset_wrapper): Likewise.
4900         (mips64_supply_fpregset_wrapper): Likewise.
4901         (mips64_fill_fpregset_wrapper): Likewise.
4902         * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
4903         (am33_supply_fpregset_method): Likewise.
4904         (am33_collect_gregset_method): Likewise.
4905         (am33_collect_fpregset_method): Likewise.
4906
4907 2015-02-04  Doug Evans  <dje@google.com>
4908             Pedro Alves  <palves@redhat.com>
4909             Eli Zaretskii  <eliz@gnu.org>
4910
4911         PR tui/17810
4912         * tui/tui-command.c (tui_refresh_cmd_win): New function.
4913         * tui/tui-command.c (tui_refresh_cmd_win): Declare.
4914         * tui/tui-file.c: #include tui/tui-command.h.
4915         (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
4916         (tui_file_flush): Refresh command window if stream is gdb_stdout.
4917         * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
4918
4919 2015-02-04  Pedro Alves  <palves@redhat.com>
4920
4921         Fix build breakage.
4922         * event-loop.c (gdb_do_one_event): Add default switch case.
4923
4924 2015-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4925
4926         Filter out inferior gcc option -fpreprocessed.
4927         * compile/compile.c (filter_args): New function.
4928         (get_args): Use it.
4929
4930 2015-02-03  Pedro Alves  <palves@redhat.com>
4931
4932         * event-loop.c: Don't declare nor define a queue type for
4933         gdb_event_p.
4934         (event_queue): Delete.
4935         (create_event, create_file_event, gdb_event_xfree)
4936         (initialize_event_loop, process_event): Delete.
4937         (gdb_do_one_event): Return as soon as one event is handled.
4938         (handle_file_event): Change prototype.  Used the passed in
4939         file_handler pointer and ready_mask instead of looping over all
4940         file handlers.
4941         (gdb_wait_for_event): Update the poll/select timeouts before
4942         blocking.  Run event handlers directly instead of queueing events.
4943         Return as soon as one event is handled.
4944         (struct async_event_handler_data): Delete.
4945         (invoke_async_event_handler): Delete.
4946         (check_async_event_handlers): Change return type to int.  Run
4947         event handlers directly instead of queueing events.  Return as
4948         soon as one event is handled.
4949         (handle_timer_event): Delete.
4950         (update_wait_timeout): New function, factored out from
4951         poll_timers.
4952         (poll_timers): Reimplement.
4953         * event-loop.h (initialize_event_loop): Delete declaration.
4954         * top.c (gdb_init): Don't call initialize_event_loop.
4955
4956 2015-02-03  Pedro Alves  <palves@redhat.com>
4957
4958         * event-loop.c (clear_async_event_handler): New function.
4959         * event-loop.h (clear_async_event_handler): New declaration.
4960         * record-btrace.c (record_btrace_async): New function.
4961         (init_record_btrace_ops): Install record_btrace_async.
4962         * record-full.c (record_full_async): New function.
4963         (record_full_resume): Don't mark the async event source here.
4964         (init_record_full_ops): Install record_full_async.
4965         (record_full_core_resume): Don't mark the async event source here.
4966         (init_record_full_core_ops): Install record_full_async.
4967         * remote.c (remote_async): Mark and clear the async stop reply
4968         queue event-loop token as appropriate.
4969
4970 2015-02-03  Pedro Alves  <palves@redhat.com>
4971
4972         * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
4973         target_is_async_p instead of target_can_async.
4974         (linux_nat_wait): Use target_is_async_p instead of
4975         target_can_async.  Don't enable async here.
4976         * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
4977         target_is_async_p instead of target_can_async.
4978
4979 2015-02-02  Simon Marchi  <simon.marchi@ericsson.com>
4980
4981         * varobj.h (lang_varobj_ops): Mention which return values need
4982         to be freed.
4983
4984 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
4985
4986         * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
4987
4988 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
4989
4990         PR gdb/17856:
4991         * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
4992         results found in the cache.
4993
4994 2015-02-02  Joel Brobecker  <brobecker@adacore.com>
4995
4996         PR gdb/17854:
4997         * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
4998         when allocating a new one.
4999
5000 2015-02-01  Tom Tromey  <tom@tromey.com>
5001
5002         * MAINTAINERS: Remove myself.
5003
5004 2015-01-31  Doug Evans  <xdje42@gmail.com>
5005
5006         * dwarf2read.c (process_structure_scope): Update setting of
5007         TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
5008         * gdbtypes.c (internal_type_vptr_fieldno): New function.
5009         (set_type_vptr_fieldno): New function.
5010         (internal_type_vptr_basetype): New function.
5011         (set_type_vptr_basetype): New function.
5012         (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
5013         TYPE_VPTR_BASETYPE.
5014         (allocate_cplus_struct_type): Initialize vptr_fieldno.
5015         (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
5016         (print_cplus_stuff): ... moved here.
5017         (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
5018         * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
5019         moved to ...
5020         (struct cplus_struct_type): ... here.  All uses updated.
5021         (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
5022         (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
5023         (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
5024         * stabsread.c (read_tilde_fields): Update setting of
5025         TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
5026
5027 2015-01-31  Doug Evans  <xdje42@gmail.com>
5028
5029         * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
5030         to self_p.
5031         (cp_print_class_member): Rename local domain to self_type.
5032         * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
5033         domain_type to self_type.
5034         (set_die_type) <need_gnat_info>: Handle
5035         TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
5036         * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
5037         TYPE_SPECIFIC_SELF_TYPE.
5038         * gdbtypes.c (internal_type_self_type): New function.
5039         (set_type_self_type): New function.
5040         (smash_to_memberptr_type): Rename parameter domain to self_type.
5041         Update setting of TYPE_SELF_TYPE.
5042         (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
5043         (smash_to_method_type): Rename parameter domain to self_type.
5044         Update setting of TYPE_SELF_TYPE.
5045         (check_stub_method): Call smash_to_method_type.
5046         (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
5047         (copy_type_recursive): Ditto.
5048         * gdbtypes.h (enum type_specific_kind): New value
5049         TYPE_SPECIFIC_SELF_TYPE.
5050         (struct main_type) <type_specific>: New member self_type.
5051         (struct cplus_struct_type) <fn_field.type>: Update comment.
5052         (TYPE_SELF_TYPE): Rewrite.
5053         (internal_type_self_type, set_type_self_type): Declare.
5054         * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
5055         self_type.
5056         (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
5057         * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
5058         TYPE_TARGET_TYPE.
5059         * stabsread.c (read_member_functions): Mark methods with
5060         TYPE_CODE_METHOD, not TYPE_CODE_FUNC.  Update setting of
5061         TYPE_SELF_TYPE.
5062
5063 2015-01-31  Doug Evans  <xdje42@gmail.com>
5064
5065         * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
5066         All uses updated.
5067
5068 2015-01-31  Doug Evans  <xdje42@gmail.com>
5069
5070         * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
5071         or unions.  Return zero if union.
5072         (gnuv3_get_vtable): Call check_typedef.  Assert only passed structs.
5073         (gnuv3_rtti_type): Pass already-check_typedef'd value to
5074         gnuv3_get_vtable.
5075         (compute_vtable_size): Assert only passed structs.
5076         (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
5077
5078 2015-01-31  Doug Evans  <xdje42@gmail.com>
5079
5080         * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
5081         kinds.
5082
5083 2015-01-31  Gary Benson <gbenson@redhat.com>
5084             Doug Evans  <dje@google.com>
5085
5086         PR cli/9007
5087         PR cli/11920
5088         PR cli/15548
5089         * cli/cli-cmds.c (complete_command): Notify user if max-completions
5090         reached.
5091         * common/common-exceptions.h (enum errors)
5092         <MAX_COMPLETIONS_REACHED_ERROR>: New value.
5093         * completer.h (get_max_completions_reached_message): New declaration.
5094         (max_completions): Likewise.
5095         (completion_tracker_t): New typedef.
5096         (new_completion_tracker): New declaration.
5097         (make_cleanup_free_completion_tracker): Likewise.
5098         (maybe_add_completion_enum): New enum.
5099         (maybe_add_completion): New declaration.
5100         (throw_max_completions_reached_error): Likewise.
5101         * completer.c (max_completions): New global variable.
5102         (new_completion_tracker): New function.
5103         (free_completion_tracker): Likewise.
5104         (make_cleanup_free_completion_tracker): Likewise.
5105         (maybe_add_completions): Likewise.
5106         (throw_max_completions_reached_error): Likewise.
5107         (complete_line): Remove duplicates and limit result to max_completions
5108         entries.
5109         (get_max_completions_reached_message): New function.
5110         (gdb_display_match_list): Handle max_completions.
5111         (_initialize_completer): New declaration and function.
5112         * symtab.c: Include completer.h.
5113         (completion_tracker): New static variable.
5114         (completion_list_add_name): Call maybe_add_completion.
5115         (default_make_symbol_completion_list_break_on_1): Renamed from
5116         default_make_symbol_completion_list_break_on.  Maintain
5117         completion_tracker across calls to completion_list_add_name.
5118         (default_make_symbol_completion_list_break_on): New function.
5119         * top.c (init_main): Set rl_completion_display_matches_hook.
5120         * tui/tui-io.c: Include completer.h.
5121         (tui_old_rl_display_matches_hook): New static global.
5122         (tui_rl_display_match_list): Notify user if max-completions reached.
5123         (tui_setup_io): Save/restore rl_completion_display_matches_hook.
5124         * NEWS (New Options): Mention set/show max-completions.
5125
5126 2015-01-31  Gary Benson  <gbenson@redhat.com>
5127
5128         * symtab.c (struct add_name_data) <code>: New field.
5129         Updated comments.
5130         (add_symtab_completions): New function.
5131         (symtab_expansion_callback): Likewise.
5132         (default_make_symbol_completion_list_break_on): Set datum.code.
5133         Move minimal symbol scan before calling expand_symtabs_matching.
5134         Scan known primary symtabs for externs and statics before calling
5135         expand_symtabs_matching.  Pass symtab_expansion_callback as
5136         expansion_notify argument to expand_symtabs_matching.  Do not scan
5137         primary symtabs for externs and statics after calling
5138         expand_symtabs_matching.
5139
5140 2015-01-31  Gary Benson  <gbenson@redhat.com>
5141
5142         * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
5143         (struct quick_symbol_functions) <expand_symtabs_matching>:
5144         New argument expansion_notify.  All uses updated.
5145         (expand_symtabs_matching): New argument expansion_notify.
5146         All uses updated.
5147         * symfile-debug.c (debug_qf_expand_symtabs_matching):
5148         Also print expansion notify.
5149         * symtab.c (expand_symtabs_matching_via_partial): Call
5150         expansion_notify whenever a partial symbol table is expanded.
5151         * dwarf2read.c (dw2_expand_symtabs_matching): Call
5152         expansion_notify whenever a symbol table is instantiated.
5153
5154 2015-01-31  Doug Evans  <xdje42@gmail.com>
5155
5156         * cli-out.c: #include completer.h, readline/readline.h.
5157         (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
5158         (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
5159         (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
5160         * cli-out.h (cli_display_match_list): Declare.
5161         * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
5162         (ELLIPSIS_LEN): Ditto.
5163         (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
5164         (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
5165         (gdb_fnprint, gdb_print_filename): Ditto.
5166         (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
5167         (gdb_display_match_list): Ditto.
5168         * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
5169         (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
5170         (mld_beep_ftype, mld_read_key_ftype): Ditto.
5171         (match_list_displayer): New struct.
5172         (gdb_display_match_list): Declare.
5173         * top.c (init_main): Set rl_completion_display_matches_hook.
5174         * tui/tui-io.c: #include completer.h.
5175         (printable_part, PUTX, print_filename, get_y_or_n): Delete.
5176         (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
5177         (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
5178         (tui_mld_getc, tui_mld_read_key): Ditto.
5179         (tui_rl_display_match_list): Rewrite.
5180         (tui_handle_resize_during_io): New arg for_completion.  All callers
5181         updated.
5182
5183 2015-01-31  Doug Evans  <xdje42@gmail.com>
5184
5185         Add symbol lookup cache.
5186         * NEWS: Document new options and commands.
5187         * symtab.c (symbol_cache_key): New static global.
5188         (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
5189         (SYMBOL_LOOKUP_FAILED): New macro.
5190         (symbol_cache_slot_state): New enum.
5191         (block_symbol_cache): New struct.
5192         (symbol_cache): New struct.
5193         (new_symbol_cache_size, symbol_cache_size): New static globals.
5194         (hash_symbol_entry, eq_symbol_entry): New functions.
5195         (symbol_cache_byte_size, resize_symbol_cache): New functions.
5196         (make_symbol_cache, free_symbol_cache): New functions.
5197         (get_symbol_cache, symbol_cache_cleanup): New function.
5198         (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
5199         (symbol_cache_lookup, symbol_cache_clear_slot): New function.
5200         (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
5201         (symbol_cache_flush, symbol_cache_dump): New functions.
5202         (maintenance_print_symbol_cache): New function.
5203         (maintenance_flush_symbol_cache): New function.
5204         (symbol_cache_stats): New function.
5205         (maintenance_print_symbol_cache_statistics): New function.
5206         (symtab_new_objfile_observer): New function.
5207         (symtab_free_objfile_observer): New function.
5208         (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
5209         (_initialize_symtab): Init symbol_cache_key.  New parameter
5210         maint symbol-cache-size.  New maint commands print symbol-cache,
5211         print symbol-cache-statistics, flush-symbol-cache.
5212         Install new_objfile, free_objfile observers.
5213
5214 2015-01-31  Joel Brobecker  <brobecker@adacore.com>
5215
5216         PR symtab/17855
5217         * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
5218         to end.
5219
5220 2015-01-31  Doug Evans  <xdje42@gmail.com>
5221
5222         * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
5223         * auto-load.c: #include ctype.h.
5224         (struct auto_load_pspace_info): Replace member loaded_scripts with
5225         new members loaded_script_files, loaded_script_texts.
5226         (auto_load_pspace_data_cleanup): Update.
5227         (init_loaded_scripts_info): Update.
5228         (get_auto_load_pspace_data_for_loading): Update.
5229         (maybe_add_script_file): Renamed from maybe_add_script.  All callers
5230         updated.
5231         (maybe_add_script_text): New function.
5232         (clear_section_scripts): Update.
5233         (source_script_file, execute_script_contents): New functions.
5234         (source_section_scripts): Add support for
5235         SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
5236         (print_scripts): New function.
5237         (auto_load_info_scripts): Also print inlined scripts.
5238         (maybe_print_unsupported_script_warning): Renamed from
5239         unsupported_script_warning_print.  All callers updated.
5240         (maybe_print_script_not_found_warning): Renamed from
5241         script_not_found_warning_print.  All callers updated.
5242         * extension-priv.h (struct extension_language_script_ops): New member
5243         objfile_script_executor.
5244         * extension.c (ext_lang_objfile_script_executor): New function.
5245         * extension.h (objfile_script_executor_func): New typedef.
5246         (ext_lang_objfile_script_executor): Declare.
5247         * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
5248         * guile/guile.c (guile_extension_script_ops): Update.
5249         * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
5250         * python/python.c (python_extension_script_ops): Update.
5251         (gdbpy_execute_objfile_script): New function.
5252
5253 2015-01-31  Eli Zaretskii  <eliz@gnu.org>
5254
5255         * tui/tui-io.c (tui_expand_tabs): New function.
5256         (tui_puts, tui_redisplay_readline): Expand TABs into the
5257         appropriate number of spaces.
5258         * tui/tui-regs.c: Include tui-io.h.
5259         (tui_register_format): Call tui_expand_tabs to expand TABs into
5260         the appropriate number of spaces.
5261         * tui/tui-io.h: Add prototype for tui_expand_tabs.
5262
5263 2015-01-30  Doug Evans  <dje@google.com>
5264
5265         * NEWS: "info source" command now display producer string if present.
5266         * source.c (source_info): Print producer string if present.
5267
5268 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
5269
5270         * varobj.c (varobj_delete): Fix comment.
5271
5272 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
5273
5274         * varobj.c (create_child): Modify comment.
5275
5276 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
5277
5278         * ada-varobj.c (ada_number_of_children): Constify struct varobj *
5279         parameter.
5280         (ada_name_of_variable): Same.
5281         (ada_path_expr_of_child): Same.
5282         (ada_value_of_variable): Same.
5283         (ada_value_is_changeable_p): Same.
5284         (ada_value_has_mutated): Same.
5285         * c-varobj.c (varobj_is_anonymous_child): Same.
5286         (c_is_path_expr_parent): Same.
5287         (c_number_of_children): Same.
5288         (c_name_of_variable): Same.
5289         (c_path_expr_of_child): Same.
5290         (get_type): Same.
5291         (c_value_of_variable): Same.
5292         (cplus_number_of_children): Same.
5293         (cplus_name_of_variable): Same.
5294         (cplus_path_expr_of_child): Same.
5295         (cplus_value_of_variable): Same.
5296         * jv-varobj.c (java_number_of_children): Same.
5297         (java_name_of_variable): Same.
5298         (java_path_expr_of_child): Same.
5299         (java_value_of_variable): Same.
5300         * varobj.c (number_of_children): Same.
5301         (name_of_variable): Same.
5302         (is_root_p): Same.
5303         (varobj_ensure_python_env): Same.
5304         (varobj_get_objname): Same.
5305         (varobj_get_expression): Same.
5306         (varobj_get_display_format): Same.
5307         (varobj_get_display_hint): Same.
5308         (varobj_has_more): Same.
5309         (varobj_get_thread_id): Same.
5310         (varobj_get_frozen): Same.
5311         (dynamic_varobj_has_child_method): Same.
5312         (varobj_get_gdb_type): Same.
5313         (is_path_expr_parent): Same.
5314         (varobj_default_is_path_expr_parent): Same.
5315         (varobj_get_language): Same.
5316         (varobj_get_attributes): Same.
5317         (varobj_is_dynamic_p): Same.
5318         (varobj_get_child_range): Same.
5319         (varobj_value_has_mutated): Same.
5320         (varobj_get_value_type): Same.
5321         (number_of_children): Same.
5322         (name_of_variable): Same.
5323         (check_scope): Same.
5324         (varobj_editable_p): Same.
5325         (varobj_value_is_changeable_p): Same.
5326         (varobj_floating_p): Same.
5327         (varobj_default_value_is_changeable_p): Same.
5328
5329 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
5330
5331         * varobj.c (varobj_get_path_expr): Set var->path_expr.
5332         * c-varobj.c (c_path_expr_of_child): Set local var instead of
5333         child->path_expr.
5334         (cplus_path_expr_of_child): Same.
5335
5336 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
5337
5338         * mi-cmd-var.c (print_varobj): Free varobj_get_expression
5339         result.
5340         (mi_cmd_var_info_expression): Same.
5341         * varobj.c (varobj_get_expression): Mention in the comment that
5342         the result must by freed by the caller.
5343
5344 2015-01-30  Simon Marchi  <simon.marchi@ericsson.com>
5345
5346         * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
5347         varobj_get_type.
5348         (varobj_update_one): Same.
5349         * varobj.c (update_type_if_necessary): Free curr_type_str and
5350         new_type_str.
5351         (varobj_get_type): Specify in comment that the result needs to be
5352         freed by the caller.
5353
5354 2015-01-29  Doug Evans  <dje@google.com>
5355
5356         PR symtab/17890
5357         * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
5358
5359 2015-01-25  Mark Wielaard  <mjw@redhat.com>
5360
5361         * dwarf2read.c (checkproducer): Call producer_is_gcc.
5362         * utils.c (producer_is_gcc_ge_4): Likewise.
5363         (producer_is_gcc): New function.
5364         * utils.h (producer_is_gcc): New declaration.
5365
5366 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
5367
5368         * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
5369         kind.
5370         * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
5371         parameter by "addr_stack" parameter.
5372         (resolve_dynamic_range): Replace "addr" parameter by
5373         "stack_addr" parameter.  Update function documentation.
5374         Update code accordingly.
5375         (resolve_dynamic_array, resolve_dynamic_union)
5376         (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
5377         (resolve_dynamic_type): Update code, following the changes made
5378         to resolve_dynamic_type_internal's interface.
5379         * dwarf2loc.h (struct property_addr_info): New.
5380         (dwarf2_evaluate_property): Replace "address" parameter
5381         by "addr_stack" parameter.  Adjust function documentation.
5382         (struct dwarf2_offset_baton): New.
5383         (struct dwarf2_property_baton): Update documentation of
5384         field "referenced_type" to be more general. New field
5385         "offset_info" in union data field.
5386         * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
5387         parameter by "addr_stack" parameter.  Adjust code accordingly.
5388         Add support for PROP_ADDR_OFFSET properties.
5389         * dwarf2read.c (attr_to_dynamic_prop): Add support for
5390         DW_AT_data_member_location attributes as well.  Use case
5391         statements instead of if/else condition.
5392
5393 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
5394
5395         * ada-varobj.c (ada_varobj_get_array_number_of_children):
5396         Return zero if PARENT_VALUE is NULL and parent_type's
5397         range type is dynamic.
5398
5399 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
5400
5401         * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
5402         nonzero if the type's subtype is dynamic.
5403         (resolve_dynamic_range): Also resolve the range's subtype.
5404
5405 2015-01-29  Alexander Klimov  <alserkli@inbox.ru>  (tiny patch)
5406
5407         Pushed by Joel Brobecker  <brobecker@adacore.com>.
5408         * symfile.c (unmap_overlay_command): Initialize sec to NULL.
5409
5410 2015-01-27  Doug Evans  <dje@google.com>
5411
5412         * NEWS: Mention gdb.Objfile.username.
5413         * python/py-objfile.c (objfpy_get_username): New function.
5414         (objfile_getset): Add "username".
5415
5416 2015-01-24  Mark Wielaard  <mjw@redhat.com>
5417
5418         * stack.c (return_command): Markup warning message with _.
5419
5420 2015-01-24  Doug Evans  <xdje42@gmail.com>
5421
5422         * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
5423
5424 2015-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5425
5426         Fix 100x slowdown regression on DWZ files.
5427         * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
5428         (struct line_header): Add offset and offset_in_dwz.
5429         (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
5430         (free_line_header_voidp): New declaration.
5431         (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
5432         functions.
5433         (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
5434         (handle_DW_AT_stmt_list): Use line_header_hash.
5435         (free_line_header_voidp): New function.
5436         (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
5437         (dwarf_decode_lines): New parameter decode_mapping, use it.
5438         (dwarf2_free_objfile): Free line_header_hash.
5439
5440 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
5441
5442         PR gdb/17416
5443         * valops.c (value_rtti_indirect_type): Catch exception thrown by
5444         value_ind.
5445
5446 2015-01-15  Mark Wielaard  <mjw@redhat.com>
5447
5448         * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
5449         DW_AT_noreturn.
5450         * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
5451         calling_convention an 8 bit bit field.
5452         (TYPE_NO_RETURN): New macro.
5453         * infcmd.c (finish_command): Query if function does not return
5454         normally.
5455         * stack.c (return_command): Likewise.
5456
5457 2015-01-23  Pedro Alves  <palves@redhat.com>
5458
5459         * linux-nat.c (linux_is_async_p): New macro.
5460         (linux_nat_is_async_p):
5461         (linux_nat_terminal_inferior): Check whether the target can async
5462         instead of whether it is already async.
5463         (linux_nat_terminal_ours): Don't check whether the target is
5464         async.
5465         (linux_async_pipe): Use linux_is_async_p.
5466
5467 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5468
5469         * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
5470         '-ascending'.
5471         * thread.c (tp_array_compar_ascending, tp_array_compar): New.
5472         (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
5473         Sort tp_array using tp_array_compar.
5474         (_initialize_thread): Extend thread_apply_all_command help.
5475
5476 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5477
5478         * corelow.c (core_open): Call also thread_command.
5479         * gdbthread.h (thread_command): New prototype moved from ...
5480         * thread.c (thread_command): ... here.
5481         (thread_command): Make it global.
5482
5483 2015-01-22  Pedro Alves  <palves@redhat.com>
5484
5485         * configure.ac [*mingw32*]: Check $curses_found instead of
5486         $prefer_curses.
5487         * configure: Regenerate.
5488         * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
5489         HAVE_NCURSES_NCURSES_H checks.
5490
5491 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
5492
5493         * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
5494         fails with the 1st arg NULL, try again with "unknown".  Don't test
5495         the "cup" capability: it isn't supported by the Windows port of
5496         ncurses, but the Windows console driver is still capable of
5497         supporting TUI.
5498
5499 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5500
5501         * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
5502
5503 2015-01-22  Eli Zaretskii  <eliz@gnu.org>
5504
5505         * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
5506         (ALLDEPFILES): Remove irix5-nat.c.  These two are part of the
5507         reason that "make TAGS" is broken.
5508
5509 2015-01-22  Chen Gang  <gang.chen.5i5j@gmail.com>
5510
5511         * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
5512         and check additional store instructions.
5513
5514 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
5515
5516         * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
5517
5518 2015-01-21  Wei-cheng Wang  <cole945@gmail.com>
5519
5520         * ppc-linux-tdep.c (ppc_skip_trampoline_code,
5521         ppc_canonicalize_syscall, ppc_linux_syscall_record,
5522         ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
5523         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
5524         * rs6000-tdep.c (rs6000_epilogue_frame_cache,
5525         rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
5526         rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
5527         ppc_process_record_op19, ppc_process_record_op31,
5528         ppc_process_record_op59, ppc_process_record_op60,
5529         ppc_process_record_op63): Likewise.
5530
5531 2015-01-20  Joel Brobecker  <brobecker@adacore.com>
5532
5533         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
5534         (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
5535         strerror.
5536
5537 2015-01-20  Wei-cheng Wang  <cole945@gmail.com>
5538
5539         * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
5540         ppc_process_record_op31, ppc_process_record_op59,
5541         ppc_process_record_op60, ppc_process_record_op63,
5542         ppc_process_record): Fix -Wformat warning.
5543         * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
5544         Remove unused variables.
5545
5546 2015-01-20  Chen Gang  <gang.chen.5i5j@gmail.com>
5547
5548         * MAINTAINERS (Write After Approval): Add "Chen Gang".
5549
5550 2015-01-19  Eli Zaretskii  <eliz@gnu.org>
5551
5552         * configure.ac [*mingw32*]: Only add windows-termcap.o to
5553         CONFIG_OBS if not building with a curses library.
5554         * configure: Regenerate.
5555
5556         * windows-termcap.c: Include defs.h.  Make the whole body empty if
5557         either one of HAVE_CURSES_H or HAVE_NCURSES_H or
5558         HAVE_NCURSES_NCURSES_H is defined.
5559
5560 2015-01-19  Joel Brobecker  <brobecker@adacore.com>
5561
5562         * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
5563         from end of line to start of next line.
5564
5565 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
5566
5567         * ppc-linux-tdep.c (ppc_skip_trampoline_code):
5568         Scan PLT stub backward for reverse debugging.
5569         * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
5570
5571 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
5572             Ulrich Weigand  <uweigand@de.ibm.com>
5573
5574         * configure.tgt (powerpc*-*-linux): Add linux-record.o to
5575         gdb_target_obs.
5576         (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
5577         record.
5578         (ppc_canonicalize_syscall, ppc_linux_syscall_record,
5579         ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
5580         (ppc_linux_init_abi): Set process_record, process_record_signal.
5581         * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
5582         ppc_linux_record_tdep to gdbarch_tdep.
5583         (ppc_process_record): New declaration.
5584         * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
5585         ppc_process_record_op19, ppc_process_record_op31,
5586         ppc_process_record_op59, ppc_process_record_op60,
5587         ppc_process_record_op63, ppc_process_record): New functions.
5588
5589 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
5590
5591         * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
5592         rs6000_in_function_epilogue_frame_p and add an argument
5593         for frame_info.
5594         (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
5595         rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
5596         New functions.
5597         (rs6000_epilogue_frame_unwind): New.
5598         (rs6000_gdbarch_init): Append epilogue unwinder.
5599
5600 2015-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
5601
5602         * nat/linux-personality.c: Replace "#ifndef
5603         HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
5604         !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
5605         systems.
5606
5607 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
5608
5609         * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
5610         functions.
5611         (_initialize_tui_win) <border-kind, border-mode>:
5612         <active-border-mode>: Use tui_set_var_cmd as the "set" function.
5613         (tui_set_tab_width_command): Fix the commentary.
5614
5615         * tui/tui-win.h: Add prototype for tui_rehighlight_all.
5616
5617         * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
5618         Doc fix.
5619         (tui_set_tab_width_command): Delete and recreate the source and
5620         the disassembly windows, to show the effect of the changed tab
5621         size immediately.
5622
5623         * tui/tui-data.h (LINE_PREFIX): Make shorter
5624         (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
5625         "Thread NNNNN.XXXX" thread ID notation on Windows.
5626
5627 2015-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5628
5629         Fix gcc-5 compilation.
5630         * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
5631
5632 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
5633
5634         * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
5635         (linux-personality.o): New rule.
5636         * common/common-defs.h: Include <stdint.h>.
5637         * config/aarch64/linux.mh (NATDEPFILES): Include
5638         linux-personality.o.
5639         * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
5640         * config/arm/linux.mh (NATDEPFILES): Likewise.
5641         * config/i386/linux64.mh (NATDEPFILES): Likewise.
5642         * config/i386/linux.mh (NATDEPFILES): Likewise.
5643         * config/ia64/linux.mh (NATDEPFILES): Likewise.
5644         * config/m32r/linux.mh (NATDEPFILES): Likewise.
5645         * config/m68k/linux.mh (NATDEPFILES): Likewise.
5646         * config/mips/linux.mh (NATDEPFILES): Likewise.
5647         * config/pa/linux.mh (NATDEPFILES): Likewise.
5648         * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5649         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
5650         * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
5651         * config/s390/linux.mh (NATDEPFILES): Likewise.
5652         * config/sparc/linux64.mh (NATDEPFILES): Likewise.
5653         * config/sparc/linux.mh (NATDEPFILES): Likewise.
5654         * config/tilegx/linux.mh (NATDEPFILES): Likewise.
5655         * config/xtensa/linux.mh (NATDEPFILES): Likewise.
5656         * defs.h: Remove #include <stdint.h> (moved to
5657         common/common-defs.h).
5658         * linux-nat.c: Include nat/linux-personality.h.  Remove #include
5659         <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
5660         nat/linux-personality.c).
5661         (linux_nat_create_inferior): Remove code to disable address space
5662         randomization (moved to nat/linux-personality.c).  Create cleanup
5663         to disable address space randomization.
5664         * nat/linux-personality.c: New file.
5665         * nat/linux-personality.h: Likewise.
5666
5667 2015-01-15  Sergio Durigan Junior  <sergiodj@redhat.com>
5668
5669         * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
5670         common/posix-strerror.c.
5671         (posix-strerror.o): New rule.
5672         (mingw-strerror.o): Likewise.
5673         * common/common-utils.h (safe_strerror): Move prototype to here,
5674         from utils.h.
5675         * common/common.host: New file.
5676         * common/mingw-strerror.c: Likewise.
5677         * common/posix-strerror.c: Likewise.
5678         * configure: Regenerated.
5679         * configure.ac: Source common/common.host.  Add variable
5680         common_host_obs to gdb_host_obs.
5681         * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
5682         gdb/common/posix-strerror.c when warning about the use of
5683         strerror.
5684         * mingw-hdep.c (safe_strerror): Remove definition; move it to
5685         common/mingw-strerror.c.
5686         * posix-hdep.c (safe_strerror): Remove definition; move it to
5687         common/posix-hdep.c.
5688         * utils.h (safe_strerror): Remove prototype; move to
5689         common/common-utils.h.
5690
5691 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
5692
5693         GDB 7.8.2 released.
5694
5695 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
5696
5697         * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
5698         ___XA type if the array has already been fixed.
5699
5700 2015-01-14  Yao Qi  <yao@codesourcery.com>
5701
5702         * Makefile.in (ppc-linux.o): New rule.
5703         * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
5704         * configure.ac: AC_CHECK_FUNCS(getauxval).
5705         * config.in: Re-generated.
5706         * configure: Re-generated.
5707         * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
5708         Declare.
5709         * nat/ppc-linux.c: New file.
5710         * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
5711         Call ppc64_64bit_inferior_p.
5712
5713 2015-01-14  Yao Qi  <yao@codesourcery.com>
5714
5715         * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
5716         nat/ppc-linux.h.
5717         (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
5718         (PPC_FEATURE_HAS_DFP): Likewise.
5719         (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
5720         (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
5721         (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
5722         Include "nat/ppc-linux.h".
5723         * nat/ppc-linux.h: New file.
5724         * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
5725
5726 2015-01-14  Pedro Alves  <palves@redhat.com>
5727
5728         PR gdb/17525
5729         * breakpoint.c: Include "interps.h".
5730         (bpstat_do_actions_1): Also check whether the interpreter is
5731         async.
5732
5733 2015-01-14  Pedro Alves  <palves@redhat.com>
5734
5735         PR cli/17828
5736         * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
5737         reinstall if the interpreter is sync.
5738
5739 2015-01-13  Doug Evans  <dje@google.com>
5740
5741         * objfiles.c (objfile_filename): New function.
5742         * objfiles.h (objfile_filename): Declare it.
5743         (objfile_name): Add function comment.
5744         * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
5745         bfd file name (which may be realpath'd), and the original name.
5746
5747 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
5748
5749         * NEWS: Create a new section for the next release branch.
5750         Rename the section of the current branch, now that it has
5751         been cut.
5752
5753 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
5754
5755         GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
5756         * version.in: Bump version to 7.9.50.DATE-cvs.
5757
5758 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
5759
5760         * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
5761         Remove trailing new-line in argument of call to warning.
5762
5763 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
5764
5765         * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
5766         new-line in argument of call to "warning".
5767
5768 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
5769
5770         * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
5771         in static block, then try searching for primitive types.
5772
5773 2015-01-12  Patrick Palka  <patrick@parcs.ath.cx>
5774
5775         * top.h (gdb_add_history): Declare.
5776         * top.c (command_count): New variable.
5777         (gdb_add_history): New function.
5778         (gdb_safe_append_history): New static function.
5779         (quit_force): Call it.
5780         (command_line_input): Use gdb_add_history instead of
5781         add_history.
5782         * event-top.c (command_line_handler): Likewise.
5783
5784 2015-01-12  James Clarke  <jrtc27@jrtc27.com>  (tiny patch)
5785
5786         PR gdb/17046
5787         * darwin-nat.c: Replace <machine/setjmp.h> #include by
5788         <setjmp.h> #include.
5789
5790 2015-01-11  Doug Evans  <xdje42@gmail.com>
5791
5792         * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
5793
5794 2015-01-11  Doug Evans  <xdje42@gmail.com>
5795
5796         PR gdb/15830
5797         * NEWS: The "maint demangle" command is renamed as "demangle".
5798         * demangle.c: #include cli/cli-utils.h, language.h.
5799         (demangle_command): New function.
5800         (_initialize_demangle): Add new command "demangle".
5801         * maint.c (maintenance_demangle): Stub out.
5802         (_initialize_maint_cmds): Update help text for "maint demangle",
5803         and mark as deprecated.
5804
5805 2015-01-11  Mark Kettenis  <kettenis@gnu.org>
5806
5807         * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
5808         inferior_thread is a function.
5809
5810 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
5811
5812         * Makefile.in (.y.c): Don't munge yacc's #line
5813         directives.
5814
5815 2015-01-09  Patrick Palka  <patrick@parcs.ath.cx>
5816
5817         * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
5818         to prompt for input.
5819         * tui/tui-hooks.c (tui_query_hook): Remove.
5820         (tui_install_hooks): Don't set deprecated_query_hook.
5821         * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
5822         height calculation.  Always update the command window's cur_line.
5823
5824 2015-01-09  Pedro Alves  <palves@redhat.com>
5825
5826         * breakpoint.c (hardware_breakpoint_inserted_here_p): New
5827         function.
5828         * breakpoint.h (hardware_breakpoint_inserted_here_p): New
5829         declaration.
5830         * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
5831         (linux_resume_one_lwp): Store the thread's PC.  Adjust to clear
5832         stop_reason.
5833         (check_stopped_by_watchpoint): New function.
5834         (save_sigtrap): Reimplement.
5835         (linux_nat_stopped_by_watchpoint): Adjust.
5836         (linux_nat_lp_status_is_event): Delete.
5837         (stop_wait_callback): Only call save_sigtrap after storing the
5838         pending status.
5839         (status_callback): If the thread had been stopped for a breakpoint
5840         that has since been removed, discard the event and resume the LWP.
5841         (count_events_callback, select_event_lwp_callback): Use
5842         lwp_status_pending_p instead of linux_nat_lp_status_is_event.
5843         (cancel_breakpoint): Rename to ...
5844         (check_stopped_by_breakpoint): ... this.  Record whether the LWP
5845         stopped for a software breakpoint or hardware breakpoint.
5846         (select_event_lwp): Only give preference to the stepping LWP in
5847         all-stop mode.  Adjust comments.
5848         (stop_and_resume_callback): Remove references to new_pending_p.
5849         (linux_nat_filter_event): Likewise.  Leave exit events of the
5850         leader thread pending here.  Handle signal short circuiting here.
5851         Only call save_sigtrap after storing the pending waitstatus.
5852         (linux_nat_wait_1): Remove 'retry' label.  Remove references to
5853         new_pending.  Don't handle leaving events the caller is not
5854         interested in pending here, nor handle signal short-circuiting
5855         here.  Also give equal priority to all LWPs that have had events
5856         in non-stop mode.  If reporting a software breakpoint event,
5857         unadjust the LWP's PC.
5858         * linux-nat.h (enum lwp_stop_reason): New.
5859         (struct lwp_info) <stop_pc>: New field.
5860         (struct lwp_info) <stopped_by_watchpoint>: Delete field.
5861         (struct lwp_info) <stop_reason>: New field.
5862         * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
5863
5864 2015-01-09  Pedro Alves  <palves@redhat.com>
5865
5866         * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
5867         Set the LWP's 'resumed' flag.
5868
5869 2015-01-09  Pedro Alves  <palves@redhat.com>
5870
5871         * linux-nat.c (linux_resume_one_lwp): New function.
5872         (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
5873         (linux_nat_resume): Use lwp_status_pending_p and
5874         linux_resume_one_lwp.
5875         (linux_handle_syscall_trap): Use linux_resume_one_lwp.
5876         (linux_handle_extended_wait): Use linux_resume_one_lwp.
5877         (status_callback, running_callback): Use lwp_status_pending_p.
5878         (lwp_status_pending_p): New function.
5879         (stop_and_resume_callback): Use lwp_status_pending_p.
5880         (linux_nat_filter_event): Use linux_resume_one_lwp.
5881         (linux_nat_wait_1): Always use status_callback to look for an LWP
5882         with a pending status.  Use linux_resume_one_lwp.
5883         (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
5884         linux_resume_one_lwp.
5885
5886 2015-01-09  Pedro Alves  <palves@redhat.com>
5887
5888         * breakpoint.c (bp_location_inserted_here_p): New function,
5889         factored out from ...
5890         (breakpoint_inserted_here_p): ... here.  Use
5891         ALL_BP_LOCATIONS_AT_ADDR.
5892         (software_breakpoint_inserted_here_p): Use
5893         bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
5894
5895 2014-01-09  Pedro Alves  <palves@redhat.com>
5896
5897         Skip enabling event reporting if the kernel supports
5898         PTRACE_EVENT_CLONE.
5899         * linux-thread-db.c: Include "nat/linux-ptrace.h".
5900         (thread_db_use_events): New function.
5901         (try_thread_db_load_1): Check thread_db_use_events before enabling
5902         event reporting.
5903         (update_thread_state): New function.
5904         (attach_thread): Use it.  Check thread_db_use_events before
5905         enabling event reporting.
5906         (thread_db_detach): Check thread_db_use_events before disabling
5907         event reporting.
5908         (find_new_threads_callback): Check thread_db_use_events before
5909         enabling event reporting.  Update the thread's state if not using
5910         libthread_db events.
5911
5912 2015-01-09  Pedro Alves  <palves@redhat.com>
5913
5914         * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
5915         about to wait for is > 0.
5916         * linux-thread-db.c (find_new_threads_callback): Ignore thread if
5917         the kernel thread ID is -1.
5918
5919 2015-01-09  Pedro Alves  <palves@redhat.com>
5920
5921         * linux-nat.c (attach_proc_task_lwp_callback): New function.
5922         (linux_nat_attach): Use linux_proc_attach_tgid_threads.
5923         (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
5924         ptrace option flags.
5925         * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
5926         field.
5927         * nat/linux-procfs.c: Include <dirent.h>.
5928         (linux_proc_get_int): New parameter "warn".  Handle it.
5929         (linux_proc_get_tgid): Adjust.
5930         (linux_proc_get_tracerpid): Rename to ...
5931         (linux_proc_get_tracerpid_nowarn): ... this.
5932         (linux_proc_pid_get_state): New function, factored out from
5933         (linux_proc_pid_has_state): ... this.  Add new parameter "warn"
5934         and handle it.
5935         (linux_proc_pid_is_gone): New function.
5936         (linux_proc_pid_is_stopped): Adjust.
5937         (linux_proc_pid_is_zombie_maybe_warn)
5938         (linux_proc_pid_is_zombie_nowarn): New functions.
5939         (linux_proc_pid_is_zombie): Use
5940         linux_proc_pid_is_zombie_maybe_warn.
5941         (linux_proc_attach_tgid_threads): New function.
5942         * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
5943         (linux_proc_get_tracerpid): Rename to ...
5944         (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
5945         (linux_proc_pid_is_gone): New declaration.
5946         (linux_proc_pid_is_zombie): Update comment.
5947         (linux_proc_pid_is_zombie_nowarn): New declaration.
5948         (linux_proc_attach_lwp_func): New typedef.
5949         (linux_proc_attach_tgid_threads): New declaration.
5950         * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
5951         use nowarn functions.
5952         (linux_ptrace_attach_fail_reason_string): Move here from
5953         gdbserver/linux-low.c and rename.
5954         (ptrace_supports_feature): If the current ptrace options are not
5955         known yet, check them now, instead of asserting.
5956         * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
5957         Declare.
5958
5959 2015-01-09  Pedro Alves  <palves@redhat.com>
5960
5961         * linux-thread-db.c (thread_db_find_new_threads_silently)
5962         (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
5963         (find_new_threads_once): Print debug output on gdb_stdlog.
5964
5965 2015-01-09  Chen Gang  <gang.chen.5i5j@gmail.com>
5966             Pedro Alves  <palves@redhat.com>
5967
5968         * compile/compile.c: Include "gdb_wait.h".
5969         (do_rmdir): Check return value, and free 'zap'.
5970
5971 2015-01-08  Pedro Alves  <palves@redhat.com>
5972             Yao Qi  <yao@codesourcery.com>
5973
5974         * dwarf2loc.c (indirect_pieced_value): Don't call
5975         gdb_sign_extend.  Call extract_signed_integer instead.
5976         * utils.c (gdb_sign_extend): Remove.
5977         * utils.h (gdb_sign_extend): Remove declaration.
5978
5979 2015-01-07  Pierre Muller  <muller@sourceware.org>
5980
5981         PR symtab/17811
5982         * stabsread.c (define_symbol): Set language for C++ special symbols.
5983
5984 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
5985
5986         * inflow.c (initial_gdb_ttystate): Tweak comment.
5987
5988 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
5989
5990         * inflow.c (set_initial_gdb_ttystate): Add empty line after
5991         comment documenting function.
5992
5993 2015-01-07  Patrick Palka  <patrick@parcs.ath.cx>
5994
5995         * terminal.h (set_initial_gdb_ttystate): Declare.
5996         * inflow.c (initial_gdb_ttystate): New static variable.
5997         (set_initial_gdb_ttystate): New setter.
5998         (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
5999         instead of our current terminal state.
6000         * top.c (gdb_init): Call set_initial_gdb_ttystate.
6001
6002 2015-01-07  Joel Brobecker  <brobecker@adacore.com>
6003
6004         * guile/scm-type.c (tyscm_array_1): Add comment.
6005         * python/py-type.c (typy_array_1): Add comment.
6006
6007 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
6008
6009         * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
6010         error if N2 is equal to N1 - 1.
6011
6012 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
6013
6014         * python/py-type.c (typy_array_1): Do not raise negative-length
6015         exception if N2 is equal to N1 - 1.
6016
6017 2015-01-03  Doug Evans  <xdje42@gmail.com>
6018
6019         * c-exp.y: Whitespace cleanup.
6020         (classify_inner_name): Remove extra ;.
6021
6022 2015-01-02  Maciej W. Rozycki  <macro@codesourcery.com>
6023
6024         * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
6025         offset signed.
6026
6027 2015-01-02  Doug Evans  <dje@google.com>
6028
6029         * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
6030
6031 2015-01-02  Doug Evans  <dje@google.com>
6032
6033         * symtab.h (struct symbol): Fix typo in comment.
6034
6035 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
6036
6037         Update year range in copyright notice of all files.
6038
6039 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
6040
6041         * top.c (print_gdb_version): Update copyright year to 2015.
6042
6043 2015-01-01  Joel Brobecker  <brobecker@adacore.com>
6044
6045         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
6046
6047 For older changes see ChangeLog-2014.
6048 \f
6049 Local Variables:
6050 mode: change-log
6051 left-margin: 8
6052 fill-column: 74
6053 version-control: never
6054 coding: utf-8
6055 End: