summaryrefslogtreecommitdiff
path: root/gdb/breakpoint.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2004-01-31 19:59:06 +0000
committerDaniel Jacobowitz <dan@debian.org>2004-01-31 19:59:06 +0000
commit27c464e28f467665de5de2ac785ffc2b239a4bd3 (patch)
tree3adcf36a7ff2166e70740a5487152aacd1a9748a /gdb/breakpoint.h
parentb69316e35c19ede00559bbe669f41166cd1a7a78 (diff)
downloadgdb-27c464e28f467665de5de2ac785ffc2b239a4bd3.tar.gz
* breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
argument, and change first argument to a CORE_ADDR. * breakpoint.h (bpstat_stop_status): Update prototype. * infrun.c (adjust_pc_after_break): Add a new comment. (handle_inferior_event): Update calls to bpstat_stop_status.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r--gdb/breakpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index b610da0a678..b3253c73c80 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -403,7 +403,7 @@ 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, int not_a_sw_breakpoint);
+extern bpstat bpstat_stop_status (CORE_ADDR pc);
/* This bpstat_what stuff tells wait_for_inferior what to do with a
breakpoint (a challenging task). */