2009-05-04 Michael Snyder <msnyder@vmware.com>
* NEWS: Add item for reverse debugging commands.
This commit is contained in:
parent
2468f9c95d
commit
64644d9b8c
2 changed files with 9 additions and 0 deletions
|
@ -57,6 +57,10 @@
|
|||
* fork-child.c (startup_inferior): Move setting stop_pc ...
|
||||
* infcmd.c (post_create_inferior): ... to here.
|
||||
|
||||
2009-05-04 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* NEWS: Add item for reverse debugging commands.
|
||||
|
||||
2009-05-04 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* go32-nat.c (go32_stop): Delete.
|
||||
|
|
5
gdb/NEWS
5
gdb/NEWS
|
@ -3,6 +3,11 @@
|
|||
|
||||
*** Changes since GDB 6.8
|
||||
|
||||
* Reverse debugging: GDB now has new commands reverse-continue, reverse-
|
||||
step, reverse-next, reverse-finish, reverse-stepi, reverse-nexti, and
|
||||
set execution-direction {forward|reverse}, for targets that support
|
||||
reverse execution.
|
||||
|
||||
* GDB now supports hardware watchpoints on MIPS/Linux systems. This
|
||||
feature is available with a native GDB running on kernel version
|
||||
2.6.28 or later.
|
||||
|
|
Loading…
Reference in a new issue