Re: [Lldb-commits] [lldb] 0d5fc82 - [lldb] Eliminate unneeded value parameters in Utility (NFC)

2020-07-23 Thread Adrian Prantl via lldb-commits
Is there some clever C++ way to prohibit taking an object's address (similar to how you can delete a copy constructor)? -- adrian > On Jul 23, 2020, at 12:20 AM, Pavel Labath wrote: > > On 22/07/2020 22:56, Jonas Devlieghere via lldb-commits wrote: >> - ConstString operator=(ConstString rhs)

[Lldb-commits] [lldb] 6dbd477 - Fix Windows build

2020-07-22 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-07-22T11:01:25-07:00 New Revision: 6dbd4775bf7ab92befb6d359d3bdf82fee285462 URL: https://github.com/llvm/llvm-project/commit/6dbd4775bf7ab92befb6d359d3bdf82fee285462 DIFF: https://github.com/llvm/llvm-project/commit/6dbd4775bf7ab92befb6d359d3bdf82fee285462.diff

[Lldb-commits] [lldb] 02f5837 - Thread ExecutionContextScope through GetByteSize where possible (NFC-ish)

2020-07-22 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-07-22T08:56:29-07:00 New Revision: 02f58373634fb87c728eb289a35b0819d7aafeee URL: https://github.com/llvm/llvm-project/commit/02f58373634fb87c728eb289a35b0819d7aafeee DIFF: https://github.com/llvm/llvm-project/commit/02f58373634fb87c728eb289a35b0819d7aafeee.diff

[Lldb-commits] [lldb] b0ad73a - Add missing include

2020-07-15 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-07-15T15:38:40-07:00 New Revision: b0ad73a2a0809188dd407ee2f92f71146759f279 URL: https://github.com/llvm/llvm-project/commit/b0ad73a2a0809188dd407ee2f92f71146759f279 DIFF: https://github.com/llvm/llvm-project/commit/b0ad73a2a0809188dd407ee2f92f71146759f279.diff

[Lldb-commits] [lldb] 74c8d01 - Fix the skipIfRosetta decorator

2020-07-14 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-07-14T18:16:17-07:00 New Revision: 74c8d01aff80a7371ea2ff16fbe84858a266711a URL: https://github.com/llvm/llvm-project/commit/74c8d01aff80a7371ea2ff16fbe84858a266711a DIFF: https://github.com/llvm/llvm-project/commit/74c8d01aff80a7371ea2ff16fbe84858a266711a.diff

[Lldb-commits] [lldb] 341ec56 - Add a decorator to skip tests when running under Rosetta

2020-07-13 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-07-13T13:09:53-07:00 New Revision: 341ec564182161861ec4415cdee1f4f3a0527e97 URL: https://github.com/llvm/llvm-project/commit/341ec564182161861ec4415cdee1f4f3a0527e97 DIFF: https://github.com/llvm/llvm-project/commit/341ec564182161861ec4415cdee1f4f3a0527e97.diff

[Lldb-commits] [lldb] 851cc2f - Fix nesting of #ifdef

2020-07-10 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-07-10T17:13:46-07:00 New Revision: 851cc2f8f60ad86a8af4f57d23df0c930efdc4da URL: https://github.com/llvm/llvm-project/commit/851cc2f8f60ad86a8af4f57d23df0c930efdc4da DIFF: https://github.com/llvm/llvm-project/commit/851cc2f8f60ad86a8af4f57d23df0c930efdc4da.diff

[Lldb-commits] [lldb] 15149e4 - Fix debugserver reporting of deployment target

2020-07-08 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-07-08T17:21:43-07:00 New Revision: 15149e406486092a3665791545ab9474471c0f14 URL: https://github.com/llvm/llvm-project/commit/15149e406486092a3665791545ab9474471c0f14 DIFF: https://github.com/llvm/llvm-project/commit/15149e406486092a3665791545ab9474471c0f14.diff

[Lldb-commits] [lldb] 9726dc4 - Updated the list of supported platforms in LLDB to include Apple silicon.

2020-07-08 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-07-08T15:33:00-07:00 New Revision: 9726dc4d072376f71c40024804e3bf1193ba5dd8 URL: https://github.com/llvm/llvm-project/commit/9726dc4d072376f71c40024804e3bf1193ba5dd8 DIFF: https://github.com/llvm/llvm-project/commit/9726dc4d072376f71c40024804e3bf1193ba5dd8.diff

[Lldb-commits] [lldb] 3728133 - Unify the ExecutionContextScope computation in Materializer.

2020-07-08 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-07-08T15:18:21-07:00 New Revision: 3728133d3f124c4c6972b118b0265de48ba89db1 URL: https://github.com/llvm/llvm-project/commit/3728133d3f124c4c6972b118b0265de48ba89db1 DIFF: https://github.com/llvm/llvm-project/commit/3728133d3f124c4c6972b118b0265de48ba89db1.diff

[Lldb-commits] [lldb] 60c07fd - Use CMAKE_OSX_SYSROOT instead of the environment variable SYSROOT

2020-07-06 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-07-06T13:17:31-07:00 New Revision: 60c07fd016a3a5f2050828f92257e1e5d33a485b URL: https://github.com/llvm/llvm-project/commit/60c07fd016a3a5f2050828f92257e1e5d33a485b DIFF: https://github.com/llvm/llvm-project/commit/60c07fd016a3a5f2050828f92257e1e5d33a485b.diff

[Lldb-commits] [lldb] 278874f - debugserver: Return a nullptr in GetPlatformString()

2020-07-01 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-07-01T11:06:25-07:00 New Revision: 278874f07f7315e0f7fda3202597e7ab2e94ed1a URL: https://github.com/llvm/llvm-project/commit/278874f07f7315e0f7fda3202597e7ab2e94ed1a DIFF: https://github.com/llvm/llvm-project/commit/278874f07f7315e0f7fda3202597e7ab2e94ed1a.diff

[Lldb-commits] [lldb] 116b103 - Revert "Revert "Improve the detection of iOS/tvOS/watchOS simulator binaries in""

2020-07-01 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-07-01T11:06:15-07:00 New Revision: 116b1033738f9a409e502e270dbf1c9e04f5b1ad URL: https://github.com/llvm/llvm-project/commit/116b1033738f9a409e502e270dbf1c9e04f5b1ad DIFF: https://github.com/llvm/llvm-project/commit/116b1033738f9a409e502e270dbf1c9e04f5b1ad.diff

[Lldb-commits] [lldb] 0da0437 - Improve the detection of iOS/tvOS/watchOS simulator binaries in

2020-06-30 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-06-30T11:22:03-07:00 New Revision: 0da0437b2afbd8ebef6b11f114cca33b118e7639 URL: https://github.com/llvm/llvm-project/commit/0da0437b2afbd8ebef6b11f114cca33b118e7639 DIFF: https://github.com/llvm/llvm-project/commit/0da0437b2afbd8ebef6b11f114cca33b118e7639.diff

[Lldb-commits] [lldb] 7e825ab - Repair support for launching ios/tv/watch simulator binaries through platform

2020-06-19 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-06-19T09:42:44-07:00 New Revision: 7e825abd5704ce28b166f9463d4bd304348fd2a9 URL: https://github.com/llvm/llvm-project/commit/7e825abd5704ce28b166f9463d4bd304348fd2a9 DIFF: https://github.com/llvm/llvm-project/commit/7e825abd5704ce28b166f9463d4bd304348fd2a9.diff

[Lldb-commits] [lldb] 661fcfc - debugserver: Enable -DLLDB_ENERGY when compiling against an internal SDK

2020-06-10 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-06-10T14:10:27-07:00 New Revision: 661fcfcd8afa4fbf4284a1ea8c0fc948dcc8fcac URL: https://github.com/llvm/llvm-project/commit/661fcfcd8afa4fbf4284a1ea8c0fc948dcc8fcac DIFF: https://github.com/llvm/llvm-project/commit/661fcfcd8afa4fbf4284a1ea8c0fc948dcc8fcac.diff

[Lldb-commits] [lldb] ad4e7b9 - Fix an oversight in GetXcodeContentsDirectory()

2020-06-05 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-06-05T13:50:37-07:00 New Revision: ad4e7b9dc82b13d124071f0add09cb541b495a0e URL: https://github.com/llvm/llvm-project/commit/ad4e7b9dc82b13d124071f0add09cb541b495a0e DIFF: https://github.com/llvm/llvm-project/commit/ad4e7b9dc82b13d124071f0add09cb541b495a0e.diff

[Lldb-commits] [lldb] f28177d - Factor out GetEnvDeveloperDir() (NFC)

2020-06-05 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-06-05T13:50:37-07:00 New Revision: f28177dbe8d2e2955f7ca0a0ffdb1a44fefe092d URL: https://github.com/llvm/llvm-project/commit/f28177dbe8d2e2955f7ca0a0ffdb1a44fefe092d DIFF: https://github.com/llvm/llvm-project/commit/f28177dbe8d2e2955f7ca0a0ffdb1a44fefe092d.diff

[Lldb-commits] [lldb] 3d7b926 - Move GetXcode*Directory into HostInfo (NFC)

2020-06-05 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-06-05T11:59:22-07:00 New Revision: 3d7b926dd16ff9ff264337793b76080681636f15 URL: https://github.com/llvm/llvm-project/commit/3d7b926dd16ff9ff264337793b76080681636f15 DIFF: https://github.com/llvm/llvm-project/commit/3d7b926dd16ff9ff264337793b76080681636f15.diff

[Lldb-commits] [lldb] 79daa3d - Teach GetXcodeSDK to look in the Xcode that contains LLDB

2020-06-05 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-06-05T11:59:22-07:00 New Revision: 79daa3d896495e2755e530ce0658be3e80dfe4c9 URL: https://github.com/llvm/llvm-project/commit/79daa3d896495e2755e530ce0658be3e80dfe4c9 DIFF: https://github.com/llvm/llvm-project/commit/79daa3d896495e2755e530ce0658be3e80dfe4c9.diff

[Lldb-commits] [lldb] 2d2a603 - Remove redundant code (NFC)

2020-06-02 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-06-02T16:55:50-07:00 New Revision: 2d2a603d663328e25774982947e3a8a65e098678 URL: https://github.com/llvm/llvm-project/commit/2d2a603d663328e25774982947e3a8a65e098678 DIFF: https://github.com/llvm/llvm-project/commit/2d2a603d663328e25774982947e3a8a65e098678.diff

[Lldb-commits] [lldb] a0b674f - Fix UB in EmulateInstructionARM64.cpp

2020-06-01 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-06-01T18:11:50-07:00 New Revision: a0b674fd7f06b86241cf19387313b508248a3868 URL: https://github.com/llvm/llvm-project/commit/a0b674fd7f06b86241cf19387313b508248a3868 DIFF: https://github.com/llvm/llvm-project/commit/a0b674fd7f06b86241cf19387313b508248a3868.diff

[Lldb-commits] [lldb] c1a3329 - Let @skipUnlessUndefinedBehaviorSanitizer imply @skipIfAsan

2020-05-29 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-29T09:45:43-07:00 New Revision: c1a33299768f8404dd7b83a6cfef7c1155786c6a URL: https://github.com/llvm/llvm-project/commit/c1a33299768f8404dd7b83a6cfef7c1155786c6a DIFF: https://github.com/llvm/llvm-project/commit/c1a33299768f8404dd7b83a6cfef7c1155786c6a.diff

[Lldb-commits] [lldb] 31a8e27 - Let @skipUnlessThreadSanitizer imply @skipIfAsan

2020-05-29 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-29T09:43:58-07:00 New Revision: 31a8e27e1805e039d699afa890702e26a93e0b40 URL: https://github.com/llvm/llvm-project/commit/31a8e27e1805e039d699afa890702e26a93e0b40 DIFF: https://github.com/llvm/llvm-project/commit/31a8e27e1805e039d699afa890702e26a93e0b40.diff

[Lldb-commits] [lldb] a57a67c - Fix a use-after-free in GetXcodeSDKPath

2020-05-27 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-27T14:27:16-07:00 New Revision: a57a67c59b3f7529f4aa30009b214248772b544b URL: https://github.com/llvm/llvm-project/commit/a57a67c59b3f7529f4aa30009b214248772b544b DIFF: https://github.com/llvm/llvm-project/commit/a57a67c59b3f7529f4aa30009b214248772b544b.diff

[Lldb-commits] [lldb] 3345521 - Also cache negative results in GetXcodeSDKPath (NFC)

2020-05-27 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-27T12:26:04-07:00 New Revision: 334552150770faaa407fecab42f5333bb2a898a6 URL: https://github.com/llvm/llvm-project/commit/334552150770faaa407fecab42f5333bb2a898a6 DIFF: https://github.com/llvm/llvm-project/commit/334552150770faaa407fecab42f5333bb2a898a6.diff

[Lldb-commits] [lldb] 09de6e0 - Let @skipUnlessAddressSanitizer imply @skipIfAsan

2020-05-26 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-26T13:51:08-07:00 New Revision: 09de6e0fbd0b6ca7fa8760ac3513be6a5a81 URL: https://github.com/llvm/llvm-project/commit/09de6e0fbd0b6ca7fa8760ac3513be6a5a81 DIFF: https://github.com/llvm/llvm-project/commit/09de6e0fbd0b6ca7fa8760ac3513be6a5a81.diff

[Lldb-commits] [lldb] a8a048a - Restrict test for DW_AT_APPLE_optimized to Darwin

2020-05-22 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-22T15:52:00-07:00 New Revision: a8a048ac7253ca92228d0862b6c1175f1613a840 URL: https://github.com/llvm/llvm-project/commit/a8a048ac7253ca92228d0862b6c1175f1613a840 DIFF: https://github.com/llvm/llvm-project/commit/a8a048ac7253ca92228d0862b6c1175f1613a840.diff

[Lldb-commits] [lldb] 220c17f - Print a warning when stopped in a frame LLDB has no plugin for.

2020-05-22 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-22T15:37:36-07:00 New Revision: 220c17ffd4e1b127bcc02b25980b7934184ee1da URL: https://github.com/llvm/llvm-project/commit/220c17ffd4e1b127bcc02b25980b7934184ee1da DIFF: https://github.com/llvm/llvm-project/commit/220c17ffd4e1b127bcc02b25980b7934184ee1da.diff

[Lldb-commits] [lldb] e6b6132 - Rename FunctionOptimizationWarning to the more generic FrameSelectedCallback (NFC)

2020-05-21 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-21T16:22:01-07:00 New Revision: e6b613254d8b62cdd64ee9d8376f2bdda1bcc359 URL: https://github.com/llvm/llvm-project/commit/e6b613254d8b62cdd64ee9d8376f2bdda1bcc359 DIFF: https://github.com/llvm/llvm-project/commit/e6b613254d8b62cdd64ee9d8376f2bdda1bcc359.diff

[Lldb-commits] [lldb] 60dff35 - Move decorator to the correct function.

2020-05-21 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-21T10:42:26-07:00 New Revision: 60dff35fd435e5c5b434091019a78183260552be URL: https://github.com/llvm/llvm-project/commit/60dff35fd435e5c5b434091019a78183260552be DIFF: https://github.com/llvm/llvm-project/commit/60dff35fd435e5c5b434091019a78183260552be.diff

[Lldb-commits] [lldb] a62a520 - Disable malloc stepping test under ASAN. The output is different and I'm not sure how stable it is.

2020-05-21 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-21T10:41:27-07:00 New Revision: a62a5200445abddd5a559a4dee2db0cc545eab5b URL: https://github.com/llvm/llvm-project/commit/a62a5200445abddd5a559a4dee2db0cc545eab5b DIFF: https://github.com/llvm/llvm-project/commit/a62a5200445abddd5a559a4dee2db0cc545eab5b.diff

[Lldb-commits] [lldb] 2af2bc3 - Disable ptr_ref tests under ASAN

2020-05-21 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-21T10:38:26-07:00 New Revision: 2af2bc33d36f97b43bbad33286d6ec81e6d7afad URL: https://github.com/llvm/llvm-project/commit/2af2bc33d36f97b43bbad33286d6ec81e6d7afad DIFF: https://github.com/llvm/llvm-project/commit/2af2bc33d36f97b43bbad33286d6ec81e6d7afad.diff

[Lldb-commits] [lldb] ae920a8 - Add an API to construct an XcodeSDK from an SDK type.

2020-05-08 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-08T10:47:13-07:00 New Revision: ae920a81ffa3c7e3c14de131d0d55abd31bbff7d URL: https://github.com/llvm/llvm-project/commit/ae920a81ffa3c7e3c14de131d0d55abd31bbff7d DIFF: https://github.com/llvm/llvm-project/commit/ae920a81ffa3c7e3c14de131d0d55abd31bbff7d.diff

[Lldb-commits] [lldb] dec1c94 - Add a function to detect whether an Xcode SDK supports Swift

2020-05-07 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-07T11:29:31-07:00 New Revision: dec1c94e801f6fe1bae01c4679aca67abe0cb8a6 URL: https://github.com/llvm/llvm-project/commit/dec1c94e801f6fe1bae01c4679aca67abe0cb8a6 DIFF: https://github.com/llvm/llvm-project/commit/dec1c94e801f6fe1bae01c4679aca67abe0cb8a6.diff

[Lldb-commits] [lldb] 6e95d51 - Add an XcodeSDK::GetSDKTypeForTriple function

2020-05-07 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-07T11:12:42-07:00 New Revision: 6e95d51ecfab0801b75448b20bd3447645a1142a URL: https://github.com/llvm/llvm-project/commit/6e95d51ecfab0801b75448b20bd3447645a1142a DIFF: https://github.com/llvm/llvm-project/commit/6e95d51ecfab0801b75448b20bd3447645a1142a.diff

[Lldb-commits] [lldb] 4356aa2 - Reuse existing functionality in XcodeSDK::SDKSupportsModules (NFC)

2020-05-07 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-07T10:46:51-07:00 New Revision: 4356aa20bcea05b0f89c9977e41076552985f8c2 URL: https://github.com/llvm/llvm-project/commit/4356aa20bcea05b0f89c9977e41076552985f8c2 DIFF: https://github.com/llvm/llvm-project/commit/4356aa20bcea05b0f89c9977e41076552985f8c2.diff

[Lldb-commits] [lldb] 01fc85d - ParseXcodeSDK: Register both the CU module and the SymbolFile module.

2020-05-06 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-06T16:46:22-07:00 New Revision: 01fc85dc9618394868b795c5087d9da03df9c58b URL: https://github.com/llvm/llvm-project/commit/01fc85dc9618394868b795c5087d9da03df9c58b DIFF: https://github.com/llvm/llvm-project/commit/01fc85dc9618394868b795c5087d9da03df9c58b.diff

[Lldb-commits] [lldb] f0c08b7 - Move the Xcode SDK path caching to HostInfo

2020-05-06 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-06T13:43:50-07:00 New Revision: f0c08b7eac16cd380b0932cd8c0377f7daea2b4c URL: https://github.com/llvm/llvm-project/commit/f0c08b7eac16cd380b0932cd8c0377f7daea2b4c DIFF: https://github.com/llvm/llvm-project/commit/f0c08b7eac16cd380b0932cd8c0377f7daea2b4c.diff

[Lldb-commits] [lldb] 5935227 - Add an explicit API to read the Xcode SDK DWARF attribute from compile units

2020-05-06 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-06T13:16:16-07:00 New Revision: 5935227e11f5b8e7111ee4a076c10a62d0648689 URL: https://github.com/llvm/llvm-project/commit/5935227e11f5b8e7111ee4a076c10a62d0648689 DIFF: https://github.com/llvm/llvm-project/commit/5935227e11f5b8e7111ee4a076c10a62d0648689.diff

[Lldb-commits] [lldb] 3618381 - Clarify comment

2020-05-04 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-05-04T18:15:30-07:00 New Revision: 36183811fb5455ea18cf7d9cd03748076f20573b URL: https://github.com/llvm/llvm-project/commit/36183811fb5455ea18cf7d9cd03748076f20573b DIFF: https://github.com/llvm/llvm-project/commit/36183811fb5455ea18cf7d9cd03748076f20573b.diff

[Lldb-commits] [lldb] a0919ac - Invert an #ifdef in XcodeSDKModuleTests.cpp and actually make the test work.

2020-04-24 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-04-24T18:39:40-07:00 New Revision: a0919ac080951dec5047f18319a2974b6c6258e5 URL: https://github.com/llvm/llvm-project/commit/a0919ac080951dec5047f18319a2974b6c6258e5 DIFF: https://github.com/llvm/llvm-project/commit/a0919ac080951dec5047f18319a2974b6c6258e5.diff

[Lldb-commits] [lldb] af015c1 - Revert "Add a getter to retrieve the XcodeSDK from Module and unit-test it. (NFC)"

2020-04-24 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-04-24T16:59:48-07:00 New Revision: af015c1a33b772502be579eb5f62ae3847f27d97 URL: https://github.com/llvm/llvm-project/commit/af015c1a33b772502be579eb5f62ae3847f27d97 DIFF: https://github.com/llvm/llvm-project/commit/af015c1a33b772502be579eb5f62ae3847f27d97.diff

[Lldb-commits] [lldb] 06e4f69 - Add a getter to retrieve the XcodeSDK from Module and unit-test it. (NFC)

2020-04-24 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-04-24T17:00:34-07:00 New Revision: 06e4f69b225753af396a28be69637f4fc2d8839d URL: https://github.com/llvm/llvm-project/commit/06e4f69b225753af396a28be69637f4fc2d8839d DIFF: https://github.com/llvm/llvm-project/commit/06e4f69b225753af396a28be69637f4fc2d8839d.diff

[Lldb-commits] [lldb] 345df86 - Add a getter to retrieve the XcodeSDK from Module and unit-test it. (NFC)

2020-04-24 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-04-24T16:51:54-07:00 New Revision: 345df863ce649860bea9040fe5c2f10780d29080 URL: https://github.com/llvm/llvm-project/commit/345df863ce649860bea9040fe5c2f10780d29080 DIFF: https://github.com/llvm/llvm-project/commit/345df863ce649860bea9040fe5c2f10780d29080.diff

[Lldb-commits] [lldb] d8fb631 - Relax testcase. The Clang module debug info may return additional

2020-04-24 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-04-24T15:50:26-07:00 New Revision: d8fb631d13d7b23780063a9c6000ae8208f84f8c URL: https://github.com/llvm/llvm-project/commit/d8fb631d13d7b23780063a9c6000ae8208f84f8c DIFF: https://github.com/llvm/llvm-project/commit/d8fb631d13d7b23780063a9c6000ae8208f84f8c.diff

[Lldb-commits] [lldb] b9c7e27 - Disable path-sensitive test on Windows.

2020-04-24 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-04-24T15:21:54-07:00 New Revision: b9c7e276bdc42c3f3f58e494ac87c3fcce0422a2 URL: https://github.com/llvm/llvm-project/commit/b9c7e276bdc42c3f3f58e494ac87c3fcce0422a2 DIFF: https://github.com/llvm/llvm-project/commit/b9c7e276bdc42c3f3f58e494ac87c3fcce0422a2.diff

[Lldb-commits] [lldb] 79feafa - Add an internal bit to the XcodeSDK class.

2020-04-24 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-04-24T12:55:53-07:00 New Revision: 79feafa5147af3cfaa821a5488ac40ed8b79b072 URL: https://github.com/llvm/llvm-project/commit/79feafa5147af3cfaa821a5488ac40ed8b79b072 DIFF: https://github.com/llvm/llvm-project/commit/79feafa5147af3cfaa821a5488ac40ed8b79b072.diff

[Lldb-commits] [lldb] 304ba5d - Delete cargo-cult code that doesn't affect the testsuite.

2020-04-24 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-04-24T11:54:52-07:00 New Revision: 304ba5d4c6bc48853832e4fc4666f8e37308d7a4 URL: https://github.com/llvm/llvm-project/commit/304ba5d4c6bc48853832e4fc4666f8e37308d7a4 DIFF: https://github.com/llvm/llvm-project/commit/304ba5d4c6bc48853832e4fc4666f8e37308d7a4.diff

[Lldb-commits] [lldb] ef423a3 - Add Objective-C property accessors loaded from Clang module DWARF to lookup

2020-04-24 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-04-24T11:10:50-07:00 New Revision: ef423a3ba57045f80b0fcafce72121449a8b54d4 URL: https://github.com/llvm/llvm-project/commit/ef423a3ba57045f80b0fcafce72121449a8b54d4 DIFF: https://github.com/llvm/llvm-project/commit/ef423a3ba57045f80b0fcafce72121449a8b54d4.diff

[Lldb-commits] [lldb] 681466f - Allow lldb-test to combine -find with -dump-clang-ast

2020-04-17 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-04-17T11:01:20-07:00 New Revision: 681466f5e6412350a0b066791450e72325c2c074 URL: https://github.com/llvm/llvm-project/commit/681466f5e6412350a0b066791450e72325c2c074 DIFF: https://github.com/llvm/llvm-project/commit/681466f5e6412350a0b066791450e72325c2c074.diff

[Lldb-commits] [lldb] 81aba6c - Initiallize property getters as being property accessors (NFC)

2020-04-14 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-04-14T15:56:17-07:00 New Revision: 81aba6cd7252bd4c2226466faccdcf8bf04ad092 URL: https://github.com/llvm/llvm-project/commit/81aba6cd7252bd4c2226466faccdcf8bf04ad092 DIFF: https://github.com/llvm/llvm-project/commit/81aba6cd7252bd4c2226466faccdcf8bf04ad092.diff

[Lldb-commits] [lldb] f5be71b - Attempt to fix a compile error reported with older compilers and libstdc++

2020-04-10 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-04-10T10:34:44-07:00 New Revision: f5be71b44500b18d636b1f540422dda4012ac192 URL: https://github.com/llvm/llvm-project/commit/f5be71b44500b18d636b1f540422dda4012ac192 DIFF: https://github.com/llvm/llvm-project/commit/f5be71b44500b18d636b1f540422dda4012ac192.diff

[Lldb-commits] [lldb] 143d507 - Preserve the owning module information from DWARF in the synthesized AST

2020-04-09 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-04-09T11:09:44-07:00 New Revision: 143d507c9ff90db93e547f0e1131e92db06e2675 URL: https://github.com/llvm/llvm-project/commit/143d507c9ff90db93e547f0e1131e92db06e2675 DIFF: https://github.com/llvm/llvm-project/commit/143d507c9ff90db93e547f0e1131e92db06e2675.diff

[Lldb-commits] [lldb] 469580a - Add missing include

2020-04-06 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-04-06T17:29:31-07:00 New Revision: 469580a9677473f4ee19d80861f7a5da4e0f316d URL: https://github.com/llvm/llvm-project/commit/469580a9677473f4ee19d80861f7a5da4e0f316d DIFF: https://github.com/llvm/llvm-project/commit/469580a9677473f4ee19d80861f7a5da4e0f316d.diff

[Lldb-commits] [lldb] 1e05d7b - Remap the target (Xcode) SDK directory to the host SDK directory.

2020-04-06 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-04-06T15:51:30-07:00 New Revision: 1e05d7b3d3c6d29ff6f9493cc478a36244cc32bd URL: https://github.com/llvm/llvm-project/commit/1e05d7b3d3c6d29ff6f9493cc478a36244cc32bd DIFF: https://github.com/llvm/llvm-project/commit/1e05d7b3d3c6d29ff6f9493cc478a36244cc32bd.diff

[Lldb-commits] [lldb] 32672b8 - Revert "Preserve the owning module information from DWARF in the synthesized AST"

2020-04-01 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-04-01T18:58:11-07:00 New Revision: 32672b877dc1e05bc4489f2f4598f5472bc60576 URL: https://github.com/llvm/llvm-project/commit/32672b877dc1e05bc4489f2f4598f5472bc60576 DIFF: https://github.com/llvm/llvm-project/commit/32672b877dc1e05bc4489f2f4598f5472bc60576.diff

[Lldb-commits] [lldb] 4354dfb - Preserve the owning module information from DWARF in the synthesized AST

2020-04-01 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-04-01T17:46:02-07:00 New Revision: 4354dfbdf5c8510a7ddff10ae67a28e16cf7cc79 URL: https://github.com/llvm/llvm-project/commit/4354dfbdf5c8510a7ddff10ae67a28e16cf7cc79 DIFF: https://github.com/llvm/llvm-project/commit/4354dfbdf5c8510a7ddff10ae67a28e16cf7cc79.diff

[Lldb-commits] [lldb] ec11c56 - Replace uint32_t with typedef (NFC)

2020-03-31 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-31T14:58:25-07:00 New Revision: ec11c5615a7c153a68d098903edebbb92719f5f9 URL: https://github.com/llvm/llvm-project/commit/ec11c5615a7c153a68d098903edebbb92719f5f9 DIFF: https://github.com/llvm/llvm-project/commit/ec11c5615a7c153a68d098903edebbb92719f5f9.diff

[Lldb-commits] [lldb] 00efcd6 - Add a Type::Payload typedef. (NFC)

2020-03-31 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-31T14:32:53-07:00 New Revision: 00efcd6fffa533e5a4aa5646e678d57df0f9aca8 URL: https://github.com/llvm/llvm-project/commit/00efcd6fffa533e5a4aa5646e678d57df0f9aca8 DIFF: https://github.com/llvm/llvm-project/commit/00efcd6fffa533e5a4aa5646e678d57df0f9aca8.diff

[Lldb-commits] [lldb] 7b06cb4 - Add an opque payload field to lldb::Type (NFC).

2020-03-31 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-31T11:14:12-07:00 New Revision: 7b06cb4523083206ad79776c80a564cd26bd8326 URL: https://github.com/llvm/llvm-project/commit/7b06cb4523083206ad79776c80a564cd26bd8326 DIFF: https://github.com/llvm/llvm-project/commit/7b06cb4523083206ad79776c80a564cd26bd8326.diff

[Lldb-commits] [lldb] 974fbd9 - Unbreak LLDB tests after 96023917e6f

2020-03-27 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-27T14:23:30-07:00 New Revision: 974fbd9b8145d351b7359e34e415581eda6e0b4d URL: https://github.com/llvm/llvm-project/commit/974fbd9b8145d351b7359e34e415581eda6e0b4d DIFF: https://github.com/llvm/llvm-project/commit/974fbd9b8145d351b7359e34e415581eda6e0b4d.diff

[Lldb-commits] [lldb] 0a5fbf3 - Temporarily Revert "Create basic SBEnvironment class"

2020-03-20 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-20T16:47:50-07:00 New Revision: 0a5fbf30937a12b0330ca0a59fe123f4992873f7 URL: https://github.com/llvm/llvm-project/commit/0a5fbf30937a12b0330ca0a59fe123f4992873f7 DIFF: https://github.com/llvm/llvm-project/commit/0a5fbf30937a12b0330ca0a59fe123f4992873f7.diff

[Lldb-commits] [lldb] 90a2fbd - Switch to TypeSystemClang over to CreateDeserialized() (NFC)

2020-03-16 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-16T18:11:36-07:00 New Revision: 90a2fbdb044bcf285646e79f3b096ccb196f6d02 URL: https://github.com/llvm/llvm-project/commit/90a2fbdb044bcf285646e79f3b096ccb196f6d02 DIFF: https://github.com/llvm/llvm-project/commit/90a2fbdb044bcf285646e79f3b096ccb196f6d02.diff

[Lldb-commits] [lldb] 57da8f7 - Add support for XFAILing a test based on a setting.

2020-03-12 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-12T19:26:24-07:00 New Revision: 57da8f720ce18100c5c6fb5c2247109e1ef963b5 URL: https://github.com/llvm/llvm-project/commit/57da8f720ce18100c5c6fb5c2247109e1ef963b5 DIFF: https://github.com/llvm/llvm-project/commit/57da8f720ce18100c5c6fb5c2247109e1ef963b5.diff

[Lldb-commits] [lldb] a9682cc - Convert settings list into a tuple so it can be matched by the decorator.

2020-03-12 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-12T17:51:15-07:00 New Revision: a9682ccb7e70a036bd3acbbe97ed8ab74a7732d3 URL: https://github.com/llvm/llvm-project/commit/a9682ccb7e70a036bd3acbbe97ed8ab74a7732d3 DIFF: https://github.com/llvm/llvm-project/commit/a9682ccb7e70a036bd3acbbe97ed8ab74a7732d3.diff

[Lldb-commits] [lldb] 5161194 - Revert "Update debugserver test for new ostype names"

2020-03-11 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-11T21:32:12-07:00 New Revision: 5161194fad8cdd0b496c63c410855290c5e5190b URL: https://github.com/llvm/llvm-project/commit/5161194fad8cdd0b496c63c410855290c5e5190b DIFF: https://github.com/llvm/llvm-project/commit/5161194fad8cdd0b496c63c410855290c5e5190b.diff

[Lldb-commits] [lldb] cd4c1ad - Add newly-missing include

2020-03-11 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-11T19:30:53-07:00 New Revision: cd4c1adabeae8ea2939ee2d00d9d57aba3767960 URL: https://github.com/llvm/llvm-project/commit/cd4c1adabeae8ea2939ee2d00d9d57aba3767960 DIFF: https://github.com/llvm/llvm-project/commit/cd4c1adabeae8ea2939ee2d00d9d57aba3767960.diff

[Lldb-commits] [lldb] ae73ab6 - Update debugserver test for new ostype names

2020-03-11 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-11T15:50:03-07:00 New Revision: ae73ab64b66d1889b447303d432f4d217d222def URL: https://github.com/llvm/llvm-project/commit/ae73ab64b66d1889b447303d432f4d217d222def DIFF: https://github.com/llvm/llvm-project/commit/ae73ab64b66d1889b447303d432f4d217d222def.diff

[Lldb-commits] [lldb] ea96037 - Add a verification mechanism to CompilerType.

2020-03-11 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-11T12:43:32-07:00 New Revision: ea960371861acad11b7018a5e280ae7a41ab9c02 URL: https://github.com/llvm/llvm-project/commit/ea960371861acad11b7018a5e280ae7a41ab9c02 DIFF: https://github.com/llvm/llvm-project/commit/ea960371861acad11b7018a5e280ae7a41ab9c02.diff

[Lldb-commits] [lldb] 0396aa4 - Add a decorator option to skip tests based on a default setting.

2020-03-11 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-11T10:00:36-07:00 New Revision: 0396aa4c05a4b97101da14b5e813c8ab3a34e9d0 URL: https://github.com/llvm/llvm-project/commit/0396aa4c05a4b97101da14b5e813c8ab3a34e9d0 DIFF: https://github.com/llvm/llvm-project/commit/0396aa4c05a4b97101da14b5e813c8ab3a34e9d0.diff

[Lldb-commits] [lldb] 33b696b - Fix test broken by simulator triple changes.

2020-03-06 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-06T11:28:31-08:00 New Revision: 33b696b57acb6f944cbf22bf81274713c803329e URL: https://github.com/llvm/llvm-project/commit/33b696b57acb6f944cbf22bf81274713c803329e DIFF: https://github.com/llvm/llvm-project/commit/33b696b57acb6f944cbf22bf81274713c803329e.diff

[Lldb-commits] [lldb] 000847f - Correctly identify iOS simulator processes in debugserver.

2020-03-06 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-06T10:16:47-08:00 New Revision: 000847f8bed4a8624de3e39ff90af721cf8a1e2b URL: https://github.com/llvm/llvm-project/commit/000847f8bed4a8624de3e39ff90af721cf8a1e2b DIFF: https://github.com/llvm/llvm-project/commit/000847f8bed4a8624de3e39ff90af721cf8a1e2b.diff

[Lldb-commits] [lldb] 4ebe9b4 - Revert "Correctly identify iOS simulator processes in debugserver."

2020-03-06 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-06T10:16:47-08:00 New Revision: 4ebe9b498da5cfec48a91f50241c686153ab6122 URL: https://github.com/llvm/llvm-project/commit/4ebe9b498da5cfec48a91f50241c686153ab6122 DIFF: https://github.com/llvm/llvm-project/commit/4ebe9b498da5cfec48a91f50241c686153ab6122.diff

[Lldb-commits] [lldb] 3ed0234 - Increase default timeout in lldbutil.expect_state_changes()

2020-03-06 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-06T10:00:47-08:00 New Revision: 3ed02340eaaf48cc0fe14b0e40e6cd3d9815de78 URL: https://github.com/llvm/llvm-project/commit/3ed02340eaaf48cc0fe14b0e40e6cd3d9815de78 DIFF: https://github.com/llvm/llvm-project/commit/3ed02340eaaf48cc0fe14b0e40e6cd3d9815de78.diff

[Lldb-commits] [lldb] 58c506d - Correctly identify iOS simulator processes in debugserver.

2020-03-06 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-06T09:59:30-08:00 New Revision: 58c506d8e8d9d55d3fb1f4ae508eb53231557f8c URL: https://github.com/llvm/llvm-project/commit/58c506d8e8d9d55d3fb1f4ae508eb53231557f8c DIFF: https://github.com/llvm/llvm-project/commit/58c506d8e8d9d55d3fb1f4ae508eb53231557f8c.diff

[Lldb-commits] [lldb] 66a6fa6 - Revert "Correctly identify iOS simulator processes in debugserver."

2020-03-06 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-06T09:52:20-08:00 New Revision: 66a6fa631eb33673a29059fee64d3eef26fc5c28 URL: https://github.com/llvm/llvm-project/commit/66a6fa631eb33673a29059fee64d3eef26fc5c28 DIFF: https://github.com/llvm/llvm-project/commit/66a6fa631eb33673a29059fee64d3eef26fc5c28.diff

[Lldb-commits] [lldb] 59d816d - Correctly identify iOS simulator processes in debugserver.

2020-03-06 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-06T09:42:05-08:00 New Revision: 59d816d88464e93a89e0d9c80c8855ab1f453541 URL: https://github.com/llvm/llvm-project/commit/59d816d88464e93a89e0d9c80c8855ab1f453541 DIFF: https://github.com/llvm/llvm-project/commit/59d816d88464e93a89e0d9c80c8855ab1f453541.diff

[Lldb-commits] [lldb] a7fa8b0 - Doxygenify CompilerType.h (NFC)

2020-03-03 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-03-03T13:43:25-08:00 New Revision: a7fa8b022f0e9873c61e23f5f493bd413b69f4d0 URL: https://github.com/llvm/llvm-project/commit/a7fa8b022f0e9873c61e23f5f493bd413b69f4d0 DIFF: https://github.com/llvm/llvm-project/commit/a7fa8b022f0e9873c61e23f5f493bd413b69f4d0.diff

Re: [Lldb-commits] [lldb] r355466 - Replace debug-only assert with a plain old assert.

2020-01-31 Thread Adrian Prantl via lldb-commits
stack. I tried digging >> up the bugreport for that, but I couldn't find it. The one I was thinking about was which says the stop-hooks test is failing when building in debug mode. -- adrian >> >> -- adrian >> >>> On Jan 31, 2020, at 3:59 PM, Vedant Kumar wrote: >

Re: [Lldb-commits] [lldb] r355466 - Replace debug-only assert with a plain old assert.

2020-01-31 Thread Adrian Prantl via lldb-commits
t; On Mar 5, 2019, at 5:07 PM, Adrian Prantl via lldb-commits >> wrote: >> >> Author: adrian >> Date: Tue Mar 5 17:07:45 2019 >> New Revision: 355466 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=355466&view=rev >> Log: >> Replace d

[Lldb-commits] [lldb] fa00176 - Fix typos

2020-01-21 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-01-21T15:32:34-08:00 New Revision: fa001767f0856118e8e7c8f12c31ef7c3afe2b4e URL: https://github.com/llvm/llvm-project/commit/fa001767f0856118e8e7c8f12c31ef7c3afe2b4e DIFF: https://github.com/llvm/llvm-project/commit/fa001767f0856118e8e7c8f12c31ef7c3afe2b4e.diff

[Lldb-commits] [lldb] c17aee6 - Revert "Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot"

2020-01-17 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-01-17T12:52:36-08:00 New Revision: c17aee67f1007426fb12f4081183bb8ec5dc3d15 URL: https://github.com/llvm/llvm-project/commit/c17aee67f1007426fb12f4081183bb8ec5dc3d15 DIFF: https://github.com/llvm/llvm-project/commit/c17aee67f1007426fb12f4081183bb8ec5dc3d15.diff

[Lldb-commits] [lldb] ec9a3cc - Update testcase for LLVM IR change (sysroot)

2020-01-17 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-01-17T11:04:55-08:00 New Revision: ec9a3cccd4019e3b371175c7ea7a227e0e737c5b URL: https://github.com/llvm/llvm-project/commit/ec9a3cccd4019e3b371175c7ea7a227e0e737c5b DIFF: https://github.com/llvm/llvm-project/commit/ec9a3cccd4019e3b371175c7ea7a227e0e737c5b.diff

[Lldb-commits] [lldb] 12e4794 - Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot

2020-01-17 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-01-17T09:36:48-08:00 New Revision: 12e479475a896f664fb721f98c2d6805185ac352 URL: https://github.com/llvm/llvm-project/commit/12e479475a896f664fb721f98c2d6805185ac352 DIFF: https://github.com/llvm/llvm-project/commit/12e479475a896f664fb721f98c2d6805185ac352.diff

[Lldb-commits] [lldb] f55ab6f - Fix a buffer-size bug when the first DW_OP_piece is undefined

2020-01-16 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-01-16T16:47:59-08:00 New Revision: f55ab6f90b7317a6bb85303a6102702bdae1199e URL: https://github.com/llvm/llvm-project/commit/f55ab6f90b7317a6bb85303a6102702bdae1199e DIFF: https://github.com/llvm/llvm-project/commit/f55ab6f90b7317a6bb85303a6102702bdae1199e.diff

[Lldb-commits] [lldb] 7b0d58e - Add testing for DW_OP_piece and fix a bug with small Scalar values.

2020-01-16 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-01-16T16:47:36-08:00 New Revision: 7b0d58e339b271e3b1d9dc14b781b57fa0262e3a URL: https://github.com/llvm/llvm-project/commit/7b0d58e339b271e3b1d9dc14b781b57fa0262e3a DIFF: https://github.com/llvm/llvm-project/commit/7b0d58e339b271e3b1d9dc14b781b57fa0262e3a.diff

[Lldb-commits] [lldb] c0d909a - Delete control character from comment. (NFC)

2020-01-16 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-01-16T10:44:07-08:00 New Revision: c0d909a1b12fd646f7dbca3cd098ff7e278d7446 URL: https://github.com/llvm/llvm-project/commit/c0d909a1b12fd646f7dbca3cd098ff7e278d7446 DIFF: https://github.com/llvm/llvm-project/commit/c0d909a1b12fd646f7dbca3cd098ff7e278d7446.diff

Re: [Lldb-commits] [lldb] 15a6df5 - [lldb/DWARF/test] Freshen up debug_names tests

2020-01-16 Thread Adrian Prantl via lldb-commits
It looks like this broke on green dragon: http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/5907/ http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/5907/testReport/junit/lldb-shell/SymbolFile_DWARF/debug_names_compressed_cpp/ Script: -- : 'RUN: at line 6'; /Users/buildslave/jenk

[Lldb-commits] [lldb] b53d44b - dotest.py: Add option to pass extra lldb settings to dotest

2020-01-14 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-01-14T12:35:24-08:00 New Revision: b53d44b17a1685e405415cd32c4b6eb89cc4c3a1 URL: https://github.com/llvm/llvm-project/commit/b53d44b17a1685e405415cd32c4b6eb89cc4c3a1 DIFF: https://github.com/llvm/llvm-project/commit/b53d44b17a1685e405415cd32c4b6eb89cc4c3a1.diff

[Lldb-commits] [lldb] e9331a5 - Add missing nullptr checks.

2020-01-10 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-01-10T08:52:46-08:00 New Revision: e9331a56fead1823d528d6412828fb9e16fd62ff URL: https://github.com/llvm/llvm-project/commit/e9331a56fead1823d528d6412828fb9e16fd62ff DIFF: https://github.com/llvm/llvm-project/commit/e9331a56fead1823d528d6412828fb9e16fd62ff.diff

[Lldb-commits] [lldb] 28b9cdd - Delete dead code.

2020-01-08 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2020-01-08T14:32:11-08:00 New Revision: 28b9cdd26073c79be36c79476a9bacceca3d116f URL: https://github.com/llvm/llvm-project/commit/28b9cdd26073c79be36c79476a9bacceca3d116f DIFF: https://github.com/llvm/llvm-project/commit/28b9cdd26073c79be36c79476a9bacceca3d116f.diff

[Lldb-commits] [lldb] 44b4b83 - Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot

2019-12-20 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2019-12-20T13:11:17-08:00 New Revision: 44b4b833ad76fc61e43473c581a557f72a4ed8f4 URL: https://github.com/llvm/llvm-project/commit/44b4b833ad76fc61e43473c581a557f72a4ed8f4 DIFF: https://github.com/llvm/llvm-project/commit/44b4b833ad76fc61e43473c581a557f72a4ed8f4.diff

[Lldb-commits] [lldb] 0ca0fba - Add resurrecting Type Validators to projects.rst

2019-12-11 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2019-12-11T13:30:05-08:00 New Revision: 0ca0fba94d48959a8c5d1e074c8242e46b263d59 URL: https://github.com/llvm/llvm-project/commit/0ca0fba94d48959a8c5d1e074c8242e46b263d59 DIFF: https://github.com/llvm/llvm-project/commit/0ca0fba94d48959a8c5d1e074c8242e46b263d59.diff

[Lldb-commits] [lldb] ee64dfd - Remove TypeValidators (NFC in terms of the testsuite)

2019-12-11 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2019-12-11T09:27:12-08:00 New Revision: ee64dfd953f89a9d3df3c13a28b1bce33f33f4cb URL: https://github.com/llvm/llvm-project/commit/ee64dfd953f89a9d3df3c13a28b1bce33f33f4cb DIFF: https://github.com/llvm/llvm-project/commit/ee64dfd953f89a9d3df3c13a28b1bce33f33f4cb.diff

[Lldb-commits] [lldb] 2fb07b9 - Remove unsound caching in LanguageCategory

2019-12-10 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2019-12-10T16:11:10-08:00 New Revision: 2fb07b90dc1c2c08fe6fc69c9d569a1fc2c8a8e1 URL: https://github.com/llvm/llvm-project/commit/2fb07b90dc1c2c08fe6fc69c9d569a1fc2c8a8e1 DIFF: https://github.com/llvm/llvm-project/commit/2fb07b90dc1c2c08fe6fc69c9d569a1fc2c8a8e1.diff

[Lldb-commits] [lldb] b3801de - Replace redundant code in LanguageCategory with templates (NFC)

2019-12-10 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2019-12-10T16:11:10-08:00 New Revision: b3801de7c50faa2b730e62e1cfabeec8c5cebae2 URL: https://github.com/llvm/llvm-project/commit/b3801de7c50faa2b730e62e1cfabeec8c5cebae2 DIFF: https://github.com/llvm/llvm-project/commit/b3801de7c50faa2b730e62e1cfabeec8c5cebae2.diff

[Lldb-commits] [lldb] 70e3d0e - [FormatManager] Move Language lookup into the obviously non-cached part (NFC)

2019-12-10 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2019-12-10T15:57:53-08:00 New Revision: 70e3d0ea55e8b9385168d389fcba16a283f20214 URL: https://github.com/llvm/llvm-project/commit/70e3d0ea55e8b9385168d389fcba16a283f20214 DIFF: https://github.com/llvm/llvm-project/commit/70e3d0ea55e8b9385168d389fcba16a283f20214.diff

[Lldb-commits] [lldb] 62a6d97 - Do not cache hardcoded formats in FormatManager

2019-12-10 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2019-12-10T15:53:40-08:00 New Revision: 62a6d9770450f93a2dcdf04710a73341af2f54fa URL: https://github.com/llvm/llvm-project/commit/62a6d9770450f93a2dcdf04710a73341af2f54fa DIFF: https://github.com/llvm/llvm-project/commit/62a6d9770450f93a2dcdf04710a73341af2f54fa.diff

[Lldb-commits] [lldb] 7034794 - Replace redundant code in FormatManager and FormatCache with templates (NFC)

2019-12-10 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2019-12-10T10:27:16-08:00 New Revision: 7034794b314d9de808de004d22b47f18d134757d URL: https://github.com/llvm/llvm-project/commit/7034794b314d9de808de004d22b47f18d134757d DIFF: https://github.com/llvm/llvm-project/commit/7034794b314d9de808de004d22b47f18d134757d.diff

<    5   6   7   8   9   10   11   12   13   14   >