Author Topic: support for reverse debugging  (Read 4577 times)

Offline mkaut

  • Multiple posting newcomer
  • *
  • Posts: 10
support for reverse debugging
« on: June 07, 2012, 01:37:32 pm »
Is there any support for reverse debugging (http://sourceware.org/gdb/current/onlinedocs/gdb/Reverse-Execution.html), possibly via an add-on? And if not, is there a plan to add it? GDB can do this since version 7.3.

I have never used it, but it sounds extremely useful..

Thanks
Michal

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: support for reverse debugging
« Reply #1 on: June 07, 2012, 01:42:20 pm »
No support and no plans at the moment...

I've never tried it, too.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline xunxun

  • Almost regular
  • **
  • Posts: 187
Re: support for reverse debugging
« Reply #2 on: June 07, 2012, 02:40:53 pm »
Quote
If you are debugging in a target environment that supports reverse execution, gdb provides the following commands.

I don't know which target environment supports it?
Regards,
xunxun

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]