mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-25 08:44:55 +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
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue