commit | 72df4c816f8a2c6dfb76988ccceee28e28bbaa3d | [log] [tgz] |
---|---|---|
author | Hannes Domani <ssbssa@yahoo.de> | Wed Jan 05 16:37:28 2022 +0100 |
committer | Hannes Domani <ssbssa@yahoo.de> | Wed Jan 05 18:35:20 2022 +0100 |
tree | 7c324063d00528fb1d8771be972887adc42c6649 | |
parent | 63a8c05f09703cb30ca7e87e6bacf569ec6a472d [diff] |
Fix inferior_thread attribute in new_thread event Commit 72ee03ff58 fixed a use-after-move bug in add_thread_object, but it changed the inferior_thread attribute to contain the inferior instead of the actual thread. This now uses the thread_obj in its new location instead. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=28429