This is the mail archive of the gdb-prs@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]

[Bug backtrace/10689] replay mode should not or only optionally enter code executed by call()


------- Additional Comments From andre dot poenitz at nokia dot com  2009-09-28 06:44 -------
I use call() to extract information from the inferior after each stop (be it
triggered by a breakpoint or by stepping). The result is pretty much what the
Python pretty printers do, except that the code is run natively in the inferior
and I therefore do not have to deploy Python. With call() activity being
recorded I am basically unable to step backwards as I always end up in my
helper code.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10689

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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