aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* dump_syms: use unordered_set<> instead of set<> for speed.mark@chromium.org2014-06-261-4/+4
* Update output for test minidump_dump_test.ivanpe@chromium.org2014-06-251-19/+20
* minidump_dump: bug fixes.mark@chromium.org2014-06-171-30/+53
* Use PAGE_MAX_SIZE. PAGE_SIZE is now a variable size.qsr@chromium.org2014-06-061-1/+5
* Add virtual dtor to LibcurlWrapper.pbos@chromium.org2014-06-042-0/+3
* Add missing MD_MISCINFO_FLAGS1_BUILDSTRING. Revise documentation to clarifymark@chromium.org2014-06-032-55/+158
* Print more x86-64 registers in minidump_stackwalkted.mielczarek@gmail.com2014-05-301-4/+22
* Linux: Fix a memory leak in ExceptionHandler.thestig@chromium.org2014-05-281-0/+2
* 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-143-0/+65
* [Mac] Remove unused host_info call and supporting calls.mark@chromium.org2014-05-121-11/+0
* Fix the documentation for MinidumpFileWriter::Open().thestig@chromium.org2014-05-121-2/+2
* Add required build options to correctly target XPwfh@chromium.org2014-05-081-0/+3
* FD leaks and handle errors better.rsesek@chromium.org2014-05-062-5/+13
* Add support for CFI based stack walking on Arm64.rmcilroy@chromium.org2014-05-063-5/+420
* Make the Linux CrashGenerationClient an interface.rsesek@chromium.org2014-05-053-70/+81
* 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
* Clean up common.gypi.chrisha@chromium.org2014-04-286-353/+55
* 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-237-14725/+13827
* Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is du...rmcilroy@chromium.org2014-04-232-0/+20
* minidump-2-core: Allow user to override shared lib basedir.thestig@chromium.org2014-04-181-5/+19
* Change the way function and public symbols are obtained to use the findChildr...wfh@chromium.org2014-04-167-13652/+14606
* Allow symupload to upload to multiple URLs on the same command line.wfh@chromium.org2014-04-161-30/+35
* 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
* Fill in CPU info in mini-dump for Arm64.rmcilroy@chromium.org2014-04-111-13/+54
* Adding support for 64-bit Windows modules to ms_symbol_server_converter.ivan.penkov@gmail.com2014-04-1012-684/+872
* Moving directory 'build' one level up as it collides with a file named 'BUILD...ivan.penkov@gmail.com2014-04-1016-10/+1456
* Increase Breakpad's signal handler stack size.rmcilroy@chromium.org2014-04-091-1/+1
* Fix aarch64 ucontext layout on Androidrmcilroy@chromium.org2014-04-094-9/+23
* Add Arm64 support to breakpad unittests.rmcilroy@chromium.org2014-04-084-12/+10
* Move build configuration to root of repository.chrisha@chromium.org2014-04-0316-1487/+19
* Fix ElfCoreDumpTest.ValidCoreFile unit test.benchan@chromium.org2014-04-031-2/+5
* Add Arm64 version of breakpad_getcontext for Android.rmcilroy@chromium.org2014-04-036-25/+140
* First cut at adding arm64 Linux / Android support to Breakpad.rmcilroy@chromium.org2014-04-0216-19/+118
* Remove some unecessary Android system header definitions.rmcilroy@chromium.org2014-04-023-58/+6
* fix races in CrashGenerator::CreateChildCrashvapier@chromium.org2014-04-023-22/+39
* 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
* Make ARM64 detection consistent in chromium.mark@chromium.org2014-04-014-7/+7
* Ignore warning 4702 to avoid unreachable code error onwfh@chromium.org2014-03-261-1/+3
* Check in new Windows binaries.wfh@chromium.org2014-03-262-0/+0
* Add support for Win64 stack unwind data as STACK CFIwfh@chromium.org2014-03-246-1/+4769
* Fix crash in Windows CrashGenerationServer from r1274.thestig@chromium.org2014-03-191-1/+1