From a62f06ebb31ac243450bf17b07b8892517e9a981 Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Fri, 27 Oct 2017 13:17:21 -0700 Subject: More minimal patch Same thing but using the exception, leaving bpstat_stop_status call where it is. This and the previous commit are intended to be exported to an stgit branch, where one can easily switch between the two approaches by push/pop'ing patches. Diffing against origin/master will therefore always give a complete patch sans busywork. --- gdb/breakpoint.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'gdb/breakpoint.h') diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 9d17976..1e5b819 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -917,17 +917,9 @@ extern void bpstat_clear (bpstat *); is part of the bpstat is copied as well. */ extern bpstat bpstat_copy (bpstat); -/* Build the bstat chain for the stop information given by ASPACE, - BP_ADDR, and WS. Returns the head of the bpstat chain. */ - -extern bpstat build_bpstat_chain (const address_space *aspace, - CORE_ADDR bp_addr, - const struct target_waitstatus *ws); - extern bpstat bpstat_stop_status (const address_space *aspace, CORE_ADDR pc, ptid_t ptid, - const struct target_waitstatus *ws, - bpstat stop_chain = NULL); + const struct target_waitstatus *ws); /* Return true iff it is meaningful to use the address member of BPT locations. For some breakpoint types, the locations' address members @@ -943,7 +935,6 @@ extern bpstat bpstat_stop_status (const address_space *aspace, bp_catchpoint */ - extern bool breakpoint_address_is_meaningful (struct breakpoint *bpt); -- cgit v1.1