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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CONFIRMED
           Assignee|[email protected]     |[email protected]

--- Comment #3 from [email protected] ---
In DWARF v4 there seem to be two separate problems. One is that the call stack
reconstruction fails -- we don't find the "fake_main" frame. This is probably
due to a missing support for some of the GNU extension attributes, and I'm
guessing that fixing that will make the value come out right.

The second problem is that we display a bogus value in the case when the call
stack is incomplete.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to