diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/windows/pdb_source_line_writer.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/windows/pdb_source_line_writer.cc b/src/common/windows/pdb_source_line_writer.cc index 9969530b..c0415d00 100644 --- a/src/common/windows/pdb_source_line_writer.cc +++ b/src/common/windows/pdb_source_line_writer.cc @@ -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() && |