aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Changes to get the breakpad client compiling and running on Android usingmark@chromium.org2012-04-0310-34/+161
* Remove redundant include of CPP specific header filested.mielczarek@gmail.com2012-04-032-3/+0
* Fix several issues in linux_dumper_unittest_helperted.mielczarek@gmail.com2012-04-031-3/+6
* Fix for putting main module as first one in minidumpmkrebs@chromium.org2012-03-302-3/+53
* Fix GetMainModule() to properly get first modulemkrebs@chromium.org2012-03-301-1/+1
* Fix memory leak in DisassemblerX86.benchan@chromium.org2012-03-301-0/+3
* Fix one more -Wnull-conversion warning.mark@chromium.org2012-03-301-1/+2
* Fix -Wnull-conversion warnings in breakpad.mark@chromium.org2012-03-302-2/+2
* Fix class/struct mismatches in forward declarations.benchan@chromium.org2012-03-305-5/+5
* Unregister waits when a client shuts down so that no further callback events cancdn@chromium.org2012-03-221-0/+1
* Add high level API for breakpad on iOS.qsr@chromium.org2012-03-137-11/+402
* Change iOS implementation to not use exc_serverqsr@chromium.org2012-03-091-86/+89
* Add SIGABRT handler for mac and iOS.qsr@chromium.org2012-03-093-10/+90
* Add COPYING file per libcurl distribution requirementsnealsid2012-03-091-0/+22
* Remove static initializer in linux/guid_creator.cc.qsr@chromium.org2012-03-081-8/+16
* Removing breakpad_exc_server and all references.qsr@chromium.org2012-03-083-2085/+2
* Correct various compilation warnings.qsr@chromium.org2012-03-073-16/+17
* Send uptime as milliseconds for Mac and iOS.qsr@chromium.org2012-03-023-11/+17
* Support for .raSearch in the x86 stackwalkermark@chromium.org2012-02-233-7/+88
* Handle program strings with the assignment operator smashed against the nextmark@chromium.org2012-02-233-120/+151
* Modify CrashGenerator::CreateChildCrash to copy proc files.benchan@chromium.org2012-02-235-20/+116
* Fix an invalid cast in PostfixEvaluator<ValueType>::EvaluateInternal().mark@chromium.org2012-02-231-1/+1
* Add support for @ operator to PostfixEvaluatorted.mielczarek2012-02-213-6/+17
* Move away from the 10.4 SDK.mark@chromium.org2012-02-212-5/+0
* Funnel all bootstrap_register calls through a routine that doesn't care thatmark@chromium.org2012-02-216-12/+130
* Add some missing #includested.mielczarek2012-02-152-0/+3
* Add filename to error message when PDBSourceLineWriter::Open failsted.mielczarek2012-02-151-3/+3
* Avoid setting an alternative stack for signals if there is already oneted.mielczarek2012-02-142-8/+11
* Add missing include.qsr@chromium.org2012-02-141-0/+1
* Creating minidump for uncaught exception on iOS.qsr@chromium.org2012-02-145-7/+312
* createDirectoryAtPath:attributes: is deprecated, use the suggested (10.5+)mark@chromium.org2012-02-091-45/+4
* Fix clang warning about format string.mark@chromium.org2012-02-091-1/+1
* NXSwapBigIntToHost is deprecated, use CFSwapInt32BigToHost instead.mark@chromium.org2012-02-061-8/+9
* Breakpad DWARF: Add support for DWARF 4 attribute forms.jimblandy2012-02-017-8/+179
* 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