This is the mail archive of the gdb-prs@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]

[Bug build/15092] auto load safe directory is not set correctly inconfigure file


http://sourceware.org/bugzilla/show_bug.cgi?id=15092

--- Comment #6 from Jan Kratochvil <jan.kratochvil at redhat dot com> 2013-02-01 13:38:36 UTC ---
Why have you changed the source (configure file)?  It works without changing
GDB sources.  Changed GDB is your problem, this Bugzilla is for FSF unchanged
GDB.

./configure --prefix=/usr
make
./gdb/gdb
(gdb) show auto-load safe-path 
List of directories from which it is safe to auto-load files is
$debugdir:$datadir/auto-load.
(gdb) show debug-file-directory 
The directory where separate debug symbols are searched for is
"/usr/lib/debug".
(gdb) show data-directory 
GDB's data directory is "/usr/share/gdb".

What problem do you have with this behavior of FSF GDB?

BTW you can use
  ./configure --without-auto-load-safe-path
if you do not need the security restriction on your system.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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