This is the mail archive of the gdb@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: Auto-load safe-path and auto-load scripts-directory on Windows


On 2015-8-29 16:55, Eli Zaretskii wrote:
> I've noticed that the default values of these 2 path lists use ':' as
> directory separator, even on MS-Windows.  Isn't that a bug?  (Does
> anyone use these features on Windows? if so, how come no one noticed?)
> 

When I start GDB on windows, I pass this argument:
-iex "set auto-load safe-path /"

This enable Auto-load safe-path to every directories. This is not quite safe, but it works.

Yuanhui Zhang


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