Next: gdb-add-index man, Previous: gcore man, Up: Man Pages [Contents][Index]
/tmp/jenkins-GCC-10-pipeline-48_20201124_1606180639/install-native/x86_64-apple-darwin10/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-GCC-10-pipeline-48_20201124_1606180639/install-native/x86_64-apple-darwin10/arm-none-eabi/lib/gdbinit
System-wide initialization file. It is executed unless user specified
GDB option -nx
or -n
.
See more in
(not enabled with --with-system-gdbinit-dir
during compilation)
System-wide initialization directory. All files in this directory are
executed on startup unless user specified GDB option -nx
or
-n
, as long as they have a recognized file extension.
See more in
System-wide configuration.
~/.gdbinit
User initialization file. It is executed unless user specified
GDB options -nx
, -n
or -nh
.
./.gdbinit
Initialization 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.