I have your .gdbinit in my $HOME, yet my gdb-multiarch does not manage to load it successfully by itself. Sourcing it manually at the prompt works.
I have a feeling that it might have to do with timing, maybe some connection to target is required while sourcing, and the connection has not yet happened when gdb initializes? (ARM, I do have set $ARM=1.)
I have your .gdbinit in my $HOME, yet my gdb-multiarch does not manage to load it successfully by itself. Sourcing it manually at the prompt works.
I have a feeling that it might have to do with timing, maybe some connection to target is required while sourcing, and the connection has not yet happened when gdb initializes? (ARM, I do have
set $ARM=1.)