summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj
Commit message (Expand)AuthorAgeFilesLines
* Un-conditionalize use of libcompression. debugserver only buildsJason Molenda2018-12-181-93/+2
* Sort the files in the PBXBuildFile and PBXFileReference sectionsJason Molenda2018-06-151-152/+152
* Add an entitlement to debugserverFrederic Riss2018-06-141-1/+1
* Rename remotectl_com.apple.internal.xpc.remote.debugserver.plistJason Molenda2018-03-191-4/+4
* I didn't see that SocketAddress.cpp was already being pulledJason Molenda2018-03-191-6/+2
* Add the ios-mini target to the top-level xcodeproj, which buildsJason Molenda2018-03-191-0/+8
* I added CFLAGS etc to one part of the project file I should not have.Jason Molenda2018-03-091-49/+1
* More cleanups of debugserver project file and the libpmenergy/libpmsampleJason Molenda2018-03-091-67/+132
* Remove unneeded per-arch sdk specifications from debugserver xcode project file.Jason Molenda2018-03-091-42/+0
* Remove the explicit dependency on libpmenergy and libpmsample.Jason Molenda2018-03-091-6/+2
* Fixed two more sdk inconsistencies with the pmenergy stuff.Jason Molenda2018-03-091-5/+3
* Three little cleanups in the debugserver xcode project file.Jason Molenda2018-03-091-103/+32
* Add ability to collect memory limit.Han Ming Ong2018-02-281-0/+14
* Got rid of weak imports of libpenergy and libpsample because we are already r...Han Ming Ong2018-02-271-84/+24
* Turn off the deprecated ALWAYS_SEARCH_USER_PATHS featureJason Molenda2018-02-031-0/+7
* Remove the hardcoded macos deployment targets altogetherJason Molenda2018-01-171-21/+0
* This change updates the deployment target for lldb and debugserverJason Molenda2018-01-091-40/+110
* Tweak to the debugserver entitlements setup in the xcode projectJason Molenda2017-12-191-22/+12
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-0/+4
* Revert yesterdays IPv6 patchesPavel Labath2017-04-191-4/+0
* Update DebugServer to support IPv6 over TCPChris Bieneman2017-04-181-0/+4
* [debugserver] This is a small cleanup patch to AVX support detectionChris Bieneman2017-03-131-8/+0
* Add Foundation to the debugserver-mini dependencies;Jason Molenda2017-01-261-0/+2
* Link debugserver against Foundation to get access to NSProcessInfo.Sean Callanan2017-01-251-14/+12
* Reverted 292880 to fix a linker error.Sean Callanan2017-01-251-49/+0
* weak-link debugserver against the LoggingSupport framework;Jason Molenda2017-01-241-0/+49
* fix Xcode build after r281226Todd Fiala2016-09-121-1/+1
* Update debugserver project to pull in StdStringExtractor.cpp instead of the newJason Molenda2016-08-301-8/+6
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-3/+148
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-148/+3
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-3/+148
* Remove CFData from the xcodeproj as wellEnrico Granata2016-08-091-8/+0
* Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda2016-07-211-0/+7
* Fix the "Release" build on MacOSX for debugserver. Extra bad include paths we...Greg Clayton2016-06-211-1/+0
* Change the "debugserver-mini" target (a version of debugserverJason Molenda2016-06-211-16/+24
* Bump the lldb version # in the xcode project files fromJason Molenda2016-03-151-19/+19
* Xcode suggested enabling a "no common blocks" warningJason Molenda2015-10-291-1/+8
* Remove some unnecessary macosx.internal SDK settings inJason Molenda2015-10-251-9/+9
* Upstreaming the apple internal changes that accumulated during theJason Molenda2015-10-231-28/+1013
* Remove DNBConfig.hBruce Mitchener2015-08-131-26/+0
* Bump the version # in the xcode proj file from major number 340 to 350.Jason Molenda2015-08-041-8/+8
* Fix debugserver build after someone moved StrintExtractor.h.Greg Clayton2015-07-071-4/+4
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-0/+2
* Revert "Reduced packet counts to the remote GDB server where possible."Chaoren Lin2015-06-231-2/+0
* Reduced packet counts to the remote GDB server where possible.Greg Clayton2015-06-221-0/+2
* Add a new wart, I mean feature, on to gdb-remote protocol: compression.Jason Molenda2015-06-181-8/+55
* Bump major vers # in xcode project file from 330 to 340.Jason Molenda2015-03-061-8/+8
* Remove unused service plist.Jason Molenda2014-10-301-2/+0
* Enable warnings in the debugserver project file..Jason Molenda2014-10-161-1/+17
* Rework the way we pass "run multiple command" options to the various API's thatJim Ingham2014-10-111-3/+5
OpenPOWER on IntegriCloud