機械命令レベルでブレークポイントを設定するには、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)