Go to the first, previous, next, last section, table of contents.

あなたのプログラムのワーキングディレクトリ

あなたがプログラムを `run' コマンドによって起動した時、それは ワーキングディレクトリを GDB のワーキングディレクトリから継承します。 GDB のワーキングディレクトリは、最初、その親プロセス (通常シェル) から継承されますが、`cd' コマンドを使って GDB の新しいワーキング ディレクトリを指定することができます。

GDB のワーキングディレクトリは、コマンドへのデフォルト値として、 GDB を起動したディレクトリと同一の場所が供給されます。 See section GDB が扱うファイルの解説

cd directory
GDB のワーキングディレクトリに directory を設定します。
pwd
GDB のワーキングディレトクリを表示します。

Go to the first, previous, next, last section, table of contents.