aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix GetLoadingAddress() to work for Native Client executablesmark@chromium.org2013-05-061-4/+6
* Fix minidump generation from exception.qsr@chromium.org2013-05-032-9/+15
* Add GYP file for tools\windows\symupload.chrisha@chromium.org2013-05-012-0/+65
* Add explicit OMAP support to dump_syms.chrisha@chromium.org2013-05-0123-14147/+20051
* Fixing a clang warning.ivan.penkov@gmail.com2013-04-251-1/+3
* Add MD_OS_PS3 to breakpad and exception types.thestig@chromium.org2013-04-255-4/+161
* 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-247-129/+300
* Fix Clang warning regarding null pointer argument.ivan.penkov@gmail.com2013-04-241-1/+3
* Rewrite SimpleStringDictionary with NonAllocatingMap.rsesek@chromium.org2013-04-248-307/+384
* Improve ARM CPU info reporting.digit@chromium.org2013-04-2413-127/+1203
* Cleanup: Remove duplicate wording in license headers.thestig@chromium.org2013-04-232-24/+4
* This change allows compiling sym_upload.cc and minidump_upload.cc using a glo...ivan.penkov@gmail.com2013-04-232-38/+42
* Allow option for efficient and safe opt out of in-proc dump generation for Wi...ivan.penkov@gmail.com2013-04-234-41/+143
* Fix Bigcluster build error with minidump.cc after r1147.thestig@chromium.org2013-04-191-9/+14
* Get SimpleStringDictionary compiling on Linux.rsesek@chromium.org2013-04-191-5/+7
* Move SimpleStringDictionary from common/mac/ to just common/.rsesek@chromium.org2013-04-1812-165/+94
* Add Android ifdef to fix issue 526ted.mielczarek@gmail.com2013-04-181-0/+2
* Fix missing result check in Mac exception handlerted.mielczarek@gmail.com2013-04-181-3/+7
* minidump_stackwalk should display r12 in ARM stack tracested.mielczarek@gmail.com2013-04-171-0/+2
* Don't print an error when a user-set max frames limit has been reached in the...ted.mielczarek@gmail.com2013-04-162-2/+14
* ESP is zero in dumps created by CrashGenerationClient::RequestDump on i386 Linuxted.mielczarek@gmail.com2013-04-161-0/+30
* Change MDRawSystemInfo.processor_architecture value for PPC64 to 0x8002.thestig@chromium.org2013-04-131-1/+1
* Add PPC64 support to breakpad processor.thestig@chromium.org2013-04-129-8/+399
* Fix build on Android - put the missing NT_GNU_BUILD_ID #define in elf_gnu_com...thestig@chromium.org2013-04-104-8/+49
* Remove auto_ptr usage in Breakpad. Also fix some lint errors.thestig@chromium.org2013-04-091-9/+11
* Turn off verbose logging but keep logic for future reference for debug logging.jessicag.feedback2013-04-051-13/+23
* Try to find a build-id through PT_NOTE program headersted.mielczarek@gmail.com2013-04-044-10/+138
* Support generic Elf notes, with unit teststed.mielczarek@gmail.com2013-04-044-27/+63
* Refactor BasicElf synth_elf unitestted.mielczarek@gmail.com2013-04-043-7/+183
* These are prerequisites needed for a wider effort inside Google to enablemark@chromium.org2013-04-031-1/+13
* Removing redundant calls to string::c_str().ivan.penkov@gmail.com2013-03-291-7/+7
* Refactor file_id_unittestted.mielczarek@gmail.com2013-03-291-102/+35
* Add tests for section headers in synth_elf unittestted.mielczarek@gmail.com2013-03-291-0/+24
* Refactor BasicElf synth_elf unitestted.mielczarek@gmail.com2013-03-291-49/+23
* Defer adding sections until ELF::Finish in synth_elfted.mielczarek@gmail.com2013-03-292-6/+33
* Get the complete linux gate mapping instead of only one pageted.mielczarek@gmail.com2013-03-291-3/+2
* Fix Windows unittest build on VC2012ted.mielczarek@gmail.com2013-03-291-2/+9
* Fix three unit tests on recent ARM devices.digit@chromium.org2013-03-211-0/+24
* Linux MinidumpWriter should properly set number_of_processors on ARMted.mielczarek@gmail.com2013-03-121-0/+4
* Remove "library" variableted.mielczarek@gmail.com2013-03-071-9/+1
* fix size types w/x32ted.mielczarek@gmail.com2013-03-071-2/+2
* Provide a ReadSymbolData API for Mac dump_symsted.mielczarek@gmail.com2013-03-062-5/+29
* Make OOP mac crashreporting exit after writing dumpted.mielczarek@gmail.com2013-03-061-1/+4
* Keeping track of modules without symbols during crash report processing.ivan.penkov@gmail.com2013-03-0610-49/+230
* Allow building symbol dumping without STABS supportted.mielczarek@gmail.com2013-03-061-0/+8
* Allow reading just CFI data when reading symbolsted.mielczarek@gmail.com2013-03-0611-178/+251
* Minor Android fixup for symbol dumping codeted.mielczarek@gmail.com2013-03-061-4/+9
* Fix some more Win32 compat issues in processor codeted.mielczarek@gmail.com2013-03-067-3/+20
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-06117-1379/+1385