llvm-project/lldb/source/Expression
Med Ismail Bennani f3a7d790df
[lldb/DWARF] Fix evaluator crash when accessing empty stack.
This patch fixes a crash that happens on the DWARF expression evaluator
when trying to access the top of the stack while it's empty.

rdar://60512489

Differential Revision: https://reviews.llvm.org/D77108

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
2020-03-31 17:44:57 +02:00
..
CMakeLists.txt
DWARFExpression.cpp [lldb/DWARF] Fix evaluator crash when accessing empty stack. 2020-03-31 17:44:57 +02:00
DiagnosticManager.cpp
Expression.cpp
ExpressionVariable.cpp Internal expressions shouldn't increment the result variable numbering. 2020-03-23 13:30:37 -07:00
FunctionCaller.cpp
IRExecutionUnit.cpp
IRInterpreter.cpp
IRMemoryMap.cpp
LLVMUserExpression.cpp
Materializer.cpp Internal expressions shouldn't increment the result variable numbering. 2020-03-23 13:30:37 -07:00
REPL.cpp
UserExpression.cpp
UtilityFunction.cpp