diff options
author | Pedro Alves <palves@redhat.com> | 2014-11-12 11:02:11 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2014-11-12 11:02:11 +0000 |
commit | 6218dc4bdb198bc4982516ba0b8a6714c9123a8f (patch) | |
tree | 634b0fbe3cb4f74b495417162b271946f218c36e /gdb/ChangeLog | |
parent | af48d08f97fa678571a42be35a8a77b61e36d7d7 (diff) | |
download | gdb-6218dc4bdb198bc4982516ba0b8a6714c9123a8f.zip gdb-6218dc4bdb198bc4982516ba0b8a6714c9123a8f.tar.gz gdb-6218dc4bdb198bc4982516ba0b8a6714c9123a8f.tar.bz2 |
Garbage collect the infwait_state global
No longer used since the non-continuable watchpoints handling rework.
gdb/
2014-11-12 Pedro Alves <palves@redhat.com>
* infrun.c (enum infwait_states, infwait_state): Delete.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 43bd9b7..c6e8315 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2014-11-12 Pedro Alves <palves@redhat.com> + * infrun.c (enum infwait_states, infwait_state): Delete. + +2014-11-12 Pedro Alves <palves@redhat.com> + * infrun.c (resume): Clear the thread's 'stepped_breakpoint' flag. Rewrite stepping over a permanent breakpoint. (thread_still_needs_step_over, proceed): Don't set |