[lldb-dev] [Bug 22933] New: lldb.utils.symbolication always resolve to the next line

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 17 04:37:14 PDT 2015


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

            Bug ID: 22933
           Summary: lldb.utils.symbolication always resolve to the next
                    line
           Product: lldb
           Version: 3.2
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: shore.cloud at gmail.com
    Classification: Unclassified

For example:

lldb.utils.symbolication result:

     0x0000000000d2e58b `GameScene::onEnter() + 59 at GameScene.cpp:730

while the malloc_history command line utility returns:

 GameScene::onEnter()  (in xxx) + 59  [0xd2e58b]  GameScene.cpp:728


The target address is 0xd2e58b, but it resolves to line 730 in
lldb.utils.symbolication, which is different from malloc_history's line 728.

-- 
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/20150317/8636be6b/attachment.html>


More information about the lldb-dev mailing list