Skip to content

Commit

Permalink
Merge "Document the gdb-8.3 fix."
Browse files Browse the repository at this point in the history
  • Loading branch information
Treehugger Robot authored and Gerrit Code Review committed Mar 6, 2020
2 parents 5539b2f + cd7d92a commit 0749ef5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/changelogs/Changelog-r21.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0749ef5

Please sign in to comment.