diff options
author | Yao Qi <yao.qi@linaro.org> | 2017-10-26 09:53:38 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2017-10-26 09:53:38 +0100 |
commit | 6abc18bbbf03dc4aee0b0f2cd851d9bc9a983e20 (patch) | |
tree | b8a3647028bcfd286b32f3d36203f96c47ff0986 /gdb/breakpoint.h | |
parent | bd5225139c83a80aad542e46efb66fabf51bff91 (diff) | |
download | gdb-6abc18bbbf03dc4aee0b0f2cd851d9bc9a983e20.zip gdb-6abc18bbbf03dc4aee0b0f2cd851d9bc9a983e20.tar.gz gdb-6abc18bbbf03dc4aee0b0f2cd851d9bc9a983e20.tar.bz2 |
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.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 63e879c..c91fcca 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -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); |