aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac
Commit message (Expand)AuthorAgeFilesLines
* Create a static library to use Breakpad on iOS.qsr@chromium.org2011-11-236-80/+26
* Correct compilation warning.qsr@chromium.org2011-11-234-118/+48
* Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.ted.mielczarek2011-11-182-17/+16
* Add an API to Breakpad to upload custom file to the crash server.qsr@chromium.org2011-11-163-106/+138
* Fix several error-case leaks on the Mac found by clang analysisstuartmorgan2011-11-142-2/+8
* 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
* Breakpad implementation for ios.qsr@chromium.org2011-10-121-0/+6
* Remove duplicate definition of GTMLoggerDebug.mark@chromium.org2011-10-111-3/+0
* Adding missing method.qsr@chromium.org2011-10-111-0/+5
* #include BreakpadDefines.h as "BreakpadDefines.h" and notmark@chromium.org2011-10-111-1/+1
* Extract constants from Breakpad.h.qsr@chromium.org2011-10-119-65/+98
* Handle ios dump.qsr@chromium.org2011-10-111-0/+4
* Extract the uploader process from crash_report_senderqsr@chromium.org2011-10-105-570/+695
* Extracting the config file class from the Inspector to be able to reuse it.qsr@chromium.org2011-10-105-224/+325
* #ifdef cpu specific code.qsr@chromium.org2011-10-076-9/+160
* 10.4 SDK fixmark@chromium.org2011-10-063-1/+21
* 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