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/>.
助けてくれてありがとう。