This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Remove regular_breakpoint_inserted_here_p declaration


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6abc18bbbf03dc4aee0b0f2cd851d9bc9a983e20

commit 6abc18bbbf03dc4aee0b0f2cd851d9bc9a983e20
Author: Yao Qi <yao.qi@linaro.org>
Date:   Thu Oct 26 09:53:38 2017 +0100

    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.

Diff:
---
 gdb/ChangeLog    | 4 ++++
 gdb/breakpoint.h | 3 ---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 47a4ac5..f180b1d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 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
 	aspace const.
 	* break-catch-syscall.c (breakpoint_hit_catch_syscall):
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);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]