forked from Imagelibrary/binutils-gdb
garbage collect gdb/breakpoint.c:breakpoint_thread_match
Used to be necessary for the thread-hop code, but that's gone now. Nothing uses this anymore. gdb/ 2014-11-04 Pedro Alves <palves@redhat.com> * breakpoint.c (breakpoint_thread_match): Delete function. * breakpoint.h (breakpoint_thread_match): Delete declaration.
This commit is contained in:
@@ -1144,9 +1144,6 @@ extern int hardware_watchpoint_inserted_in_range (struct address_space *,
|
||||
CORE_ADDR addr,
|
||||
ULONGEST len);
|
||||
|
||||
extern int breakpoint_thread_match (struct address_space *,
|
||||
CORE_ADDR, ptid_t);
|
||||
|
||||
/* Returns true if {ASPACE1,ADDR1} and {ASPACE2,ADDR2} represent the
|
||||
same breakpoint location. In most targets, this can only be true
|
||||
if ASPACE1 matches ASPACE2. On targets that have global
|
||||
|
||||
Reference in New Issue
Block a user