This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: [FYI] tutorial for process record and reverse debugging
>
> However, rather than such a specific command as you describe, I had been
> thinking about a more general alternative, which in my mind I have been
> referring to by the code name "goto". ?As in:
>
> ?(gdb) record goto end
> ?(gdb) record goto beginning
> ?(gdb) record goto instruction 12345
> ?(gdb) record goto bookmark 7
>
> Easy enough to make this command ignore breakpoints watchpoints etc.
>
>
>
I really like this idea. :)
Hui