aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/tests
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-153-12/+12
* fix write() unused-result warningMike Frysinger2017-02-082-3/+5
* tests: InstructionPointerMemoryNullPointer: make it work under llvmvapier@chromium.org2015-07-201-1/+3
* Enable the SIGABRT handler on desktop OS Xted.mielczarek@gmail.com2013-08-141-6/+40
* Move SimpleStringDictionary from common/mac/ to just common/.rsesek@chromium.org2013-04-182-283/+0
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-064-16/+16
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-171-42/+3
* Add a filter callback to CrashGenerationServer on macted.mielczarek2012-07-201-9/+62
* Add SIGABRT handler for mac and iOS.qsr@chromium.org2012-03-091-4/+20
* Correct compilation warning.qsr@chromium.org2011-11-234-118/+48
* Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumpsted.mielczarek@gmail.com2010-12-164-107/+299
* Allow out-of-process minidump generation to work on processes of a different ...ted.mielczarek@gmail.com2010-12-152-1/+222
* Allow writing on-request minidumps with an exception streamted.mielczarek@gmail.com2010-12-151-3/+44
* Add some unit tests for the mac MinidumpGeneratorted.mielczarek2010-12-132-4/+255
* Fix WriteMemoryListStream to remove an extraneous loop index variable increment.ted.mielczarek2010-11-301-1/+61
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-232-3/+411
* Change ClientInfo into a class to match other platforms, rename the current C...ted.mielczarek@gmail.com2010-08-161-1/+7
* Put MachIPC into the google_breakpad namespaceted.mielczarek@gmail.com2010-08-161-0/+4
* Allow dumping live processes on OS Xted.mielczarek@gmail.com2010-08-131-1/+91
* Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...ted.mielczarek@gmail.com2010-08-132-1/+221
* fix typo in previous committed.mielczarek@gmail.com2010-08-121-1/+1
* Change exception_handler_test.cc to use Google Testted.mielczarek@gmail.com2010-08-122-0/+173
* Clean up build for 64 bit.dmaclach2010-07-191-1/+1
* Port fixes from internal Google Breakpad to SVN. nealsid2009-07-211-2/+3
* Support custom URL parameters. Added unit tests for Breakpad. Addednealsid2009-06-031-0/+216
* Open sourcing the Breakpad framework from Google. nealsid2009-04-012-0/+283