aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac
Commit message (Expand)AuthorAgeFilesLines
* Add tool dependencies to the 'Build All' target of Breakpad, so that everythi...nealsid2009-07-281-0/+151
* Port fixes from internal Google Breakpad to SVN. nealsid2009-07-2112-52/+287
* issue 323 - OS X exception handler / minidump generator should set exception ...ted.mielczarek2009-06-128-11/+38
* Fix for generating dumps on-demand to set the requesting thread to the curren...nealsid2009-06-121-1/+1
* Support custom URL parameters. Added unit tests for Breakpad. Addednealsid2009-06-038-95/+481
* Show the reporter UI for Breakpad.framework regardless of whether continuing ...stuartmorgan2009-05-282-3/+10
* Patch from Jeremy to have better error reporting, and workaround a Cocoa bug ...nealsid2009-05-152-16/+39
* Add a missing include (for gettimeofday) to Inspector.mmstuartmorgan2009-04-301-5/+6
* Mac reporter improvements:stuartmorgan2009-04-2912-207/+380
* Mac framework fixes: Propagate server type from plist, and fix precedence of ...stuart.morgan2009-04-292-8/+9
* Code review issue 9002: Add paranoid logging to Inspector & Reporternealsid2009-04-233-12/+61
* Add a parameter to control the Mac reporter timeout.stuartmorgan2009-04-223-11/+24
* Fix to support extensible parameter handling, and add process crashtime/uptim...nealsid2009-04-228-81/+217
* Give the Mac reporter app a localized name of 'Crash Reporter'stuartmorgan2009-04-223-5/+23
* Patch from Jeremy Moskovich to build with 10.5 SDK correctly. Also removed e...nealsid2009-04-213-13/+23
* Sender tweaks; strip whitespace from server-returned ID, and change the title...stuart.morgan2009-04-073-6/+8
* Fix framework bundle ID and remove useless autogenerated InfoPlist.stringsstuart.morgan2009-04-063-17/+5
* Fix my build break due to misnamed constantnealsid2009-04-061-1/+1
* Incorporate feedback from first Breakpad integration.nealsid2009-04-0613-942/+204
* Open sourcing the Breakpad framework from Google. nealsid2009-04-0138-10/+9166
* 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
* Issue 261/262: 64-bit bug fix when iterating through load commands of a 64-bi...nealsid2008-05-054-140/+21
* Style changesnealsid2008-04-302-4/+3
* Updated code to be compliant with style guidelinesnealsid2008-04-299-70/+185
* Issue 258: Added test cases for ReadTaskMemory, reorganized project file, ren...nealsid2008-04-2512-157/+429
* Fix a bug in start address calculationnealsid2008-04-171-1/+1
* As part of resolving issue 256 I'd like to check in some unitnealsid2008-04-155-5/+414
* Issue 254: The problem is that nlist() is compiled out of libc innealsid2008-04-125-9/+452
* Issue 246: Dynamic_images.* needs to be 64-bit ready. Created types that are ...nealsid2008-04-045-192/+371
* Breakpad rejects valid modules with a vmaddr of zero on Mac (#176). Patchmmentovai2007-09-281-1/+1
* Issue 208: Reviewer waylonisladderbreaker2007-09-191-14/+52
* Issue 209: Reviewer waylonisladderbreaker2007-09-191-1/+1
* Issue203 : reviewed by Waylonisladderbreaker2007-08-291-7/+24
* Issue 202: reviewed by Waylonisladderbreaker2007-08-273-0/+207
* Issue 197: reviewed by Waylonisladderbreaker2007-08-161-10/+63
* issue 194: reviewed by waylonisladderbreaker2007-07-031-2/+3
* issue 167: reviewed by Benjamin Smedbergladderbreaker2007-05-221-32/+96
* - Add const keyword / casting to supress more stringient compiler warningswaylonis2007-05-193-15/+17
* Issue 140 - Fill in some more cpu information on OS X x86 dumps. r=mentoted.mielczarek2007-05-111-0/+29
* Issue 164 - MACHINE_THREAD_STATE on older 10.4 versions. Patch by Dave Camp,...ted.mielczarek2007-05-081-11/+12
* Issue 161: reviewer Waylonisladderbreaker2007-05-071-2/+2
* Issue 163, reviewer mento. Make dynamic_images.cc build on 10.3.9 SDK + upda...ted.mielczarek2007-05-072-12/+66