我正在尝试在 GDB 中进行反向执行,特别target record
是在按照此处的说明在 gdb 中运行我的程序后执行,并触发以下错误:
Process record: the current architecture doesn't support record function.
这似乎与此处讨论的问题相同,但从未解决。这是我的 gdb 版本信息:
alexcannon$ gdb -version
GNU gdb (GDB) 7.6
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin12.5.0".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
提前感谢您的帮助。