Remove regular_breakpoint_inserted_here_p declaration
There is no regular_breakpoint_inserted_here_p definition at all, so this patch removes the declaration. gdb: 2017-10-26 Yao Qi <yao.qi@linaro.org> * breakpoint.h (regular_breakpoint_inserted_here_p): Remove.
This commit is contained in:
parent
bd5225139c
commit
6abc18bbbf
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2017-10-26 Yao Qi <yao.qi@linaro.org>
|
||||
|
||||
* breakpoint.h (regular_breakpoint_inserted_here_p): Remove.
|
||||
|
||||
2017-10-26 Yao Qi <yao.qi@linaro.org>
|
||||
|
||||
* break-catch-sig.c (signal_catchpoint_breakpoint_hit): Make
|
||||
|
|
|
@ -1171,9 +1171,6 @@ extern int moribund_breakpoint_here_p (const address_space *, CORE_ADDR);
|
|||
extern int breakpoint_inserted_here_p (const address_space *,
|
||||
CORE_ADDR);
|
||||
|
||||
extern int regular_breakpoint_inserted_here_p (struct address_space *,
|
||||
CORE_ADDR);
|
||||
|
||||
extern int software_breakpoint_inserted_here_p (const address_space *,
|
||||
CORE_ADDR);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue