Oracle® Developer Studio 12.5: dbx コマンドによるデバッグ

印刷ビューの終了

更新: 2016 年 6 月
 
 

機械命令レベルでブレークポイントを設定する

機械命令レベルでブレークポイントを設定するには、stopi コマンドを使用します。このコマンドは、すべてのイベント指定を受け入れます。 stopi コマンドの構文は次のとおりです。

stopi event-specification [modifier]

stopi コマンドの一般的に使用される形式は次のとおりです。

stopi [at address] [-if cond]
stopi in function [-if cond]

詳細については、stopi コマンドを参照してください。

あるアドレスにブレークポイントを設定する

特定のアドレスにブレークポイントを設定するには、stopi コマンドを使用します。

(dbx) stopi at address

例:

(dbx) nexti
stopped in hand::ungrasp at 0x12638
(dbx) stopi at &hand::ungrasp
(3) stopi at &hand::ungrasp
(dbx)