このページでは

逆アセンブルされたコードを見る

ディスアセンブラは機械語を人間が読みやすいようにアセンブリ言語に変換します。

Disassembler ビューには、現在の関数の逆アセンブルされたコードが表示されます。これは、Step IntoStep Over のような、単一の命令をチェックするための低レベル・コマンドに便利です。

逆アセンブラ表示

デフォルトでは、GDB は AT&T スタイルの逆アセンブルを表示します。インテル・スタイルに切り替えるには、[Preferences (環境設定)] > [Debugger ] > [GDB ] > [Use Intel style disassembly] を選択します。

Disassembler ビューを開くには:

  • デバッガーを実行中にDebug >Operate by Instruction に移動します。
  • デバッガーのツールバーで指示による操作 (Operate by Instruction) を選択します。
  • レジスタ] ビューで値を選択し、コンテキスト メニューでOpen Disassembler at <value> を選択します。

逆アセンブラの起動

Registers ビューからディスアセンブラを起動するには、Open Disassembler を選択し、ディスアセンブラ・アドレスを設定します:

アドレスの開始ダイアログを選択

How To: Debug,Debugging,Debuggers,Debugger」も参照してください

Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.