Thread until was assuming that if you have debug information, you will have a function. Apparently some hand-crafted cross-library stubs can have debug information but no functions, and that was causing lldb to crash. This patch just adds a check for the function as well, and we error out if we don't have a function. The patch is sufficiently obvious I don't think it warrants the effort to make one of these odd constructs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo