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 0/6] auto-load: intro


> Date: Sat, 24 Mar 2012 19:35:57 +0100
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
> 
> gdb/doc/ part is poor here, all the commands are now scattered across nodes,
> there should be probably some new node about auto-loading in general being
> referenced from various places.
> 
> 	Extending GDB -> Python -> Auto-loading 
> 	 -> objfile-gdb.py file
> added there:	set auto-load python-scripts
> added there:	objfile-gdb.rc file
> 	 -> .debug_gdb_scripts section
> 	 -> Which flavor to choose?
> 
> 	Invocation -> Invoking GDB -> Startup
> added there:	set auto-load local-gdbinit
> 
> 	Running -> Threads
> added there:	set auto-load libthread-db
> 
> New commands of this patchset:
> 	set            auto-load                off
> 	         info  auto-load
> 	set|show|info  auto-load gdb-scripts    on|off
> 	set|show|info  auto-load python-scripts on|off
> 	set|show|info  auto-load local-gdbinit  on|off|warn-and-on|warn-and-off
> 	set|show|info  auto-load libthread-db   on|off
> 	set|show       auto-load safe-path      <dir1>[:<dir2>...]
> 	set|show debug auto-load                on|off
> 
> Unless Eli suggests a new toplevel node/layout I will try to reshuffle the doc
> myself for a new patchset post.

Indeed, it will be better to bring all these auto-load related options
together.  The other sections can be left with a cross-reference to
that place.

Thanks.


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