Jason Molenda
e2a35c728c
Bump the lldb version # in the xcode project files from
...
350.99.0 to 360.99.0.
llvm-svn: 263529
2016-03-15 04:36:11 +00:00
Bruce Mitchener
3921fc7de7
Only export public symbols with the cmake build.
...
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
2015-09-04 00:00:41 +00:00
Jason Molenda
3874ee6869
Bump the version # in the xcode proj file from major number 340 to 350.
...
The SB API for major version 340 won't be changing any more.
llvm-svn: 243943
2015-08-04 03:14:49 +00:00
Jason Molenda
07e51cc72d
Bump major vers # in xcode project file from 330 to 340.
...
llvm-svn: 231441
2015-03-06 00:45:01 +00:00
Jason Molenda
fb700b58cc
Bump the verison number in the xcode project files.
...
llvm-svn: 216245
2014-08-21 23:27:02 +00:00
Jason Molenda
5f36c4beec
Update the lldb version number in the xcode project files from 310.99.0 to 320.99.0.
...
llvm-svn: 198917
2014-01-10 06:12:10 +00:00
Jason Molenda
a69c1139e9
Tweak exports list so lldb will still build correctly when
...
init_lldb is absent (when doing a no-python build).
llvm-svn: 195377
2013-11-21 22:23:46 +00:00
Jason Molenda
17da171f1a
Bump version number to 310.99.0.
...
llvm-svn: 186304
2013-07-15 04:47:33 +00:00
Sean Callanan
3d27e6603a
Updated Apple LLDB version to lldb-300.99.0. Also
...
updated the build system to support the new Apple
LLDB versioning scheme.
llvm-svn: 176662
2013-03-07 22:29:06 +00:00
Filipe Cabecinhas
1536e3b2c3
Get LLDB-Info.plist up to date with r169081.
...
llvm-svn: 169661
2012-12-08 01:20:07 +00:00
Jason Molenda
944cc67eba
Bump to lldb-168, debugserver-193.
...
llvm-svn: 164291
2012-09-20 06:42:30 +00:00
Sean Callanan
d5e37e4d2b
Updating Xcode project version numbers for lldb-165 and debugserver-192
...
llvm-svn: 161374
2012-08-07 00:32:29 +00:00
Sean Callanan
c40b0f38b3
Updating Xcode project version numbers for lldb-164 and debugserver-191
...
llvm-svn: 161209
2012-08-02 20:40:53 +00:00
Sean Callanan
6981f1d856
Updating Xcode project version numbers for lldb-163 and debugserver-190
...
llvm-svn: 160770
2012-07-26 01:42:37 +00:00
Jason Molenda
64e1d4abc7
Bump to lldb-162 / debugserver-189.
...
llvm-svn: 160212
2012-07-14 01:12:03 +00:00
Jason Molenda
84d32ddfc8
Bump versions to lldb-161, debugserver-188.
...
llvm-svn: 159798
2012-07-06 01:32:10 +00:00
Jason Molenda
06bca9ed0e
Bump version number to lldb-160.
...
llvm-svn: 158890
2012-06-21 01:41:15 +00:00
Jason Molenda
6bfd821ad0
Bump to lldb 152.
...
llvm-svn: 157456
2012-05-25 02:05:58 +00:00
Jason Molenda
8d27075c3d
bump to lldb-150.
...
llvm-svn: 157090
2012-05-19 00:32:19 +00:00
Jason Molenda
f34358e90b
bump to lldb 149.
...
llvm-svn: 157040
2012-05-18 02:03:26 +00:00
Jason Molenda
5a725efeb0
Bump to version 148.
...
llvm-svn: 156971
2012-05-17 01:49:53 +00:00
Jason Molenda
43e70807da
Bump version # to lldb-147.
...
llvm-svn: 156887
2012-05-16 00:40:14 +00:00
Jason Molenda
b2c7b92ae8
bump TOT version number to lldb-146 to match the checkin on the branch.
...
llvm-svn: 156359
2012-05-08 02:54:06 +00:00
Jason Molenda
30815837b0
Bump to lldb-145.
...
llvm-svn: 155687
2012-04-27 02:25:20 +00:00
Jason Molenda
68b922590d
Bump to lldb-144.
...
llvm-svn: 155527
2012-04-25 01:44:49 +00:00
Jason Molenda
0c72f85690
Bump version to lldb-143.
...
llvm-svn: 155272
2012-04-21 02:10:22 +00:00
Jason Molenda
7c3e6f3134
bump version to lldb-142.
...
llvm-svn: 155093
2012-04-19 02:02:12 +00:00
Jason Molenda
edfb0dcf0c
Bump to lldb-141.
...
llvm-svn: 154975
2012-04-18 01:35:37 +00:00
Jason Molenda
7bfc33077e
Bump to lldb-140.
...
llvm-svn: 154887
2012-04-17 00:59:15 +00:00
Jason Molenda
5a9f9d3241
version bump to lldb-139.
...
llvm-svn: 154650
2012-04-13 02:00:58 +00:00
Jason Molenda
7a2f433367
Version bump to lldb-138.
...
llvm-svn: 154252
2012-04-07 06:18:20 +00:00
Sean Callanan
139656580f
Updating Xcode project version numbers for lldb-137 and debugserver-186
...
llvm-svn: 153823
2012-04-01 06:36:59 +00:00
Sean Callanan
e41438ca8b
Updating Xcode project version numbers for lldb-136 and debugserver-185
...
llvm-svn: 153630
2012-03-29 02:40:34 +00:00
Jason Molenda
03c970e2fe
Bump version to debugserver-184, lldb-135.
...
llvm-svn: 153374
2012-03-24 04:05:56 +00:00
Greg Clayton
aaaec7cf1f
Bumped Xcode project versions for lldb-134 and debugserver-183.
...
llvm-svn: 153298
2012-03-23 01:04:39 +00:00
Jason Molenda
be55f383f0
Bump to lldb-133.
...
Remove unused entitlements plist from debugserver.
llvm-svn: 152973
2012-03-17 03:27:04 +00:00
Sean Callanan
9f9ab86581
Updating Xcode project version numbers for lldb-132 and debugserver-182
...
llvm-svn: 152901
2012-03-16 06:05:58 +00:00
Sean Callanan
cc5039dd9e
Updating Xcode project version numbers for lldb-131 and debugserver-181
...
llvm-svn: 152726
2012-03-14 17:15:39 +00:00
Jason Molenda
9def4c36be
bump to lldb-130
...
llvm-svn: 152689
2012-03-14 00:03:49 +00:00
Greg Clayton
9096603ae1
Bumped Xcode project versions for lldb-129 and debugserver-179.
...
llvm-svn: 152606
2012-03-13 02:26:21 +00:00
Jason Molenda
68fc21562f
version bump to lldb-128
...
llvm-svn: 152603
2012-03-13 02:13:37 +00:00
Jason Molenda
e23d854c05
Bump lldb version to lldb-127.
...
llvm-svn: 152465
2012-03-10 01:10:19 +00:00
Greg Clayton
2bf10c3766
Bumping Xcode project versions for lldb-126 and debugserver-176.
...
llvm-svn: 152384
2012-03-09 04:31:41 +00:00
Jason Molenda
e83bc02b16
Bump to lldb-125.
...
llvm-svn: 152353
2012-03-08 23:25:56 +00:00
Greg Clayton
ef5a7b1c36
Bumping Xcode project version for lldb-124 and debugserver-175.
...
llvm-svn: 152294
2012-03-08 04:15:20 +00:00
Greg Clayton
6a820b624b
Bumping Xcode project versions for lldb-123 and debugserver-174.
...
llvm-svn: 152103
2012-03-06 04:02:03 +00:00
Greg Clayton
6a1edd70cf
Bumped project Xcode project version for lldb-122 and debugserver-173.
...
llvm-svn: 152088
2012-03-06 01:36:31 +00:00
Greg Clayton
ba3c8df4d9
Bumped Xcode project versions for lldb-121 and debugserver-172
...
llvm-svn: 151948
2012-03-02 22:36:23 +00:00
Greg Clayton
4a49a1ff7a
Bumping Xcode project versions for lldb-120 and debugserver-171.
...
llvm-svn: 151924
2012-03-02 17:44:37 +00:00
Greg Clayton
29c5e5bb7d
Bumped Xcode project version for lldb-119 and debugserver-170.
...
llvm-svn: 151836
2012-03-01 21:07:11 +00:00