public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/10753] New: Python auto-load and data-directory
@ 2009-10-10  7:22 kazennikov at gmail dot com
  2009-10-10 14:18 ` [Bug python/10753] " jan dot kratochvil at redhat dot com
  2009-10-10 14:19 ` jan dot kratochvil at redhat dot com
  0 siblings, 2 replies; 5+ messages in thread
From: kazennikov at gmail dot com @ 2009-10-10  7:22 UTC (permalink / raw)
  To: gdb-prs

The documentation in 23.2.2.3 states that auto-load file isn't found either at
objfile path or in the debug-file-directory it will be searched in data directory
at path `data-directory/python/auto-load/real-name'. However, it is searched in
`data-directoryauto-load/real-name'.

-- 
           Summary: Python auto-load and data-directory
           Product: gdb
           Version: archer
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: kazennikov at gmail dot com
                CC: gdb-prs at sourceware dot org
 GCC build triplet: x86_64-pc-linux-gnu
  GCC host triplet: x86_64-pc-linux-gnu
GCC target triplet: x86_64-pc-linux-gnu


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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug python/10753] Python auto-load and data-directory
  2009-10-10  7:22 [Bug python/10753] New: Python auto-load and data-directory kazennikov at gmail dot com
@ 2009-10-10 14:18 ` jan dot kratochvil at redhat dot com
  2009-10-10 14:19 ` jan dot kratochvil at redhat dot com
  1 sibling, 0 replies; 5+ messages in thread
From: jan dot kratochvil at redhat dot com @ 2009-10-10 14:18 UTC (permalink / raw)
  To: gdb-prs


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug python/10753] Python auto-load and data-directory
  2009-10-10  7:22 [Bug python/10753] New: Python auto-load and data-directory kazennikov at gmail dot com
  2009-10-10 14:18 ` [Bug python/10753] " jan dot kratochvil at redhat dot com
@ 2009-10-10 14:19 ` jan dot kratochvil at redhat dot com
  1 sibling, 0 replies; 5+ messages in thread
From: jan dot kratochvil at redhat dot com @ 2009-10-10 14:19 UTC (permalink / raw)
  To: gdb-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jan dot kratochvil at redhat
                   |                            |dot com


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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug python/10753] Python auto-load and data-directory
       [not found] <bug-10753-4717@http.sourceware.org/bugzilla/>
  2012-02-17 19:53 ` cvs-commit at gcc dot gnu.org
@ 2012-02-17 19:55 ` tromey at redhat dot com
  1 sibling, 0 replies; 5+ messages in thread
From: tromey at redhat dot com @ 2012-02-17 19:55 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |tromey at redhat dot com
         Resolution|                            |FIXED
   Target Milestone|6.8                         |7.5

--- Comment #3 from Tom Tromey <tromey at redhat dot com> 2012-02-17 19:54:31 UTC ---
I fixed the documentation.

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug python/10753] Python auto-load and data-directory
       [not found] <bug-10753-4717@http.sourceware.org/bugzilla/>
@ 2012-02-17 19:53 ` cvs-commit at gcc dot gnu.org
  2012-02-17 19:55 ` tromey at redhat dot com
  1 sibling, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2012-02-17 19:53 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-02-17 19:52:37 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    tromey@sourceware.org    2012-02-17 19:52:34

Modified files:
    gdb/doc        : ChangeLog gdb.texinfo 

Log message:
    PR python/10753:
    * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
    directory.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1275&r2=1.1276
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.922&r2=1.923

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-17 19:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-10  7:22 [Bug python/10753] New: Python auto-load and data-directory kazennikov at gmail dot com
2009-10-10 14:18 ` [Bug python/10753] " jan dot kratochvil at redhat dot com
2009-10-10 14:19 ` jan dot kratochvil at redhat dot com
     [not found] <bug-10753-4717@http.sourceware.org/bugzilla/>
2012-02-17 19:53 ` cvs-commit at gcc dot gnu.org
2012-02-17 19:55 ` tromey at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).