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@cs.uiuc.edu
Reporter emaste@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