CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2021/02/13 14:33:54

Modified files:
        gnu/llvm/lldb/source/Plugins/Process/OpenBSD: 
                                                      
NativeRegisterContextOpenBSD_x86_64.cpp 
                                                      
NativeRegisterContextOpenBSD_x86_64.h 
                                                      NativeThreadOpenBSD.cpp 
                                                      NativeThreadOpenBSD.h 

Log message:
Cleanup lldb amd64 support.

- Remove watchpoint support since we do not support hardware watchpoints.

- Support floating point regsisters in the ReadAll/WriteAll interface.

- Standardize the sizes used in GerGPRSize() and GetFPRSize() to correspond
to the sizes we get from ptrace.

- Fix the r/w of the mmx registers to map onto the st fp registers instead
of xmm registers.

- Normalize some variable names to be architecture neutral.

ok patrick@

Reply via email to