aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/tests/exception_handler_test.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-7/+7
* fix write() unused-result warningMike Frysinger2017-02-081-2/+3
* 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
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-13/+13
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-171-42/+3
* Add SIGABRT handler for mac and iOS.qsr@chromium.org2012-03-091-4/+20
* Correct compilation warning.qsr@chromium.org2011-11-231-13/+15
* 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-131-4/+4
* 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-231-3/+402
* 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-131-1/+4
* Change exception_handler_test.cc to use Google Testted.mielczarek@gmail.com2010-08-121-0/+101