aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Fix an assertion encountered in UntypedMDRVA::Copy().mmentovai2011-07-011-0/+9
* Add some headers necessary to build the Linux client code with the Android ND...ted.mielczarek@gmail.com2011-05-312-0/+3
* Fix linux-gate handling in LinuxDumper so it gets a valid debug IDted.mielczarek2011-05-062-2/+92
* 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
* 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
* Updating to ints from unsigned ints so -1 will be an acceptable value.jessicag.feedback@gmail.com2011-03-033-5/+4
* Rename duplicate argument names to make it compile with CLang.ted.mielczarek2011-01-251-8/+8
* 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 clang warning / miscompile.mmentovai2011-01-241-2/+2
* Fix compile by adding needed includes.thestig@chromium.org2011-01-121-6/+11
* 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-159-621/+1230
* 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
* 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
* Fix WriteMemoryListStream to remove an extraneous loop index variable increment.ted.mielczarek2010-11-302-2/+62
* Linux: Attempt to generate an ELF identifier for deleted running binaries.thestig@chromium.org2010-11-192-15/+71
* Delete an old Makefile and fix lots of lint errors.thestig@chromium.org2010-11-084-149/+37
* Add asm/ptrace.h include to linux_dumper.cc to fix the silly scratchbox toolc...ted.mielczarek2010-10-211-8/+7
* Add support for building the Linux client code using the Android NDKted.mielczarek2010-10-2012-24/+242
* Only include linux_syscall_support.h on Linux in cross platform files.thestig@chromium.org2010-09-241-0/+2
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-2310-13/+895
* Modify crash_generation_app to use GYP instead of VS .sln file for ease of ma...erikwright@chromium.org2010-09-218-589/+75
* Fix CrashGenerationServer to recover from protocol errors and a test for same.erikwright@chromium.org2010-09-206-77/+442
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-172-2/+214
* Fix compilation for minidump-2-core.thestig@chromium.org2010-09-161-0/+1
* Actually treat fatal error codes as fatalnealsid2010-09-161-2/+1
* Add a free() to ExceptionHandlerTest.ChildCrash.thestig@chromium.org2010-09-161-0/+1
* Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...thestig@chromium.org2010-09-158-10/+10
* Fix include paths in breakpad_client.gyp to make the build workted.mielczarek2010-09-151-0/+1
* Fix a handful of comment spelling errors (Issue 385)jessicag.feedback@gmail.com2010-09-091-1/+1
* Allow Linux dumper to work on PTRACE-hardened kernelsted.mielczarek2010-08-272-0/+69
* Clean up old glog code and move deps to new reference in third_party.jessicag.feedback@gmail.com2010-08-191-1/+1
* When done with crash-dumping, we need to terminate the application. Callingthestig@chromium.org2010-08-171-8/+20
* remove trailing comma that makes gcc -pedantic unhappyted.mielczarek2010-08-161-1/+1
* Change ClientInfo into a class to match other platforms, rename the current C...ted.mielczarek@gmail.com2010-08-165-13/+31
* Put MachIPC into the google_breakpad namespaceted.mielczarek@gmail.com2010-08-162-0/+8
* Fix a couple of bugs where we generate incorrect minidump files on Linux.othestig@chromium.org2010-08-143-31/+293
* Miscellaneous improvements to minidump-2-core.thestig@chromium.org2010-08-141-0/+74
* Allow dumping live processes on OS Xted.mielczarek@gmail.com2010-08-134-2/+135