aboutsummaryrefslogtreecommitdiff
path: root/src/tools/windows/dump_syms
Commit message (Expand)AuthorAgeFilesLines
* Fix dump_syms clang Windows build.Nelson Billing2019-06-251-1/+1
* Fix 'debug_file' in PESourceLineWriter.Nelson Billing2019-06-191-1/+1
* Enable PE-only metadata dumping for 64bit (aka. PE32+ format) PEs files.Nelson Billing2019-06-124-26/+290
* Fix dump_syms unit tests on Windows.Nelson Billing2019-03-186-317/+317
* Write field indicating multiple symbols at an address in dump_symsMike Wittman2017-12-116-18/+8
* Add optional field indicating multiple symbols at an addressMike Wittman2017-11-292-4/+15
* Update test data for identical-code-folded symbol changesMike Wittman2017-11-286-6/+6
* Fix issues with Windows dump_syms_unittestJon Turney2017-03-177-2954/+2961
* windows: update gtest/gmock pathsMike Frysinger2017-02-111-3/+2
* Change PrintFunctions to print functions in address order and not print dupli...wfh@chromium.org2014-04-236-14714/+13774
* Change the way function and public symbols are obtained to use the findChildr...wfh@chromium.org2014-04-166-13615/+14558
* Moving directory 'build' one level up as it collides with a file named 'BUILD...ivan.penkov@gmail.com2014-04-101-1/+1
* Move build configuration to root of repository.chrisha@chromium.org2014-04-031-2/+2
* Add support for Win64 stack unwind data as STACK CFIwfh@chromium.org2014-03-244-0/+4568
* Add explicit OMAP support to dump_syms.chrisha@chromium.org2013-05-0114-14100/+18463
* Make dump_syms output an INFO CODE_ID line that includes the code file and co...ted.mielczarek2010-10-051-2/+2
* Fix newlines (#253). rs=ted.mielczarekmmentovai2008-04-071-222/+222
* Rename Airbag to Breakpad.mmentovai2007-02-146-1589/+14164
* Test data update following PDBSourceLineWriter change (#91). r=brynermmentovai2006-12-071-1/+1
* symupload parameters don't match processor expectations (#91). r=brynermmentovai2006-12-061-0/+4
* Support GUID-less PDBs (#77). r=brynermmentovai2006-11-212-11/+2
* Airbag client libraries should compile under MSVC .NET 2003/7.1 (#64).mmentovai2006-11-152-9/+7
* Symbol file should contain module GUID at beginning (#66). r=brynermmentovai2006-11-063-1598/+1614
* Support building with WIN32_LEAN_AND_MEAN (#60)mmentovai2006-10-262-2/+12
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-201-93/+93
* Implement a tool to upload symbols on Windows, given an exe or dll file withbryner2006-10-164-618/+210
* Handle frame pointer omission (#21), part 3: SourceLineResolver and PDBSource...mmentovai2006-09-283-1/+144
* Relicense to BSD (#29). r=brynermmentovai2006-09-207-30/+105
* Make SourceLineResolver use RangeMap (#13). r=brynermmentovai2006-09-083-354/+360
* Initial import, which includes the Windows client-side dump_syms tool, andbryner2006-08-257-0/+2088