llvm-project/lldb/unittests/Expression
Andy Yankovsky 5c39c31a99 [lldb] Handle jumping to the end in DW_OP_skip/DW_OP_bra
DW_OP_skip/DW_OP_bra can move offset to the end of the data, which means that this was the last instruction to execute and the interpreter should terminate.

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D130285
2022-07-22 09:22:40 +00:00
..
CMakeLists.txt Support dereferencing a DWARF scalar stack value 2021-02-12 16:12:32 -08:00
ClangExpressionDeclMapTest.cpp
ClangParserTest.cpp fix lldb test on lib64 systems 2020-08-03 11:19:07 +02:00
CppModuleConfigurationTest.cpp [llvm][lldb] Remove unused SmallVectorMemoryBuffer.h includes 2021-12-09 11:32:13 +01:00
DWARFExpressionTest.cpp [lldb] Handle jumping to the end in DW_OP_skip/DW_OP_bra 2022-07-22 09:22:40 +00:00
DiagnosticManagerTest.cpp