Extract execution log from gdb record in a VirtualBox VM
问题 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 execution log to a file using "record save". I think what I want to do is "record instruction-history" which from docs Disassembles instructions from the recorded execution log But when I attempt this i get the error: You can't do that when your target is 'record-full' Attempting to set the record target to