[PATCH][gdb/symtab] Fix data race in cooked_index_functions::expand_symtabs_matching

Tom Tromey tom@tromey.com
Thu Jul 14 17:32:45 GMT 2022


>>>>> "Tom" == Tom de Vries via Gdb-patches <gdb-patches@sourceware.org> writes:

Tom> +  void wait ()
Tom> +  {
Tom> +    for (auto &item : m_vector)
Tom> +      item->wait ();
Tom> +  }

This should have an introductory comment.

Tom


More information about the Gdb-patches mailing list