mizvekov wrote:
Yeah, clang side unchanged.
The lldb changed stuff is trivial, I don't think it's worth waiting a long time
for lldb input.
https://github.com/llvm/llvm-project/pull/132234
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
htt
https://github.com/da-viper updated
https://github.com/llvm/llvm-project/pull/130503
>From 7bad765585b2ae96faf2d2558b099f4b965d2791 Mon Sep 17 00:00:00 2001
From: Ezike Ebuka
Date: Sun, 9 Mar 2025 12:46:54 +
Subject: [PATCH 01/22] [lldb-dap] implement jump to cursor.
---
lldb/cmake/module
slydiman wrote:
After this patch and #131645 the size of lldb-server is reduced from 47MB to
8MB.
https://github.com/llvm/llvm-project/pull/132274
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinf
slydiman wrote:
After this patch and #132274 the size of lldb-server is reduced from 47MB to
8MB.
https://github.com/llvm/llvm-project/pull/131645
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinf
https://github.com/slydiman created
https://github.com/llvm/llvm-project/pull/132274
This patch addresses the issue #129543.
lldb/source/Core/Module.cpp uses few static helpers and the class
CPlusPlusLanguage::MethodName from the CPlusPlusLanguage plug-in. The
CPlusPlusLanguage plug-in depend
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Dmitry Vasilyev (slydiman)
Changes
This patch addresses the issue #129543.
lldb/source/Core/Module.cpp uses few static helpers and the class
CPlusPlusLanguage::MethodName from the CPlusPlusLanguage plug-in. The
CPlusPlusLanguage plug-in d
https://github.com/ashgti updated
https://github.com/llvm/llvm-project/pull/132255
>From a696c1c3ce5cf0f652e0a016c5d5d422b2ae24d3 Mon Sep 17 00:00:00 2001
From: John Harrison
Date: Thu, 20 Mar 2025 10:08:53 -0700
Subject: [PATCH 1/2] [lldb-dap] Adding a DAPError for showing users error
message
@@ -0,0 +1,33 @@
+//===-- DAPError.h
===//
+//
+// 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
101 - 108 of 108 matches
Mail list logo