diff options
author | Tom Tromey <tromey@redhat.com> | 2012-02-17 19:52:33 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-02-17 19:52:33 +0000 |
commit | 4d241c8674edc93f67393cabae299154540a52e7 (patch) | |
tree | 8566054678b32da832300bc0c1a2328b4afa43cd /gdb/doc | |
parent | 2e8265fd8b24634b3d5c9f47fae5fa0cd157714e (diff) | |
download | gdb-4d241c8674edc93f67393cabae299154540a52e7.zip gdb-4d241c8674edc93f67393cabae299154540a52e7.tar.gz gdb-4d241c8674edc93f67393cabae299154540a52e7.tar.bz2 |
PR python/10753:
* gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
directory.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6c39494..1bdc380 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 4373822..73779a7 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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. |