llvm-project/lldb/unittests/Expression
Philip Pfaffe c08d3b08f6 [lldb] Allow plugins to extend DWARF expression parsing for vendor extensions
Parsing DWARF expressions currently does not support DW_OPs that are vendor
extensions. With this change expression parsing calls into SymbolFileDWARF for
unknown opcodes, which is the semantically "closest" plugin that we have right
now. Plugins can then extend SymbolFileDWARF to add support for vendor
extensions.

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D137247
2022-11-22 14:38:07 +00:00
..
CMakeLists.txt Support dereferencing a DWARF scalar stack value 2021-02-12 16:12:32 -08:00
ClangExpressionDeclMapTest.cpp Make CompilerType safe 2022-11-16 15:51:26 -08:00
ClangParserTest.cpp [clang] Only use major version in resource dir 2022-11-10 15:02:03 +01:00
CppModuleConfigurationTest.cpp [llvm][lldb] Remove unused SmallVectorMemoryBuffer.h includes 2021-12-09 11:32:13 +01:00
DWARFExpressionTest.cpp [lldb] Allow plugins to extend DWARF expression parsing for vendor extensions 2022-11-22 14:38:07 +00:00
DiagnosticManagerTest.cpp