diff options
author | Tom Tromey <tromey@adacore.com> | 2020-06-11 09:45:51 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2020-06-11 11:24:48 -0600 |
commit | 914592f9ff054c71bd1c8f0e352812ae20b699cb (patch) | |
tree | d2deb3adb528f4358a0481ff38812878bf2ec599 /gdb/doc | |
parent | 2b4e6a3f4b66284556254f548716c7b21b93524a (diff) | |
download | gdb-914592f9ff054c71bd1c8f0e352812ae20b699cb.zip gdb-914592f9ff054c71bd1c8f0e352812ae20b699cb.tar.gz gdb-914592f9ff054c71bd1c8f0e352812ae20b699cb.tar.bz2 |
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.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b3fb16f..1cb43f7 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index d90c33d..59e3e75 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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 |