diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-12-24 22:54:02 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-12-24 22:54:02 +0000 |
commit | b4dc5ffa12224cf5f0e6a7a602b200771aca62e8 (patch) | |
tree | e3c16612a7a2c4b5e4c7482c071fcfbcc754837a /gdb/ChangeLog | |
parent | 3d171c85e745078ae90f558ff156122855f458c1 (diff) | |
download | gdb-b4dc5ffa12224cf5f0e6a7a602b200771aca62e8.zip gdb-b4dc5ffa12224cf5f0e6a7a602b200771aca62e8.tar.gz gdb-b4dc5ffa12224cf5f0e6a7a602b200771aca62e8.tar.bz2 |
* target.h (TARGET_DISABLE_HW_WATCHPOINTS)
(TARGET_ENABLE_HW_WATCHPOINTS): Remove macros.
* infrun.c (struct execution_control_state): Remove
enable_hw_watchpoints_after_wait member.
(number_of_threads_in_syscalls): Remove variable.
(init_wait_for_inferior): Don't initialize
number_of_threads_in_syscalls.
(init_execution_control_state): Don't initialize
ECS->enable_hw_watchpoints_after_wait.
(handle_inferior_event): Never invoke TARGET_ENABLE_HW_WATCHPOINTS
or TARGET_DISABLE_HW_WATCHPOINTS.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a199e03..a99bd09 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2004-12-24 Mark Kettenis <kettenis@gnu.org> + + * target.h (TARGET_DISABLE_HW_WATCHPOINTS) + (TARGET_ENABLE_HW_WATCHPOINTS): Remove macros. + * infrun.c (struct execution_control_state): Remove + enable_hw_watchpoints_after_wait member. + (number_of_threads_in_syscalls): Remove variable. + (init_wait_for_inferior): Don't initialize + number_of_threads_in_syscalls. + (init_execution_control_state): Don't initialize + ECS->enable_hw_watchpoints_after_wait. + (handle_inferior_event): Never invoke TARGET_ENABLE_HW_WATCHPOINTS + or TARGET_DISABLE_HW_WATCHPOINTS. + 2004-12-23 Mark Kettenis <kettenis@gnu.org> * i386-nto-tdep.c: Reorder include files. |