mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-27 23:54:16 +01:00
enable writing INFO CODE_ID line in symbol files
R=mark (originally from http://breakpad.appspot.com/180001) git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@773 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
1530800640
commit
cff9fdbd94
@ -799,10 +799,8 @@ bool PDBSourceLineWriter::WriteMap(FILE *map_file) {
|
||||
output_ = map_file;
|
||||
|
||||
bool ret = PrintPDBInfo();
|
||||
// TODO(ted): This is currently disabled to allow Breakpad users to update
|
||||
// processing infrastructure.
|
||||
// This is not a critical piece of the symbol file.
|
||||
// PrintPEInfo();
|
||||
PrintPEInfo();
|
||||
ret = ret &&
|
||||
PrintSourceFiles() &&
|
||||
PrintFunctions() &&
|
||||
|
Loading…
Reference in New Issue
Block a user