aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Breakpad DWARF support: Remove extraneous breaks following returns in dwarf2r...jimblandy2012-02-011-44/+6
* Add partial unit tests for dwarf2reader::CompilationUnit.jimblandy2012-02-012-0/+526
* Change some functions in linux_libc_support.h to use intmax_t instead of int.ted.mielczarek2012-01-271-2/+2
* Fix test addresses to use uintptr_t instead of u_int64_t.benchan@chromium.org2012-01-273-4/+4
* Fix several clang warnings in breakpad.mark@chromium.org2012-01-262-4/+4
* Use sys_prctl instead of prctl.thestig@chromium.org2012-01-241-8/+5
* Implement core dump to minidump conversion.benchan@chromium.org2012-01-1914-359/+1069
* Skip ElfCoreDumpTest.ValidCoreFile test if no core dump is generated.benchan@chromium.org2012-01-112-11/+43
* Build LinuxLibcSupportTest and make it pass.thestig@chromium.org2012-01-111-2/+6
* Refactor LinuxDumper and MinidumpWriter.benchan@chromium.org2012-01-116-89/+146
* Clear error state flags in binarystream::rewind().benchan@chromium.org2012-01-091-0/+3
* Add utilities for processing Linux core dump files.benchan@chromium.org2012-01-079-26/+1039
* Send crash dumps to Google via HTTPS instead of HTTP, since they mightthestig@chromium.org2012-01-041-1/+1
* Replace MMappedRange with MinidumpMemoryRange.benchan@chromium.org2011-12-214-120/+399
* Eliminate another source of UnspecifiedStackSignature crash dumps.mark@chromium.org2011-12-211-45/+38
* Replace readlink calls with a safer version that guarantees NULL-termination.benchan@chromium.org2011-12-218-17/+222
* Refactor code in preparation of merging with the fork in Chromium OS.benchan@chromium.org2011-12-1610-55/+781
* Fix ContextDeathTest.X86BadFlags unit test on Mac OS X.benchan@chromium.org2011-12-161-1/+1
* Add API on iOS to generate dump on demand.qsr@chromium.org2011-12-092-2/+66
* Fix a missed include path change from r889. (r=qsr in person)stuartmorgan2011-12-021-1/+1
* Speculative back-out of r883, which may have broken Windows crash reporting.mark@chromium.org2011-11-2813-208/+4
* Fix some comments and parameter names.jimblandy2011-11-232-4/+5
* Create a static library to use Breakpad on iOS.qsr@chromium.org2011-11-239-9/+564
* Correct compilation warning.qsr@chromium.org2011-11-238-133/+157
* Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.ted.mielczarek2011-11-1810-38/+41
* Correct bug introduced by last commit: Interface on Breakpad is incorrect.qsr@chromium.org2011-11-162-6/+8
* Add an API to Breakpad to upload custom file to the crash server.qsr@chromium.org2011-11-165-106/+178
* Fix several error-case leaks on the Mac found by clang analysisstuartmorgan2011-11-142-2/+8
* Allow CrashGenerationClient to request that a dump of the parent process be w...ted.mielczarek2011-11-1113-4/+208
* Correct leak.qsr@chromium.org2011-11-101-2/+2
* Fix problem with not NULL terminating mapping name.kmixter@chromium.org2011-11-091-1/+2
* Add mach_vm_deallocate to the set of function not available on iOS5.qsr@chromium.org2011-10-241-0/+1
* Do not use mach_vm.h on iOS.qsr@chromium.org2011-10-245-15/+56
* Upstream fix for compiling of breakpad with gcc-4.6. Remove an unnecessarymark@chromium.org2011-10-221-1/+1
* Fix some shadow variables, including one in file_id.cc that causes all files ...thestig@chromium.org2011-10-206-30/+127
* Correct incorrect bounds checking.qsr@chromium.org2011-10-201-2/+2
* Allow to retrieve id of a module from memory instead of going to disk for iOS.qsr@chromium.org2011-10-206-31/+102
* Fix svn:executable and svn:eol-style properties in src/client/windows.mark@chromium.org2011-10-2016-0/+0
* Changing declaration order of field to correct compilation warnings.qsr@chromium.org2011-10-181-4/+4
* Add includes for unittests that appear to need them.jessicag.feedback@gmail.com2011-10-175-4/+26
* Use frame pointer to walk ARM stack on iOS.qsr@chromium.org2011-10-175-30/+280
* Breakpad implementation for ios.qsr@chromium.org2011-10-123-0/+890
* Handling reading arm executable.qsr@chromium.org2011-10-121-0/+6
* Minor formatting fix following r865.mark@chromium.org2011-10-111-2/+2
* More fixes following r862.mark@chromium.org2011-10-111-6/+6
* Additional fixes following r862.mark@chromium.org2011-10-112-31/+34
* Remove "using namespace std" from dwarf2reader.h. Using-directives aremark@chromium.org2011-10-115-40/+41
* Fix harmless warning in dwarf_cfi_to_module.cc.mark@chromium.org2011-10-111-1/+1
* Fix harmless printf abuse in symupload.mark@chromium.org2011-10-111-1/+2
* Remove duplicate definition of GTMLoggerDebug.mark@chromium.org2011-10-111-3/+0