/tmp/jenkins/jenkins-GCC-7-build_toolchain_docker-775_20180622_1529687456/install-native/x86_64-linux-gnu/arm-none-eabi/lib/gdbinit ~/.gdbinit ./.gdbinit
These files contain GDB commands to automatically execute during GDB startup. The lines of contents are canned sequences of commands, described in Sequences.
Please read more in Startup.
/tmp/jenkins/jenkins-GCC-7-build_toolchain_docker-775_20180622_1529687456/install-native/x86_64-linux-gnu/arm-none-eabi/lib/gdbinitSystem-wide initialization file. It is executed unless user specified
GDB option -nx or -n.
See more in
System-wide configuration.
~/.gdbinitUser initialization file. It is executed unless user specified
GDB options -nx, -n or -nh.
./.gdbinitInitialization file for current directory. It may need to be enabled with
GDB security command set auto-load local-gdbinit.
See more in
Init File in the Current Directory.