aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix build on Android.mark@chromium.org2013-06-281-0/+5
* Fix a clang warning:mark@chromium.org2013-06-281-4/+2
* Fix a clang warning.mark@chromium.org2013-06-271-5/+7
* This change is addressing a particularly nasty issue where the stackwalkerivan.penkov@gmail.com2013-06-274-14/+76
* More robust stack walks when the IP address in the context frame is invalid (...ivan.penkov@gmail.com2013-06-265-105/+350
* Eliminate redundant initialization following r1188,mark@chromium.org2013-06-201-2/+1
* add interface for WriteMinidump which allows the caller to supply file handle...cdn@chromium.org2013-06-062-21/+64
* Make all linux ptrace dumper tests use a subprocessted.mielczarek@gmail.com2013-06-061-191/+203
* Treat warnings as error and fix most level 4 warnings in the breakpad windows...ivan.penkov@gmail.com2013-06-0412-124/+173
* Thanks to Matthew Riley who noticed this issue and provided the initial propo...ivan.penkov@gmail.com2013-05-232-12/+36
* Fixing several instances of std::vector::operator[] out of range accessivan.penkov@gmail.com2013-05-212-9/+16
* Submitting this on behalf of Xiaoling Bao.ivan.penkov@gmail.com2013-05-204-4/+17
* Ensure a proper LinuxDumper::crash_thread_ valueted.mielczarek@gmail.com2013-05-172-4/+4
* Use std::vector with a custom allocator wrapping PageAllocator for wasteful_v...ted.mielczarek@gmail.com2013-05-171-70/+29
* Avoid gmock warning "Uninteresting mock function call"ted.mielczarek@gmail.com2013-05-174-0/+22
* Always read CFI section, even when not outputing CFI information.qsr@chromium.org2013-05-161-8/+6
* Compile issue when using global string "::string". For more details take a l...ivan.penkov@gmail.com2013-05-111-2/+5
* Fix a "set but not used" compiler warning in a testmseaborn@chromium.org2013-05-101-1/+2
* Fix a "set but not used" compiler warning in libdisasmmseaborn@chromium.org2013-05-101-2/+0
* Fix following r1175: the section name is __debug_info, not .debug_info.mark@chromium.org2013-05-091-1/+1
* Check in new Windows binaries.chrisha@chromium.org2013-05-092-0/+0
* Mac: Fix more errors from clang to get crash_report.xcodeproj close to compil...thestig@chromium.org2013-05-084-5/+7
* Fix mac dump_syms after r1163.thestig@chromium.org2013-05-083-18/+40
* NULL-check the entry in NonAllocatingMap before setting on it.rsesek@chromium.org2013-05-082-5/+10
* Make x86-64 stack walking work for Native Client minidumpsmseaborn@chromium.org2013-05-082-4/+16
* Add MD_OS_NACL platform_id value for identifying NaCl minidumpsmseaborn@chromium.org2013-05-064-3/+15
* Fix an "unused variable" compiler warning in exploitability_win.ccmseaborn@chromium.org2013-05-061-3/+0
* 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