I can have an initialization file in my home directory called .gdbinit which is run each time I start a gdb session to customize my environment.
What is the equivalent file name in dbx?
It is ~/.dbxrc
The .dbxinit is an older obsoleted name for the file that will be used if .dbxrc is missing.
It is ~/.dbxrc
The .dbxinit is an older obsoleted name for the file that will be used if .dbxrc is missing.