| Commit message (Expand) | Author | Age | Files | Lines |
* | allow passing info about known memory mappings to MinidumpWriter and Exceptio... | ted.mielczarek | 2010-12-13 | 3 | -3/+127 |
* | Delete an old Makefile and fix lots of lint errors. | thestig@chromium.org | 2010-11-08 | 1 | -5/+5 |
* | Add support for building the Linux client code using the Android NDK | ted.mielczarek | 2010-10-20 | 3 | -14/+31 |
* | Write a window of memory around the instruction pointer from the crashing thr... | ted.mielczarek | 2010-09-23 | 2 | -1/+315 |
* | Write a window of memory around the instruction pointer from the crashing thr... | ted.mielczarek | 2010-09-17 | 1 | -0/+123 |
* | Add a free() to ExceptionHandlerTest.ChildCrash. | thestig@chromium.org | 2010-09-16 | 1 | -0/+1 |
* | Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst... | thestig@chromium.org | 2010-09-15 | 2 | -3/+3 |
* | Fix a handful of comment spelling errors (Issue 385) | jessicag.feedback@gmail.com | 2010-09-09 | 1 | -1/+1 |
* | Allow Linux dumper to work on PTRACE-hardened kernels | ted.mielczarek | 2010-08-27 | 2 | -0/+69 |
* | When done with crash-dumping, we need to terminate the application. Calling | thestig@chromium.org | 2010-08-17 | 1 | -8/+20 |
* | Fix a couple of bugs where we generate incorrect minidump files on Linux.o | thestig@chromium.org | 2010-08-14 | 1 | -3/+7 |
* | ARM support, with some build system changes to support x86-64, arm, and i386 ... | nealsid | 2010-03-02 | 3 | -19/+42 |
* | Breakpad: Update copyright notice years on all files changed in 2010. | jimblandy | 2010-02-09 | 3 | -3/+3 |
* | Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien... | ted.mielczarek | 2010-02-05 | 3 | -29/+73 |
* | Added on-demand minidump generation for Linux, and a Linux test app. | brdevmn | 2009-12-16 | 2 | -4/+36 |
* | remove empty file, leftover from r384 | ted.mielczarek | 2009-12-03 | 1 | -0/+0 |
* | Upstreaming several patches from Chrome: | nealsid | 2009-12-01 | 1 | -2/+2 |
* | New uploader for Linux with unit tests, and gflags/glog libraries | nealsid | 2009-09-29 | 1 | -0/+2 |
* | A better makefile for building the Linux client. | nealsid | 2009-09-18 | 1 | -45/+0 |
* | Merge of Breakpad Chrome Linux fork | nealsid | 2009-08-17 | 11 | -2269/+566 |
* | issue 305 - breakpad Linux handler doesn't build with compiler built from lat... | ted.mielczarek | 2009-03-24 | 2 | -0/+2 |
* | Fix for issue 242, plus a redo of how old exception handlers are tracked, and... | nealsid | 2009-02-26 | 3 | -22/+59 |
* | Issue 276 - generate GUIDs ahead of time in Linux handler. r=Liu Li | ted.mielczarek | 2008-10-14 | 2 | -29/+55 |
* | fix a typo in the makefile, HANDLER_SRC->HANDLER_OBJ | ted.mielczarek | 2008-10-10 | 1 | -1/+1 |
* | issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=me | ted.mielczarek | 2008-02-24 | 3 | -0/+3 |
* | Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=me | mmentovai | 2007-09-28 | 1 | -1/+1 |
* | Issue 190 - 32 bit build fails on a 64 bit Linux system. Patch by wgianopoul... | ted.mielczarek | 2007-07-02 | 2 | -2/+1 |
* | Issue 182: linux handler doesn't have sigcontext if called from a previous si... | ted.mielczarek | 2007-06-11 | 7 | -25/+87 |
* | Issue 169 - Fill in CPU vendor id in MDRawSystemInfo in Linux minidump_genera... | ted.mielczarek | 2007-05-31 | 1 | -1/+30 |
* | Add md5 implementation into code base to get rid of | luly81 | 2007-05-03 | 1 | -7/+11 |
* | Fix issue 136. | luly81 | 2007-03-29 | 1 | -1/+21 |
* | Fix bug of issue 135, now can dump symbols for dynamic libraries. | luly81 | 2007-03-27 | 3 | -11/+17 |
* | Add Linux exception handler. | luly81 | 2007-03-12 | 10 | -0/+2336 |