summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj
Commit message (Collapse)AuthorAgeFilesLines
...
* Bumping Xcode project versions for lldb-126 and debugserver-176.Greg Clayton2012-03-091-6/+6
| | | | llvm-svn: 152383
* Bumping Xcode project version for lldb-124 and debugserver-175.Greg Clayton2012-03-081-6/+6
| | | | llvm-svn: 152294
* Bumping Xcode project versions for lldb-123 and debugserver-174.Greg Clayton2012-03-061-6/+6
| | | | llvm-svn: 152103
* Bumped project Xcode project version for lldb-122 and debugserver-173.Greg Clayton2012-03-061-6/+6
| | | | llvm-svn: 152088
* Bumped Xcode project versions for lldb-121 and debugserver-172Greg Clayton2012-03-021-6/+6
| | | | llvm-svn: 151948
* Bumping Xcode project versions for lldb-120 and debugserver-171.Greg Clayton2012-03-021-6/+6
| | | | llvm-svn: 151924
* Bumped Xcode project version for lldb-119 and debugserver-170.Greg Clayton2012-03-011-6/+6
| | | | llvm-svn: 151836
* Fixed the install path for the XPC binaries. Added 3 aggregate targets:Greg Clayton2012-02-291-6/+6
| | | | | | | | | | "desktop" - build all binaries with XPC "desktop_no_xcp" - build all binaries with none of the XPC binaries "ios" - build all binaries with special iOS install settings. Bumped the Xcode project build version for lldb-118 and debugserver-169. llvm-svn: 151740
* Add one more define for sdk==iphoneos.Jason Molenda2012-02-281-0/+3
| | | | llvm-svn: 151606
* Bumped Xcode project version to lldb-117 and debugserver-168.Greg Clayton2012-02-251-6/+6
| | | | llvm-svn: 151422
* Change #ifdef markers around lockdown and SpringBoardJason Molenda2012-02-221-1/+19
| | | | | | | calls to dpeend on WITH_SPRINGBOARD and WITH_LOCKDOWN instead of __arm__. Add an RNBSocket::useFD method. llvm-svn: 151119
* Fix shell commands that do code signing.Jason Molenda2012-01-281-1/+1
| | | | llvm-svn: 149171
* Bumping Xcode project versions for lldb-109 and debugserver-167.Greg Clayton2012-01-281-6/+6
| | | | llvm-svn: 149168
* Xcode codesigning is broken. Work around this by doing code signing in a ↵Greg Clayton2012-01-281-4/+15
| | | | | | shell script build phase. llvm-svn: 149165
* Bumped Xcode project versions for lldb-108 and debugserver-166.Greg Clayton2012-01-211-6/+6
| | | | llvm-svn: 148613
* Bumped xcode project versions for lldb-106 and debugserver-165Greg Clayton2012-01-141-6/+6
| | | | llvm-svn: 148202
* Bumped Xcode project version for lldb-105 and debugserver-164.Greg Clayton2012-01-131-6/+6
| | | | llvm-svn: 148098
* Bumped Xcode project versions for lldb-104 and debugserver-163.Greg Clayton2012-01-121-6/+6
| | | | llvm-svn: 148018
* Disable ARMDisassembler.framework support which was used for software single ↵Greg Clayton2012-01-101-6/+0
| | | | | | stepping. llvm-svn: 147886
* Updating Xcode project version numbers for lldb-103 and debugserver-162Sean Callanan2012-01-101-6/+6
| | | | llvm-svn: 147865
* Updating Xcode project version numbers for lldb-102 and debugserver-161Sean Callanan2012-01-091-6/+6
| | | | llvm-svn: 147794
* Bumped Xcode project versions for lldb-101 and debugserver-160.Greg Clayton2012-01-051-6/+6
| | | | llvm-svn: 147597
* Updating Xcode project version numbers for lldb-100 and debugserver-159Sean Callanan2011-12-221-6/+6
| | | | llvm-svn: 147193
* Updating Xcode project version numbers for lldb-99 and debugserver-158Sean Callanan2011-12-211-6/+6
| | | | llvm-svn: 147061
* Updating Xcode project version numbers for lldb-97 and debugserver-157Sean Callanan2011-12-201-6/+6
| | | | llvm-svn: 146978
* Updating Xcode project version numbers for LLDB-96Sean Callanan2011-12-171-6/+6
| | | | | | and debugserver-156. llvm-svn: 146808
* Bumped Xcode project version to lldb-95 and debugserver-155.Greg Clayton2011-12-151-6/+6
| | | | llvm-svn: 146643
* Bumped Xcode project versions for lldb-90 and debugserver-154Greg Clayton2011-11-301-6/+6
| | | | llvm-svn: 145528
* Bumped Xcode project versions for lldb-89 and debugserver-153.Greg Clayton2011-11-171-6/+6
| | | | llvm-svn: 144911
* Bumped Xcode project version for lldb-88 and debugserver-152.Greg Clayton2011-11-151-6/+6
| | | | llvm-svn: 144616
* Bumped Xcode project version for lldb-86 and debugserver-151Greg Clayton2011-11-071-6/+6
| | | | llvm-svn: 144032
* Xcode project changes to install "lldb" into "/usr/bin" and have LLDB.frameworkGreg Clayton2011-11-071-6/+9
| | | | | | | in "/System/Library/PrivateFrameworks", and also have "lldb" in the Xcode.app and the LLDB.framework in Xcode.app as well. llvm-svn: 144030
* Fixed the Xcode project building of LLVM to be a bit more user friendly:Greg Clayton2011-11-041-2/+6
| | | | | | | | | | | | | | | | | | | - If you download and build the sources in the Xcode project, x86_64 builds by default using the "llvm.zip" checkpointed LLVM. - If you delete the "lldb/llvm.zip" and the "lldb/llvm" folder, and build the Xcode project will download the right LLVM sources and build them from scratch - If you have a "lldb/llvm" folder already that contains a "lldb/llvm/lib" directory, we will use the sources you have placed in the LLDB directory. Python can now be disabled for platforms that don't support it. Changed the way the libllvmclang.a files get used. They now all get built into arch specific directories and never get merged into universal binaries as this was causing issues where you would have to go and delete the file if you wanted to build an extra architecture slice. llvm-svn: 143678
* Bumping Xcode project versions for lldb-85 and debugserver-150.Greg Clayton2011-11-021-6/+6
| | | | llvm-svn: 143587
* Bumped Xcode project version to lldb-84 and debugserver-149.Greg Clayton2011-11-011-6/+6
| | | | llvm-svn: 143408
* Updated the project to use the "DEVELOPER_DIR" build setting that specifiesGreg Clayton2011-10-291-6/+6
| | | | | | | the path to the /Developer directory, and also bumped the Xcode project version for lldb-83 and debugserver-148. llvm-svn: 143269
* Bumping Xcode project version in mainline to match the latest build that wasGreg Clayton2011-10-281-6/+6
| | | | | | submitted. llvm-svn: 143199
* Bumped versions for lldb-81 and debugserver-146.Greg Clayton2011-10-221-6/+6
| | | | llvm-svn: 142718
* Bumped Xcode project version for lldb-80 and debugserver-145.Greg Clayton2011-10-011-6/+6
| | | | llvm-svn: 140922
* Basic infrastructure code to exploit malloc stack logging as available on ↵Enrico Granata2011-09-091-0/+2
| | | | | | Mac OS X to track the allocation history of pointers on the target process llvm-svn: 139337
* Bumped Xcode project versions for lldb-73 and debugserver-144.Greg Clayton2011-08-161-6/+6
| | | | llvm-svn: 137782
* Bumped Xcode project versions for lldb-72 and debugserver-143.Greg Clayton2011-08-131-6/+6
| | | | llvm-svn: 137547
* Update Xcode project versions to lldb-70 and debugserver-142.Greg Clayton2011-08-011-6/+6
| | | | llvm-svn: 136606
* Added support for dynamic detection of AVX, andSean Callanan2011-07-161-0/+6
| | | | | | | | | | | | | | | | | | | | fixed a few bugs that revealed. Now the "register read" command should show AVX registers (ymm0-ymm15) on Mac OS X platforms that support them. When testing this on Mac OS X, run debugserver manually, like this: debugserver --native-regs localhost:1111 /path/to/executable Then lldb /path/to/executable ... (lldb) process connect connect://localhost:1111 llvm-svn: 135331
* Bump Xcode project version to lldb-66 and debugserver-141.Greg Clayton2011-07-011-6/+6
| | | | llvm-svn: 134232
* Bumped Xcode project versions to lldb-65 and debugserver-140.Greg Clayton2011-06-251-6/+6
| | | | llvm-svn: 133865
* Don't codesign with lldb_codesign for non MacOSX SDKs.Greg Clayton2011-06-031-4/+4
| | | | llvm-svn: 132597
* lldb-56 with codesign settings fixed in the Xcode projects.Greg Clayton2011-05-261-15/+4
| | | | llvm-svn: 132123
* Bumping Xcode project versions for lldb-55 and debugserver-139.Greg Clayton2011-05-251-6/+6
| | | | llvm-svn: 132067
* Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into theirGreg Clayton2011-05-111-4/+15
| | | | | | | | | | | | | | | respective ABI plugins as they were plug-ins that supplied ABI specfic info. Also hookep up the UnwindAssemblyInstEmulation so that it can generate the unwind plans for ARM. Changed the way ABI plug-ins are handed out when you get an instance from the plug-in manager. They used to return pointers that would be mananged individually by each client that requested them, but now they are handed out as shared pointers since there is no state in the ABI objects, they can be shared. llvm-svn: 131193
OpenPOWER on IntegriCloud