This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch+7.5] auto-load: User conveniences suggested by Doug Evans


> Date: Sun, 9 Sep 2012 19:54:31 +0200
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
> Cc: gdb-patches@sourceware.org, dje@google.com
> 
> > Can we make these two lines more evenly sized?
> 
> --with-python form:
> (gdb) help set auto-load scripts-directory 
> Set the list of directories from which to load auto-loaded scripts.
> Automatically loaded Python scripts (named OBJFILE-gdb.py) and GDB scripts
> (named OBJFILE-gdb.gdb) are located in one of the directories listed by this
> option.
> This option is ignored for the kinds of scripts having 'set auto-load ... off'.
> Directories listed here need to be present also in the 'set auto-load safe-path'
> option.
> 
> --without-python form:
> (gdb) help set auto-load scripts-directory 
> Set the list of directories from which to load auto-loaded scripts.
> Automatically loaded GDB scripts (named OBJFILE-gdb.gdb) are located in one
> of the directories listed by this option.
> This option is ignored for the kinds of scripts having 'set auto-load ... off'.
> Directories listed here need to be present also in the 'set auto-load safe-path'
> option.

Thanks, I'm happy now.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]