mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-11 23:46:32 +00:00
Change Print method of MinidumpLinuxMaps and MinidumpLinuxMapsList to print
contents of /proc/<pid>/maps instead of just the files mapped to memory. Review URL: https://codereview.chromium.org/1273123002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1481 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -4004,7 +4004,7 @@ void MinidumpLinuxMaps::Print() {
|
||||
BPLOG(ERROR) << "MinidumpLinuxMaps cannot print invalid data";
|
||||
return;
|
||||
}
|
||||
std::cout << GetPathname() << std::endl;
|
||||
std::cout << region_.line << std::endl;
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user