Fix ia64-linux-nat.c
authorTom Tromey <tom@tromey.com>
Wed, 14 Nov 2018 16:29:51 +0000 (09:29 -0700)
committerTom Tromey <tom@tromey.com>
Sun, 18 Nov 2018 16:30:55 +0000 (09:30 -0700)
commitc2a6c5da37c0135acdb859ca819870980db69b77
tree962fd03e2669ca5d3ec6a9b27dfec345d43fddee
parentad6d89178df984c70c39f31eca149d8e5806c848
Fix ia64-linux-nat.c

PR build/23814 points out that ia64-linux-nat.c will not compile any
more.  This patch fixes the problem.  Thanks to Andreas Schwab for
trying the patch.

gdb/ChangeLog
2018-11-18  Tom Tromey  <tom@tromey.com>

PR build/23814:
* target-delegates.c: Rebuild.
* ia64-linux-nat.c (class ia64_linux_nat_target)
<have_steppable_watchpoint>: Use override.  Return true, not 1.
(ia64_linux_nat_target::can_use_hw_breakpoint): Rename.  Remove
"self" argument.
(ia64_linux_nat_target::low_new_thread): Rename.
(class ia64_linux_nat_target) <read_description>: Don't declare.
* target.h (struct target_ops) <have_steppable_watchpoint>: Return
bool.
gdb/ChangeLog
gdb/ia64-linux-nat.c
gdb/target-delegates.c
gdb/target.h
This page took 0.030842 seconds and 4 git commands to generate.