https://github.com/walter-erquinigo updated
https://github.com/llvm/llvm-project/pull/75244
>From 724ac112073c87c4a6b82618c8704c049e8112a5 Mon Sep 17 00:00:00 2001
From: walter erquinigo
Date: Fri, 8 Dec 2023 12:58:30 -0500
Subject: [PATCH] [lldb-dap] Emit more structured info along with variab
@@ -34,6 +35,10 @@ struct __identity {
template <>
struct __is_identity<__identity> : true_type {};
+template <>
EricWF wrote:
I'm not sure these changes are correct. Does reference wrapper work with the
`identity` unary op?
https://github.com/llvm/llvm-pr
@@ -0,0 +1,5 @@
+out
+node_modules
+.vscode-test
+*.vsix
+!.vscode
walter-erquinigo wrote:
yes, npm creates all these files
https://github.com/llvm/llvm-project/pull/75515
___
lldb-commits mailing list
lldb-commits@lis
@@ -27,58 +31,43 @@ get a full featured debugger with a well defined protocol.
# Installation for Visual Studio Code
-Installing the plug-in involves creating a directory in any location outside of
-`~/.vscode/extensions`. For example, `~/vscode-lldb` is a valid one. You'll
@@ -0,0 +1,21 @@
+import * as vscode from 'vscode';
walter-erquinigo wrote:
This approach doesn't work anymore. In fact, for the entirety of 2023 this was
not possible.
https://github.com/llvm/llvm-project/pull/75515
https://github.com/walter-erquinigo edited
https://github.com/llvm/llvm-project/pull/75515
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
@@ -0,0 +1,61 @@
+//===--===//
+//
+// 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: Apac
@@ -0,0 +1,195 @@
+//===--===//
+//
+// 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
@@ -34,6 +35,10 @@ struct __identity {
template <>
struct __is_identity<__identity> : true_type {};
+template <>
var-const wrote:
Can you elaborate on your concerns here?
https://github.com/llvm/llvm-project/pull/65148
___
https://github.com/walter-erquinigo updated
https://github.com/llvm/llvm-project/pull/75515
>From aa071e67b07bd23550253ce4f4ca093eb6b8431c Mon Sep 17 00:00:00 2001
From: walter erquinigo
Date: Thu, 14 Dec 2023 12:29:52 -0500
Subject: [PATCH] Add TS files
---
lldb/tools/lldb-dap/.gitignore
https://github.com/walter-erquinigo updated
https://github.com/llvm/llvm-project/pull/75515
>From a3cd529575b6d8b28204489308a9787ca5a44889 Mon Sep 17 00:00:00 2001
From: walter erquinigo
Date: Thu, 14 Dec 2023 12:29:52 -0500
Subject: [PATCH] Add TS files
---
lldb/tools/lldb-dap/.editorconfig
kevinfrei wrote:
doBuild.sh:
```
#!/bin/sh
./llvm-config.sh
cd rel-llvm
ninja -v
sudo ninja -v install-distribution
cd ..
./lldb-config.sh
cd rel-lldb
ninja -v
```
llvm-config.sh:
```
#!/bin/sh
cmake -G Ninja \
-B rel-llvm \
-S llvm/llvm \
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_ENABLE_PROJEC
https://github.com/SunilKuravinakop created
https://github.com/llvm/llvm-project/pull/75562
When building with gcc-7.5 we get the error:
`nochange/openmp/libomptarget/src/PluginManager.cpp: In static member function
'static llvm::Expected >
PluginAdaptorTy::create(const string&)':
`
To overcom
clayborg wrote:
So regarding:
```
lldb-unit ::
SymbolFile/PDB/./SymbolFilePDBTests.exe/SymbolFilePDBTests/TestMaxMatches
```
This test was testing the wrong thing. From the looks of
`SymbolFilePDBTests::TestMaxMatches(...)` I thought it was finding multiple
matches when we didn't ask for a lim
https://github.com/clayborg created
https://github.com/llvm/llvm-project/pull/75566
This patch fixes the SymbolFilePDBTests::TestMaxMatches(...) by making it test
what it was testing before, see comments in the test case for details.
It also disables TestUniqueTypes4.py for now until we can de
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Greg Clayton (clayborg)
Changes
This patch fixes the SymbolFilePDBTests::TestMaxMatches(...) by making it test
what it was testing before, see comments in the test case for details.
It also disables TestUniqueTypes4.py for now until we can
clayborg wrote:
@DavidSpickett I created a new PR to fix the buildbots:
https://github.com/llvm/llvm-project/pull/75566
This disables the TestUniqueTypes4.py on windows, and fixes the test in
`lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp` to test what it was
testing before.
https://g
101 - 117 of 117 matches
Mail list logo