gdb reverse debugging fails with “Process record does not support instruction 0xf0d at address”

前端 未结 3 1456
失恋的感觉
失恋的感觉 2020-12-20 15:12

i started to try reverse debugging with gdb 7, followin the tutorial:

http://www.sourceware.org/gdb/wiki/ProcessRecord/Tutorial

and I thoug

3条回答
  •  天涯浪人
    2020-12-20 15:59

    This is because this insn is still not support by prec.

    It is fixed now. You can try the gdb-cvs-head.

提交回复
热议问题