[Lldb-commits] [lldb] r251091 - Upstreaming the apple internal changes that accumulated during the

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 23 18:57:21 PDT 2015


Yeah, sorry for not getting to this earlier.  Dawn fixed the issue in r251172; Xcode 7.2 was needed to build it.


> On Oct 23, 2015, at 11:59 AM, Adrian Prantl <aprantl at apple.com> wrote:
> 
> Hi Jason,
> 
> It looks like this might have broken the lldb builder on lab.llvm.org:
> 
> http://lab.llvm.org:8080/green/job/lldb_build_test/13571/consoleFull#131781548749ba4694-19c4-4d7e-bec5-911270d8a58c
> 
> -- adrian
> 
>> On Oct 22, 2015, at 7:49 PM, Jason Molenda via lldb-commits <lldb-commits at lists.llvm.org> wrote:
>> 
>> Author: jmolenda
>> Date: Thu Oct 22 21:49:51 2015
>> New Revision: 251091
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=251091&view=rev
>> Log:
>> Upstreaming the apple internal changes that accumulated during the
>> previous release.  Most of the diffs are duplication in the xcode
>> project file caused by adding a "debugserver-mini" target.  Jim
>> Ingham added support for a new SPI needed to request app launches
>> on iOS.  Greg Clayton added code to indicate the platform of the
>> binary (macosx, ios, watchos, tvos) based on Mach-O load commands.
>> Jason Molenda added code so debugserver will identify when it is
>> running on a tvos/watchos device to lldb.
>> 
>> Modified:
>>   lldb/trunk/tools/debugserver/debugserver.xcodeproj/project.pbxproj
>>   lldb/trunk/tools/debugserver/source/DNB.cpp
>>   lldb/trunk/tools/debugserver/source/DNBDefs.h
>>   lldb/trunk/tools/debugserver/source/DNBError.cpp
>>   lldb/trunk/tools/debugserver/source/DNBError.h
>>   lldb/trunk/tools/debugserver/source/MacOSX/MachProcess.h
>>   lldb/trunk/tools/debugserver/source/MacOSX/MachProcess.mm
>>   lldb/trunk/tools/debugserver/source/RNBRemote.cpp
>>   lldb/trunk/tools/debugserver/source/com.apple.debugserver.applist.internal.plist
>>   lldb/trunk/tools/debugserver/source/com.apple.debugserver.applist.plist
>>   lldb/trunk/tools/debugserver/source/com.apple.debugserver.internal.plist
>>   lldb/trunk/tools/debugserver/source/com.apple.debugserver.plist
>>   lldb/trunk/tools/debugserver/source/com.apple.debugserver.posix.plist
>>   lldb/trunk/tools/debugserver/source/debugserver-entitlements.plist
>>   lldb/trunk/tools/debugserver/source/debugserver.cpp


More information about the lldb-commits mailing list