================
@@ -2779,7 +2788,19 @@ void SymbolFileDWARF::FindTypes(const TypeQuery &query,
TypeResults &results) {
return !results.Done(query); // Keep iterating if we aren't done.
});
- if (results.Done(query))
+ auto CheckIsDoneAndLog = [&results, &query, log, type_basename, this] {
----------------
Michael137 wrote:
And for the one in the `-gsimple-template-names` block, it might be worth
adding an something in the log that we found it during the
simple-template-names (i.e., stripped template args) lookup
https://github.com/llvm/llvm-project/pull/106030
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits