Re: [PATCHv2 0/6] gdb/tui: fix debuginfod related crash
Andrew Burgess <[email protected]> Mon, 27 Jul 2026 16:50:00 +0100
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
Andrew Burgess <[email protected]> writes: > This series is an alternative to the latest patches proposed here: > > https://inbox.sourceware.org/gdb-patches/[email protected] > > Patches #1, #2, and #3 cover changes that are not part of the above > series, I suspect these will be reasonably non-contentious. > > Patch #4 is a small refactor to support the later patches. > > Patches #5 and #6 are my take on solving the problem covered by the > above series. > > In v2: > > - Rebase to current HEAD. > > - Minor testsuite tweaks to avoid possible race condition where GDB > might not spot if the test failed. > > - Some improvements to comments and commits messages to make things > clearer. > > - Retested. I've checked this in now. Thanks, Andrew