Turn target_have_steppable_watchpoint into function
authorTom Tromey <tom@tromey.com>
Tue, 29 Sep 2020 01:38:25 +0000 (19:38 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 29 Sep 2020 01:52:21 +0000 (19:52 -0600)
commit9aed480c3a725d3651d9035cba05c2daaeb5d7d0
tree62bc845a9f1d020027cf69b875ae4823aceb2610
parent8a3ecb79b031d578cbdbac5e70784c157ff6387d
Turn target_have_steppable_watchpoint into function

This changes the object-like macro target_have_steppable_watchpoint
into an inline function.

gdb/ChangeLog
2020-09-28  Tom Tromey  <tom@tromey.com>

* infrun.c (displaced_step_fixup, thread_still_needs_step_over)
(handle_signal_stop): Update.
* procfs.c (procfs_target::insert_watchpoint): Update.
* target.h (target_have_steppable_watchpoint): Now a function.
gdb/ChangeLog
gdb/infrun.c
gdb/procfs.c
gdb/target.h
This page took 0.024329 seconds and 4 git commands to generate.