diff options
author | Pedro Alves <palves@redhat.com> | 2014-11-04 18:42:28 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2014-11-04 18:42:28 +0000 |
commit | 441ef17f095f99bb094eb28990a92b8cdc8553b4 (patch) | |
tree | cee666232c3acd84b4a77885fb58261314727790 /gdb/breakpoint.h | |
parent | 79f2a78e76fae1885163027f843e1bafde984b4c (diff) | |
download | gdb-441ef17f095f99bb094eb28990a92b8cdc8553b4.zip gdb-441ef17f095f99bb094eb28990a92b8cdc8553b4.tar.gz gdb-441ef17f095f99bb094eb28990a92b8cdc8553b4.tar.bz2 |
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.
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 cd3e7ee..118a37f 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -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 |