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 #5 from bilal <muhammad_bilal at codesourcery dot com> 2013-02-01 13:29:44 UTC ---
Hi jan,

> How do you display the $debugdir value?

If we changed the $debugdir with ----> ${debugdir} in configure file
now reconfigure gdb and make install 
then if we give the (gdb)show auto-load
gdb show

safe-path:  List of directories from which it is safe to auto-load files is
:$datadir/auto-load.

and if changed $debugdir with ---> ${DEBUGDIR} in configure file 


now reconfigure gdb and make install 
then if we apply the command 
(gdb)show auto-load
gdb show

safe-path:  List of directories from which it is safe to auto-load files is 
${prefix}/lib/debug:$datadir/auto-load.


Thanks
Bilal

-- 
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]