Remove regular_breakpoint_inserted_here_p declaration
authorYao Qi <yao.qi@linaro.org>
Thu, 26 Oct 2017 08:53:38 +0000 (09:53 +0100)
committerYao Qi <yao.qi@linaro.org>
Thu, 26 Oct 2017 08:53:38 +0000 (09:53 +0100)
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.

gdb/ChangeLog
gdb/breakpoint.h

index 47a4ac52ec239ce258d988a29ee8353ff9f4a58d..f180b1d84aa56cab689d1d139bd71a0b1d7dd3ce 100644 (file)
@@ -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
index 63e879ca782b8dfc559b5a7e5de0ace743cdbf3c..c91fccab73a4143c95ad771948272d585774f48c 100644 (file)
@@ -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);
 
This page took 0.032335 seconds and 4 git commands to generate.