aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-24Fix clang warning / miscompile.mmentovai
2011-01-13Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemory...ted.mielczarek
2011-01-13Add structure definitions for the memory info list, as well as some other new...ted.mielczarek
2011-01-12Fix compile by adding needed includes.thestig@chromium.org
2011-01-11Fix review comment that I missed.ted.mielczarek
2011-01-11Make some parts of the processor compile on Win32/MSVCted.mielczarek
2011-01-11Fixing typos that will soon be gyp errors.thestig@chromium.org
2011-01-05Make localization resizing of Mac uploader email line more robust. Review URL...stuart.morgan
2010-12-17Keep a log of uploaded crash IDs on the Mac. Review URL: http://breakpad.apps...stuartmorgan
2010-12-16Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumpsted.mielczarek@gmail.com
2010-12-15Allow out-of-process minidump generation to work on processes of a different ...ted.mielczarek@gmail.com
2010-12-15Allow writing on-request minidumps with an exception streamted.mielczarek@gmail.com
2010-12-15issue 334 - Fix a race condition between ExceptionHandler::Teardown and Excep...ted.mielczarek@gmail.com
2010-12-15allow uploading zero-byte files in HTTPUploadted.mielczarek@gmail.com
2010-12-13Add some unit tests for the mac MinidumpGeneratorted.mielczarek
2010-12-13allow passing info about known memory mappings to MinidumpWriter and Exceptio...ted.mielczarek
2010-12-08Reuse code and fix inconsistent array boundaries.kmixter@chromium.org
2010-12-08Propagate failure if http uploads fail with http error codes.kmixter@chromium.org
2010-12-08Enable dumping of the Linux extension streams.kmixter@chromium.org
2010-12-08Fix segv in network_source_line_resolver_server_unittestkmixter@chromium.org
2010-12-03Added null checks to disassembler_x86cdn@chromium.org
2010-11-30Fix WriteMemoryListStream to remove an extraneous loop index variable increment.ted.mielczarek
2010-11-22Fix 64-bit build on Linux.thestig@chromium.org
2010-11-19Linux: Attempt to generate an ELF identifier for deleted running binaries.thestig@chromium.org
2010-11-17Add specific curl headers to facilitate building on Ubuntu Lucid nealsid
2010-11-08Fix assert failure in dump_syms caused by binary linked with gold.thestig@chromium.org
2010-11-08Delete an old Makefile and fix lots of lint errors.thestig@chromium.org
2010-11-08Use STABS as the debugging format when using GCC 4.0 and the 10.4 SDK.mmentovai
2010-11-04Fix for issue 222001.SiyangXie@gmail.com
2010-11-03Make memory allocation/deallocation consistent: use new char[] instead of ope...SiyangXie@gmail.com
2010-11-03Fix broken build of mac crash report tool.SiyangXie@gmail.com
2010-11-01Tiny fix for memory allocation/deallocation mismatchSiyangXie@gmail.com
2010-11-01Restrict ownership of symbol data buffers to symbol supplier.SiyangXie@gmail.com
2010-10-25Add missing module_serializer.h and module_serializer.cc for class ModuleSeri...SiyangXie@gmail.com
2010-10-21FastSourceLineResolver implementation for optimization purpose.SiyangXie@gmail.com
2010-10-21Add asm/ptrace.h include to linux_dumper.cc to fix the silly scratchbox toolc...ted.mielczarek
2010-10-20Fix crash_report tool.mmentovai
2010-10-20Add support for building the Linux client code using the Android NDKted.mielczarek
2010-10-19Double stack scanning length in stackwalkerted.mielczarek
2010-10-15Add static version of map wrappers and corresponding serializers.SiyangXie@gmail.com
2010-10-15Fix some compiler warnings: char*->const char*, default in swtch.SiyangXie@gmail.com
2010-10-13Fix for bug: debug checks for vector::operator[] fail in breakpad.SiyangXie@gmail.com
2010-10-07Refactor source line resolver, add interface in supplier and resolver.SiyangXie@gmail.com
2010-10-05Make dump_syms output an INFO CODE_ID line that includes the code file and co...ted.mielczarek
2010-10-05ditch libtool, only build static libsted.mielczarek
2010-10-02missed test crashdumps in revision 706.cdn@chromium.org
2010-10-01Added method to exploitability class which checks if a given address contains...cdn@chromium.org
2010-10-01Added libdisasm to the repository. This library is no longer under developmen...cdn@chromium.org
2010-10-01Add stack-scanning fallback to Stackwalker{AMD64,ARM}.ted.mielczarek
2010-10-01Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv...ted.mielczarek