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] auto-load safe-path reset back by set ""


> Date: Sun, 22 Apr 2012 18:51:28 +0200
> From: Jan Kratochvil <jan.kratochvil@redhat.com>
> Cc: Doug Evans <dje@google.com>
> 
> +@item set auto-load safe-path [@var{directories}]

You need @r{} around [ and ].

> +Setting this variable to @code{"/"} (without the quotes) disables this security
                            ^^^^^^^^^^
Why not @file{/}?  The quotes are not needed in any case.

> +@item @kbd{gdb -iex "set auto-load safe-path /" [@dots{}]}

I'd lose the [ and ] part -- you don't need them.

OK with those changes.

Thanks.


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