aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* elf_reader: drop unused zlib includeMike Frysinger2016-05-251-1/+3
* use another elf.h inside the package for common/dwarf/elf_readerYunlian Jiang2016-05-181-1/+1
* Use elf.h inside the package.Yunlian Jiang2016-05-181-1/+1
* Don't let PDBSourceLineWriter::GetSymbolFunctionName return empty function namesTed Mielczarek2016-05-161-0/+10
* Replaced glibc version of elf.h with musl version of elf.h.Dave MacLachlan2016-05-122-16/+13
* Fixes up dump_syms build on OS X so it works with ELF.Dave MacLachlan2016-05-123-9/+21
* Update to handle dsym files that end with a header.Dave MacLachlan2016-05-111-1/+3
* breakpad: fix unittest errorsYunlian Jiang2016-05-041-2/+2
* Add debug fission support.Yunlian Jiang2016-05-0410-105/+2183
* macho: fix printf type mismatchesMike Frysinger2016-05-041-3/+3
* Add parentheses to silence clang warningPrimiano Tucci2016-05-031-1/+2
* Remove GTM_ENABLE_LEAKS and GTMGarbageCollectionDave MacLachlan2016-04-211-72/+0
* Fix DWARF handling of inlined functions in namespacesTed Mielczarek2016-04-142-9/+32
* tweak IGNORE_RET behavior a bitMike Frysinger2016-04-111-1/+1
* Added an option (-i) to have dump_syms output header information only.David Yen2016-04-084-72/+158
* 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