const-fy breakpoint_ops->breakpoint_hit parameter aspace
authorYao Qi <yao.qi@linaro.org>
Thu, 26 Oct 2017 08:46:16 +0000 (09:46 +0100)
committerYao Qi <yao.qi@linaro.org>
Thu, 26 Oct 2017 08:46:16 +0000 (09:46 +0100)
commitbd5225139c83a80aad542e46efb66fabf51bff91
tree7f58d1f71638d9442a6ba7c93ecc903bd2aedec2
parentaccd0bcdfe6914193bba8dec9e6311e608b5c498
const-fy breakpoint_ops->breakpoint_hit parameter aspace

gdb:

2017-10-26  Yao Qi  <yao.qi@linaro.org>

* break-catch-sig.c (signal_catchpoint_breakpoint_hit): Make
aspace const.
* break-catch-syscall.c (breakpoint_hit_catch_syscall):
Likewise.
* breakpoint.c (bpstat_check_location): Remove cast.
(breakpoint_hit_catch_fork): Make aspce const.
(breakpoint_hit_catch_solib): Likewise.
(breakpoint_hit_catch_exec): Likewise.
(breakpoint_hit_ranged_breakpoint): Likewise.
(breakpoint_hit_watchpoint): Likewise.
(base_breakpoint_breakpoint_hit): Likewise.
(bkpt_breakpoint_hit): Likewise.
(dprintf_breakpoint_hit): Likewise.
(tracepoint_breakpoint_hit): Likewise.
* breakpoint.h (breakpoint_ops) <breakpoint_hit>: Likewise.
gdb/ChangeLog
gdb/break-catch-sig.c
gdb/break-catch-syscall.c
gdb/breakpoint.c
gdb/breakpoint.h
This page took 0.028832 seconds and 4 git commands to generate.