Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロジェクトのコードをデバッグしようとしていますが、この行に遭遇しましたcmpl $0x7,0xc(%rsp)。0xc(%rsp) とは何ですか? また、どうすれば出力できますか?
cmpl $0x7,0xc(%rsp)
0xc(%rsp)とは
現在のスタック ポインターの 12 バイト上のメモリ位置。その位置の値が と比較されてい7ます。
7
どうすれば印刷できますか?
(gdb) print $rsp+0xc