aboutsummaryrefslogtreecommitdiff
path: root/src/tools/windows/dump_syms/dump_syms.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-1/+1
* Fix dump_syms clang Windows build.Nelson Billing2019-06-251-1/+1
* Enable PE-only metadata dumping for 64bit (aka. PE32+ format) PEs files.Nelson Billing2019-06-121-12/+23
* Write field indicating multiple symbols at an address in dump_symsMike Wittman2017-12-111-13/+3
* Add optional field indicating multiple symbols at an addressMike Wittman2017-11-291-3/+14
* Rename Airbag to Breakpad.mmentovai2007-02-141-1/+1
* Support GUID-less PDBs (#77). r=brynermmentovai2006-11-211-1/+1
* Airbag client libraries should compile under MSVC .NET 2003/7.1 (#64).mmentovai2006-11-151-9/+3
* Symbol file should contain module GUID at beginning (#66). r=brynermmentovai2006-11-061-1/+1
* Support building with WIN32_LEAN_AND_MEAN (#60)mmentovai2006-10-261-0/+2
* Implement a tool to upload symbols on Windows, given an exe or dll file withbryner2006-10-161-3/+4
* Relicense to BSD (#29). r=brynermmentovai2006-09-201-10/+25
* Make SourceLineResolver use RangeMap (#13). r=brynermmentovai2006-09-081-1/+1
* Initial import, which includes the Windows client-side dump_syms tool, andbryner2006-08-251-0/+49