aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-03-06 23:19:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-03-06 23:19:42 +0000
commit0749ef5de444f1a4b8d014cc0113b10cb915ab6f (patch)
tree9fe75f11d02f664204bdff677304295161575c89
parent5539b2f17d5bdb052bd4580ab900781fb6fcaeba (diff)
parentcd7d92a2dcf86755f010be29adab6fa5c934936d (diff)
downloadndk-0749ef5de444f1a4b8d014cc0113b10cb915ab6f.tar.gz
Merge "Document the gdb-8.3 fix."
-rw-r--r--docs/changelogs/Changelog-r21.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/changelogs/Changelog-r21.md b/docs/changelogs/Changelog-r21.md
index aba540077..35a325c66 100644
--- a/docs/changelogs/Changelog-r21.md
+++ b/docs/changelogs/Changelog-r21.md
@@ -53,6 +53,15 @@ For Android Studio issues, follow the docs on the [Android Studio site].
[Build System Maintainers Guide]: https://android.googlesource.com/platform/ndk/+/master/docs/BuildSystemMaintainers.md
+## r21b
+
+ * Fixed debugging processes containing Java with gdb. Cherrypicked
+ "gdb: Don't fault for 'maint print psymbols' when using an index", which
+ fixes a bug that caused gdb to fail when debugging a process with Java.
+ Pure C/C++ executables were fine, but this effectively broke all app
+ debugging. The error from gdb that confirms you were affected by this was
+ `gdb-8.3/gdb/psymtab.c:316: internal-error: sect_index_text not initialized`.
+
## Changes
* Updated Clang and LLD to r365631.