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: [email protected]
          Reporter: [email protected]
    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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to