diff options
author | Tom Tromey <tromey@redhat.com> | 2010-07-30 20:46:34 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-07-30 20:46:34 +0000 |
commit | c2bbed2a5ab3c5c5950ef192f9be610a11aaa367 (patch) | |
tree | dcca4676b08659c53366f8255dbbfdf858130b1f /gdb/doc | |
parent | c98ee71b7c85789e04d078b51582abb90bb20680 (diff) | |
download | gdb-c2bbed2a5ab3c5c5950ef192f9be610a11aaa367.zip gdb-c2bbed2a5ab3c5c5950ef192f9be610a11aaa367.tar.gz gdb-c2bbed2a5ab3c5c5950ef192f9be610a11aaa367.tar.bz2 |
gdb
* Makefile.in (install-only): Install gdb-add-index.
* gdb-add-index.sh: New file.
gdb/doc
* gdb.texinfo (Index Files): Mention gdb-add-index.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 9a2b972..6253af4 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2010-07-30 Tom Tromey <tromey@redhat.com> + + * gdb.texinfo (Index Files): Mention gdb-add-index. + 2010-07-30 Hui Zhu <teawater@gmail.com> * gdb.texinfo (Inferiors and Programs): Update the introduce of diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 8630820..b49b53e 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -15244,6 +15244,15 @@ There are currently some limitation on indices. They only work when for DWARF debugging information, not stabs. And, they do not currently work for programs using Ada. +@pindex gdb-add-index +@value{GDBN} comes with a program, @command{gdb-add-index}, which can +be used to add the index to a symbol file. It takes the symbol file +as its only argument: + +@smallexample +$ gdb-add-index symfile +@end smallexample + @node Symbol Errors @section Errors Reading Symbol Files |