reverse-debugging Questions
3
Solved
I've read this tutorial, but I haven't found there anything about reverse debugging. Does lldb have some features like target record in gdb? If yes, where can I read about it?
Remediless asked 22/8, 2013 at 7:50
8
Solved
GDB has a new version out that supports reverse debug (see http://www.gnu.org/software/gdb/news/reversible.html). I got to wondering how that works.
To get reverse debug to work it seems to me tha...
Cila asked 24/9, 2009 at 8:35
11
Solved
Has anyone actually used a reversable debugger? The only product that Google turns up is UndoDB. It is for apparently for Linux only.
Ceilidh asked 6/2, 2009 at 23:11
3
Solved
I am trying to use GDB's reverse debugging with a Django application. I get it running in GDB, but I can't make it run backwards.
I stopped my Django app with Ctrl-Z and then entered reverse-next ...
Kana asked 27/9, 2010 at 4:22
3
i started to try reverse debugging with gdb 7, followin the tutorial:
http://www.sourceware.org/gdb/wiki/ProcessRecord/Tutorial
and I thought, great!
Then I started to debug a real program whic...
Agricola asked 27/3, 2010 at 10:35
2
Solved
(EDIT: per the first answer below the current "trick" seems to be using an Atom processor. But I hope some gdb guru can answer if this is a fundamental limitation, or whether there adding support f...
Bernete asked 19/3, 2014 at 13:20
2
Solved
You may be familiar with
ReplayDirector, http://www.replaysolutions.com/products/replaydirector-for-java-ee
Chronon, http://www.chrononsystems.com/products/chronon-time-travelling-debugger
they...
Pore asked 1/2, 2012 at 9:58
1
Solved
I am attempting to use gdb's record feature to generate a list of the instructions executed for the tutorial example
I can use gdb record to step forward and back successfully and save the executi...
Senary asked 7/6, 2013 at 19:27
1
Solved
I'm trying to do reverse execution in GDB, specifically doing target record after running my program in gdb as per the instructions here, and triggering the following error:
Process record: the cu...
Senile asked 4/12, 2013 at 1:27
1
Solved
I'm trying to use the reverse debugging features of gdb 7.3.1 on a multi-threaded project (using libevent), but I get the following error:
(gdb) reverse-step
Target multi-thread does not support t...
Ehrenberg asked 22/9, 2011 at 15:19
1
Solved
I get the following message in gdb (version 7.1):
[Thread debugging using libthread_db enabled]
and the command reverse-step
results with the following error message:
(gdb) reverse-step
Target ...
Teddi asked 8/7, 2011 at 13:56
3
Solved
Has anyone tried using the new record/replay and reverse-debugging features in the newly released gdb-7.0? I am one of the gdb developer/maintainers, and I'm very eager for user feedback!
Swedish asked 9/10, 2009 at 18:52
1
© 2022 - 2024 — McMap. All rights reserved.