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 | 6e31adb3f7c1c5db158558c23e13d11091046d43 (patch) | |
tree | dce2bf4b1066d4ef39d78ae869006e9e48f0ebae /gdb/breakpoint.h | |
parent | c8189ed1622f773021bcced903b71fed26727f09 (diff) | |
download | gdb-6e31adb3f7c1c5db158558c23e13d11091046d43.zip gdb-6e31adb3f7c1c5db158558c23e13d11091046d43.tar.gz gdb-6e31adb3f7c1c5db158558c23e13d11091046d43.tar.bz2 |
* 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 7ab300f..226703b 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). */ |