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 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.

?

-- 
Pedro Alves


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