llvm-project/lldb/unittests/TestingSupport/Symbol
Xing GUO 92874d2866 [DWARFYAML] Refactor emitDebugInfo() to make the length be inferred.
This patch refactors `emitDebugInfo()` to make the length field be
inferred from its content. Besides, the `Visitor` class is removed in
this patch. The original `Visitor` class helps us determine an
appropriate length and emit the .debug_info section. These two
processes can be merged into one process. Besides, the length field
should be inferred when it's missing rather than when it's zero.

Reviewed By: jhenderson, labath

Differential Revision: https://reviews.llvm.org/D84008
2020-07-23 23:00:19 +08:00
..
CMakeLists.txt Re-land "[lldb] [testsuite] generalize `DWARFASTParserClangTests` based on `DWARFExpressionTest`'s YAML" 2020-02-04 13:59:29 -08:00
ClangTestUtils.h Preserve the owning module information from DWARF in the synthesized AST 2020-04-09 11:09:44 -07:00
YAMLModuleTester.cpp [DWARFYAML] Refactor emitDebugInfo() to make the length be inferred. 2020-07-23 23:00:19 +08:00
YAMLModuleTester.h Add a getter to retrieve the XcodeSDK from Module and unit-test it. (NFC) 2020-04-24 17:00:34 -07:00