[lldb-dev] [Bug 16808] New: lldb does not call the correct virtual function for an object for icc 13.1.2, 14.0 beta

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Aug 6 10:26:22 PDT 2013


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

            Bug ID: 16808
           Summary: lldb does not call the correct virtual function for an
                    object for icc 13.1.2, 14.0 beta
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: matt.kopec at intel.com
    Classification: Unclassified

In test/lang/cpp/virtual, expression evaluation does not call the correct
virtual function. In fact, I'm not sure what it is calling:

Expected:
(lldb) expression b_as_A->a()
(const char *) $0 = 0x0000000000401532 "virtual const char *B::a()"

Actual:
(lldb) expression b_as_A->a()
(const char *) $0 = 0x0000000000602260 "D\f@"

-- 
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/20130806/128f2977/attachment.html>


More information about the lldb-dev mailing list