aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
...
* Chrome on Android now supports loading the shared library directly from the A...rmcilroy@chromium.org2014-07-225-33/+77
* Both std::tr1::unordered_set and std::unordered_set are not allowed inivanpe@chromium.org2014-07-212-10/+63
* Change some ELF utils to return the length as a size_t.thestig@chromium.org2014-07-173-16/+17
* Fix compilation error in Linux libc++ builds due to use of tr1/.mark@chromium.org2014-07-071-0/+8
* dump_syms: use unordered_set<> instead of set<> for speed.mark@chromium.org2014-06-261-4/+4
* Add virtual dtor to LibcurlWrapper.pbos@chromium.org2014-06-042-0/+3
* Fix a memory leak in DwarfCUToModule::FuncHandler::Finish().thestig@chromium.org2014-05-281-2/+2
* Fix minor typo in a comment in r1331.rmcilroy@chromium.org2014-05-141-1/+1
* Fix x86_64 Android build after user_fpregs_struct was added to /sys/user.h in...rmcilroy@chromium.org2014-05-141-3/+8
* [MIPS] Fix core dump related unit tests for Android on MIPSgordana.cmiljanovic@imgtec.com2014-05-142-0/+53
* Fixing a build break on Linux.mmandlis@chromium.org2014-05-012-3/+1
* Add Arm64 support to dumpsyms.rmcilroy@chromium.org2014-04-294-3/+42
* Linux: Check the CRC32 of the debug link file in the symbol dumper.thestig@chromium.org2014-04-233-23/+175
* Change PrintFunctions to print functions in address order and not print dupli...wfh@chromium.org2014-04-231-11/+53
* Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is du...rmcilroy@chromium.org2014-04-231-0/+9
* Change the way function and public symbols are obtained to use the findChildr...wfh@chromium.org2014-04-161-37/+48
* Limit the workaround in r1313 to Android only.thestig@chromium.org2014-04-151-2/+9
* [Android]: Fix hang in CreateChildCrash() on Android.rmcilroy@chromium.org2014-04-151-13/+19
* Update offset of fpregs_mem.rmcilroy@chromium.org2014-04-152-2/+2
* Add x64 version of getcontext.rmcilroy@chromium.org2014-04-115-0/+275
* 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
* Fix aarch64 ucontext layout on Androidrmcilroy@chromium.org2014-04-094-9/+23
* Add Arm64 support to breakpad unittests.rmcilroy@chromium.org2014-04-081-0/+1
* Move build configuration to root of repository.chrisha@chromium.org2014-04-031-1/+1
* Fix ElfCoreDumpTest.ValidCoreFile unit test.benchan@chromium.org2014-04-031-2/+5
* Add Arm64 version of breakpad_getcontext for Android.rmcilroy@chromium.org2014-04-032-9/+109
* First cut at adding arm64 Linux / Android support to Breakpad.rmcilroy@chromium.org2014-04-029-6/+46
* Remove some unecessary Android system header definitions.rmcilroy@chromium.org2014-04-023-58/+6
* fix races in CrashGenerator::CreateChildCrashvapier@chromium.org2014-04-022-14/+37
* Terminating FileID path when at maximum length. (Coverity)thestig@chromium.org2014-04-012-5/+4
* GoogleCrashdumpUploader would leak instances of LibcurlWrapper (Coverity)thestig@chromium.org2014-04-012-2/+3
* Add support for Win64 stack unwind data as STACK CFIwfh@chromium.org2014-03-242-1/+201
* Fixing compiler warnings:ivan.penkov@gmail.com2014-02-283-4/+4
* Initialize file descriptors to -1, not 0, in MachoWalker.mark@chromium.org2014-02-261-2/+2
* Update GTM and enable -Wundef and strict C++11 flags.dmaclach2014-02-263-90/+29
* Fixup breakpad compile for Xcode 5.1 iOS releasedmaclach2014-02-241-1/+1
* Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS.dmaclach2014-02-183-6/+6
* Support statically-linked libcurl for HTTP uploads in Linuxmattdr.breakpad@gmail.com2014-01-291-1/+11
* 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
* Use a proper ignore_result() to fix a ftruncate warn_unused_result warning wi...thestig@chromium.org2013-12-181-0/+17
* Switch scoped_ptr.h to a compatible google3 implementation.thestig@chromium.org2013-12-181-209/+278
* Misc Android-related fixes.digit@chromium.org2013-12-132-4/+15
* Add include guards and avoid redefinition of false/true in convert_UTF.mark@chromium.org2013-12-052-0/+10
* Do not read CFI section when not outputing CFI information.qsr@chromium.org2013-12-041-10/+14
* Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it'smark@chromium.org2013-12-031-16/+13
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-033-10/+20
* Switch to scoped_array instead of inappropriate scoped_ptr.jessicag.feedback2013-10-281-1/+1
* Support symbol dumping for ARMV8 iOS apps.qsr@chromium.org2013-10-152-0/+37