From c2bbed2a5ab3c5c5950ef192f9be610a11aaa367 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 30 Jul 2010 20:46:34 +0000 Subject: 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. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdb.texinfo | 9 +++++++++ 2 files changed, 13 insertions(+) (limited to 'gdb/doc') 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 + + * gdb.texinfo (Index Files): Mention gdb-add-index. + 2010-07-30 Hui Zhu * 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 -- cgit v1.1