[llvm-bugs] [Bug 37495] New: LLDB shows wrong results when execute 'register read' at non-zero frame on Windows

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 17 04:54:04 PDT 2018


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

            Bug ID: 37495
           Summary: LLDB shows wrong results when execute 'register read'
                    at non-zero frame on Windows
           Product: lldb
           Version: 6.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: kenji.koyanagi at gmail.com
                CC: llvm-bugs at lists.llvm.org

Created attachment 20312
  --> https://bugs.llvm.org/attachment.cgi?id=20312&action=edit
patch for 6.0.0

The result of 'register read' command at deeper than frame #0 was same as frame
#0.
Further, 'thread return' command had no effect on current thread.

I think that the behavior is different between TargetThreadWindows and
ThreadElfCore.
These commands worked correctly when I revised TargetThreadWindows with
reference to ThreadElfCore.

-- 
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/20180517/4ed641fe/attachment.html>


More information about the llvm-bugs mailing list