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 aab4ee4 commit 39dd4d3Copy full SHA for 39dd4d3
lldb/test/API/functionalities/unwind/cortex-m-exception/TestCortexMExceptionUnwind.py
@@ -39,10 +39,6 @@ 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(), 3)
47
stackframe_names = [
48
"exception_catcher",
0 commit comments