We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e98021 commit 78dfbcaCopy full SHA for 78dfbca
lldb/test/API/functionalities/unwind/cortex-m-exception/TestCortexMExceptionUnwind.py
@@ -39,6 +39,10 @@ def test_no_fpu(self):
39
thread = process.GetThreadAtIndex(0)
40
self.assertTrue(thread.IsValid())
41
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.
46
self.assertEqual(thread.GetNumFrames(), 6)
47
stackframe_names = [
48
"exception_catcher",
0 commit comments