aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
...
* Rename stdio.h wrapper file to stdio_wrapper.h.Yunxiao Ma2016-04-051-3/+3
* Switch the Linux minidump writer to use MDCVInfoELF for CV data.Ted Mielczarek2016-04-056-133/+259
* Refactor sym_upload in tools to extract code into common/linux, and minor fixesLi Yan2016-03-304-1/+231
* Have dump_syms output the full symbol table.David Yen2016-03-231-18/+47
* 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
* Fix usage of deprecated method sendSynchronousRequest:returningResponse:error:.Sylvain Defresne2016-02-081-3/+43
* Fix usage of deprecated method stringByAddingPercentEscapesUsingEncoding:.Sylvain Defresne2016-02-081-4/+19
* [mips64] Support for mips n64Mike Frysinger2016-02-061-2/+2
* Improvements to GYP buildPavel Labath2016-01-291-0/+5
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-2616-173/+219
* Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X."Olivier Robin2016-01-211-59/+7
* Fix usage of snprintf for MSVCPavel Labath2016-01-191-0/+43
* Define intptr and uintptr in a more generic wayPavel Labath2016-01-111-6/+2
* Fix deprecatation warning when building for recent SDKs on iOS/OS X.Sylvain Defresne2016-01-071-7/+59
* Let breakpad build with -Wall on OS X and Linux.Lei Zhang2015-12-296-5/+12
* Support for multiple upload files in CrashReportSender/HTTPUploadDavid Major2015-10-064-48/+46
* [mac] Teach dump_syms to handle additional zerofill sectionsPavel Labath2015-09-301-1/+3
* Fixup a bad strcmp call landed in previous commitTed Mielczarek2015-09-161-1/+1
* Fix Mac Breakpad host tools to build in Linux cross-compileTed Mielczarek2015-09-1612-167/+382
* solaris: fix spurious ;Mike Frysinger2015-09-111-1/+1
* Fix regression on x86 for "Fix compile error with Windows clang"Will Harris2015-09-031-6/+5
* Add user_regs_struct and user_fpsimd_struct for aarch64 on Android.rmcilroy@chromium.org2015-08-201-18/+23
* Fix compile error with Windows clang.wfh@chromium.org2015-08-191-4/+7
* Use local variable for out parameter rather than direct use of ivarivanpe@chromium.org2015-06-201-2/+3
* Update breakpad for Android packed relocations.rmcilroy@chromium.org2015-06-191-0/+31
* Support object files larger than 2**32.erikchen@chromium.org2015-04-226-38/+187
* [MIPS]: Use mcontext_t structure for MIPSrmcilroy@chromium.org2015-04-212-78/+3
* MIPS64: Initial MIPS64 related change.mark@chromium.org2015-04-156-15/+131
* Fix compilation with gcc --std=c++11ted.mielczarek@gmail.com2015-03-241-2/+2
* Fix compatibility with Android NDK r10d.primiano@chromium.org2015-03-161-2/+20
* Fix Windows dump_syms x64 linkingted.mielczarek@gmail.com2015-03-061-2/+20
* Update license on convert_UTF.* to the standard Unicode license.mark@chromium.org2015-02-252-32/+64
* Cleanup Linux debug link file handling code.thestig@chromium.org2015-02-101-44/+74
* Add unit tests for overlapping functions and externs.thestig@chromium.org2015-02-041-0/+68
* Handle ARM THUMB functions when removing duplicate PUBLIC entries.thestig@chromium.org2015-02-031-3/+18
* Follow debug link correctlyhashimoto@chromium.org2015-02-032-50/+52
* Demangle symbol namehashimoto@chromium.org2015-02-032-1/+12
* Replace uses of hash_map with unordered_mapted.mielczarek@gmail.com2015-02-021-6/+6
* Fix some fragile code that is likely to cause future memory corruptionerikchen@chromium.org2015-01-278-58/+62
* Fix a source of memory corruption.erikchen@chromium.org2015-01-261-7/+13
* Remove pointers from serialized file formatmdempsky@chromium.org2014-12-111-0/+56
* dump_syms: Fix handling of DW_FORM_ref_addr to work with DWARF 4mseaborn@chromium.org2014-12-031-6/+7
* Add parameter --product to symupload.exeivanpe@chromium.org2014-11-173-695/+697
* Read dynamic symbols table even if binary contains debug infoted.mielczarek@gmail.com2014-11-032-43/+51
* Fix Windows client compilation on mingw.ted.mielczarek@gmail.com2014-11-034-15/+22
* Fix breakpad on mips and x86_64 for the NDK r10c update.primiano@chromium.org2014-10-242-3/+87
* Update breakpad to support Android NDK r10cprimiano@chromium.org2014-10-213-445/+6
* Revert "Remove unecessary headers following NDK r10c update."primiano@chromium.org2014-10-212-0/+484
* Remove unecessary headers following NDK r10c update.primiano@chromium.org2014-10-212-484/+0