This patch adds support for printing global static const variables which are given a DW_AT_const_value DWARF tag by clang.
Fix for bug https://llvm.org/bugs/show_bug.cgi?id=25653
Paths
| Differential D15576
Inspect global static const variables ClosedPublic Authored by EwanCrawford on Dec 16 2015, 9:33 AM.
Details Summary This patch adds support for printing global static const variables which are given a DW_AT_const_value DWARF tag by clang. Fix for bug https://llvm.org/bugs/show_bug.cgi?id=25653
Diff Detail
Event TimelineEwanCrawford updated this object. This revision is now accepted and ready to land.Dec 16 2015, 10:18 AM tberghammer edited edge metadata. Comment ActionsLGTM (next time please upload the diff with full context) Closed by commit rL255887: Inspect DW_AT_const_value global static const variables (authored by EwanCrawford). · Explain WhyDec 17 2015, 4:03 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 43119 lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py
lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/main.c
lldb/trunk/source/Core/ValueObject.cpp
lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
|