kernel coder wrote:
> is there any way in gdb to step backward.
> 

not yet, and if this feature is implemented it should be quite
restricted, think about undoing side effects, as disk read/write...
But you can put a breakpoint before the current point, and then run
again gdb on your program.

Reply via email to