This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch#2 6/6] Warn (but execute) local .gdbinit by default
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 30 Mar 2012 10:51:24 +0300
- Subject: Re: [patch#2 6/6] Warn (but execute) local .gdbinit by default
- References: <20120329091616.GG25449@host2.jankratochvil.net>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Thu, 29 Mar 2012 11:16:16 +0200
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
>
> --- a/gdb/doc/gdb.texinfo
> +++ b/gdb/doc/gdb.texinfo
> @@ -20731,7 +20731,7 @@ is enabled or disabled.
> (gdb) show auto-load
> gdb-scripts: Canned sequences of commands auto-loading is on.
> libthread-db: Inferior specific libthread_db auto-loading is on.
> -local-gdbinit: Current directory .gdbinit script auto-loading is yes.
> +local-gdbinit: Current directory .gdbinit script auto-loading is warn-and-yes.
> python-scripts: Python scripts auto-loading is on.
> safe-path: Directory list safe to hold auto-loaded files is /usr/local.
> @end smallexample
OK.
Thanks.