[lldb-dev] [Bug 15302] New: LLDB does not print 'anonymous namespace' prefix for variable names (if inferior built with GCC on Linux)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Feb 19 11:46:22 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=15302

            Bug ID: 15302
           Summary: LLDB does not print 'anonymous namespace' prefix for
                    variable names (if inferior built with GCC on Linux)
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: daniel.malea at intel.com
    Classification: Unclassified

Created attachment 10041
  --> http://llvm.org/bugs/attachment.cgi?id=10041&action=edit
dump of DWARF generated by clang (passes test)

TestNamespace.py is failing with GCC. The DWARF output by GCC looks correct in
that it contains a DW_TAG_namespace node, although it is not identical to what
Clang outputs.

Attaching dumps both clang and gcc emitted dwarf for comparison.

To reproduce this failure, run:

python dotest.py -C gcc lang/cpp/namespace

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20130219/1dd6a95d/attachment.html>


More information about the lldb-dev mailing list