Skip to content
Snippets Groups Projects
Commit 2a90bad4 authored by Laura Abbott's avatar Laura Abbott
Browse files

linux-ramdump-parser-v2: Add tracing for stack unwinding

The arm32 version of stack unwinding was missing a function. Add it
back.

Change-Id: I46f769938601867fd7d331e01b200071630696af
parent fbddf7f5
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ class RamDump(): ...@@ -121,7 +121,7 @@ class RamDump():
frame.pc = self.ramdump.read_word(fp + 8) frame.pc = self.ramdump.read_word(fp + 8)
return 0 return 0
def unwind_frame_generic(self, frame): def unwind_frame_generic(self, frame, trace=False):
high = 0 high = 0
fp = frame.fp fp = frame.fp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment