[llvm-bugs] [Bug 37658] New: LLDB does not correctly handle frames other than frame 0 on Windows

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jun 1 16:20:51 PDT 2018


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

            Bug ID: 37658
           Summary: LLDB does not correctly handle frames other than frame
                    0 on Windows
           Product: lldb
           Version: 6.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: stilis at microsoft.com
                CC: llvm-bugs at lists.llvm.org

There are a couple of related bugs already filed:

https://bugs.llvm.org/show_bug.cgi?id=37495 is for register read specifically
https://bugs.llvm.org/show_bug.cgi?id=26265 is for evaluating arguments

But this is not the extent of the issue. Even the number of the frames that
LLDB reports is not always correct. For example, the test TestGuessLanguage.py
tries to access a frame that is not frame 0 and it gets an index of range
exception.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180601/908615a2/attachment.html>


More information about the llvm-bugs mailing list