[Lldb-commits] [PATCH] D20357: [LLDB][MIPS] Fix FPU Size Based on Dynamic FR (Merge Request)

Nitesh Jain via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 8 23:08:09 PDT 2016


Thanks Hans.

-----Original Message-----
From: hwennborg at google.com [mailto:hwennborg at google.com] On Behalf Of Hans Wennborg
Sent: 09 August 2016 01:58
To: Greg Clayton
Cc: Nitesh Jain; Jaydeep Patil; Bhushan Attarde; lldb-commits at lists.llvm.org
Subject: Re: [PATCH] D20357: [LLDB][MIPS] Fix FPU Size Based on Dynamic FR (Merge Request)

Thanks! Merged in r278046.

On Mon, Aug 8, 2016 at 10:25 AM, Greg Clayton <clayborg at gmail.com> wrote:
> I am fine with this going in, but this fix is for MIPS only.
>
>
>> On Aug 2, 2016, at 8:47 AM, Hans Wennborg <hans at chromium.org> wrote:
>>
>> Looks like a pretty big change to merge at this stage.
>>
>> I'll let Clayton decide.
>>
>> Thanks,
>> Hans
>>
>> On Mon, Aug 1, 2016 at 11:25 PM, Nitesh Jain <Nitesh.Jain at imgtec.com> wrote:
>>> Hi Hans,
>>>
>>> Could you please add this to the LLDB 3.9 release branch ?
>>>
>>> Thanks & regards,
>>> Nitesh Jain
>>>
>>>
>>> -----Original Message-----
>>> From: Nitesh Jain
>>> Sent: 01 August 2016 19:24
>>> To: Nitesh Jain; jingham at apple.com; clayborg at gmail.com
>>> Cc: emaste at freebsd.org; nemanja.i.ibm at gmail.com; labath at google.com; 
>>> lldb-commits at lists.llvm.org; Simon Dardis; Mohit Bhakkad; Sagar 
>>> Thakur; Bhushan Attarde; Jaydeep Patil
>>> Subject: Re: [PATCH] D20357: [LLDB][MIPS] Fix FPU Size Based on 
>>> Dynamic FR
>>>
>>> This revision was automatically updated to reflect the committed changes.
>>> Closed by commit rL277343: [LLVM][MIPS] Fix FPU Size Based on Dynamic FR. (authored by nitesh.jain).
>>>
>>> Changed prior to commit:
>>>  https://reviews.llvm.org/D20357?vs=65923&id=66314#toc
>>>
>>> Repository:
>>>  rL LLVM
>>>
>>> https://reviews.llvm.org/D20357
>>>
>>> Files:
>>>  lldb/trunk/include/lldb/Target/RegisterContext.h
>>>  lldb/trunk/include/lldb/lldb-private-types.h
>>>  lldb/trunk/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
>>>  lldb/trunk/source/Plugins/Process/Utility/DynamicRegisterInfo.h
>>>  
>>> lldb/trunk/source/Plugins/Process/Utility/RegisterContextDarwin_arm.
>>> cpp  
>>> lldb/trunk/source/Plugins/Process/Utility/RegisterContextDarwin_arm6
>>> 4.cpp  
>>> lldb/trunk/source/Plugins/Process/Utility/RegisterContextFreeBSD_arm
>>> .cpp  
>>> lldb/trunk/source/Plugins/Process/Utility/RegisterContextFreeBSD_arm
>>> 64.cpp  
>>> lldb/trunk/source/Plugins/Process/Utility/RegisterContextLinux_arm.c
>>> pp  
>>> lldb/trunk/source/Plugins/Process/Utility/RegisterContextLinux_arm64
>>> .cpp  lldb/trunk/source/Plugins/Process/Utility/RegisterInfos_arm.h
>>>  lldb/trunk/source/Plugins/Process/Utility/RegisterInfos_arm64.h
>>>  lldb/trunk/source/Plugins/Process/Utility/RegisterInfos_i386.h
>>>  lldb/trunk/source/Plugins/Process/Utility/RegisterInfos_mips.h
>>>  lldb/trunk/source/Plugins/Process/Utility/RegisterInfos_mips64.h
>>>  lldb/trunk/source/Plugins/Process/Utility/RegisterInfos_powerpc.h
>>>  lldb/trunk/source/Plugins/Process/Utility/RegisterInfos_s390x.h
>>>  lldb/trunk/source/Plugins/Process/Utility/RegisterInfos_x86_64.h
>>>  
>>> lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationS
>>> erverLLGS.cpp  
>>> lldb/trunk/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContex
>>> t.cpp  
>>> lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
>>>  lldb/trunk/source/Target/RegisterContext.cpp
>>>
>


More information about the lldb-commits mailing list