Skip to content

Commit 78dfbca

Browse files
committed
[lldb][NFC] add comment to new TestCortexMExceptionUnwind
1 parent 3e98021 commit 78dfbca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ def test_no_fpu(self):
3939
thread = process.GetThreadAtIndex(0)
4040
self.assertTrue(thread.IsValid())
4141

42+
# We have 4 named stack frames and two unnamed
43+
# frames above that. The topmost two stack frames
44+
# were not interesting for this test, so I didn't
45+
# create symbols for them.
4246
self.assertEqual(thread.GetNumFrames(), 6)
4347
stackframe_names = [
4448
"exception_catcher",

0 commit comments

Comments
 (0)