PR python/10753:
authorTom Tromey <tromey@redhat.com>
Fri, 17 Feb 2012 19:52:33 +0000 (19:52 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 17 Feb 2012 19:52:33 +0000 (19:52 +0000)
* gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
directory.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 6c394948424ec04ca8adba186fa95a4de2054bc0..1bdc3805196bb24f6c9496f1a1fa8d4a95214d04 100644 (file)
@@ -1,3 +1,9 @@
+2012-02-17  Tom Tromey  <tromey@redhat.com>
+
+       PR python/10753:
+       * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
+       directory.
+
 2012-02-14  Stan Shebs  <stan@codesourcery.com>
 
        * gdb.texinfo (Disabling Breakpoints): Document enable count.
index 437382207aa8a33e1e60fa77e8d54251821d27a0..73779a758d3aa57205f8480923454affa462020a 100644 (file)
@@ -24629,7 +24629,7 @@ then @value{GDBN} will look for @var{real-name} in all of the
 directories mentioned in the value of @code{debug-file-directory}.
 
 Finally, if this file does not exist, then @value{GDBN} will look for
-a file named @file{@var{data-directory}/python/auto-load/@var{real-name}}, where
+a file named @file{@var{data-directory}/auto-load/@var{real-name}}, where
 @var{data-directory} is @value{GDBN}'s data directory (available via
 @code{show data-directory}, @pxref{Data Files}), and @var{real-name}
 is the object file's real name, as described above.
This page took 0.046431 seconds and 4 git commands to generate.