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#2 2/6] set auto-load * main part


> Date: Fri, 06 Apr 2012 00:20:30 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: gdb-patches@sourceware.org
> 
> Ah, I see I missed the other interpretation of "also".  So here's a
> revised suggestion:
> 
>   Be aware that system init file (@pxref{System-wide configuration})
>   and init files from your home directory (@pxref{Home Directory Init File})
>   still get read (as they come from generally trusted (as they come from
>   generally trusted directories).  To prevent @value{GDBN} from auto-loading
>   even those init files, use the @option{-nx} option (@pxref{Mode Options}),
>   in addition to @code{set auto-load no}.

Err... make that

  Be aware that system init file (@pxref{System-wide configuration})
  and init files from your home directory (@pxref{Home Directory Init File})
  still get read (as they come from generally trusted directories).  To
  prevent @value{GDBN} from auto-loading even those init files, use the
  @option{-nx} option (@pxref{Mode Options}), in addition to
  @code{set auto-load no}.


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