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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dcb27a2..31a9b70 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2008-04-25 Pedro Alves <pedro@codesourcery.com> + + * 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. + 2008-04-24 Vladimir Prus <vladimir@codesourcery.com> * mi/mi-cmds.h (mi_cmd_args_ftype): Remove. |