aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Read dynamic symbols table even if binary contains debug infoted.mielczarek@gmail.com2014-11-032-43/+51
* Fix Windows client compilation on mingw.ted.mielczarek@gmail.com2014-11-0315-32/+45
* Introduce microdump writer class.primiano@chromium.org2014-10-287-21/+490
* Fix breakpad on mips and x86_64 for the NDK r10c update.primiano@chromium.org2014-10-244-7/+92
* Update breakpad to support Android NDK r10cprimiano@chromium.org2014-10-213-445/+6
* Revert "Remove unecessary headers following NDK r10c update."primiano@chromium.org2014-10-212-0/+484
* Remove unecessary headers following NDK r10c update.primiano@chromium.org2014-10-212-484/+0
* Fixing the Mac Inspector build by adding the launch_report dependency to the ...ivanpe@chromium.org2014-10-171-0/+10
* Refactor .so name detection logic in minidump/linux_dumper.primiano@chromium.org2014-10-173-54/+70
* The process uptime computation when the Windows out-of-process Crash Generationivanpe@chromium.org2014-10-151-2/+4
* Linux multiprocess crash reporter: use pipe instead of socketpair in the clientted.mielczarek@gmail.com2014-10-092-9/+2
* Remove workaround for Linux credential-passing bugted.mielczarek@gmail.com2014-10-091-127/+0
* Microdumps: refactor out common parts of minidump_writer.ccprimiano@chromium.org2014-10-0110-619/+993
* Fix some nits raised by Timur for r1385.thestig@chromium.org2014-09-241-3/+2
* IWYU in minidump_writer.cc to fix building with libc++ after r1385.thestig@chromium.org2014-09-241-0/+1
* Linux: Call memset() in a couple places in ExceptionHandler to avoid uninit m...thestig@chromium.org2014-09-232-35/+32
* Fix clang compilation error introduced in r1380.rmcilroy@chromium.org2014-09-221-1/+1
* Add inttypes for windows in dump_contextmmandlis@chromium.org2014-09-191-0/+10
* Extend mapping merge to include reserved but unused mappings.rmcilroy@chromium.org2014-09-191-0/+18
* GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response.gunsch@chromium.org2014-09-186-19/+46
* Fixes common_unittests build.thestig@chromium.org2014-09-173-0/+13
* Fix Windows client unittests build: add missing code filesmmandlis@chromium.org2014-09-161-0/+2
* Making the Mac build of crash_report work again after the last SVN syncmmandlis@chromium.org2014-09-161-0/+20
* Mac: Add support for in-process crash reporting to Breakpad.andresantoso@chromium.org2014-09-158-49/+196
* This CL initialize NSData in HTTPMultipartUpload.m to nil.qsr@chromium.org2014-09-121-1/+1
* Update processor.gyp file with new files added as part of microdumpmmandlis@chromium.org2014-09-101-0/+4
* Introduce stub microdump processor classes.mmandlis@chromium.org2014-09-103-0/+165
* Rename gyp variable use_titlecase_in_grd_files -> use_titlecase_in_grd.mark@chromium.org2014-09-101-1/+1
* Refactoring in preparation for microdump processingmmandlis@chromium.org2014-09-0820-664/+960
* Back out trunk r1367.mark@chromium.org2014-09-036-50/+52
* Adding possibility for client to upload the fileblundell@chromium.org2014-09-017-54/+224
* Support for multiple upload files in CrashReportSender/HTTPUploadted.mielczarek@gmail.com2014-08-286-52/+50
* constructor init list in wrong order in CrashGenerationServerted.mielczarek@gmail.com2014-08-281-2/+2
* Set 32 bits iOS app to use vm_region_recurse_64.blundell@chromium.org2014-08-111-4/+0
* upload_system_symbols: Use the Go1.3 improvements to debug/macho.rsesek@chromium.org2014-07-316-349/+80
* In Mac dump_syms, allow reading debug data out of both the Mach-O file and th...rsesek@chromium.org2014-07-253-11/+110
* Add GYP build for the src/tools directory on Mac and Linux.rsesek@chromium.org2014-07-2413-112/+1034
* Annotate PageAllocator for MSan.mark@chromium.org2014-07-221-0/+10
* Chrome on Android now supports loading the shared library directly from the A...rmcilroy@chromium.org2014-07-2210-43/+201
* 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