aboutsummaryrefslogtreecommitdiff
path: root/src/common/windows/pdb_source_line_writer.cc
Commit message (Expand)AuthorAgeFilesLines
* Issue 370 - fix PDBSourceLineWriter::GetModuleInfo's CPU detectionted.mielczarek2010-08-311-5/+19
* don't output duplicate filenames in PDBSourceLineWriter. r=mark at http://bre...ted.mielczarek2009-11-231-3/+14
* output function names for PGO-optimized cold function blocks. r=mark at http:...ted.mielczarek2009-11-201-4/+63
* Emergency crash fix, tbr=brynermmentovai2007-04-251-1/+2
* Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup).mmentovai2007-04-041-5/+8
* vswprintf causes Purify to fail (#145). r=darinmmentovai2007-03-301-7/+10
* Don't output FUNC lines for 0-length functions (#139). r=brynermmentovai2007-03-221-0/+5
* Rename Airbag to Breakpad.mmentovai2007-02-141-2/+2
* Fix capitalization of identifiers (#94). r=brynermmentovai2006-12-121-2/+6
* symupload parameters don't match processor expectations (#91). r=brynermmentovai2006-12-061-47/+43
* Support GUID-less PDBs (#77). r=brynermmentovai2006-11-211-15/+105
* Airbag client libraries should compile under MSVC .NET 2003/7.1 (#64).mmentovai2006-11-151-5/+14
* Symbol file should contain module GUID at beginning (#66). r=brynermmentovai2006-11-061-10/+60
* Support building with WIN32_LEAN_AND_MEAN (#60)mmentovai2006-10-261-10/+5
* Add PUBLIC support to SourceLineResolver (resolve function names in Windowsmmentovai2006-10-201-1/+1
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-201-19/+316
* Implement a tool to upload symbols on Windows, given an exe or dll file withbryner2006-10-161-0/+347