https://github.com/itf edited https://github.com/llvm/llvm-project/pull/160550
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/itf closed https://github.com/llvm/llvm-project/pull/160550
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
itf wrote:
> Is there a test case we can use to emulate this instruction correctly? I see
> lldb/unittests/Instruction/RISCV/TestRISCVEmulator.cpp as the best place to
> do this. Testing the edge case that was failing to show it failing before and
> succeeding after the fix.
I don't think we
https://github.com/itf edited https://github.com/llvm/llvm-project/pull/160550
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/itf updated https://github.com/llvm/llvm-project/pull/160550
>From 93420881a71412ffb92438c3eb0974c042316ba9 Mon Sep 17 00:00:00 2001
From: Ivan Tadeu Ferreira Antunes Filho
Date: Wed, 24 Sep 2025 12:03:13 -0400
Subject: [PATCH] [lldb][RISCV] Use uint64_t for emulating ADDI
In
https://github.com/itf edited https://github.com/llvm/llvm-project/pull/160550
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/itf closed https://github.com/llvm/llvm-project/pull/145342
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/itf updated https://github.com/llvm/llvm-project/pull/145342
>From a79352fe1eac306b6065b1cba165b176ddc1376f Mon Sep 17 00:00:00 2001
From: Ivan Tadeu Ferreira Antunes Filho
Date: Mon, 23 Jun 2025 11:30:09 -0400
Subject: [PATCH 1/3] [lldb] Add support to NoneType to decorator
@@ -2,23 +2,35 @@
Test lldb-dap RestartRequest.
"""
-import os
-from lldbsuite.test.decorators import *
-from lldbsuite.test.lldbtest import line_number
+from typing import Dict, Any, List
+
import lldbdap_testcase
+from lldbsuite.test.decorators import skipIfWindows, skipIf,
https://github.com/itf updated https://github.com/llvm/llvm-project/pull/145342
>From a79352fe1eac306b6065b1cba165b176ddc1376f Mon Sep 17 00:00:00 2001
From: Ivan Tadeu Ferreira Antunes Filho
Date: Mon, 23 Jun 2025 11:30:09 -0400
Subject: [PATCH 1/2] [lldb] Add support to NoneType to decorator
https://github.com/itf created https://github.com/llvm/llvm-project/pull/145342
Currently if cmake_build_type is None we error with `AttributeError: 'NoneType'
object has no attribute 'lower'` if the decorator skipIfBuildType is used. This
fixes the issue by first checking that cmake_build_type
https://github.com/itf closed https://github.com/llvm/llvm-project/pull/137979
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/itf created https://github.com/llvm/llvm-project/pull/137979
None
>From 2949d9ab36b214137d9a60dc2a6eb88f9ba4a737 Mon Sep 17 00:00:00 2001
From: Ivan Tadeu Ferreira Antunes Filho
Date: Wed, 30 Apr 2025 11:26:16 -0400
Subject: [PATCH] Free bugger and fix memory leak on test
--
13 matches
Mail list logo