diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-08-16 15:37:54 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-08-16 15:37:54 +0000 |
commit | a4be72752981b641a47576fb8cdb01678d2ee2d4 (patch) | |
tree | ce64f311a6ad71636528e1b771dda05b5d01898c /gdb/breakpoint.h | |
parent | 426e15faa422da58069c374e54fd2edb2a09c037 (diff) | |
download | gdb-a4be72752981b641a47576fb8cdb01678d2ee2d4.tar.gz |
* breakpoint.c (bpstat_stop_status): Rename not_a_breakpoint to
not_a_sw_breakpoint.
* breakpoint.h (bpstat_stop_status): Add parameter names.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 7ab300ffb65..226703b5938 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -322,7 +322,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 *, int); +extern bpstat bpstat_stop_status (CORE_ADDR *pc, int not_a_sw_breakpoint); /* This bpstat_what stuff tells wait_for_inferior what to do with a breakpoint (a challenging task). */ |