aboutsummaryrefslogtreecommitdiff
path: root/src/common/windows
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-158-62/+62
* Fix compilation of http_upload.cc with Windows gccJon Turney2019-11-221-34/+34
* Fix dump_syms clang Windows build.Nelson Billing2019-06-252-22/+12
* Add PE-only MD support to Windows symbol converter.Nelson Billing2019-06-241-4/+0
* Fix 'debug_file' in PESourceLineWriter.Nelson Billing2019-06-191-10/+24
* Fix common_windows.gyp.Nelson Billing2019-06-183-1/+1
* Enable PE-only metadata dumping for 64bit (aka. PE32+ format) PEs files.Nelson Billing2019-06-128-302/+730
* Port new symbol upload API to Windows symupload tool.Nelson Billing2019-06-125-349/+682
* Write field indicating multiple symbols at an address in dump_symsMike Wittman2017-12-112-13/+4
* Add optional field indicating multiple symbols at an addressMike Wittman2017-11-292-59/+93
* 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-233-1/+69
* windows: update gtest/gmock pathsMike Frysinger2017-02-111-2/+1
* Don't let PDBSourceLineWriter::GetSymbolFunctionName return empty function namesTed Mielczarek2016-05-161-0/+10
* Fix format warning in omap.ccJon Turney2016-03-101-1/+1
* Try loading msdiaNNN.dll if CoCreateInstance(CLSID_DiaSource) failsBirunthan Mohanathas2016-02-171-4/+36
* Support for multiple upload files in CrashReportSender/HTTPUploadDavid Major2015-10-062-36/+34
* 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
* Fix Windows dump_syms x64 linkingted.mielczarek@gmail.com2015-03-061-2/+20
* Replace uses of hash_map with unordered_mapted.mielczarek@gmail.com2015-02-021-6/+6
* Add parameter --product to symupload.exeivanpe@chromium.org2014-11-173-695/+697
* Fix Windows client compilation on mingw.ted.mielczarek@gmail.com2014-11-034-15/+22
* Back out trunk r1367.mark@chromium.org2014-09-032-34/+36
* Support for multiple upload files in CrashReportSender/HTTPUploadted.mielczarek@gmail.com2014-08-282-36/+34
* 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-108-300/+321
* 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-1/+1
* Add support for Win64 stack unwind data as STACK CFIwfh@chromium.org2014-03-242-1/+201
* 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
* Treat warnings as error and fix most level 4 warnings in the breakpad windows...ivan.penkov@gmail.com2013-06-041-10/+16
* Add explicit OMAP support to dump_syms.chrisha@chromium.org2013-05-019-47/+1588
* Fix sizeof bug in HTTPUpload::SendRequestted.mielczarek2012-07-201-2/+2
* 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
* allow uploading zero-byte files in HTTPUploadted.mielczarek@gmail.com2010-12-152-8/+7
* Make dump_syms output an INFO CODE_ID line that includes the code file and co...ted.mielczarek2010-10-054-14/+204
* Revert revision 658 ('Add glog style logging to symupload').erikwright@chromium.org2010-09-152-117/+3
* Issue 370 - fix PDBSourceLineWriter::GetModuleInfo's CPU detectionted.mielczarek2010-08-311-5/+19
* Disable cookies in Windows HTTPUploadted.mielczarek2010-08-201-0/+1
* Add glog style logging to symuploadnealsid@gmail.com2010-08-192-3/+117
* don't output duplicate filenames in PDBSourceLineWriter. r=mark at http://bre...ted.mielczarek2009-11-232-3/+54
* output function names for PGO-optimized cold function blocks. r=mark at http:...ted.mielczarek2009-11-202-5/+67
* Fix up warnings when building http_upload.cc. Changed warning level to /W4, a...nealsid2009-05-271-9/+11