aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-04-05 10:07:30 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-04-05 10:07:30 +0000
commit1f7ccab234e356984a723f5089e812874cb50a06 (patch)
treef9bb33d98835abe4bbcfe03de5c718e559805c0e /gdb/breakpoint.c
parent522f09cd4c88911ec7e2c6a8a9a8375af605be21 (diff)
downloadbinutils-1f7ccab234e356984a723f5089e812874cb50a06.zip
binutils-1f7ccab234e356984a723f5089e812874cb50a06.tar.gz
binutils-1f7ccab234e356984a723f5089e812874cb50a06.tar.bz2
gdb/
Code cleanup. * breakpoint.c (bpstat_stop_status): Use bpstat_causes_stop.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r--gdb/breakpoint.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 2efb766..36a28f6 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -4141,12 +4141,8 @@ bpstat_stop_status (struct address_space *aspace,
not have changed, but the intermediate memory locations we are
watching may have. Don't bother if we're stopping; this will get
done later. */
- for (bs = root_bs->next; bs != NULL; bs = bs->next)
- if (bs->stop)
- break;
-
need_remove_insert = 0;
- if (bs == NULL)
+ if (! bpstat_causes_stop (root_bs->next))
for (bs = root_bs->next; bs != NULL; bs = bs->next)
if (!bs->stop
&& bs->breakpoint_at->owner