[Lldb-commits] [lldb] 48a814c - Don't run TestUnwindFramelessFaulted.py on Linux

2025-05-11 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2025-05-11T23:57:53-07:00 New Revision: 48a814c7112d8d79f23ab18de7b2b80dee2c08bc URL: https://github.com/llvm/llvm-project/commit/48a814c7112d8d79f23ab18de7b2b80dee2c08bc DIFF: https://github.com/llvm/llvm-project/commit/48a814c7112d8d79f23ab18de7b2b80dee2c08bc.diff

[Lldb-commits] [lldb] 9e44f0d - Reapply "[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on windows (#137978)" (#138896)

2025-05-11 Thread via lldb-commits
Author: Pavel Labath Date: 2025-05-12T07:57:43+02:00 New Revision: 9e44f0d669c116e896845d08ca603ca4f46be1db URL: https://github.com/llvm/llvm-project/commit/9e44f0d669c116e896845d08ca603ca4f46be1db DIFF: https://github.com/llvm/llvm-project/commit/9e44f0d669c116e896845d08ca603ca4f46be1db.diff

[Lldb-commits] [lldb] Reapply "[lldb] Inherit DuplicateFileAction(HANDLE, HANDLE) handles on windows (#137978)" (PR #138896)

2025-05-11 Thread Pavel Labath via lldb-commits
https://github.com/labath closed https://github.com/llvm/llvm-project/pull/138896 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][plugin] Clear in same thread as set (PR #139252)

2025-05-11 Thread Jacques Pienaar via lldb-commits
https://github.com/jpienaar updated https://github.com/llvm/llvm-project/pull/139252 >From c5ffbd84f8b68bae2112e8cec68803cefe571a72 Mon Sep 17 00:00:00 2001 From: Jacques Pienaar Date: Fri, 9 May 2025 05:23:00 -0700 Subject: [PATCH 1/2] [lldb][plugin] Clear in same thread as set Here we were i

[Lldb-commits] [lldb] [lldb-dap] Add unit tests for protocol types (PR #139502)

2025-05-11 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/139502 Add unit tests for serializing and deserializing protocol types. >From 5fdd0d606262254f7363a55fd5ad38fe726b2dab Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Sun, 11 May 2025 23:28:21 -0700 Subjec

[Lldb-commits] [lldb] [lldb-dap] Add unit tests for protocol types (PR #139502)

2025-05-11 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Jonas Devlieghere (JDevlieghere) Changes Add unit tests for serializing and deserializing protocol types. --- Full diff: https://github.com/llvm/llvm-project/pull/139502.diff 2 Files Affected: - (modified) lldb/unittests/DAP/CMakeLists.t

[Lldb-commits] [lldb] b957cc0 - [lldb] Provide lr value in faulting frame on arm64 (#138805)

2025-05-11 Thread Jason Molenda via lldb-commits
Author: Jason Molenda Date: 2025-05-11T23:39:35-07:00 New Revision: b957cc0c7e8eb5895ca519c9cc09e099878f5fbb URL: https://github.com/llvm/llvm-project/commit/b957cc0c7e8eb5895ca519c9cc09e099878f5fbb DIFF: https://github.com/llvm/llvm-project/commit/b957cc0c7e8eb5895ca519c9cc09e099878f5fbb.diff

[Lldb-commits] [lldb] c1ecd0a - [lldb-dap] Don't build the unit tests on Windows

2025-05-11 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2025-05-11T16:14:03-07:00 New Revision: c1ecd0a92e51be383bc48eef06bfcba3ffdd413f URL: https://github.com/llvm/llvm-project/commit/c1ecd0a92e51be383bc48eef06bfcba3ffdd413f DIFF: https://github.com/llvm/llvm-project/commit/c1ecd0a92e51be383bc48eef06bfcba3ffdd413f.d

[Lldb-commits] [lldb] 5b97a5b - [lldb-dap] Add unit tests for GetString and GetBoolean

2025-05-11 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2025-05-11T16:20:30-07:00 New Revision: 5b97a5b2ae6368a9c1ad220d3b1d94c545578bed URL: https://github.com/llvm/llvm-project/commit/5b97a5b2ae6368a9c1ad220d3b1d94c545578bed DIFF: https://github.com/llvm/llvm-project/commit/5b97a5b2ae6368a9c1ad220d3b1d94c545578bed.d

[Lldb-commits] [lldb] 8757aa0 - [lldb-dap] Add unit tests for GetInteger

2025-05-11 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2025-05-11T16:22:21-07:00 New Revision: 8757aa0a7ec1ef1ca79e1ff2ff63d246e6215ba4 URL: https://github.com/llvm/llvm-project/commit/8757aa0a7ec1ef1ca79e1ff2ff63d246e6215ba4 DIFF: https://github.com/llvm/llvm-project/commit/8757aa0a7ec1ef1ca79e1ff2ff63d246e6215ba4.d

[Lldb-commits] [lldb] [lldb-dap] Split lldb-dap into library and tool (NFC) (PR #139402)

2025-05-11 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere updated https://github.com/llvm/llvm-project/pull/139402 >From b0996a236d9eaf70de562ae2cf0e1900417cae93 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Sat, 10 May 2025 12:08:29 -0700 Subject: [PATCH 1/3] [lldb-dap] Split lldb-dap into library and tool (NF

[Lldb-commits] [lldb] 6f84ec3 - [lldb-dap] Split lldb-dap into library and tool (NFC) (#139402)

2025-05-11 Thread via lldb-commits
Author: Jonas Devlieghere Date: 2025-05-11T14:48:40-07:00 New Revision: 6f84ec3496f5ec9038a59c11d2ea495f1e601049 URL: https://github.com/llvm/llvm-project/commit/6f84ec3496f5ec9038a59c11d2ea495f1e601049 DIFF: https://github.com/llvm/llvm-project/commit/6f84ec3496f5ec9038a59c11d2ea495f1e601049.d

[Lldb-commits] [lldb] 2ccfb99 - [lldb] Fix term settings completion tests (#139447)

2025-05-11 Thread via lldb-commits
Author: Emmanuel Ferdman Date: 2025-05-11T14:47:21-07:00 New Revision: 2ccfb99d81d9fa9be6b0be02649d987106797979 URL: https://github.com/llvm/llvm-project/commit/2ccfb99d81d9fa9be6b0be02649d987106797979 DIFF: https://github.com/llvm/llvm-project/commit/2ccfb99d81d9fa9be6b0be02649d987106797979.di

[Lldb-commits] [lldb] [lldb] Fix term settings completion tests (PR #139447)

2025-05-11 Thread via lldb-commits
github-actions[bot] wrote: @emmanuel-ferdman Congratulations on having your first Pull Request (PR) merged into the LLVM Project! Your changes will be combined with recent changes from other authors, then tested by our [build bots](https://lab.llvm.org/buildbot/). If there is a problem with

[Lldb-commits] [lldb] [lldb-dap] Split lldb-dap into library and tool (NFC) (PR #139402)

2025-05-11 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere closed https://github.com/llvm/llvm-project/pull/139402 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Fix term settings completion tests (PR #139447)

2025-05-11 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere closed https://github.com/llvm/llvm-project/pull/139447 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb-dap] Split lldb-dap into library and tool (NFC) (PR #139402)

2025-05-11 Thread Ebuka Ezike via lldb-commits
@@ -85,10 +76,11 @@ add_lldb_tool(lldb-dap Support ) -target_include_directories(lldb-dap PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}) +target_include_directories(lldbDAP + PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR_DIR}) da-viper wrote: ```

[Lldb-commits] [lldb] [lldb-dap] Split lldb-dap into library and tool (NFC) (PR #139402)

2025-05-11 Thread Ebuka Ezike via lldb-commits
https://github.com/da-viper requested changes to this pull request. https://github.com/llvm/llvm-project/pull/139402 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Fix term settings completion tests (PR #139447)

2025-05-11 Thread Emmanuel Ferdman via lldb-commits
https://github.com/emmanuel-ferdman created https://github.com/llvm/llvm-project/pull/139447 # PR Summary Small PR - Several test functions for `term-width/height` completions had identical names, causing silent overriding. This gives them distinct _width/_height suffixes to ensure all tests r

[Lldb-commits] [lldb] [lldb] Fix term settings completion tests (PR #139447)

2025-05-11 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Emmanuel Ferdman (emmanuel-ferdman) Changes # PR Summary Small PR - Several test functions for `term-width/height` completions had identical names, causing silent overriding. This gives them distinct _width/_height suffixes to ensure all t

[Lldb-commits] [lldb] [lldb] Fix term settings completion tests (PR #139447)

2025-05-11 Thread via lldb-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it

[Lldb-commits] [lldb] [lldb-dap] Split lldb-dap into library and tool (NFC) (PR #139402)

2025-05-11 Thread Ebuka Ezike via lldb-commits
@@ -0,0 +1,28 @@ +if(APPLE) + configure_file( +${CMAKE_CURRENT_SOURCE_DIR}/lldb-dap-Info.plist.in +${CMAKE_CURRENT_BINARY_DIR}/lldb-dap-Info.plist +) + # Inline info plist in binary (use target_link_options for this as soon as CMake 3.13 is available) + set(CMAKE_E

[Lldb-commits] [lldb] [lldb] Fix term settings completion tests (PR #139447)

2025-05-11 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere approved this pull request. https://github.com/llvm/llvm-project/pull/139447 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb-dap] Split lldb-dap into library and tool (NFC) (PR #139402)

2025-05-11 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere updated https://github.com/llvm/llvm-project/pull/139402 Rate limit ยท GitHub body { background-color: #f6f8fa; color: #24292e; font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,s

[Lldb-commits] [lldb] [lldb-dap] Split lldb-dap into library and tool (NFC) (PR #139402)

2025-05-11 Thread Jonas Devlieghere via lldb-commits
@@ -0,0 +1,28 @@ +if(APPLE) + configure_file( +${CMAKE_CURRENT_SOURCE_DIR}/lldb-dap-Info.plist.in +${CMAKE_CURRENT_BINARY_DIR}/lldb-dap-Info.plist +) + # Inline info plist in binary (use target_link_options for this as soon as CMake 3.13 is available) + set(CMAKE_E

[Lldb-commits] [lldb] [lldb-dap] Split lldb-dap into library and tool (NFC) (PR #139402)

2025-05-11 Thread Jonas Devlieghere via lldb-commits
@@ -85,10 +76,11 @@ add_lldb_tool(lldb-dap Support ) -target_include_directories(lldb-dap PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}) +target_include_directories(lldbDAP + PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR_DIR}) JDevlieghere wrote:

[Lldb-commits] [lldb] [lldb-dap] Split lldb-dap into library and tool (NFC) (PR #139402)

2025-05-11 Thread Ebuka Ezike via lldb-commits
https://github.com/da-viper approved this pull request. https://github.com/llvm/llvm-project/pull/139402 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb-dap] Split lldb-dap into library and tool (NFC) (PR #139402)

2025-05-11 Thread Ebuka Ezike via lldb-commits
@@ -0,0 +1,28 @@ +add_lldb_tool(lldb-dap + lldb-dap.cpp + + LINK_LIBS +lldbDAP + ) + +if(APPLE) + configure_file( +${CMAKE_CURRENT_SOURCE_DIR}/lldb-dap-Info.plist.in +${CMAKE_CURRENT_BINARY_DIR}/lldb-dap-Info.plist +) + target_link_options(lldb-dap +PRIVAT

[Lldb-commits] [lldb] d129790 - [lldb-dap] Remove GetSigned from JSONUtils (NFC)

2025-05-11 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2025-05-11T16:29:53-07:00 New Revision: d129790ae89a106597e19475b6332e73cea663c2 URL: https://github.com/llvm/llvm-project/commit/d129790ae89a106597e19475b6332e73cea663c2 DIFF: https://github.com/llvm/llvm-project/commit/d129790ae89a106597e19475b6332e73cea663c2.d

[Lldb-commits] [lldb] 79fbef1 - [lldb-dap] Add unit tests for LLDBUtils (NFC)

2025-05-11 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2025-05-11T16:42:42-07:00 New Revision: 79fbef17128340923be177f8c4e841fc2cc8a9e9 URL: https://github.com/llvm/llvm-project/commit/79fbef17128340923be177f8c4e841fc2cc8a9e9 DIFF: https://github.com/llvm/llvm-project/commit/79fbef17128340923be177f8c4e841fc2cc8a9e9.d

[Lldb-commits] [lldb] e584af5 - [lldb-dap] Add unit tests for ToError

2025-05-11 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2025-05-11T16:51:32-07:00 New Revision: e584af5861cec9ff8989487694f78855bee950dc URL: https://github.com/llvm/llvm-project/commit/e584af5861cec9ff8989487694f78855bee950dc DIFF: https://github.com/llvm/llvm-project/commit/e584af5861cec9ff8989487694f78855bee950dc.d

[Lldb-commits] [lldb] e62fc14 - [lldb-dap] Add unit tests for GetStrings

2025-05-11 Thread Jonas Devlieghere via lldb-commits
Author: Jonas Devlieghere Date: 2025-05-11T16:32:43-07:00 New Revision: e62fc14a5d214f801758b35bdcad0c8efc65e8b8 URL: https://github.com/llvm/llvm-project/commit/e62fc14a5d214f801758b35bdcad0c8efc65e8b8 DIFF: https://github.com/llvm/llvm-project/commit/e62fc14a5d214f801758b35bdcad0c8efc65e8b8.d

[Lldb-commits] [lldb] [lldb-dap] Split lldb-dap into library and tool (NFC) (PR #139402)

2025-05-11 Thread LLVM Continuous Integration via lldb-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `lldb-remote-linux-win` running on `as-builder-10` while building `lldb` at step 16 "test-check-lldb-unit". Full details are available at: https://lab.llvm.org/buildbot/#/builders/197/builds/5187 Here is the relevant piece o