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


On Wed, 22 Aug 2012 17:46:27 +0200, Pedro Alves wrote:
> On 08/21/2012 03:43 PM, Jan Kratochvil wrote:
> > +add \"set auto-load safe-path /\" line to \"%s\".\n\
> > +For more information about this security protection run from the shell: \
> > +info \"(gdb)Auto-loading safe path\"\n"),
> > +		       filename_real, homeinit, homeinit);
> 
> This may be cryptic, for instance, for Windows users who won't
> have 'info' available in the shell.  How about something like:
> 
>   For more information about this security protection see the
>   "Auto-loading safe path" section in the GDB manual.
> 
> ?

In such case I prefer to rather drop the line.  It is obvious one can find the
information in GDB Manual.

The goal was to make access to the information easy enough.

What about printing instead:

For more information about this security protection see: http://sourceware.org/gdb/onlinedocs/gdb/Auto_002dloading-safe-path.html


Thanks,
Jan


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