diff options
author | Yao Qi <yao@codesourcery.com> | 2011-09-07 14:24:48 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-09-07 14:24:48 +0000 |
commit | ede1849f9211940ccad355759eb755c6df3e5ce2 (patch) | |
tree | 741505d05c9631865a2d7a42e83648e8c2f5b372 /gdb/ChangeLog | |
parent | 28942f62934c4f84542677844cddd570881f4a37 (diff) | |
download | gdb-ede1849f9211940ccad355759eb755c6df3e5ce2.zip gdb-ede1849f9211940ccad355759eb755c6df3e5ce2.tar.gz gdb-ede1849f9211940ccad355759eb755c6df3e5ce2.tar.bz2 |
gdb/
* gdbthread.h (struct thread_info): Remove fields
`stepping_through_solib_after_catch' and
`stepping_through_solib_catchpoints'.
* infrun.c (init_thread_stepping_state): Update.
(process_event_stop_test, currently_stepping): Update.
(currently_stepping_or_nexting_callback): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 584959d..43d4a06 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2011-09-07 Yao Qi <yao@codesourcery.com> + * gdbthread.h (struct thread_info): Remove fields + `stepping_through_solib_after_catch' and + `stepping_through_solib_catchpoints'. + * infrun.c (init_thread_stepping_state): Update. + (process_event_stop_test, currently_stepping): Update. + (currently_stepping_or_nexting_callback): Update. + +2011-09-07 Yao Qi <yao@codesourcery.com> + * gdbthread.h (struct thread_info): Comment on field `step_after_step_resume_breakpoint'. |