summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/macosx
Commit message (Collapse)AuthorAgeFilesLines
...
* bump to lldb-150.Jason Molenda2012-05-192-2/+2
| | | | llvm-svn: 157090
* bump to lldb 149.Jason Molenda2012-05-182-2/+2
| | | | llvm-svn: 157040
* <rdar://11477301>Han Ming Ong2012-05-172-0/+2
| | | | | | Restore Xcode as a valid white list client using the XPC root launcher llvm-svn: 157012
* Bump to version 148.Jason Molenda2012-05-172-2/+2
| | | | llvm-svn: 156971
* Bump version # to lldb-147.Jason Molenda2012-05-162-2/+2
| | | | llvm-svn: 156887
* <rdar://problem/11400476>Han Ming Ong2012-05-083-5/+11
| | | | | | | | On Lion, because the rights initially doesn't exist in /etc/authorization, if an admin user logs in and uses lldb within the first 5 minutes, it is possible to do AuthorizationCopyRights on LaunchUsingXPCRightName and get the rights back. As another security measure, we make sure that the LaunchUsingXPCRightName rights actually exists. Removed Xcode as the user of the XPC service to shrink the security surface area. llvm-svn: 156424
* <rdar://problem/11408853>Han Ming Ong2012-05-081-41/+55
| | | | | | | | We make sure that if the user cancels out of the authentication dialog to add 'com.apple.lldb.LaunchUsingXPC' rights to /etc/authorization, we don't try to do AuthorizationCopyRights. As well, refactored a bit so that control flow is easier to read for other folks. Added more comments. llvm-svn: 156423
* bump TOT version number to lldb-146 to match the checkin on the branch.Jason Molenda2012-05-082-2/+2
| | | | llvm-svn: 156359
* Fixed some strncat/strlcat uses.Filipe Cabecinhas2012-05-062-5/+5
| | | | llvm-svn: 156264
* Bump to lldb-145.Jason Molenda2012-04-272-2/+2
| | | | llvm-svn: 155687
* Bump to lldb-144.Jason Molenda2012-04-252-2/+2
| | | | llvm-svn: 155527
* Bump version to lldb-143.Jason Molenda2012-04-212-2/+2
| | | | llvm-svn: 155272
* bump version to lldb-142.Jason Molenda2012-04-192-2/+2
| | | | llvm-svn: 155093
* Bump to lldb-141.Jason Molenda2012-04-182-2/+2
| | | | llvm-svn: 154975
* Bump to lldb-140.Jason Molenda2012-04-172-2/+2
| | | | llvm-svn: 154887
* version bump to lldb-139.Jason Molenda2012-04-132-2/+2
| | | | llvm-svn: 154650
* Version bump to lldb-138.Jason Molenda2012-04-072-2/+2
| | | | llvm-svn: 154252
* explicitly cast the value.Bill Wendling2012-04-061-1/+1
| | | | llvm-svn: 154148
* Use the path to the header file. Use an integer instead of NULL. And get rid ↵Bill Wendling2012-04-031-3/+2
| | | | | | of a superfluous 'default' label. llvm-svn: 153943
* Updating Xcode project version numbers for lldb-137 and debugserver-186Sean Callanan2012-04-012-2/+2
| | | | llvm-svn: 153823
* Don't log to a temp file and delete it, just use the API that gives us a ↵Greg Clayton2012-03-301-19/+8
| | | | | | malloc'ed string array. llvm-svn: 153785
* Updating Xcode project version numbers for lldb-136 and debugserver-185Sean Callanan2012-03-292-2/+2
| | | | llvm-svn: 153630
* Bump version to debugserver-184, lldb-135.Jason Molenda2012-03-242-2/+2
| | | | llvm-svn: 153374
* Explicit casts to remove two compile-time warnings.Johnny Chen2012-03-241-2/+2
| | | | llvm-svn: 153365
* Bumped Xcode project versions for lldb-134 and debugserver-183.Greg Clayton2012-03-232-2/+2
| | | | llvm-svn: 153298
* Bump to lldb-133.Jason Molenda2012-03-172-2/+2
| | | | | | Remove unused entitlements plist from debugserver. llvm-svn: 152973
* Updating Xcode project version numbers for lldb-132 and debugserver-182Sean Callanan2012-03-162-2/+2
| | | | llvm-svn: 152901
* <rdar://problem/8196933>Greg Clayton2012-03-151-15/+34
| | | | | | Use the metadata in the dSYM bundle Info.plist to remap source paths when they keys are available. llvm-svn: 152836
* <rdar://11033946>Han Ming Ong2012-03-155-197/+276
| | | | | | Made sure that the root XPC service validate the right before starting the service. The right is created and authenticated by clients (in this case, lldb) and transferred over for validiation. llvm-svn: 152802
* Updating Xcode project version numbers for lldb-131 and debugserver-181Sean Callanan2012-03-142-2/+2
| | | | llvm-svn: 152726
* bump to lldb-130Jason Molenda2012-03-142-2/+2
| | | | llvm-svn: 152689
* Bumped Xcode project versions for lldb-129 and debugserver-179.Greg Clayton2012-03-132-2/+2
| | | | llvm-svn: 152606
* version bump to lldb-128Jason Molenda2012-03-132-2/+2
| | | | llvm-svn: 152603
* Bump lldb version to lldb-127.Jason Molenda2012-03-102-2/+2
| | | | llvm-svn: 152465
* Bumping Xcode project versions for lldb-126 and debugserver-176.Greg Clayton2012-03-092-2/+2
| | | | llvm-svn: 152384
* Bump to lldb-125.Jason Molenda2012-03-082-2/+2
| | | | llvm-svn: 152353
* Bumping Xcode project version for lldb-124 and debugserver-175.Greg Clayton2012-03-082-2/+2
| | | | llvm-svn: 152294
* Use a new define, NO_XPC_SERVICES, to indicate that macosx/Host.mmJason Molenda2012-03-081-6/+6
| | | | | | | | | | | | | shouldn't compile any of the XPC support code. Update macosx/Host.mm to use that define. Add a LLDB_DISABLE_PYTHON ifdef block around a new function in Core/FormatManager.cpp. <rdar://problem/10942125> llvm-svn: 152293
* <rdar://10996650>Han Ming Ong2012-03-071-1/+1
| | | | | | Passed in the right number of parameters for CFDictionaryCreate llvm-svn: 152182
* Bumping Xcode project versions for lldb-123 and debugserver-174.Greg Clayton2012-03-062-2/+2
| | | | llvm-svn: 152103
* Bumped project Xcode project version for lldb-122 and debugserver-173.Greg Clayton2012-03-062-2/+2
| | | | llvm-svn: 152088
* Bumped Xcode project versions for lldb-121 and debugserver-172Greg Clayton2012-03-022-2/+2
| | | | llvm-svn: 151948
* Bumping Xcode project versions for lldb-120 and debugserver-171.Greg Clayton2012-03-022-2/+2
| | | | llvm-svn: 151924
* Bumped Xcode project version for lldb-119 and debugserver-170.Greg Clayton2012-03-012-2/+2
| | | | llvm-svn: 151836
* Fixed the install path for the XPC binaries. Added 3 aggregate targets:Greg Clayton2012-02-292-2/+2
| | | | | | | | | | "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
* <rdar://10950196>Han Ming Ong2012-02-291-4/+12
| | | | | | Returns true when there is any info retrieved. llvm-svn: 151678
* <rdar://problem/10942472>Han Ming Ong2012-02-281-40/+41
| | | | | | Allows the debugger to put a more sensible prompt when debugging as root. llvm-svn: 151605
* Added the POSIX-DYLD as a plug-in in the darwin build in the Xcode projectGreg Clayton2012-02-271-0/+6
| | | | | | | | | so that we don't break it with code changes. After doing this I was able to fix the POSIX-DYLD plug-in so that it builds after recent ModuleSpec changes. llvm-svn: 151536
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-14/+24
| | | | | | | | | | | | | | | | | | more of the local path, platform path, associated symbol file, UUID, arch, object name and object offset. This allows many of the calls that were GetSharedModule to reduce the number of arguments that were used in a call to these functions. It also allows a module to be created with a ModuleSpec which allows many things to be specified prior to any accessors being called on the Module class itself. I was running into problems when adding support for "target symbol add" where you can specify a stand alone debug info file after debugging has started where I needed to specify the associated symbol file path and if I waited until after construction, the wrong symbol file had already been located. By using the ModuleSpec it allows us to construct a module with as little or as much information as needed and not have to change the parameter list. llvm-svn: 151476
* <rdar://problem/9886712>Greg Clayton2012-02-252-0/+2
| | | | | | | | Added a dedicated platform for the iOS simulator. This helps us to find the correct files for a simulator binary before running and helps us select the right arch (i386 only) for files when we load them. llvm-svn: 151436
OpenPOWER on IntegriCloud