[lldb-dev] [Bug 18200] New: 16-bit convenience register expression failed in FreeBSD testcase

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Dec 10 06:05:18 PST 2013


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: lldb-dev at cs.uiuc.edu
          Reporter: emaste at freebsd.org
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20131210/3fb6598c/attachment.html>


More information about the lldb-dev mailing list