diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-03-09 16:20:42 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-03-09 16:20:42 +0000 |
commit | 569631c6f2476cccd5cd4a08986764252d236b45 (patch) | |
tree | c48146c85656dbacdd6f830973db9aa576f47cc9 /gdb/breakpoint.c | |
parent | 47b67b6080c44cfa45aab70b9966da28908c1021 (diff) | |
download | gdb-569631c6f2476cccd5cd4a08986764252d236b45.zip gdb-569631c6f2476cccd5cd4a08986764252d236b45.tar.gz gdb-569631c6f2476cccd5cd4a08986764252d236b45.tar.bz2 |
* infrun.c (breakpoints_failed): Remove unnecessary variable.
(handle_inferior_event): Remove unnecessary braces.
* breakpoint.c (bpstat_what): Remove wrong comment.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index aebd95d..abefcdc 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -3134,8 +3134,6 @@ bpstat_what (bpstat bs) /* step_resume entries: a step resume breakpoint overrides another breakpoint of signal handling (see comment in wait_for_inferior at where we set the step_resume breakpoint). */ - /* We handle the through_sigtramp_breakpoint the same way; having both - one of those and a step_resume_breakpoint is probably very rare (?). */ static const enum bpstat_what_main_action table[(int) class_last][(int) BPSTAT_WHAT_LAST] = |