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

lab...@google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CONFIRMED
           Assignee|lldb-dev@lists.llvm.org     |lab...@google.com

--- Comment #3 from lab...@google.com ---
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
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to