Skip to content
Snippets Groups Projects
Commit 687e1bab authored by Soumen Ghosh's avatar Soumen Ghosh
Browse files

lrdp-v2:minidump parsing support add in ramparser

	A minidump supports fewer features than a full ramdump,
	but does not require the user to save all 4GB+ of memory.
	Instead a small subset of DDR is saved by crashscope as an elf file.
	Currently dmesg logs, rtb logs, and the cpu context parser are supported.

	Example usage: python ramparse.py --vmlinux <vmlinux> --minidump
			--ram-elf <elf_file> --ram-file <OCIMEM.bin> --everything

Change-Id: Ib689b4811d66472ac20aa7c63893fdaed915512e
parent 796dac47
No related branches found
No related tags found
No related merge requests found
Loading
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