aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2017-10-27 13:17:21 -0700
committerKeith Seitz <keiths@redhat.com>2017-11-28 13:23:10 -0800
commita62f06ebb31ac243450bf17b07b8892517e9a981 (patch)
tree2613c8cf49e3bcf0e4d05cbeb1e657f0c424a8cf /gdb/breakpoint.h
parent83b9557361c2d79479e17d5967f5180c371fa138 (diff)
downloadgdb-users/keiths/inline-func-bp-for-pedro.zip
gdb-users/keiths/inline-func-bp-for-pedro.tar.gz
gdb-users/keiths/inline-func-bp-for-pedro.tar.bz2
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.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h11
1 files changed, 1 insertions, 10 deletions
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);