| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix an assertion encountered in UntypedMDRVA::Copy(). | mmentovai | 2011-07-01 | 1 | -0/+9 |
* | Add some headers necessary to build the Linux client code with the Android ND... | ted.mielczarek@gmail.com | 2011-05-31 | 2 | -0/+3 |
* | Fix linux-gate handling in LinuxDumper so it gets a valid debug ID | ted.mielczarek | 2011-05-06 | 2 | -2/+92 |
* | Another attempt at signed / unsigned int resolution for linux minidump writer. | jessicag.feedback@gmail.com | 2011-03-30 | 4 | -11/+15 |
* | Adding header files at the request of Chrome. | jessicag.feedback@gmail.com | 2011-03-22 | 1 | -0/+2 |
* | Add trusted check | jessicag.feedback@gmail.com | 2011-03-22 | 1 | -2/+7 |
* | Merge adjacent mappings with the same name into one module in LinuxDumper. | ted.mielczarek | 2011-03-14 | 2 | -23/+117 |
* | Updating to ints from unsigned ints so -1 will be an acceptable value. | jessicag.feedback@gmail.com | 2011-03-03 | 3 | -5/+4 |
* | Fix clang warning / miscompile. | mmentovai | 2011-01-24 | 1 | -2/+2 |
* | Fix compile by adding needed includes. | thestig@chromium.org | 2011-01-12 | 1 | -6/+11 |
* | allow passing info about known memory mappings to MinidumpWriter and Exceptio... | ted.mielczarek | 2010-12-13 | 10 | -77/+616 |
* | Reuse code and fix inconsistent array boundaries. | kmixter@chromium.org | 2010-12-08 | 3 | -10/+8 |
* | Linux: Attempt to generate an ELF identifier for deleted running binaries. | thestig@chromium.org | 2010-11-19 | 2 | -15/+71 |
* | Delete an old Makefile and fix lots of lint errors. | thestig@chromium.org | 2010-11-08 | 4 | -149/+37 |
* | Add asm/ptrace.h include to linux_dumper.cc to fix the silly scratchbox toolc... | ted.mielczarek | 2010-10-21 | 1 | -8/+7 |
* | Add support for building the Linux client code using the Android NDK | ted.mielczarek | 2010-10-20 | 12 | -24/+242 |
* | Write a window of memory around the instruction pointer from the crashing thr... | ted.mielczarek | 2010-09-23 | 5 | -7/+322 |
* | Write a window of memory around the instruction pointer from the crashing thr... | ted.mielczarek | 2010-09-17 | 2 | -2/+214 |
* | Fix compilation for minidump-2-core. | thestig@chromium.org | 2010-09-16 | 1 | -0/+1 |
* | 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 | 7 | -8/+8 |
* | 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 |
* | Clean up old glog code and move deps to new reference in third_party. | jessicag.feedback@gmail.com | 2010-08-19 | 1 | -1/+1 |
* | When done with crash-dumping, we need to terminate the application. Calling | thestig@chromium.org | 2010-08-17 | 1 | -8/+20 |
* | remove trailing comma that makes gcc -pedantic unhappy | ted.mielczarek | 2010-08-16 | 1 | -1/+1 |
* | Fix a couple of bugs where we generate incorrect minidump files on Linux.o | thestig@chromium.org | 2010-08-14 | 3 | -31/+293 |
* | Miscellaneous improvements to minidump-2-core. | thestig@chromium.org | 2010-08-14 | 1 | -0/+74 |
* | Remove LOG statements from linux utilities so there's no dependency on log li... | nealsid | 2010-05-27 | 1 | -2/+4 |
* | Changes to fix build warnings on newer versions of GCC, and a fix to not try ... | nealsid | 2010-05-10 | 3 | -2/+20 |
* | [ Mistakenly committed older version of patch. This is the right one. ] | jimblandy | 2010-03-29 | 1 | -3/+3 |
* | Breakpad Linux client: Simplify VerifyStackReadWithMultipleThreads unit test. | jimblandy | 2010-03-29 | 2 | -10/+19 |
* | ARM support, with some build system changes to support x86-64, arm, and i386 ... | nealsid | 2010-03-02 | 11 | -83/+290 |
* | Breakpad: Update copyright notice years on all files changed in 2010. | jimblandy | 2010-02-09 | 9 | -9/+9 |
* | Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien... | ted.mielczarek | 2010-02-05 | 10 | -40/+878 |
* | Move file_id.cc from test_src to lib_src | nealsid | 2010-01-12 | 1 | -3/+3 |
* | fix compilation on 64-bit, followup from issue 357 | ted.mielczarek | 2009-12-23 | 1 | -0/+3 |
* | Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid... | ted.mielczarek | 2009-12-23 | 5 | -20/+105 |
* | Added on-demand minidump generation for Linux, and a Linux test app. | brdevmn | 2009-12-16 | 2 | -4/+36 |
* | Fix some build warnings | nealsid | 2009-12-10 | 2 | -2/+2 |
* | remove trailing comma from enum definition to make it compile with -pedantic | ted.mielczarek | 2009-12-03 | 1 | -1/+1 |
* | remove empty file, leftover from r384 | ted.mielczarek | 2009-12-03 | 1 | -0/+0 |
* | Upstreaming several patches from Chrome: | nealsid | 2009-12-01 | 4 | -13/+19 |
* | New uploader for Linux with unit tests, and gflags/glog libraries | nealsid | 2009-09-29 | 3 | -9/+161 |
* | A better makefile for building the Linux client. | nealsid | 2009-09-18 | 2 | -45/+51 |
* | Merge of Breakpad Chrome Linux fork | nealsid | 2009-08-17 | 19 | -2192/+2668 |
* | The symbol files necessary for the processor to walk stacks on Linux that hav... | nealsid | 2009-06-25 | 2 | -0/+6 |
* | 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 |