[v2,0/4] Fix regression in new DWARF reader

Message ID 20230110183338.2623088-1-tromey@adacore.com
Headers
Series Fix regression in new DWARF reader |

Message

Tom Tromey Jan. 10, 2023, 6:33 p.m. UTC
  Here's v2 of the series to fix a regression introduced by the new
DWARF reader.

v1 was here:

    https://sourceware.org/pipermail/gdb-patches/2022-December/194795.html

In this version, I added some unit tests in patch #1 to try to
demonstrate that patch #2 is safe.  Because parallel_for_each is now
so complicated, this turns out to be non-obvious, and in fact I found
another bug (not affecting patch #2 -- the bug was that an empty task
could still be submitted -- but an empty task does not yield an empty
result) in it while working on this.

Let me know what you think.  This is blocking GDB 13.

Tom