aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac
Commit message (Expand)AuthorAgeFilesLines
* Address review comments from r843 (http://breakpad.appspot.com/307001)mark@chromium.org2011-10-054-15/+25
* Ensure crash reports will be uploaded on the Mac.mark@chromium.org2011-10-053-2/+74
* Use a bootstrap subset port for the inspector, tying the subset to themark@chromium.org2011-10-031-10/+26
* Fix some compilation warnings and other errors due to API changesmark@chromium.org2011-09-292-17/+11
* Build the Mac Breakpad utilities with the 10.5 SDK in x86_64 Debug mode. Thismark@chromium.org2011-09-281-23/+23
* Fix encoding of breakpad/src/client/mac/testapp/English.lproj/InfoPlist.stringsmark@chromium.org2011-09-271-1/+1
* Fix totally busted-up project file that was, for the most part, wrong formark@chromium.org2011-09-271-9/+65
* 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-113-4/+4
* Remove a bogus const.mark@chromium.org2011-08-101-1/+1
* Fix a typo in r817ted.mielczarek2011-07-271-1/+1
* Wean Mac Breakpad off of its OpenSSL libcrypto dependency.mark@chromium.org2011-07-271-12/+12
* 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-052-5/+68
* Rename duplicate argument names to make it compile with CLang.ted.mielczarek2011-01-251-8/+8
* Make localization resizing of Mac uploader email line more robust. Review URL...stuart.morgan2011-01-051-5/+18
* Keep a log of uploaded crash IDs on the Mac. Review URL: http://breakpad.apps...stuartmorgan2010-12-172-1/+31
* Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumpsted.mielczarek@gmail.com2010-12-168-117/+346
* Allow out-of-process minidump generation to work on processes of a different ...ted.mielczarek@gmail.com2010-12-159-621/+1230
* Allow writing on-request minidumps with an exception streamted.mielczarek@gmail.com2010-12-153-36/+123
* 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-134-90/+291
* Fix WriteMemoryListStream to remove an extraneous loop index variable increment.ted.mielczarek2010-11-302-2/+62
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-235-6/+573
* Change ClientInfo into a class to match other platforms, rename the current C...ted.mielczarek@gmail.com2010-08-165-13/+31
* Put MachIPC into the google_breakpad namespaceted.mielczarek@gmail.com2010-08-162-0/+8
* Allow dumping live processes on OS Xted.mielczarek@gmail.com2010-08-134-2/+135
* Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...ted.mielczarek@gmail.com2010-08-1310-7/+920
* 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-123-48/+268
* review: http://breakpad.appspot.com/139001dmaclach2010-07-291-0/+1
* review: http://breakpad.appspot.com/138001dmaclach2010-07-292-67/+35
* Review: http://breakpad.appspot.com/137001dmaclach2010-07-282-44/+53
* Review: http://breakpad.appspot.com/136001dmaclach2010-07-284-199/+74
* Adding 11 languages to the crash uploader app on the Mac, contributed by the ...stuart.morgan2010-07-2523-0/+58
* Separate the "hello" message from the parameter messages inmark@chromium.org2010-07-211-2/+3
* Clean up build for 64 bit.dmaclach2010-07-1917-488/+1335
* Convert files in .nib format to .xib format.mark@chromium.org2010-06-239-168/+4056
* issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...ted.mielczarek2010-04-292-12/+37
* Make Mac comment and email text field placeholders localizable. r=nealsidstuart.morgan2010-01-012-0/+6
* Add email mapping for Socorro. r=nealsidstuart.morgan2010-01-011-2/+2
* 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
* Allow the Breakpad Mac framework to be built without -fexceptions.mmentovai2009-10-151-51/+45
* Fix compilation of OS X handler on PPC with 10.5 SDK. r=nealsid at http://br...ted.mielczarek2009-09-302-18/+5