gdb: Auto-loading

 
 22.8 Automatically loading associated files
 ===========================================
 
 GDB sometimes reads files with commands and settings automatically,
 without being explicitly told so by the user.  We call this feature
 "auto-loading".  While auto-loading is useful for automatically adapting
 GDB to the needs of your project, it can sometimes produce unexpected
 results or introduce security risks (e.g., if the file comes from
 untrusted sources).
 

Menu