aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* In NonAllocatingMap, remove asserts around key/value length.rsesek@chromium.org2013-10-012-15/+0
* Fix the Android/MIPS build.digit@chromium.org2013-09-252-0/+55
* Adding mips support for Android.gordana.cmiljanovic@imgtec.com2013-09-256-6/+115
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-114-9/+38
* Fix build on Android.mark@chromium.org2013-06-281-0/+5
* Eliminate redundant initialization following r1188,mark@chromium.org2013-06-201-2/+1
* Treat warnings as error and fix most level 4 warnings in the breakpad windows...ivan.penkov@gmail.com2013-06-042-11/+17
* Thanks to Matthew Riley who noticed this issue and provided the initial propo...ivan.penkov@gmail.com2013-05-232-12/+36
* Use std::vector with a custom allocator wrapping PageAllocator for wasteful_v...ted.mielczarek@gmail.com2013-05-171-70/+29
* Always read CFI section, even when not outputing CFI information.qsr@chromium.org2013-05-161-8/+6
* Fix following r1175: the section name is __debug_info, not .debug_info.mark@chromium.org2013-05-091-1/+1
* Mac: Fix more errors from clang to get crash_report.xcodeproj close to compil...thestig@chromium.org2013-05-081-0/+2
* Fix mac dump_syms after r1163.thestig@chromium.org2013-05-082-15/+31
* NULL-check the entry in NonAllocatingMap before setting on it.rsesek@chromium.org2013-05-082-5/+10
* Fix GetLoadingAddress() to work for Native Client executablesmark@chromium.org2013-05-061-4/+6
* Add explicit OMAP support to dump_syms.chrisha@chromium.org2013-05-019-47/+1588
* Fixing a clang warning.ivan.penkov@gmail.com2013-04-251-1/+3
* Cleanup: Use scoped_ptr where appropriate in DwarfCUToModule.thestig@chromium.org2013-04-242-13/+13
* Add an option to not handle DWARF inter-compilation unit references in Linux ...thestig@chromium.org2013-04-246-119/+280
* Fix Clang warning regarding null pointer argument.ivan.penkov@gmail.com2013-04-241-1/+3
* Rewrite SimpleStringDictionary with NonAllocatingMap.rsesek@chromium.org2013-04-244-287/+367
* Improve ARM CPU info reporting.digit@chromium.org2013-04-244-0/+151
* Get SimpleStringDictionary compiling on Linux.rsesek@chromium.org2013-04-191-5/+7