Usually PDB files have a string table (aka: Named Stream "/names" ). PDB for
some windows system libraries might not have that. This adds the check for it to
avoid crash in the absence of string table.
Details
Details
- Reviewers
labath - Commits
- rG960126e04a6f: [LLDB][NativePDB] Check string table in PDB files.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo