[Lldb-commits] [lldb] Add logs for SymbolFileDWARF::FindTypes (PR #106030)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Sun Aug 25 23:17:00 PDT 2024


https://github.com/Michael137 approved this pull request.

I found this useful in the past, so LGTM, thanks!

We also seem to have lost the counterpart log message which tells us whether we found something or not:
```
      GetObjectFile()->GetModule()->LogMessage(
           log,
           "SymbolFileDWARF::FindTypes (sc, name=\"{0}\", parent_decl_ctx "
           "= NULL, max_matches={1}, type_list) => {2}",
           name.GetCString(), max_matches, types.GetSize());
```

Would be nice to restore that too (unless it's now logged elsewhere)

https://github.com/llvm/llvm-project/pull/106030


More information about the lldb-commits mailing list