[Lldb-commits] [lldb] [lldb-dap] Add unit test for FifoFiles (PR #140480)

2025-05-18 Thread John Harrison via lldb-commits
@@ -0,0 +1,102 @@ +//===-- FifoFilesTest.cpp -===// +// +// 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: Ap

[Lldb-commits] [lldb] [lldb-dap] Add unit test for FifoFiles (PR #140480)

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

[Lldb-commits] [lldb] [lldb-dap] Add unit test for FifoFiles (PR #140480)

2025-05-18 Thread John Harrison via lldb-commits
@@ -0,0 +1,102 @@ +//===-- FifoFilesTest.cpp -===// +// +// 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: Ap

[Lldb-commits] [lldb] [lldb-dap] Add unit test for FifoFiles (PR #140480)

2025-05-18 Thread Jonas Devlieghere via lldb-commits
@@ -0,0 +1,102 @@ +//===-- FifoFilesTest.cpp -===// +// +// 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: Ap

[Lldb-commits] [lldb] [lldb-dap] Add unit test for FifoFiles (PR #140480)

2025-05-18 Thread John Harrison via lldb-commits
https://github.com/ashgti approved this pull request. LGTM, one question about the timeouts https://github.com/llvm/llvm-project/pull/140480 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-

[Lldb-commits] [lldb] [lldb-dap] Add unit test for FifoFiles (PR #140480)

2025-05-18 Thread John Harrison via lldb-commits
@@ -0,0 +1,102 @@ +//===-- FifoFilesTest.cpp -===// +// +// 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: Ap

[Lldb-commits] [lldb] [lldb-dap] Add unit test for FifoFiles (PR #140480)

2025-05-18 Thread John Harrison via lldb-commits
https://github.com/ashgti edited https://github.com/llvm/llvm-project/pull/140480 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb-dap] Add unit test for FifoFiles (PR #140480)

2025-05-18 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere updated https://github.com/llvm/llvm-project/pull/140480 >From 58f1ceb2c3d7e7e74d06f1ffb8b015794d011db5 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Sun, 18 May 2025 14:05:46 -0700 Subject: [PATCH] [lldb-dap] Add unit test for FifoFiles --- lldb/unitt

[Lldb-commits] [lldb] [lldb-dap] Add unit test for FifoFiles (PR #140480)

2025-05-18 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Jonas Devlieghere (JDevlieghere) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/140480.diff 2 Files Affected: - (modified) lldb/unittests/DAP/CMakeLists.txt (+1) - (added) lldb/unittests/DAP/FifoFilesTest.cpp (+102)

[Lldb-commits] [lldb] [lldb-dap] Add unit test for FifoFiles (PR #140480)

2025-05-18 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/140480 None >From 8cc54e7e1f2134e2e6352e4f572f3b0f9a3ce59f Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Sun, 18 May 2025 14:05:46 -0700 Subject: [PATCH] [lldb-dap] Add unit test for FifoFiles --- lldb