[Lldb-commits] [lldb] r294019 - Push down more common code into PlatformPOSIX

Geoff Berry via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 3 13:59:04 PST 2017


Hans,

Sorry for the confusion, but this isn't the change I was referring to.  
I included the phabricator review numbers in my original message, not 
svn commit numbers.


On 2/3/2017 4:54 PM, Hans Wennborg wrote:
> Geoff asked for this to be merged to 4.0. It looks like a nice change,
> but I'm a little hesitant since it doesn't look like it's fixing a
> regression. Pavel, what do you think?
>
> On Fri, Feb 3, 2017 at 9:42 AM, Pavel Labath via lldb-commits
> <lldb-commits at lists.llvm.org> wrote:
>> Author: labath
>> Date: Fri Feb  3 11:42:04 2017
>> New Revision: 294019
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=294019&view=rev
>> Log:
>> Push down more common code into PlatformPOSIX
>>
>> Summary:
>> - GetFileWithUUID: All platforms except PlatformDarwin had this.
>> However, I see no reason why this code would not apply there as well.
>>
>> - GetProcessInfo, FindProcesses: The implementation was the same in all classes.
>>
>> - GetFullNameForDylib: This code should apply to all non-darwin
>> platforms. I've kept the PlatformDarwin override as the situation is
>> different there.
>>
>> Reviewers: clayborg, krytarowski, emaste
>>
>> Subscribers: lldb-commits
>>
>> Differential Revision: https://reviews.llvm.org/D29496

-- 
Geoff Berry
Employee of Qualcomm Datacenter Technologies, Inc.
  Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc.  Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.



More information about the lldb-commits mailing list