This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: reverse next execution


On Mon, 06 Aug 2012 03:17:15 +0200, John Smith wrote:
> when it come to be a segment fault or memory  collapse  ,I  want to
> reverse-next  from the current $ip,but gdb tell me
> "Target multi-thread does not support this command" , so I  don't know
> how to deal wth this?

This is because you did not run the 'record' command first.

GDB does not properly support recording in multithreaded environment but I do
not think this is an issue here.


Regards,
Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]