[Lldb-commits] [PATCH] Fix issue where GPR and FPR registers have overlapping byte offsets.

Greg Clayton clayborg at gmail.com
Wed Apr 1 16:19:54 PDT 2015


No, I do this when first debugging a new Process plug-in or architecture. I wasn't sure about the assembler portability so I never checked on in.

> On Apr 1, 2015, at 3:59 PM, Chaoren Lin <chaorenl at google.com> wrote:
> 
>> I usually create assembler files that load all registers up with known
> 
>> values and then stop at a label like "stop_here" and debug the program and
> 
>> verify all registers are where they should be.
> 
> 
> Does this mean a test like that already exists for OS X?
> 
> 
> REPOSITORY
>  rL LLVM
> 
> http://reviews.llvm.org/D8685
> 
> EMAIL PREFERENCES
>  http://reviews.llvm.org/settings/panel/emailpreferences/
> 
> 





More information about the lldb-commits mailing list