aboutsummaryrefslogtreecommitdiff
path: root/src/common/windows/pdb_source_line_writer.h
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-5/+5
* Enable PE-only metadata dumping for 64bit (aka. PE32+ format) PEs files.Nelson Billing2019-06-121-41/+7
* Write field indicating multiple symbols at an address in dump_symsMike Wittman2017-12-111-7/+1
* Add optional field indicating multiple symbols at an addressMike Wittman2017-11-291-8/+17
* Replace uses of hash_map with unordered_mapted.mielczarek@gmail.com2015-02-021-6/+6
* Adding support for 64-bit Windows modules to ms_symbol_server_converter.ivan.penkov@gmail.com2014-04-101-11/+15
* Add support for Win64 stack unwind data as STACK CFIwfh@chromium.org2014-03-241-0/+10
* Add explicit OMAP support to dump_syms.chrisha@chromium.org2013-05-011-0/+5
* Make dump_syms output an INFO CODE_ID line that includes the code file and co...ted.mielczarek2010-10-051-0/+32
* don't output duplicate filenames in PDBSourceLineWriter. r=mark at http://bre...ted.mielczarek2009-11-231-0/+40
* output function names for PGO-optimized cold function blocks. r=mark at http:...ted.mielczarek2009-11-201-1/+4
* Rename Airbag to Breakpad.mmentovai2007-02-141-2/+2
* Add an abstract interface to SourceLineResolver, and allow any implementationbryner2006-12-111-1/+1
* symupload parameters don't match processor expectations (#91). r=brynermmentovai2006-12-061-12/+23
* Support GUID-less PDBs (#77). r=brynermmentovai2006-11-211-4/+15
* Symbol file should contain module GUID at beginning (#66). r=brynermmentovai2006-11-061-3/+13
* Support building with WIN32_LEAN_AND_MEAN (#60)mmentovai2006-10-261-0/+1
* Fix minor style problems (#58). r=brynermmentovai2006-10-251-1/+1
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-201-0/+18
* Implement a tool to upload symbols on Windows, given an exe or dll file withbryner2006-10-161-0/+112