aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add some unit tests for Linux WriteSymbolFileted.mielczarek2011-07-0614-228/+889
* Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dy...ted.mielczarek2011-07-064-5/+710
* Fix an assertion encountered in UntypedMDRVA::Copy().mmentovai2011-07-011-0/+9
* Delete OS failing test cases and note failure in relevant .h file.jessicag.feedback@gmail.com2011-06-212-36/+27
* Add some headers necessary to build the Linux client code with the Android ND...ted.mielczarek@gmail.com2011-05-312-0/+3
* Fix null derefs in x86 dissasembler code.cdn@chromium.org2011-05-121-2/+2
* Fix linux-gate handling in LinuxDumper so it gets a valid debug IDted.mielczarek2011-05-062-2/+92
* Fixed message about unregistered msdia*dll. Builds with different DiaSDK need...vitalybuka@chromium.org2011-04-264-12/+18
* Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference tommentovai2011-04-052-5/+68
* Another attempt at signed / unsigned int resolution for linux minidump writer.jessicag.feedback@gmail.com2011-03-304-11/+15
* Adding header files at the request of Chrome.jessicag.feedback@gmail.com2011-03-221-0/+2
* Add trusted checkjessicag.feedback@gmail.com2011-03-221-2/+7
* Issue 417: update unit tests after adding unnamed function detectionjimblandy2011-03-141-2/+2
* Merge adjacent mappings with the same name into one module in LinuxDumper.ted.mielczarek2011-03-142-23/+117
* Protect "std::max", "std::min" against MACROs defined in WinDef.h.SiyangXie@gmail.com2011-03-111-3/+3
* Google Breakpad Issue 417: Handle DWARF that omits function names.jimblandy2011-03-115-3/+48
* Put PUBLIC lines in Mac symbol files.ted.mielczarek2011-03-049-11/+270
* Updating to ints from unsigned ints so -1 will be an acceptable value.jessicag.feedback@gmail.com2011-03-033-5/+4
* 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