http://llvm.org/bugs/show_bug.cgi?id=14600
Bug #: 14600
Summary: Convenience registers are not supported on Linux
Product: lldb
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
AssignedTo: lldb-dev@cs.uiuc.edu
ReportedBy: andrew.kaylor@intel.com
Classification: Unclassified
LLDB does not support convenience registers (eax, ax, ah, etc.) on Linux.
Commands such as 'register read -a' do not display these registers and commands
such as 'register read eax' do not recognize these registers.