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-...@lists.llvm.org
          Reporter: sti...@microsoft.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to