aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compiler warning.jessicag.feedback@gmail.com2011-03-011-1/+4
* Make programs in src/tools/linux build via the automake build systemted.mielczarek2011-02-286-457/+57
* Fix breakpad compilation on ubuntu 10.10.mmentovai2011-02-181-0/+1
* enable writing INFO CODE_ID line in symbol filested.mielczarek2011-02-151-3/+1
* Fix printing of x86_64 registers from minidump_stackwalkted.mielczarek2011-02-141-15/+35
* Dump MD_LINUX_MAPS from minidump_dumpted.mielczarek2011-01-281-0/+4
* Expose actual instruction from DisassemblerX86ted.mielczarek2011-01-262-0/+12
* Rename duplicate argument names to make it compile with CLang.ted.mielczarek2011-01-251-8/+8
* Add missing constructor to CPPLanguage class to make it compile with CLang.ted.mielczarek2011-01-251-0/+1
* Use a MinidumpCallback to force minidumps on Windows to include memory around...ted.mielczarek2011-01-253-3/+416
* Round-trip client/processor unittests for Windowsted.mielczarek2011-01-244-4/+77
* Fix some apparently longstanding crash bugs in Stackwalker implementations wh...ted.mielczarek2011-01-247-13/+75
* Fix clang warning / miscompile.mmentovai2011-01-241-2/+2
* Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemory...ted.mielczarek2011-01-134-0/+400
* Add structure definitions for the memory info list, as well as some other new...ted.mielczarek2011-01-131-2/+73
* Fix compile by adding needed includes.thestig@chromium.org2011-01-121-6/+11
* Fix review comment that I missed.ted.mielczarek2011-01-111-2/+2
* Make some parts of the processor compile on Win32/MSVCted.mielczarek2011-01-114-5/+29
* Fixing typos that will soon be gyp errors.thestig@chromium.org2011-01-111-1/+1
* Make localization resizing of Mac uploader email line more robust. Review URL...stuart.morgan2011-01-051-5/+18
* Keep a log of uploaded crash IDs on the Mac. Review URL: http://breakpad.apps...stuartmorgan2010-12-172-1/+31
* Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumpsted.mielczarek@gmail.com2010-12-168-117/+346
* Allow out-of-process minidump generation to work on processes of a different ...ted.mielczarek@gmail.com2010-12-1510-622/+1231
* Allow writing on-request minidumps with an exception streamted.mielczarek@gmail.com2010-12-153-36/+123
* issue 334 - Fix a race condition between ExceptionHandler::Teardown and Excep...ted.mielczarek@gmail.com2010-12-152-6/+14
* allow uploading zero-byte files in HTTPUploadted.mielczarek@gmail.com2010-12-152-8/+7
* Add some unit tests for the mac MinidumpGeneratorted.mielczarek2010-12-134-90/+291
* allow passing info about known memory mappings to MinidumpWriter and Exceptio...ted.mielczarek2010-12-1310-77/+616
* Reuse code and fix inconsistent array boundaries.kmixter@chromium.org2010-12-083-10/+8
* Propagate failure if http uploads fail with http error codes.kmixter@chromium.org2010-12-081-0/+3
* Enable dumping of the Linux extension streams.kmixter@chromium.org2010-12-081-0/+60
* Fix segv in network_source_line_resolver_server_unittestkmixter@chromium.org2010-12-081-2/+2
* Added null checks to disassembler_x86cdn@chromium.org2010-12-031-2/+2
* Fix WriteMemoryListStream to remove an extraneous loop index variable increment.ted.mielczarek2010-11-302-2/+62
* Fix 64-bit build on Linux.thestig@chromium.org2010-11-221-2/+2
* Linux: Attempt to generate an ELF identifier for deleted running binaries.thestig@chromium.org2010-11-192-15/+71
* Add specific curl headers to facilitate building on Ubuntu Lucid nealsid2010-11-1712-5/+3574
* Fix assert failure in dump_syms caused by binary linked with gold.thestig@chromium.org2010-11-081-2/+2
* Delete an old Makefile and fix lots of lint errors.thestig@chromium.org2010-11-084-149/+37
* Use STABS as the debugging format when using GCC 4.0 and the 10.4 SDK.mmentovai2010-11-081-0/+1
* Fix for issue 222001.SiyangXie@gmail.com2010-11-044-222/+220
* Make memory allocation/deallocation consistent: use new char[] instead of ope...SiyangXie@gmail.com2010-11-036-28/+26
* Fix broken build of mac crash report tool.SiyangXie@gmail.com2010-11-031-3/+2
* Tiny fix for memory allocation/deallocation mismatchSiyangXie@gmail.com2010-11-013-1/+7
* Restrict ownership of symbol data buffers to symbol supplier.SiyangXie@gmail.com2010-11-0118-115/+189
* Add missing module_serializer.h and module_serializer.cc for class ModuleSeri...SiyangXie@gmail.com2010-10-253-3/+325
* FastSourceLineResolver implementation for optimization purpose.SiyangXie@gmail.com2010-10-2116-5/+23632
* Add asm/ptrace.h include to linux_dumper.cc to fix the silly scratchbox toolc...ted.mielczarek2010-10-211-8/+7
* Fix crash_report tool.mmentovai2010-10-203-0/+94
* Add support for building the Linux client code using the Android NDKted.mielczarek2010-10-2013-24/+246