| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux: Fix builds on systems without PR_SET_PTRACER in linux/prctl.h. | thestig@chromium.org | 2013-07-02 | 1 | -1/+5 |
* | Fix Android build more. | thestig@chromium.org | 2013-07-01 | 1 | -0/+2 |
* | Make all linux ptrace dumper tests use a subprocess | ted.mielczarek@gmail.com | 2013-06-06 | 1 | -191/+203 |
* | Fixing several instances of std::vector::operator[] out of range access | ivan.penkov@gmail.com | 2013-05-21 | 2 | -9/+16 |
* | Ensure a proper LinuxDumper::crash_thread_ value | ted.mielczarek@gmail.com | 2013-05-17 | 2 | -4/+4 |
* | Fix a "set but not used" compiler warning in a test | mseaborn@chromium.org | 2013-05-10 | 1 | -1/+2 |
* | Improve ARM CPU info reporting. | digit@chromium.org | 2013-04-24 | 6 | -126/+897 |
* | Removing redundant calls to string::c_str(). | ivan.penkov@gmail.com | 2013-03-29 | 1 | -7/+7 |
* | Get the complete linux gate mapping instead of only one page | ted.mielczarek@gmail.com | 2013-03-29 | 1 | -3/+2 |
* | Linux MinidumpWriter should properly set number_of_processors on ARM | ted.mielczarek@gmail.com | 2013-03-12 | 1 | -0/+4 |
* | Use stdint types everywhere | ted.mielczarek@gmail.com | 2013-03-06 | 3 | -17/+17 |
* | Remove a call to new[] from WriteDSODebugStream | ted.mielczarek@gmail.com | 2013-01-31 | 1 | -4/+3 |
* | Move scoped_ptr.h to common | ted.mielczarek@gmail.com | 2013-01-17 | 2 | -2/+2 |
* | Fix minidump size limit used for MinidumpSizeLimit unittest | mkrebs@chromium.org | 2012-12-12 | 1 | -4/+25 |
* | Cleaning up google-breakpad source code of signed-unsigned comparison warnings | ivan.penkov@gmail.com | 2012-11-21 | 5 | -16/+20 |
* | Add optional file size limit for minidumps | mkrebs@chromium.org | 2012-11-15 | 3 | -15/+251 |
* | Fix assertion failure in WriteMappings() for zero modules | mkrebs@chromium.org | 2012-11-14 | 1 | -2/+9 |
* | Fix typo from r1079. | thestig@chromium.org | 2012-11-13 | 1 | -1/+1 |
* | Linux: Avoid truncating the vendor id. | thestig@chromium.org | 2012-11-09 | 1 | -5/+3 |
* | Minor cleanup in src/client/linux/minidump_writer/minidump_writer_unittest.cc. | thestig@chromium.org | 2012-11-08 | 1 | -18/+18 |
* | Fix the Android unit tests. | digit@chromium.org | 2012-10-09 | 1 | -4/+0 |
* | Don't bail if a thread's stack pointer is invalid | mkrebs@chromium.org | 2012-10-08 | 7 | -36/+137 |
* | Fix a parsing error in the Linux dump writer. | thestig@chromium.org | 2012-09-26 | 1 | -7/+11 |
* | Minidumps never contain MD_LINUX_DSO_DEBUG info when breakpad is in a shared ... | ted.mielczarek@gmail.com | 2012-09-19 | 5 | -100/+107 |
* | Allow generating minidumps from live process on Linux via ExceptionHandler | ted.mielczarek@gmail.com | 2012-09-18 | 2 | -1/+40 |
* | Allow adding extra memory regions to minidump on linux/windows | ted.mielczarek@gmail.com | 2012-09-18 | 3 | -15/+148 |
* | Make my_str_len/my_itos take uintmax_t | ted.mielczarek@gmail.com | 2012-09-17 | 1 | -2/+2 |
* | Fix README.ANDROID + formatting | digit@chromium.org | 2012-09-05 | 1 | -2/+2 |
* | Fix minidump_writer_unittest on Android | digit@chromium.org | 2012-08-30 | 1 | -4/+3 |
* | Fix Linux/ARM GetInstructionPointer() in minidump_writer.cc | digit@chromium.org | 2012-08-30 | 1 | -1/+1 |
* | Improve Android support | digit@chromium.org | 2012-08-21 | 3 | -32/+0 |
* | Adding a way to create an ExceptionHandler that takes in a file descriptor | jcivelli@chromium.org | 2012-08-09 | 3 | -44/+137 |
* | SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411... | digit@chromium.org | 2012-08-03 | 5 | -63/+67 |
* | Speculatively back out r989 per http://codereview.chromium.org/10805065/ : | mark@chromium.org | 2012-07-24 | 3 | -126/+9 |
* | Linux: Fix a bunch of clang errors from not handling return values. | thestig@chromium.org | 2012-07-24 | 2 | -5/+7 |
* | Move minidump_extension_linux.h contents into minidump_format.h | ted.mielczarek | 2012-07-20 | 2 | -76/+0 |
* | Allow adding extra memory regions to minidump on linux/windows | ted.mielczarek | 2012-07-19 | 3 | -9/+126 |
* | Add MD_OS_ANDROID definition. | digit@chromium.org | 2012-07-04 | 1 | -0/+24 |
* | Fixing various compiler warnings and applying minor tweaks to allow running of | ivan.penkov@gmail.com | 2012-07-02 | 6 | -45/+141 |
* | This change allows compiling the google-breakpad code using a global ::string... | ivan.penkov@gmail.com | 2012-06-28 | 4 | -9/+13 |
* | Fix race in VerifyStackReadWithMultipleThreads | ted.mielczarek | 2012-04-25 | 2 | -20/+29 |
* | Fix compilation warnings related to unchecked return values | ted.mielczarek | 2012-04-25 | 2 | -27/+35 |
* | Reap child in VerifyStackReadWithMultipleThreads | ted.mielczarek | 2012-04-25 | 1 | -0/+7 |
* | Fix file descriptor leak in GetThreadInfoByIndex | benchan@chromium.org | 2012-04-18 | 1 | -0/+1 |
* | Changes to get the breakpad client compiling and running on Android using | mark@chromium.org | 2012-04-03 | 2 | -15/+19 |
* | Remove redundant include of CPP specific header files | ted.mielczarek@gmail.com | 2012-04-03 | 1 | -2/+0 |
* | Fix several issues in linux_dumper_unittest_helper | ted.mielczarek@gmail.com | 2012-04-03 | 1 | -3/+6 |
* | Fix for putting main module as first one in minidump | mkrebs@chromium.org | 2012-03-30 | 2 | -3/+53 |
* | Modify CrashGenerator::CreateChildCrash to copy proc files. | benchan@chromium.org | 2012-02-23 | 1 | -13/+5 |
* | Fix test addresses to use uintptr_t instead of u_int64_t. | benchan@chromium.org | 2012-01-27 | 2 | -3/+3 |