diff options
author | Pedro Alves <palves@redhat.com> | 2008-04-25 14:50:10 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-04-25 14:50:10 +0000 |
commit | 78b6a731947234e2afb06770945bf0409363119c (patch) | |
tree | f03fbb1b343f4530d5c380072a17018309ab08e6 /gdb/breakpoint.h | |
parent | bd0cc3f7bebe124368a09801d4a05080d8003487 (diff) | |
download | gdb-78b6a731947234e2afb06770945bf0409363119c.zip gdb-78b6a731947234e2afb06770945bf0409363119c.tar.gz gdb-78b6a731947234e2afb06770945bf0409363119c.tar.bz2 |
* breakpoint.h (enum bpstat_what_main_action): Delete
BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE.
* breakpoint.c (clrs): Delete.
(bpstat_what): Update table.
* infrun.c (handle_inferior_event): Remove
BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE handling.
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 83f1cb8..b31c965 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -516,9 +516,6 @@ enum bpstat_what_main_action BPSTAT_WHAT_KEEP_CHECKING. */ BPSTAT_WHAT_CLEAR_LONGJMP_RESUME, - /* Clear longjmp_resume breakpoint, then handle as BPSTAT_WHAT_SINGLE. */ - BPSTAT_WHAT_CLEAR_LONGJMP_RESUME_SINGLE, - /* Clear step resume breakpoint, and keep checking. */ BPSTAT_WHAT_STEP_RESUME, |