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]

reverse execution


    I record at 0x40000000 , then I nexti 10 instructions , then I want reverse execute 
    these 10 instructions one by one, So I type reverse-nexti ,but unexpectly ,gdb directly
    goes back to the addresss 0x40000000 ,where I start record .

    What I need is 10->9->8->7->6->5->4->3->2->1 ,not execute again from begin to end .

    How can I do for this ?

    thanks in advance ! 


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