summaryrefslogtreecommitdiffstats
path: root/lldb/resources
Commit message (Collapse)AuthorAgeFilesLines
* [CMake] Revised LLDB.framework buildsStefan Granitz2019-01-041-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: Add features to LLDB CMake builds that have so far only been available in Xcode. Clean up a few inconveniences and prepare further improvements. Options: * `LLDB_FRAMEWORK_BUILD_DIR` determines target directory (in build-tree) * `LLDB_FRAMEWORK_INSTALL_DIR` **only** determines target directory in install-tree * `LLVM_EXTERNALIZE_DEBUGINFO` allows externalized debug info (dSYM on Darwin, emitted to `bin`) * `LLDB_FRAMEWORK_TOOLS` determines which executables will be copied to the framework's Resources (dropped symlinking, removed INCLUDE_IN_SUITE, removed dummy targets) Other changes: * clean up `add_lldb_executable()` * include `LLDBFramework.cmake` from `source/API/CMakeLists.txt` * use `*.plist.in` files, which are typical for CMake and independent from Xcode * add clang headers to the framework bundle Reviewers: xiaobai, JDevlieghere, aprantl, davide, beanz, stella.stamenova, clayborg, labath Reviewed By: aprantl Subscribers: friss, mgorny, lldb-commits, #lldb Differential Revision: https://reviews.llvm.org/D55328 llvm-svn: 350391
* Fix up Info.plist when building LLDB.framework with CMakeAlex Langford2018-06-191-1/+1
| | | | | | | | | | | | Summary: We weren't using the Info.plist template in resources previously. When using that template, some of the key's values weren't being populated because some variables were not being defined. In one case, CMake didn't like the substring expansion syntax of CFBundleIdentifier so I got rid of that. Differential Revision: https://reviews.llvm.org/D47792 llvm-svn: 335014
* Add an entitlement to debugserverFrederic Riss2018-06-141-0/+8
| | | | | | | | | 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
* Bump the lldb version # in the xcode project files fromJason Molenda2016-03-151-1/+1
| | | | | | 350.99.0 to 360.99.0. llvm-svn: 263529
* Only export public symbols with the cmake build.Bruce Mitchener2015-09-041-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Summary: This also moves the xcode support files to be near or the same as the ones used for cmake. The source/API/liblldb.xcodes.exports differs from the source/API/liblldb.exports in that one contains the actual symbol names (_ prefixed) while the other contains the symbol names as they are in the code. The liblldb.exports file is preprocessed by the cmake scripts into the correct per-platform file needed (like a linker script on Linux). This is not enabled on Windows as Windows doesn't use the same name mangling and so it won't be valid there. Also, this is handled already in a different way on Windows (via dll exports). Reviewers: emaste, clayborg, labath, chaoren Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D12599 llvm-svn: 246822
* Bump the version # in the xcode proj file from major number 340 to 350.Jason Molenda2015-08-041-1/+1
| | | | | | The SB API for major version 340 won't be changing any more. llvm-svn: 243943
* Bump major vers # in xcode project file from 330 to 340.Jason Molenda2015-03-061-1/+1
| | | | llvm-svn: 231441
* Bump the verison number in the xcode project files.Jason Molenda2014-08-211-1/+1
| | | | llvm-svn: 216245
* Update the lldb version number in the xcode project files from 310.99.0 to ↵Jason Molenda2014-01-101-1/+1
| | | | | | 320.99.0. llvm-svn: 198917
* Tweak exports list so lldb will still build correctly whenJason Molenda2013-11-211-1/+1
| | | | | | init_lldb is absent (when doing a no-python build). llvm-svn: 195377
* Bump version number to 310.99.0.Jason Molenda2013-07-151-1/+1
| | | | llvm-svn: 186304
* Updated Apple LLDB version to lldb-300.99.0. AlsoSean Callanan2013-03-071-1/+1
| | | | | | | updated the build system to support the new Apple LLDB versioning scheme. llvm-svn: 176662
* Get LLDB-Info.plist up to date with r169081.Filipe Cabecinhas2012-12-081-1/+1
| | | | llvm-svn: 169661
* Bump to lldb-168, debugserver-193.Jason Molenda2012-09-201-1/+1
| | | | llvm-svn: 164291
* Updating Xcode project version numbers for lldb-165 and debugserver-192Sean Callanan2012-08-071-1/+1
| | | | llvm-svn: 161374
* Updating Xcode project version numbers for lldb-164 and debugserver-191Sean Callanan2012-08-021-1/+1
| | | | llvm-svn: 161209
* Updating Xcode project version numbers for lldb-163 and debugserver-190Sean Callanan2012-07-261-1/+1
| | | | llvm-svn: 160770
* Bump to lldb-162 / debugserver-189.Jason Molenda2012-07-141-1/+1
| | | | llvm-svn: 160212
* Bump versions to lldb-161, debugserver-188.Jason Molenda2012-07-061-1/+1
| | | | llvm-svn: 159798
* Bump version number to lldb-160.Jason Molenda2012-06-211-1/+1
| | | | llvm-svn: 158890
* Bump to lldb 152.Jason Molenda2012-05-251-1/+1
| | | | llvm-svn: 157456
* bump to lldb-150.Jason Molenda2012-05-191-1/+1
| | | | llvm-svn: 157090
* bump to lldb 149.Jason Molenda2012-05-181-1/+1
| | | | llvm-svn: 157040
* Bump to version 148.Jason Molenda2012-05-171-1/+1
| | | | llvm-svn: 156971
* Bump version # to lldb-147.Jason Molenda2012-05-161-1/+1
| | | | llvm-svn: 156887
* bump TOT version number to lldb-146 to match the checkin on the branch.Jason Molenda2012-05-081-1/+1
| | | | llvm-svn: 156359
* Bump to lldb-145.Jason Molenda2012-04-271-1/+1
| | | | llvm-svn: 155687
* Bump to lldb-144.Jason Molenda2012-04-251-1/+1
| | | | llvm-svn: 155527
* Bump version to lldb-143.Jason Molenda2012-04-211-1/+1
| | | | llvm-svn: 155272
* bump version to lldb-142.Jason Molenda2012-04-191-1/+1
| | | | llvm-svn: 155093
* Bump to lldb-141.Jason Molenda2012-04-181-1/+1
| | | | llvm-svn: 154975
* Bump to lldb-140.Jason Molenda2012-04-171-1/+1
| | | | llvm-svn: 154887
* version bump to lldb-139.Jason Molenda2012-04-131-1/+1
| | | | llvm-svn: 154650
* Version bump to lldb-138.Jason Molenda2012-04-071-1/+1
| | | | llvm-svn: 154252
* Updating Xcode project version numbers for lldb-137 and debugserver-186Sean Callanan2012-04-011-1/+1
| | | | llvm-svn: 153823
* Updating Xcode project version numbers for lldb-136 and debugserver-185Sean Callanan2012-03-291-1/+1
| | | | llvm-svn: 153630
* Bump version to debugserver-184, lldb-135.Jason Molenda2012-03-241-1/+1
| | | | llvm-svn: 153374
* Bumped Xcode project versions for lldb-134 and debugserver-183.Greg Clayton2012-03-231-1/+1
| | | | llvm-svn: 153298
* Bump to lldb-133.Jason Molenda2012-03-171-1/+1
| | | | | | Remove unused entitlements plist from debugserver. llvm-svn: 152973
* Updating Xcode project version numbers for lldb-132 and debugserver-182Sean Callanan2012-03-161-1/+1
| | | | llvm-svn: 152901
* Updating Xcode project version numbers for lldb-131 and debugserver-181Sean Callanan2012-03-141-1/+1
| | | | llvm-svn: 152726
* bump to lldb-130Jason Molenda2012-03-141-1/+1
| | | | llvm-svn: 152689
* Bumped Xcode project versions for lldb-129 and debugserver-179.Greg Clayton2012-03-131-1/+1
| | | | llvm-svn: 152606
* version bump to lldb-128Jason Molenda2012-03-131-1/+1
| | | | llvm-svn: 152603
* Bump lldb version to lldb-127.Jason Molenda2012-03-101-1/+1
| | | | llvm-svn: 152465
* Bumping Xcode project versions for lldb-126 and debugserver-176.Greg Clayton2012-03-091-1/+1
| | | | llvm-svn: 152384
* Bump to lldb-125.Jason Molenda2012-03-081-1/+1
| | | | llvm-svn: 152353
* Bumping Xcode project version for lldb-124 and debugserver-175.Greg Clayton2012-03-081-1/+1
| | | | llvm-svn: 152294
* Bumping Xcode project versions for lldb-123 and debugserver-174.Greg Clayton2012-03-061-1/+1
| | | | llvm-svn: 152103
* Bumped project Xcode project version for lldb-122 and debugserver-173.Greg Clayton2012-03-061-1/+1
| | | | llvm-svn: 152088
OpenPOWER on IntegriCloud