http://llvm.org/bugs/show_bug.cgi?id=18200

            Bug ID: 18200
           Summary: 16-bit convenience register expression failed in
                    FreeBSD testcase
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

TestRegisters.py test_convenience_registers_16bit_with_process_attach

runCmd: register read eax                                                       
output:      eax = 0x00000004                                                   


runCmd: expr -- $ax == (($ah << 8) | $al)                                       
runCmd failed!                                                                  
error: Couldn't materialize struct: couldn't read the value of register ax      
Errored out in Execute, couldn't PrepareToExecuteJITExpression

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to