[Lldb-commits] [lldb] Add logs for SymbolFileDWARF::FindTypes (PR #106030)
Dmitrii Galimzianov via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 26 16:36:43 PDT 2024
================
@@ -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] {
----------------
DmT021 wrote:
Alright, I added "(simplified as <simplified_name>)" to the end of the message, but if you prefer some other format let me know
https://github.com/llvm/llvm-project/pull/106030
More information about the lldb-commits
mailing list