@@ -58,3 +59,45 @@ def test_platform_process_launch_gdb_server(self):
self.runCmd("target create {}".format(self.getBuildArtifact("a.out")))
self.expect("run", substrs=["unable to launch a GDB server on"],
error=True)
+
+@skipIfRemote
+@skipUnlessPlatf
@@ -58,3 +59,45 @@ def test_platform_process_launch_gdb_server(self):
self.runCmd("target create {}".format(self.getBuildArtifact("a.out")))
self.expect("run", substrs=["unable to launch a GDB server on"],
error=True)
+
+@skipIfRemote
+@skipUnlessPlatf
https://github.com/yuvald-sweet-security updated
https://github.com/llvm/llvm-project/pull/131609
>From 6f2d070facaced221295a5b0c48ccb3a41a5048d Mon Sep 17 00:00:00 2001
From: Yuval Deutscher
Date: Mon, 17 Mar 2025 14:37:26 +0200
Subject: [PATCH 1/2] [lldb] Use correct path for debugserver
---
@@ -58,3 +59,45 @@ def test_platform_process_launch_gdb_server(self):
self.runCmd("target create {}".format(self.getBuildArtifact("a.out")))
self.expect("run", substrs=["unable to launch a GDB server on"],
error=True)
+
+@skipIfRemote
+@skipUnlessPlatf
https://github.com/SuibianP updated
https://github.com/llvm/llvm-project/pull/121269
>From d13e94bfb5a54ed597d34a6a5ad3f2be25533884 Mon Sep 17 00:00:00 2001
From: Jialun Hu
Date: Mon, 24 Feb 2025 22:10:17 +0800
Subject: [PATCH] [lldb-dap] Implement runInTerminal for Windows
Currently, the name
https://github.com/da-viper created
https://github.com/llvm/llvm-project/pull/134562
dap console does not recognise `expr` as a command because it is not explicitly
set.
It works fine in normal lldb because it is gotten from approximate match which
is not available in the SBAPI
>From be69e12
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: Ebuka Ezike (da-viper)
Changes
dap console does not recognise `expr` as a command because it is not explicitly
set.
It works fine in normal lldb because it is gotten from approximate match which
is not available in the SBAPI
---
Full dif
https://github.com/da-viper updated
https://github.com/llvm/llvm-project/pull/134562
>From be69e129667cac2ab75597bb3ed02f7d6da39bce Mon Sep 17 00:00:00 2001
From: Ebuka Ezike
Date: Sun, 6 Apr 2025 01:36:12 +0100
Subject: [PATCH 1/2] [lldb][lldb-dap] explicitly set the expr as an alias for
expr
https://github.com/GeorgeHuyubo created
https://github.com/llvm/llvm-project/pull/134563
This PR try to store the download time statistic with a FileSpec, which can be
later used when we report statistic to report the time we used to download the
file. For now, only debuginfod symbol locator i
llvmbot wrote:
@llvm/pr-subscribers-lldb
Author: None (GeorgeHuyubo)
Changes
This PR try to store the download time statistic with a FileSpec, which can be
later used when we report statistic to report the time we used to download the
file. For now, only debuginfod symbol locator is usin
rocallahan wrote:
Thanks for the feedback, folks... if you're happy with it, don't forget to give
it the thumbs-up :-)
https://github.com/llvm/llvm-project/pull/132783
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cg
11 matches
Mail list logo