[Lldb-commits] [lldb] 8706ef4 - [lldb] Remove obsolete comment in TestCortexMExceptionUnwind

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 13 18:50:51 PDT 2025


Author: Jason Molenda
Date: 2025-10-13T18:50:21-07:00
New Revision: 8706ef474c4bbc7cf7bf8895649789b96e07c842

URL: https://github.com/llvm/llvm-project/commit/8706ef474c4bbc7cf7bf8895649789b96e07c842
DIFF: https://github.com/llvm/llvm-project/commit/8706ef474c4bbc7cf7bf8895649789b96e07c842.diff

LOG: [lldb] Remove obsolete comment in TestCortexMExceptionUnwind

Added: 
    

Modified: 
    lldb/test/API/functionalities/unwind/cortex-m-exception/TestCortexMExceptionUnwind.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/functionalities/unwind/cortex-m-exception/TestCortexMExceptionUnwind.py b/lldb/test/API/functionalities/unwind/cortex-m-exception/TestCortexMExceptionUnwind.py
index fc7bfe43e2051..50ea173705249 100644
--- a/lldb/test/API/functionalities/unwind/cortex-m-exception/TestCortexMExceptionUnwind.py
+++ b/lldb/test/API/functionalities/unwind/cortex-m-exception/TestCortexMExceptionUnwind.py
@@ -44,10 +44,6 @@ def test_no_fpu(self):
         thread = process.GetThreadAtIndex(0)
         self.assertTrue(thread.IsValid())
 
-        # We have 4 named stack frames and two unnamed
-        # frames above that.  The topmost two stack frames
-        # were not interesting for this test, so I didn't
-        # create symbols for them.
         self.assertEqual(thread.GetNumFrames(), 3)
         stackframe_names = [
             "exception_catcher",


        


More information about the lldb-commits mailing list