This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: replay debugging via vmware
You can try gdb-cvs-head version. It support x86(not include amd64)
linux single thread reverse debug.
Try the command "record".
Hui
On Thu, May 28, 2009 at 12:17, Edward Peschko <horos11@gmail.com> wrote:
> All,
>
> I see from the recent messages that gdb is close to supporting
> reversible debugging - but is this reversible debugging in the sense
> of:
>
> http://www.youtube.com/watch?v=RvMlihjqlhY
>
> (ie: vmware's version). There was talk about it in the video
> (basically one recorded a indeterminant events in a run, and then
> replayed it so it could be reversed), but as it stood, all development
> was being done on visual studio..
>
> If not, how does gdb's reversible debugging avoid being extremely slow?
>
> Ed
>