diff options
author | Pedro Alves <palves@redhat.com> | 2010-04-01 15:31:26 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2010-04-01 15:31:26 +0000 |
commit | bdabb07895854f0a2109bbbe9755b8ea6d6a9611 (patch) | |
tree | 436015662e12a0d3b56548ad928abdd0765322fd /gdb/gdbserver/ChangeLog | |
parent | d3bbe7a0c8af16f3fab8b1bbe2f9d96e66818c27 (diff) | |
download | gdb-bdabb07895854f0a2109bbbe9755b8ea6d6a9611.zip gdb-bdabb07895854f0a2109bbbe9755b8ea6d6a9611.tar.gz gdb-bdabb07895854f0a2109bbbe9755b8ea6d6a9611.tar.bz2 |
* linux-low.c (get_stop_pc): Don't adjust the PC if stopped with
an extended waitstatus, or by a watchpoint.
(cancel_breakpoints_callback): Don't cancel a breakpoint if the
thread was stepping or has been stopped by a watchpoint.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 21ea7c6..59289d7 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,5 +1,12 @@ 2010-04-01 Pedro Alves <pedro@codesourcery.com> + * linux-low.c (get_stop_pc): Don't adjust the PC if stopped with + an extended waitstatus, or by a watchpoint. + (cancel_breakpoints_callback): Don't cancel a breakpoint if the + thread was stepping or has been stopped by a watchpoint. + +2010-04-01 Pedro Alves <pedro@codesourcery.com> + * mem-break.c (struct raw_breakpoint): New field shlib_disabled. (set_gdb_breakpoint_at): If GDB is inserting a breakpoint on top of another, then delete the previous, and validate all |