Update documentation for Ada .gdb_index
.gdb_index now supports Ada, so update the documentation to reflect this. gdb/doc/ChangeLog 2020-06-11 Tom Tromey <tromey@adacore.com> * gdb.texinfo (Index Files): Reword. Remove Ada limitation.
This commit is contained in:
parent
2b4e6a3f4b
commit
914592f9ff
@ -1,3 +1,7 @@
|
||||
2020-06-11 Tom Tromey <tromey@adacore.com>
|
||||
|
||||
* gdb.texinfo (Index Files): Reword. Remove Ada limitation.
|
||||
|
||||
2020-06-10 Jonny Grant <jg@jguk.org>
|
||||
|
||||
* gdb.texinfo: Remove broken links Previous and Up from
|
||||
|
@ -21286,9 +21286,7 @@ Instead you must do, for example,
|
||||
$ gdb -iex "set use-deprecated-index-sections on" <program>
|
||||
@end smallexample
|
||||
|
||||
There are currently some limitation on indices. They only work when
|
||||
using DWARF debugging information, not stabs. And, only the
|
||||
@code{-dwarf-5} index works for programs using Ada.
|
||||
Indices only work when using DWARF debugging information, not stabs.
|
||||
|
||||
@subsection Automatic symbol index cache
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user