Hi. This patchset corrects bugs of "Excluding free pages" and "Using libraries instead of dwarfdump code" and clean up some codes.
The latest makedumpfile(ver. 1.0.1) is based on makedumpfile from tachibana(2006/10/02) with all my patches applied. You can get the latest makedumpfile from the following URL. https://sourceforge.net/projects/makedumpfile/ Now, it is impossible to use the feature of CVS etc at the above site. I will operate the above site as the download site of the makedumpfile until becoming accustomed to the operation. And I will post the patch of makedumpfile to fastboot-ml in the future. Only the latest crash utility(ver. 4.0-3.4+) can analyze the dumpfile created by makedumpfile with this patchset. [PATCH 1/9] Clean up the format of if(X) [PATCH 2/9] Check information necessary for excluding free pages [PATCH 3/9] Check the return value of readmem() [PATCH 4/9] Add the error message of vaddr_to_fileoffset() [PATCH 5/9] Add vaddr_to_fileoffset() for x86_64 [PATCH 6/9] Fix reset_3rd_bitmap() [PATCH 7/9] Fix the bitmap of ELF dumpfile for excluding free pages [PATCH 8/9] Fix for free page exclusion and elf library modification [PATCH 9/9] Add the option of showing the version Method of installation: You can compile the makedumpfile command as follows; 1. "tar -zxvf makedumpfile-1.0.1.tar.gz" 2. "cd makedumpfile" 3. "make; make install" Todo: 1.Output to a remote host 2.Dumping DISCONTIGMEM kernel Thanks Ken'ichi Ohmichi _______________________________________________ fastboot mailing list [email protected] https://lists.osdl.org/mailman/listinfo/fastboot
