X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fbreakpoint.h;h=91e864cd04f6db7ab63fee7a358de6b0d5e69002;hb=c29aca4a95885ab0b01c346590afa685cf121919;hp=46460b6c8e1247dc27bd75494db270a40c321fec;hpb=6c95b8df7fef5273da71c34775918c554aae0ea8;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 46460b6c8e..91e864cd04 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -231,10 +231,6 @@ struct bp_location the same parent breakpoint. */ struct bp_location *next; - /* Pointer to the next breakpoint location, in a global - list of all breakpoint locations. */ - struct bp_location *global_next; - /* Type of this breakpoint location. */ enum bp_loc_type loc_type; @@ -633,6 +629,9 @@ extern struct breakpoint *bpstat_find_step_resume_breakpoint (bpstat); a watchpoint enabled. */ #define bpstat_explains_signal(bs) ((bs) != NULL) +/* Nonzero is this bpstat causes a stop. */ +extern int bpstat_causes_stop (bpstat); + /* Nonzero if we should step constantly (e.g. watchpoints on machines without hardware support). This isn't related to a specific bpstat, just to things like whether watchpoints are set. */