X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fbreakpoint.h;h=67a67e34054f05b722bd615275b533fe27319790;hb=b1acf338d3974d99af32899092989edeee7fbef4;hp=93b6850661e5cd91e41c823c2778bac348c54523;hpb=0ec5872bdad469f03bcca1a591ca69c6806b6974;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 93b6850661..67a67e3405 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -414,7 +414,8 @@ extern void bpstat_clear (bpstat *); is part of the bpstat is copied as well. */ extern bpstat bpstat_copy (bpstat); -extern bpstat bpstat_stop_status (CORE_ADDR pc, ptid_t ptid); +extern bpstat bpstat_stop_status (CORE_ADDR pc, ptid_t ptid, + int stopped_by_watchpoint); /* This bpstat_what stuff tells wait_for_inferior what to do with a breakpoint (a challenging task). */