Skip to content
Snippets Groups Projects
Commit 8b49a6c2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents fbddf7f5 2a90bad4
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ class RamDump():
frame.pc = self.ramdump.read_word(fp + 8)
return 0
def unwind_frame_generic(self, frame):
def unwind_frame_generic(self, frame, trace=False):
high = 0
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