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


On Thu, 05 Apr 2012 18:11:28 +0200, Eli Zaretskii wrote:
> > 	@cindex Python auto-loading, Python
> 
> Do we really need "Python" twice?

Therefore used:
	@node Python Auto-loading
	@subsection Python Auto-loading
	@cindex Python auto-loading


> > # 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 still get read (as they come from generally trusted
> > # directories).  You could use also the @ref{-nx} option to prevent @value{GDBN}
> > # from reading any auto-loaded files instead.
> > 
> > IMO says that -nx will disable even objfile-gdb.py, libthread_db.so.1 etc.
> > auto-loading.  Or at least it is ambiguous in such way.
> 
> Point taken, but then what _did_ you mean by "very every"?

I wanted to say that if you want to prevent loading any kind of file then you
have to use both -nx and "set auto-load no".

IMHO the current paragraph says that if I use -nx then no kind of file gets
loaded.  That is not true.


Thanks,
Jan


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