aboutsummaryrefslogtreecommitdiff
path: root/src/common/windows/pdb_source_line_writer.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-24/+24
* Enable PE-only metadata dumping for 64bit (aka. PE32+ format) PEs files.Nelson Billing2019-06-121-261/+12
* Write field indicating multiple symbols at an address in dump_symsMike Wittman2017-12-111-6/+3
* Add optional field indicating multiple symbols at an addressMike Wittman2017-11-291-51/+76
* Make identical-code-folded symbol output more consistent between runsMike Wittman2017-11-141-37/+43
* Avoid skipping an initializer with a gotoBruce Dawson2017-10-261-6/+9
* Fix dump_syms clang compilation on WindowsMaciej Pawlowski2017-03-021-8/+8
* Handle ntdll only emitting PUBLIC at func entryScott Graham2017-02-231-0/+43
* Don't let PDBSourceLineWriter::GetSymbolFunctionName return empty function namesTed Mielczarek2016-05-161-0/+10
* Try loading msdiaNNN.dll if CoCreateInstance(CLSID_DiaSource) failsBirunthan Mohanathas2016-02-171-4/+36
* Fix regression on x86 for "Fix compile error with Windows clang"Will Harris2015-09-031-6/+5
* Fix compile error with Windows clang.wfh@chromium.org2015-08-191-4/+7
* Add parameter --product to symupload.exeivanpe@chromium.org2014-11-171-0/+2
* Change PrintFunctions to print functions in address order and not print dupli...wfh@chromium.org2014-04-231-11/+53
* Change the way function and public symbols are obtained to use the findChildr...wfh@chromium.org2014-04-161-37/+48
* Adding support for 64-bit Windows modules to ms_symbol_server_converter.ivan.penkov@gmail.com2014-04-101-9/+21
* Add support for Win64 stack unwind data as STACK CFIwfh@chromium.org2014-03-241-1/+191
* Fix missing semi-colons from r1267.thestig@chromium.org2014-01-171-3/+3
* Windows: Fix remaining level 4 warnings.thestig@chromium.org2013-12-181-3/+5
* Add explicit OMAP support to dump_syms.chrisha@chromium.org2013-05-011-47/+112
* Add filename to error message when PDBSourceLineWriter::Open failsted.mielczarek2012-02-151-3/+3
* Fixed message about unregistered msdia*dll. Builds with different DiaSDK need...vitalybuka@chromium.org2011-04-261-2/+7
* enable writing INFO CODE_ID line in symbol filested.mielczarek2011-02-151-3/+1
* Make dump_syms output an INFO CODE_ID line that includes the code file and co...ted.mielczarek2010-10-051-5/+119
* 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