Oracle Solaris Studio 12.2: dbx コマンドによるデバッグ

別のスレッドのコンテキストの表示

表示コンテキストを別のスレッドに切り替えるには、thread コマンドを使用します。この構文は次のとおりです。


thread [-blocks] [-blockedby] [-info] [-hide] [-unhide] [-suspend] [-resume] thread_id

現在のスレッドを表示するには、次のように入力します。


thread

スレッド thread_id に切り替えるには、次のように入力します。


thread thread_id

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