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: warning: not using untrusted file


On Wed, Jul 2, 2014 at 6:47 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>
> > From: Aleksey Midenkov <midenok@gmail.com>
> > Date: Wed, 2 Jul 2014 12:21:41 +0400
> > Cc: gdb@sourceware.org
> >
> > > See the node "Auto-loading safe path" in the GDB manual.
> >
> > It doesn't work.
> >
> > # gdb
> >
> > warning: not using untrusted file "/home/midenok/.gdbinit"
> > (gdb) show auto-load safe-path
> > List of directories from which it is safe to auto-load files is /home/*.
> > (gdb)
> >
> > I also tried other variants:
> > /home/midenok
> > /home/midenok/
> > /home/midenok/.gdbinit
> >
> > Nothing works!
>
> What does "ls -l" say about /home/midenok/.gdbinit?

Yes, it was symlink to another location. Replacing symlink with actual
file did helped. Thanks!


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