I'm using the GDB record full mode in order to log some flow in my program. Now after I did it, I want to extract the instruction history from the executaion logs I saved using record save /tmp/gdb_record_log command.
I know that the gdb_record_log file is in elf format. But still I don't understand how to extract the instructions log from it. Can anyone pls help me?
Thanks!