[all-commits] [llvm/llvm-project] ebee45: [LLLDB] Adding additional check LibCppStdFunctionC...
Shafik Yaghmour via All-commits
all-commits at lists.llvm.org
Wed Apr 14 16:28:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ebee45713190d9844ef860bf491035e3dcf3a538
https://github.com/llvm/llvm-project/commit/ebee45713190d9844ef860bf491035e3dcf3a538
Author: Shafik Yaghmour <syaghmour at apple.com>
Date: 2021-04-14 (Wed, 14 Apr 2021)
Changed paths:
M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
Log Message:
-----------
[LLLDB] Adding additional check LibCppStdFunctionCallableInfo based on crash reports
We have seen several crashes in LibCppStdFunctionCallableInfo(...) but we don't have a
reproducer. The last crash pointed to last call to line_entry_helper(...) and symbol
was a nullptr. So adding a check for this case.
More information about the All-commits
mailing list