Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ホーム ディレクトリに .gdbinit という初期化ファイルを作成できます。このファイルは、環境をカスタマイズするために gdb セッションを開始するたびに実行されます。
dbx での同等のファイル名は何ですか?
~/.dbxrc です
.dbxinit は、.dbxrc が欠落している場合に使用される古い廃止されたファイルの名前です。