aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler
Commit message (Expand)AuthorAgeFilesLines
...
* Fix several error-case leaks on the Mac found by clang analysisstuartmorgan2011-11-141-2/+7
* 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
* Allow to retrieve id of a module from memory instead of going to disk for iOS.qsr@chromium.org2011-10-202-7/+25
* Handle ios dump.qsr@chromium.org2011-10-111-0/+4
* #ifdef cpu specific code.qsr@chromium.org2011-10-076-9/+160
* 10.4 SDK fixmark@chromium.org2011-10-061-0/+7
* Fix some compilation warnings and other errors due to API changesmark@chromium.org2011-09-292-17/+11
* Fix a Breakpad crash during teardown when USE_PROTECTED_ALLOCATIONS is inmark@chromium.org2011-08-261-0/+8
* Add missing (parentehses.)mark@chromium.org2011-08-261-1/+1
* Fix CalculateStackSize to behave properly when the main thread's stack ismark@chromium.org2011-08-252-27/+32
* The process_id field is unsigned, so we need this cast in c++0x.mark@chromium.org2011-08-111-1/+2
* Fix clang warnings.mark@chromium.org2011-08-111-2/+2
* Fix a typo in r817ted.mielczarek2011-07-271-1/+1
* Fix compilation using the OS X 10.7 SDK by #ifdefing out PPC support when tar...ted.mielczarek@gmail.com2011-07-262-1/+22
* Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference tommentovai2011-04-051-5/+57
* Rename duplicate argument names to make it compile with CLang.ted.mielczarek2011-01-251-8/+8
* Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumpsted.mielczarek@gmail.com2010-12-161-5/+2
* Allow out-of-process minidump generation to work on processes of a different ...ted.mielczarek@gmail.com2010-12-156-620/+899
* Allow writing on-request minidumps with an exception streamted.mielczarek@gmail.com2010-12-152-33/+79
* 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-131-81/+0
* Fix WriteMemoryListStream to remove an extraneous loop index variable increment.ted.mielczarek2010-11-301-1/+1
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-232-3/+132
* Allow dumping live processes on OS Xted.mielczarek@gmail.com2010-08-133-1/+44
* Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...ted.mielczarek@gmail.com2010-08-132-4/+34
* Change exception_handler_test.cc to use Google Testted.mielczarek@gmail.com2010-08-121-99/+0
* review: http://breakpad.appspot.com/139001dmaclach2010-07-291-0/+1
* Review: http://breakpad.appspot.com/136001dmaclach2010-07-284-199/+74
* Clean up build for 64 bit.dmaclach2010-07-197-42/+55
* issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...ted.mielczarek2010-04-291-4/+23
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-151-3/+3
* Mozilla bug 532713 - OS X client code doesn't decoded extended family ids in ...ted.mielczarek2009-12-141-0/+15
* Forward exceptions in child processes to Apple's Crash Reporternealsid2009-11-181-0/+3
* Always export catch_exception_raise.mmentovai2009-11-111-1/+4
* Fix compilation of OS X handler on PPC with 10.5 SDK. r=nealsid at http://br...ted.mielczarek2009-09-302-18/+5
* issue 323 - OS X exception handler / minidump generator should set exception ...ted.mielczarek2009-06-125-10/+26
* Patch from Jeremy to have better error reporting, and workaround a Cocoa bug ...nealsid2009-05-151-1/+2
* Fix to support extensible parameter handling, and add process crashtime/uptim...nealsid2009-04-221-9/+1
* Patch from Jeremy Moskovich to build with 10.5 SDK correctly. Also removed e...nealsid2009-04-212-8/+18
* Open sourcing the Breakpad framework from Google. nealsid2009-04-013-10/+8
* New test data to reflect Ted's changes that add function parameters to symbol...nealsid2008-12-191-3318/+3457
* Added some sanity checks when iterating over threads in a crashed process. In...nealsid2008-11-191-22/+47
* Undo suspend/resume feature since it was meant as a workaround to a bug in ho...nealsid2008-10-272-61/+20
* Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...nealsid2008-10-225-94/+160
* Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...nealsid2008-10-086-1/+5456
* Now we provide our own implementation of the MIG function exc_server, as reco...nealsid2008-07-114-0/+2083
* Filter out duplicates from the image list when creating a minidump. See issu...nealsid2008-06-042-0/+13
* Fix to stop unit tests from being compiled & run for non-native architecturesnealsid2008-05-081-4/+1
* Bug fix for issue 263: mach_vm_region_recurse calls have invalid parameter sp...nealsid2008-05-072-5/+4