<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Register commands fail to retrieve all registers on Windows"
   href="https://bugs.llvm.org/show_bug.cgi?id=37683">37683</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Register commands fail to retrieve all registers on Windows
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.0
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>stilis@microsoft.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>This is true even for frame 0. The tests covered by TestRegisters.py all fail
except for test_register_commands which only tests very basic register
information.

Any of the commands that try to retrieve eax, for example, fail to do so.

For example, register read -a should retrieve registers such as eax, but this
is what we get during test execution:

AssertionError: False is not True : 'register read -a' returns expected result,
got 'General Purpose Registers:
       rax = 0x0000018E33F86E60
       rbx = 0x00007FF66B5E9974
       rcx = 0x0000000000000001
       rdx = 0x0000018E33F83370
       rdi = 0x0000018E33F83370
       rsi = 0x0000000000000000
       rbp = 0x0000000000000000
       rsp = 0x000000297830FDF0
        r8 = 0x0000018E33F86E60
        r9 = 0x000000297830FE08
       r10 = 0x0000000000004CC4
       r11 = 0x0000000000000246
       r12 = 0x0000000000000000
       r13 = 0x0000000000000000
       r14 = 0x0000000000000000
       r15 = 0x0000000000000000
       rip = 0x00007FF66B541023  a.out`main + 35 at main.cpp:20
    eflags =
0b0000000000000000000000000000000000000000000000000000001000000110'</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>