[Lldb-commits] [lldb] 644ef58 - Print the "no plugin" warning only when there is no plugin

2021-02-04 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-02-04T11:06:10-08:00 New Revision: 644ef580735c9fe4808de89c86a3e476ef1c4fad URL: https://github.com/llvm/llvm-project/commit/644ef580735c9fe4808de89c86a3e476ef1c4fad DIFF: https://github.com/llvm/llvm-project/commit/644ef580735c9fe4808de89c86a3e476ef1c4fad.diff

[Lldb-commits] [lldb] 585e7a3 - Diagnose unhandled cases in DW_OP_deref

2021-02-10 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2021-02-10T17:27:02-08:00 New Revision: 585e7a359d250cc112917373dc4ae4f5f9a16647 URL: https://github.com/llvm/llvm-project/commit/585e7a359d250cc112917373dc4ae4f5f9a16647 DIFF: https://github.com/llvm/llvm-project/commit/585e7a359d250cc112917373dc4ae4f5f9a16647.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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] bc8e88e - Early-exitify ClangASTContext::AddObjCClassProperty() (NFC)

2019-11-21 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2019-11-21T15:41:22-08:00 New Revision: bc8e88e974550dc7a8000d526df6dadb12b54bc0 URL: https://github.com/llvm/llvm-project/commit/bc8e88e974550dc7a8000d526df6dadb12b54bc0 DIFF: https://github.com/llvm/llvm-project/commit/bc8e88e974550dc7a8000d526df6dadb12b54bc0.diff

[Lldb-commits] [lldb] c0eeea5 - Register Objective-C property accessors with their property decls.

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

[Lldb-commits] [lldb] 5391176 - Complete complete types early when importing types from Clang module DWARF.

2019-11-22 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2019-11-22T09:58:16-08:00 New Revision: 539117616d7a4c5690f1b9284faf0d282cd79621 URL: https://github.com/llvm/llvm-project/commit/539117616d7a4c5690f1b9284faf0d282cd79621 DIFF: https://github.com/llvm/llvm-project/commit/539117616d7a4c5690f1b9284faf0d282cd79621.diff

[Lldb-commits] [lldb] 8b40bdb - Reformat code for readability.

2019-11-22 Thread Adrian Prantl via lldb-commits
Author: Adrian Prantl Date: 2019-11-22T10:03:25-08:00 New Revision: 8b40bdbd7edc4cbd6c906911be0329b0900e0486 URL: https://github.com/llvm/llvm-project/commit/8b40bdbd7edc4cbd6c906911be0329b0900e0486 DIFF: https://github.com/llvm/llvm-project/commit/8b40bdbd7edc4cbd6c906911be0329b0900e0486.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

[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] 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] 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] 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] 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] 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] 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] 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] 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] 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

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] 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

[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] 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] 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] 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] 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] 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

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

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: >

[Lldb-commits] [lldb] [lldb] Change SymbolContext::GetAddressRangeFromHereToEndLine to return Expected (NFC) (PR #110718)

2024-10-08 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl closed https://github.com/llvm/llvm-project/pull/110718 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Change SymbolContext::GetAddressRangeFromHereToEndLine to return Expected (NFC) (PR #110718)

2024-10-08 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl approved this pull request. https://github.com/llvm/llvm-project/pull/110718 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Rename CommandReturnObject::Get.*Data -> Get.*String (PR #112062)

2024-10-12 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl closed https://github.com/llvm/llvm-project/pull/112062 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Expose structured command diagnostics via the SBAPI. (PR #112109)

2024-10-12 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl created https://github.com/llvm/llvm-project/pull/112109 This allows IDEs to render LLDB expression diagnostics to their liking without relying on characterprecise ASCII art from LLDB. It is exposed as a versioned SBStructuredData object, since it is expected t

[Lldb-commits] [lldb] [lldb] Remove ASL (Apple System Log) support from debugserver (NFC) (PR #112260)

2024-10-14 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl approved this pull request. https://github.com/llvm/llvm-project/pull/112260 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Expose structured command diagnostics via the SBAPI. (PR #112109)

2024-10-14 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl updated https://github.com/llvm/llvm-project/pull/112109 >From 23e1eeafd84d0f14803da52f89723a3ae257dbb8 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 11 Oct 2024 19:27:37 -0700 Subject: [PATCH] [lldb] Expose structured command diagnostics via the SBAPI

[Lldb-commits] [lldb] [lldb] Expose structured command diagnostics via the SBAPI. (PR #112109)

2024-10-14 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl closed https://github.com/llvm/llvm-project/pull/112109 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Log errors to the system log if they would otherwise get dropped (PR #111911)

2024-10-14 Thread Adrian Prantl via lldb-commits
adrian-prantl wrote: > @adrian-prantl do you want the system log to include the dropped errors in > `Status`. If so we'll need to promote that to use `LLDB_LOG_ERROR` instead. No, I expect that to be too much traffic in the beginning at least. https://github.com/llvm/llvm-project/pull/111911 _

[Lldb-commits] [lldb] [lldb] Expose structured command diagnostics via the SBAPI. (PR #112109)

2024-10-13 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl updated https://github.com/llvm/llvm-project/pull/112109 >From e60c7d3313748bc3147be188e2243f271d71d19a Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 11 Oct 2024 19:27:37 -0700 Subject: [PATCH] [lldb] Expose structured command diagnostics via the SBAPI

[Lldb-commits] [lldb] Support inline diagnostics in CommandReturnObject (PR #110901)

2024-10-09 Thread Adrian Prantl via lldb-commits
@@ -0,0 +1,79 @@ +//===-- DiagnosticsRendering.h --*- C++ -*-===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apa

[Lldb-commits] [lldb] Support inline diagnostics in CommandReturnObject (PR #110901)

2024-10-09 Thread Adrian Prantl via lldb-commits
@@ -0,0 +1,79 @@ +//===-- DiagnosticsRendering.h --*- C++ -*-===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apa

[Lldb-commits] [lldb] Support inline diagnostics in CommandReturnObject (PR #110901)

2024-10-09 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl updated https://github.com/llvm/llvm-project/pull/110901 >From 6ec95d9321072323755783ed3f5e56acbfaf37cc Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 9 Oct 2024 09:45:53 -0700 Subject: [PATCH] Support inline diagnostics in CommandReturnObject and impl

[Lldb-commits] [lldb] Support inline diagnostics in CommandReturnObject (PR #110901)

2024-10-09 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl updated https://github.com/llvm/llvm-project/pull/110901 >From 0be5ebe9109e10f340431b3ff8c56febedf64b6b Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 9 Oct 2024 09:45:53 -0700 Subject: [PATCH] Support inline diagnostics in CommandReturnObject and impl

[Lldb-commits] [lldb] [lldb][NFC] Fix a build failure with MSVC (PR #111231)

2024-10-10 Thread Adrian Prantl via lldb-commits
adrian-prantl wrote: > > Looks good, I guess. Is that constructor even necessary, given that it just > > forwards the argument to the base class, and we already have the forwarding > > `using` declaration? > > The constructor looks redundant at the moment, perhaps it is just a legacy > from t

[Lldb-commits] [lldb] [lldb] Log errors to the system log if they would otherwise get dropped (PR #111911)

2024-10-10 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl approved this pull request. https://github.com/llvm/llvm-project/pull/111911 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Support inline diagnostics in CommandReturnObject (PR #110901)

2024-10-10 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl updated https://github.com/llvm/llvm-project/pull/110901 >From e13c841a6452ae5b0cfae129764dc95d6ac29e09 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 9 Oct 2024 09:45:53 -0700 Subject: [PATCH] Support inline diagnostics in CommandReturnObject and impl

[Lldb-commits] [lldb] Support inline diagnostics in CommandReturnObject (PR #110901)

2024-10-10 Thread Adrian Prantl via lldb-commits
@@ -0,0 +1,11 @@ +# RUN: echo quit | %lldb -o "log enable -x" \ adrian-prantl wrote: Thanks! Indeed, there's bug there. https://github.com/llvm/llvm-project/pull/110901 ___ lldb-commits mailing list lldb-commits@lists.

[Lldb-commits] [lldb] [lldb] Rename CommandReturnObject::Get.*Data -> Get.*String (PR #112062)

2024-10-11 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl created https://github.com/llvm/llvm-project/pull/112062 In a later commit, I want to add a method to access diagnostics as actual structured data, which will make these function names rather confusing. >From e0f65d0a82d8ba5b7375b158a88e2680c4bf40c3 Mon Sep 17

[Lldb-commits] [lldb] [lldb] Rename CommandReturnObject::Get.*Data -> Get.*String (PR #112062)

2024-10-11 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl updated https://github.com/llvm/llvm-project/pull/112062 >From c40bb5f2b7d8ac95faa14579cd55bd2885ea9705 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 11 Oct 2024 17:02:39 -0700 Subject: [PATCH] [lldb] Rename CommandReturnObject::Get.*Data -> Get.*Strin

[Lldb-commits] [lldb] [lldb] Log errors to the system log if they would otherwise get dropped (PR #111911)

2024-10-10 Thread Adrian Prantl via lldb-commits
adrian-prantl wrote: To clone an error, do Status::FromError(error). Every call to Status::toError() clones the error (as opposed to takeError()). Generally we want to avoid cloning errors though. https://github.com/llvm/llvm-project/pull/111911 ___

[Lldb-commits] [lldb] Support inline diagnostics in CommandReturnObject (PR #110901)

2024-10-10 Thread Adrian Prantl via lldb-commits
@@ -160,6 +166,9 @@ class CommandReturnObject { StreamTee m_out_stream; StreamTee m_err_stream; + std::vector m_diagnostics; + StreamString m_diag_stream; + std::optional m_diagnostic_indent; adrian-prantl wrote: Because DiagnostcDetails are created in

[Lldb-commits] [lldb] Support inline diagnostics in CommandReturnObject (PR #110901)

2024-10-11 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl closed https://github.com/llvm/llvm-project/pull/110901 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Support inline diagnostics in CommandReturnObject (PR #110901)

2024-10-04 Thread Adrian Prantl via lldb-commits
https://github.com/adrian-prantl updated https://github.com/llvm/llvm-project/pull/110901 >From 5eff438dfba2a1f31bd51a84ca3516bae7fc Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 1 Oct 2024 17:39:10 -0700 Subject: [PATCH] Support inline diagnostics in CommandReturnObject and impl

<    8   9   10   11   12   13   14   15   16   17   >