aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Both std::tr1::unordered_set and std::unordered_set are not allowed inivanpe@chromium.org2014-07-212-10/+63
* [Android]: Remove __system_property_get(ro.build.fingerprint) from WriteOSInf...rmcilroy@chromium.org2014-07-181-17/+0
* Add frame pointer recovery to the AMD64 Stackwalker.rsesek@chromium.org2014-07-183-3/+61
* Change some ELF utils to return the length as a size_t.thestig@chromium.org2014-07-173-16/+17
* Ensure C:/Dumps/ exists in crash_generation_appted.mielczarek@gmail.com2014-07-111-0/+6
* Stringify minidump stream_type constants in minidump_dump outputted.mielczarek@gmail.com2014-07-112-19/+88
* Don't free pointer in BasicCodeModules::BasicCodeModules before possibly usin...ted.mielczarek@gmail.com2014-07-101-3/+3
* Fix compilation error in Linux libc++ builds due to use of tr1/.mark@chromium.org2014-07-071-0/+8
* Unhook current Breakpad object after handling uncaught NSException.qsr@chromium.org2014-07-071-0/+1
* Make crash_handler volatile to prevent compiler optimizing it away.rmcilroy@chromium.org2014-07-021-1/+5
* Cleanup: hide undefined behavior from the compiler better.ivanpe@chromium.org2014-07-011-4/+18
* 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