See issue 54761.
It looks like Google Chrome's symbols contain some member functions whose this pointer type is missing, which causes a nullptr access and a crash. This patch makes lldb tolerant of this problem by avoiding the nullptr access.
Details
Details
- Reviewers
labath jasonmolenda shafik
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This is not a good fix for the crash. A better fix is in https://reviews.llvm.org/D124370.