<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/lldb/tools/debugserver/debugserver.xcodeproj, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2018-12-18T22:21:48+00:00</updated>
<entry>
<title>Un-conditionalize use of libcompression.  debugserver only builds</title>
<updated>2018-12-18T22:21:48+00:00</updated>
<author>
<name>Jason Molenda</name>
<email>jmolenda@apple.com</email>
</author>
<published>2018-12-18T22:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=681f6c2f552fb9b57380f4bfd453e1fc9b6a099e'/>
<id>urn:sha1:681f6c2f552fb9b57380f4bfd453e1fc9b6a099e</id>
<content type='text'>
on Darwin systems and libcompression has been in the OS for over
three years. 

Remove use of / linking to zlib.  We'll always have libcompression
available now.

Create a scratch buffer via compression_encode_scratch_buffer_size()
and use it in calls to compression_encode_buffer() to avoid 
compression_encode_buffer having to malloc &amp; free a scratch buffer
on each call.  

Tested by forcing compression to be enabled on macos native (normally
only enabled on iOS et al devices), running the testsuite.

&lt;rdar://problem/41601084&gt;

llvm-svn: 349553
</content>
</entry>
<entry>
<title>Sort the files in the PBXBuildFile and PBXFileReference sections</title>
<updated>2018-06-15T23:32:37+00:00</updated>
<author>
<name>Jason Molenda</name>
<email>jmolenda@apple.com</email>
</author>
<published>2018-06-15T23:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=94405ddb95df905980203770a760430fa62dc97d'/>
<id>urn:sha1:94405ddb95df905980203770a760430fa62dc97d</id>
<content type='text'>
of debugserver's xcode project file to reduce automerger issues
with the github swift repository of lldb where the order of these
entries has drifted significantly over the years.

llvm-svn: 334873
</content>
</entry>
<entry>
<title>Add an entitlement to debugserver</title>
<updated>2018-06-14T21:17:59+00:00</updated>
<author>
<name>Frederic Riss</name>
<email>friss@apple.com</email>
</author>
<published>2018-06-14T21:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=2153c42358ac1b30d3b9ca97c38b747b9a819585'/>
<id>urn:sha1:2153c42358ac1b30d3b9ca97c38b747b9a819585</id>
<content type='text'>
On macOS 10.14, debugserver needs to have an entitlement do be
allowed to debug processes. Adding this to both the Xcode and
cmake build system. This shouldn't have any impact on previous
OSs.

llvm-svn: 334772
</content>
</entry>
<entry>
<title>Rename remotectl_com.apple.internal.xpc.remote.debugserver.plist</title>
<updated>2018-03-19T23:07:31+00:00</updated>
<author>
<name>Jason Molenda</name>
<email>jmolenda@apple.com</email>
</author>
<published>2018-03-19T23:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=f92817ab2388e9edac2848154031addd3d344fb5'/>
<id>urn:sha1:f92817ab2388e9edac2848154031addd3d344fb5</id>
<content type='text'>
to com.apple.internal.xpc.remote.debugserver.plist, not sure where
that remotectl_ prefix came from.

&lt;rdar://problem/36751222&gt; 

llvm-svn: 327922
</content>
</entry>
<entry>
<title>I didn't see that SocketAddress.cpp was already being pulled</title>
<updated>2018-03-19T22:55:19+00:00</updated>
<author>
<name>Jason Molenda</name>
<email>jmolenda@apple.com</email>
</author>
<published>2018-03-19T22:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=695b211ce6430348c4b24c2921fe31a6075190b8'/>
<id>urn:sha1:695b211ce6430348c4b24c2921fe31a6075190b8</id>
<content type='text'>
in to debugserver; my re-addition resulted in duplicated
symbols.  Remove my added SocketAddress.cpp, and change the
original one to also be included for the debugserver-mini target.

llvm-svn: 327918
</content>
</entry>
<entry>
<title>Add the ios-mini target to the top-level xcodeproj, which builds</title>
<updated>2018-03-19T22:04:45+00:00</updated>
<author>
<name>Jason Molenda</name>
<email>jmolenda@apple.com</email>
</author>
<published>2018-03-19T22:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=cd063214b09e4f06a2bdab7011fff3ebd444332f'/>
<id>urn:sha1:cd063214b09e4f06a2bdab7011fff3ebd444332f</id>
<content type='text'>
the debugserver-mini target in debugserver.  Add a new plist
which needs to be installed for debugserver-mini.
&lt;rdar://problem/36751222&gt; 

llvm-svn: 327915
</content>
</entry>
<entry>
<title>I added CFLAGS etc to one part of the project file I should not have.</title>
<updated>2018-03-09T01:43:18+00:00</updated>
<author>
<name>Jason Molenda</name>
<email>jmolenda@apple.com</email>
</author>
<published>2018-03-09T01:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=250524f7ed760e6c1c844ad1f1f80d6e1aaee444'/>
<id>urn:sha1:250524f7ed760e6c1c844ad1f1f80d6e1aaee444</id>
<content type='text'>
llvm-svn: 327097
</content>
</entry>
<entry>
<title>More cleanups of debugserver project file and the libpmenergy/libpmsample</title>
<updated>2018-03-09T01:37:37+00:00</updated>
<author>
<name>Jason Molenda</name>
<email>jmolenda@apple.com</email>
</author>
<published>2018-03-09T01:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4b7ea1f33cc7efdd4b8223d079eec81671d18326'/>
<id>urn:sha1:4b7ea1f33cc7efdd4b8223d079eec81671d18326</id>
<content type='text'>
stuff.  Activate it when an internal SDK is selected.  Update the name of
the LDFLAGS to match the rest of the settings.  Update the default arch for 
ios builds.

llvm-svn: 327095
</content>
</entry>
<entry>
<title>Remove unneeded per-arch sdk specifications from debugserver xcode project file.</title>
<updated>2018-03-09T00:32:56+00:00</updated>
<author>
<name>Jason Molenda</name>
<email>jmolenda@apple.com</email>
</author>
<published>2018-03-09T00:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=fc7321197e549e00c6c851cc82f0b8000d73ff9b'/>
<id>urn:sha1:fc7321197e549e00c6c851cc82f0b8000d73ff9b</id>
<content type='text'>
llvm-svn: 327088
</content>
</entry>
<entry>
<title>Remove the explicit dependency on libpmenergy and libpmsample.</title>
<updated>2018-03-09T00:28:51+00:00</updated>
<author>
<name>Jason Molenda</name>
<email>jmolenda@apple.com</email>
</author>
<published>2018-03-09T00:28:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c13a14ac2673241878321d16f30be8286460d2a1'/>
<id>urn:sha1:c13a14ac2673241878321d16f30be8286460d2a1</id>
<content type='text'>
llvm-svn: 327087
</content>
</entry>
</feed>
