|
|
Subscribe / Log in / New account

great news about reverse debugging

great news about reverse debugging

Posted Oct 9, 2009 18:35 UTC (Fri) by MichaelSnyder (guest, #61265)
In reply to: great news about reverse debugging by nix
Parent article: GDB 7.0 released

No, but VMware supports reverse *debugging*, with gdb.
You run gdb on the host, and debug the guest (either user
process or kernel). When you say "reverse-continue" in gdb,
VMware executes the guest backward until it hits a breakpoint
or watchpoint.


to post comments

great news about reverse debugging

Posted Oct 9, 2009 22:46 UTC (Fri) by nix (subscriber, #2304) [Link]

i.e., a reversible VM (with the reversibility interface being GDB,
definitely a good decision.)


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds