I am trying to use the gdb write function to create a list of instructions executed for a case study
I can use the gdb entry to take a quick and successful step forward and save the execution log to a file using "save entry".
I think what I want to do is “record the history of commands”, which is from docs
Parses instructions from a written execution log
But when I try to do this, I get an error:
You cannot do this when your goal is “full record”
Attempting to set the write target in btrace returns an error:
The target does not support branch tracing.
I am running gdb 7.6 in a virtual virtual machine, I need to run it initially or is there some other magic that I do not see.
virtualbox record gdb
bcleary Jun 07 '13 at 19:27 2013-06-07 19:27
source share