[Lldb-commits] [lldb] a088b0e - [LLDB][Telemetry]Define DebuggerTelemetryInfo and related methods (#127696)

2025-03-03 Thread via lldb-commits
Author: Vy Nguyen Date: 2025-03-03T10:07:54-05:00 New Revision: a088b0ec7653f12e60d01959bc71ea4f7fd206f0 URL: https://github.com/llvm/llvm-project/commit/a088b0ec7653f12e60d01959bc71ea4f7fd206f0 DIFF: https://github.com/llvm/llvm-project/commit/a088b0ec7653f12e60d01959bc71ea4f7fd206f0.diff LOG

[Lldb-commits] [lldb] 396139a - Push down the swig module to avoid an import cycle (#129135)

2025-03-03 Thread via lldb-commits
Author: wieDasDing Date: 2025-03-03T09:39:19-06:00 New Revision: 396139a3b6fc9f1a06a010c1da4164527d1e14da URL: https://github.com/llvm/llvm-project/commit/396139a3b6fc9f1a06a010c1da4164527d1e14da DIFF: https://github.com/llvm/llvm-project/commit/396139a3b6fc9f1a06a010c1da4164527d1e14da.diff LO

[Lldb-commits] [lldb] [lldb-dap] Implement a MemoryMonitor for macOS & Linux (PR #129332)

2025-03-03 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere updated https://github.com/llvm/llvm-project/pull/129332 >From c63350db79ac6bcc6f180cc84a37e829d1c8b2a8 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 28 Feb 2025 14:54:42 -0600 Subject: [PATCH 1/2] [lldb-dap] Implement a MemoryMonitor for macOS & Li

[Lldb-commits] [lldb] 64c26c8 - Fix a bug copying the stop hooks from the dummy target. (#129340)

2025-03-03 Thread via lldb-commits
Author: jimingham Date: 2025-03-03T09:59:42-08:00 New Revision: 64c26c8f16aeff3b4ef99f171c771c08353cfbdf URL: https://github.com/llvm/llvm-project/commit/64c26c8f16aeff3b4ef99f171c771c08353cfbdf DIFF: https://github.com/llvm/llvm-project/commit/64c26c8f16aeff3b4ef99f171c771c08353cfbdf.diff LOG

[Lldb-commits] [lldb] 95e460a - [lldb] Fix a warning

2025-03-03 Thread Kazu Hirata via lldb-commits
Author: Kazu Hirata Date: 2025-03-03T07:38:09-08:00 New Revision: 95e460a3878555907ae8e8afe350b40ea8150005 URL: https://github.com/llvm/llvm-project/commit/95e460a3878555907ae8e8afe350b40ea8150005 DIFF: https://github.com/llvm/llvm-project/commit/95e460a3878555907ae8e8afe350b40ea8150005.diff L

[Lldb-commits] [lldb] 6041c74 - Revert "[lldb][HostInfoMacOSX] Try to use DW_AT_LLVM_sysroot instead of xcrun when looking up SDK" (#129621)

2025-03-03 Thread via lldb-commits
Author: Augusto Noronha Date: 2025-03-03T16:55:01-08:00 New Revision: 6041c745f32e8fd60ed24e29e7d919d8d1c87ca6 URL: https://github.com/llvm/llvm-project/commit/6041c745f32e8fd60ed24e29e7d919d8d1c87ca6 DIFF: https://github.com/llvm/llvm-project/commit/6041c745f32e8fd60ed24e29e7d919d8d1c87ca6.dif

[Lldb-commits] [lldb] d654d37 - [lldb-dap] Correctly report breakpoints as resolved on macOS (#129589)

2025-03-03 Thread via lldb-commits
Author: Jonas Devlieghere Date: 2025-03-03T18:56:21-06:00 New Revision: d654d37c86a4f0dc99c65cbef0624b5533ed724c URL: https://github.com/llvm/llvm-project/commit/d654d37c86a4f0dc99c65cbef0624b5533ed724c DIFF: https://github.com/llvm/llvm-project/commit/d654d37c86a4f0dc99c65cbef0624b5533ed724c.d

[Lldb-commits] [lldb] 3ff6fb6 - [LLDB][SBProgress] Add a finalize method (#128966)

2025-03-03 Thread via lldb-commits
Author: Jacob Lalonde Date: 2025-03-03T14:01:29-08:00 New Revision: 3ff6fb68d7aadf570a15a8a068ce7b24851e136d URL: https://github.com/llvm/llvm-project/commit/3ff6fb68d7aadf570a15a8a068ce7b24851e136d DIFF: https://github.com/llvm/llvm-project/commit/3ff6fb68d7aadf570a15a8a068ce7b24851e136d.diff

[Lldb-commits] [lldb] f9338db - [lldb][test] XcodeSDKModuleTests: remove non-deterministic source mapping checks (#129526)

2025-03-03 Thread via lldb-commits
Author: Michael Buch Date: 2025-03-03T22:13:05Z New Revision: f9338db2cbd219fb9819d30531dafd3a24e0e00d URL: https://github.com/llvm/llvm-project/commit/f9338db2cbd219fb9819d30531dafd3a24e0e00d DIFF: https://github.com/llvm/llvm-project/commit/f9338db2cbd219fb9819d30531dafd3a24e0e00d.diff LOG:

[Lldb-commits] [lldb] da293b8 - [lldb][HostInfoMacOSX] Try to use DW_AT_LLVM_sysroot instead of xcrun when looking up SDK (#128712)

2025-03-03 Thread via lldb-commits
Author: Michael Buch Date: 2025-03-03T22:16:30Z New Revision: da293b850be3fc5b2047769f55823e41b07625c9 URL: https://github.com/llvm/llvm-project/commit/da293b850be3fc5b2047769f55823e41b07625c9 DIFF: https://github.com/llvm/llvm-project/commit/da293b850be3fc5b2047769f55823e41b07625c9.diff LOG:

[Lldb-commits] [lldb] [lldb-dap] Adding server mode support to lldb-dap VSCode extension. (PR #128957)

2025-03-03 Thread John Harrison via lldb-commits
https://github.com/ashgti updated https://github.com/llvm/llvm-project/pull/128957 >From e95459a73ad5a1448841ed6c2422f66b23f6b486 Mon Sep 17 00:00:00 2001 From: John Harrison Date: Wed, 26 Feb 2025 14:56:10 -0800 Subject: [PATCH 1/4] [lldb-dap] Adding server mode support to lldb-dap VSCode ext