[Lldb-commits] [PATCH] D114288: [NFC] Refactor symbol table parsing.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 9 13:44:30 PDT 2022


clayborg added a comment.

In D114288#3781084 <https://reviews.llvm.org/D114288#3781084>, @kastiglione wrote:

> @clayborg friendly ping

Do you have an repro case that will show this issue? I would need to debug it. The main issue is ObjectFileJIT::ParseSymtab() is doing global lookups when it is creating it's own symbol table, which causes the deadlock


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114288



More information about the lldb-commits mailing list