https://bugs.llvm.org/show_bug.cgi?id=35310

            Bug ID: 35310
           Summary: lldb doesn't appear to use abi_tag when resolving
                    names
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev@lists.llvm.org
          Reporter: nelh...@nelhage.com
                CC: llvm-b...@lists.llvm.org

Created attachment 19423
  --> https://bugs.llvm.org/attachment.cgi?id=19423&action=edit
minimal abi_tag test case for lldb

When debugging a C++ program that uses `__attribute__((abi_tag))`, lldb doesn't
seem to be able to look up symbols that have an ABI tag when evaluating
`expression` commands. This manifest most obviously when debugging code linked
against libstdc++, but we can also reproduce with a minimal example without the
STL, 

-------8<-- test.cc --8<------

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to