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@lists.llvm.org
Reporter stilis@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.