| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add missing (parentehses.) | mark@chromium.org | 2011-08-26 | 1 | -1/+1 |
* | Fix CalculateStackSize to behave properly when the main thread's stack is | mark@chromium.org | 2011-08-25 | 2 | -27/+32 |
* | The process_id field is unsigned, so we need this cast in c++0x. | mark@chromium.org | 2011-08-11 | 1 | -1/+2 |
* | Fix clang warnings. | mark@chromium.org | 2011-08-11 | 1 | -2/+2 |
* | Fix a typo in r817 | ted.mielczarek | 2011-07-27 | 1 | -1/+1 |
* | Fix compilation using the OS X 10.7 SDK by #ifdefing out PPC support when tar... | ted.mielczarek@gmail.com | 2011-07-26 | 2 | -1/+22 |
* | Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference to | mmentovai | 2011-04-05 | 1 | -5/+57 |
* | Rename duplicate argument names to make it compile with CLang. | ted.mielczarek | 2011-01-25 | 1 | -8/+8 |
* | Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumps | ted.mielczarek@gmail.com | 2010-12-16 | 1 | -5/+2 |
* | Allow out-of-process minidump generation to work on processes of a different ... | ted.mielczarek@gmail.com | 2010-12-15 | 6 | -620/+899 |
* | Allow writing on-request minidumps with an exception stream | ted.mielczarek@gmail.com | 2010-12-15 | 2 | -33/+79 |
* | issue 334 - Fix a race condition between ExceptionHandler::Teardown and Excep... | ted.mielczarek@gmail.com | 2010-12-15 | 2 | -6/+14 |
* | Add some unit tests for the mac MinidumpGenerator | ted.mielczarek | 2010-12-13 | 1 | -81/+0 |
* | Fix WriteMemoryListStream to remove an extraneous loop index variable increment. | ted.mielczarek | 2010-11-30 | 1 | -1/+1 |
* | Write a window of memory around the instruction pointer from the crashing thr... | ted.mielczarek | 2010-09-23 | 2 | -3/+132 |
* | Allow dumping live processes on OS X | ted.mielczarek@gmail.com | 2010-08-13 | 3 | -1/+44 |
* | Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena... | ted.mielczarek@gmail.com | 2010-08-13 | 2 | -4/+34 |
* | Change exception_handler_test.cc to use Google Test | ted.mielczarek@gmail.com | 2010-08-12 | 1 | -99/+0 |
* | review: http://breakpad.appspot.com/139001 | dmaclach | 2010-07-29 | 1 | -0/+1 |
* | Review: http://breakpad.appspot.com/136001 | dmaclach | 2010-07-28 | 4 | -199/+74 |
* | Clean up build for 64 bit. | dmaclach | 2010-07-19 | 7 | -42/+55 |
* | issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ... | ted.mielczarek | 2010-04-29 | 1 | -4/+23 |
* | Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent... | jimblandy@gmail.com | 2009-12-15 | 1 | -3/+3 |
* | Mozilla bug 532713 - OS X client code doesn't decoded extended family ids in ... | ted.mielczarek | 2009-12-14 | 1 | -0/+15 |
* | Forward exceptions in child processes to Apple's Crash Reporter | nealsid | 2009-11-18 | 1 | -0/+3 |
* | Always export catch_exception_raise. | mmentovai | 2009-11-11 | 1 | -1/+4 |
* | Fix compilation of OS X handler on PPC with 10.5 SDK. r=nealsid at http://br... | ted.mielczarek | 2009-09-30 | 2 | -18/+5 |
* | issue 323 - OS X exception handler / minidump generator should set exception ... | ted.mielczarek | 2009-06-12 | 5 | -10/+26 |
* | Patch from Jeremy to have better error reporting, and workaround a Cocoa bug ... | nealsid | 2009-05-15 | 1 | -1/+2 |
* | Fix to support extensible parameter handling, and add process crashtime/uptim... | nealsid | 2009-04-22 | 1 | -9/+1 |
* | Patch from Jeremy Moskovich to build with 10.5 SDK correctly. Also removed e... | nealsid | 2009-04-21 | 2 | -8/+18 |
* | Open sourcing the Breakpad framework from Google. | nealsid | 2009-04-01 | 3 | -10/+8 |
* | New test data to reflect Ted's changes that add function parameters to symbol... | nealsid | 2008-12-19 | 1 | -3318/+3457 |
* | Added some sanity checks when iterating over threads in a crashed process. In... | nealsid | 2008-11-19 | 1 | -22/+47 |
* | Undo suspend/resume feature since it was meant as a workaround to a bug in ho... | nealsid | 2008-10-27 | 2 | -61/+20 |
* | Issue 181: Add version info for Mac OS X modules. Found by iterating over lo... | nealsid | 2008-10-22 | 5 | -94/+160 |
* | Added DWARF support to Breakpad client. Thanks to Google for open sourcing t... | nealsid | 2008-10-08 | 6 | -1/+5456 |
* | Now we provide our own implementation of the MIG function exc_server, as reco... | nealsid | 2008-07-11 | 4 | -0/+2083 |
* | Filter out duplicates from the image list when creating a minidump. See issu... | nealsid | 2008-06-04 | 2 | -0/+13 |
* | Fix to stop unit tests from being compiled & run for non-native architectures | nealsid | 2008-05-08 | 1 | -4/+1 |
* | Bug fix for issue 263: mach_vm_region_recurse calls have invalid parameter sp... | nealsid | 2008-05-07 | 2 | -5/+4 |
* | Issue 261/262: 64-bit bug fix when iterating through load commands of a 64-bi... | nealsid | 2008-05-05 | 4 | -140/+21 |
* | Style changes | nealsid | 2008-04-30 | 2 | -4/+3 |
* | Updated code to be compliant with style guidelines | nealsid | 2008-04-29 | 9 | -70/+185 |
* | Issue 258: Added test cases for ReadTaskMemory, reorganized project file, ren... | nealsid | 2008-04-25 | 12 | -157/+429 |
* | Fix a bug in start address calculation | nealsid | 2008-04-17 | 1 | -1/+1 |
* | As part of resolving issue 256 I'd like to check in some unit | nealsid | 2008-04-15 | 5 | -5/+414 |
* | Issue 254: The problem is that nlist() is compiled out of libc in | nealsid | 2008-04-12 | 5 | -9/+452 |
* | Issue 246: Dynamic_images.* needs to be 64-bit ready. Created types that are ... | nealsid | 2008-04-04 | 5 | -192/+371 |
* | Breakpad rejects valid modules with a vmaddr of zero on Mac (#176). Patch | mmentovai | 2007-09-28 | 1 | -1/+1 |