[Lldb-commits] [lldb] 310351d - [LLDB] Add framework for Data Inspection Language (DIL) work. (#115666)

2024-11-14 Thread via lldb-commits
Author: cmtice Date: 2024-11-14T08:53:16-08:00 New Revision: 310351d94d7abab5d29e4171aca9dc61a97209cc URL: https://github.com/llvm/llvm-project/commit/310351d94d7abab5d29e4171aca9dc61a97209cc DIFF: https://github.com/llvm/llvm-project/commit/310351d94d7abab5d29e4171aca9dc61a97209cc.diff LOG: [

[Lldb-commits] [lldb] [LLDB] Add framework for Data Inspection Language (DIL) work. (PR #115666)

2024-11-14 Thread via lldb-commits
https://github.com/cmtice closed https://github.com/llvm/llvm-project/pull/115666 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Fixed find-module.test in case of a remote target (PR #116198)

2024-11-14 Thread Dmitry Vasilyev via lldb-commits
https://github.com/slydiman closed https://github.com/llvm/llvm-project/pull/116198 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][test] Fix inline_sites_live.cpp Shell when run on Linux remotely from Windows (PR #115722)

2024-11-14 Thread Vladislav Dzhidzhoev via lldb-commits
dzhidzhoev wrote: > > Considering that there's "REQUIRES: system-windows" on top of the test, > > maybe I'll turn it off for target-linux at all? > > This problem is not really linux specific any os!=windows will have the same > problem. I think `REQUIRES: target-windows` would be better. Tha

[Lldb-commits] [lldb] 905256a - [lldb] Fixed find-module.test in case of a remote target (#116198)

2024-11-14 Thread via lldb-commits
Author: Dmitry Vasilyev Date: 2024-11-14T15:00:54+04:00 New Revision: 905256ad2ff136ec15e4c1a822412c87881876b8 URL: https://github.com/llvm/llvm-project/commit/905256ad2ff136ec15e4c1a822412c87881876b8 DIFF: https://github.com/llvm/llvm-project/commit/905256ad2ff136ec15e4c1a822412c87881876b8.dif

[Lldb-commits] [lldb] [lldb][test] Add test categories for Linux and Darwin tests (PR #116194)

2024-11-14 Thread Vladislav Dzhidzhoev via lldb-commits
dzhidzhoev wrote: > How are you going to use these categories exactly? Is this level of detail > enough for your use case? The initial idea was to disable tests from `lldb/test/API/macosx` directory on lldb-remote-linux-* builders. Most of them are already disabled, but they're disabled with

[Lldb-commits] [lldb] [lldb][test] Disable inline_sites_live.cpp for non-Windows targets (PR #116196)

2024-11-14 Thread Pavel Labath via lldb-commits
https://github.com/labath approved this pull request. https://github.com/llvm/llvm-project/pull/116196 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [llvm] Modify the localCache API to require an explicit commit on CachedFile… (PR #115331)

2024-11-14 Thread via lldb-commits
https://github.com/anjenner updated https://github.com/llvm/llvm-project/pull/115331 >From d16492dc12891cf15e41225abff890462c9f8460 Mon Sep 17 00:00:00 2001 From: Andrew Jenner Date: Thu, 7 Nov 2024 10:47:42 -0500 Subject: [PATCH] Modify the localCache API to require an explicit commit on Cach

<    1   2