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 python/10753] Python auto-load and data-directory


------- Additional Comments From jan dot kratochvil at redhat dot com  2009-10-10 14:18 -------
The Fedora build uses:
  --with-gdb-datadir=/usr/share/gdb 
and it contains correctly loaded files:
  /usr/share/gdb/auto-load/usr/lib/libstdc++.so.6.0.13-gdb.py
  /usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.13-gdb.py
But I agree the doc line
a file named @file{@var{data-directory}/python/auto-load/@var{real-name}}, where
should be
a file named @file{@var{data-directory}/auto-load/@var{real-name}}, where
.
With the missing '/' don't you refer to this libstdc++ fix not in gdb itself?
  http://gcc.gnu.org/ml/gcc-patches/2009-09/msg01182.html
  http://gcc.gnu.org/ml/gcc-cvs/2009-09/msg00614.html


-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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