[Lldb-commits] [PATCH] D98619: [lldb] Use CompileUnit::ResolveSymbolContext in SymbolFileDWARF

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 22 07:32:00 PDT 2021


labath added a comment.

The backtrace was very helpful. Thanks.

I think I've found the problem and I believe it should be fixed by 10d54e2f8d <https://reviews.llvm.org/rG10d54e2f8de11e65de8a3fe7e4673ede4d2c82c2> (though I couldn't actually check right now).

The problem was (sort of) in the incorrect reduction in the test input, which that patch should fix. That said, the incorrect input still should not have caused a crash...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98619/new/

https://reviews.llvm.org/D98619



More information about the lldb-commits mailing list