[Lldb-commits] [PATCH] D62008: DWARF: Introduce DWARFTypeUnit class
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon May 20 10:01:03 PDT 2019
aprantl added inline comments.
================
Comment at: lit/SymbolFile/DWARF/debug-types-expressions.test:28
+# CHECK-LABEL: print ns::A()
+# CHECK: (ns::A) $1 = (i = 147)
----------------
[This is more a meta-point and I don't care very strongly about it]
For a test of the DWARF parser, is it necessary to actually attach to a running process, or could we statically inspect the types of, e.g., global variables with `target var` or something?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62008/new/
https://reviews.llvm.org/D62008
More information about the lldb-commits
mailing list