Update "save gdb-index" documentation
This updates the "save gdb-index" documentation to reflect the new state of Ada support. It also corrects an existing grammatical error. gdb/doc/ChangeLog 2019-09-10 Tom Tromey <tromey@adacore.com> * gdb.texinfo (Index Files): Update Ada text.
This commit is contained in:
parent
8a51616424
commit
2d60161648
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2019-09-10 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
* gdb.texinfo (Index Files): Update Ada text.
|
||||
|
||||
2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
|
||||
|
||||
* gdb.texinfo (Symbols): Add information about the -n flag to
|
||||
|
|
|
@ -20936,8 +20936,8 @@ $ gdb -iex "set use-deprecated-index-sections on" <program>
|
|||
@end smallexample
|
||||
|
||||
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.
|
||||
using DWARF debugging information, not stabs. And, only the
|
||||
@code{-dwarf-5} index works for programs using Ada.
|
||||
|
||||
@subsection Automatic symbol index cache
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue