@@ -0,0 +1,548 @@
+"""
+Test SBFrameExtensions API.
+"""
+
+import lldb
+from lldbsuite.test.decorators import *
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test import lldbutil
+
+
+class TestSBFrameExtensions(TestBase):
+def setUp(self):
+TestBase.setUp(se
https://github.com/ahmednoursphinx updated
https://github.com/llvm/llvm-project/pull/169236
>From cb5775e228a313dc9058c1dd84271aa3af69ce8b Mon Sep 17 00:00:00 2001
From: ahmed
Date: Sun, 23 Nov 2025 22:46:25 +0200
Subject: [PATCH 1/9] [LLDB] Add SBFrameExtensions Tests
---
.../python_api/sbfr
@@ -0,0 +1,548 @@
+"""
+Test SBFrameExtensions API.
+"""
+
+import lldb
+from lldbsuite.test.decorators import *
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test import lldbutil
+
+
+class TestSBFrameExtensions(TestBase):
+def setUp(self):
+TestBase.setUp(se
@@ -0,0 +1,548 @@
+"""
+Test SBFrameExtensions API.
+"""
+
+import lldb
+from lldbsuite.test.decorators import *
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test import lldbutil
+
+
+class TestSBFrameExtensions(TestBase):
+def setUp(self):
+TestBase.setUp(se
@@ -0,0 +1,548 @@
+"""
+Test SBFrameExtensions API.
+"""
+
+import lldb
+from lldbsuite.test.decorators import *
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test import lldbutil
+
+
+class TestSBFrameExtensions(TestBase):
+def setUp(self):
+TestBase.setUp(se
ahmednoursphinx wrote:
Hey @medismailben Thanks, i have addressed your feedback. Please merge the PR
if possible :)
https://github.com/llvm/llvm-project/pull/169236
___
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-b
@@ -0,0 +1,533 @@
+"""
+Test SBFrameExtensions API.
+"""
+
+import lldb
+from lldbsuite.test.decorators import *
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test import lldbutil
+
+
+class TestSBFrameExtensions(TestBase):
+def setUp(self):
+TestBase.setUp(se
https://github.com/ahmednoursphinx updated
https://github.com/llvm/llvm-project/pull/169236
>From cb5775e228a313dc9058c1dd84271aa3af69ce8b Mon Sep 17 00:00:00 2001
From: ahmed
Date: Sun, 23 Nov 2025 22:46:25 +0200
Subject: [PATCH 1/8] [LLDB] Add SBFrameExtensions Tests
---
.../python_api/sbfr
https://github.com/ahmednoursphinx updated
https://github.com/llvm/llvm-project/pull/169236
>From cb5775e228a313dc9058c1dd84271aa3af69ce8b Mon Sep 17 00:00:00 2001
From: ahmed
Date: Sun, 23 Nov 2025 22:46:25 +0200
Subject: [PATCH 1/8] [LLDB] Add SBFrameExtensions Tests
---
.../python_api/sbfr
@@ -0,0 +1,533 @@
+"""
+Test SBFrameExtensions API.
+"""
+
+import lldb
+from lldbsuite.test.decorators import *
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test import lldbutil
+
+
+class TestSBFrameExtensions(TestBase):
+def setUp(self):
+TestBase.setUp(se
https://github.com/medismailben approved this pull request.
LGTM with comments.
https://github.com/llvm/llvm-project/pull/169236
___
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/medismailben edited
https://github.com/llvm/llvm-project/pull/169236
___
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
https://github.com/ahmednoursphinx updated
https://github.com/llvm/llvm-project/pull/169236
>From cb5775e228a313dc9058c1dd84271aa3af69ce8b Mon Sep 17 00:00:00 2001
From: ahmed
Date: Sun, 23 Nov 2025 22:46:25 +0200
Subject: [PATCH 1/7] [LLDB] Add SBFrameExtensions Tests
---
.../python_api/sbfr
ahmednoursphinx wrote:
> Hey @ahmednoursphinx! Thanks for contributing to lldb! I was wondering why
> you decided to group the extension tests that way ? Why not make a different
> test function for each of the extension. That way we would get a fine-grain
> test results and it'd be easier to
14 matches
Mail list logo