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

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@cs.uiuc.edu
Reporter daniel.malea@intel.com
Classification Unclassified

Created attachment 10041 [details]
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

labath@google.com changed bug 15302

What | Removed | Added |

  • | - | - |
    Status | NEW | RESOLVED |
    CC | | labath@google.com |
    Resolution | — | FIXED |

Comment # 6 on bug 15302 from labath@google.com

Looks like the test passes now.