| Commit message (Expand) | Author | Age | Files | Lines |
* | Chrome on Android now supports loading the shared library directly from the A... | rmcilroy@chromium.org | 2014-07-22 | 4 | -9/+123 |
* | [Android]: Remove __system_property_get(ro.build.fingerprint) from WriteOSInf... | rmcilroy@chromium.org | 2014-07-18 | 1 | -17/+0 |
* | [MIPS] Fix core dump related unit tests for Android on MIPS | gordana.cmiljanovic@imgtec.com | 2014-05-14 | 1 | -0/+12 |
* | Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is du... | rmcilroy@chromium.org | 2014-04-23 | 1 | -0/+11 |
* | Fill in CPU info in mini-dump for Arm64. | rmcilroy@chromium.org | 2014-04-11 | 1 | -13/+54 |
* | Add Arm64 support to breakpad unittests. | rmcilroy@chromium.org | 2014-04-08 | 3 | -12/+9 |
* | Add Arm64 version of breakpad_getcontext for Android. | rmcilroy@chromium.org | 2014-04-03 | 2 | -10/+18 |
* | First cut at adding arm64 Linux / Android support to Breakpad. | rmcilroy@chromium.org | 2014-04-02 | 4 | -3/+57 |
* | fix races in CrashGenerator::CreateChildCrash | vapier@chromium.org | 2014-04-02 | 1 | -8/+2 |
* | Fix gcc vs clang cpuid.h discrepency. | thestig@chromium.org | 2013-12-14 | 1 | -1/+4 |
* | Address additional comments from r1248. Fix the register to check and fix som... | thestig@chromium.org | 2013-12-10 | 1 | -5/+5 |
* | Conditionalize use of <cpuid.h> header | mcgrathr@chromium.org | 2013-12-10 | 1 | -1/+4 |
* | Add MMX detection when getting registers in Linux. | thestig@chromium.org | 2013-12-09 | 1 | -2/+11 |
* | Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it's | mark@chromium.org | 2013-12-03 | 3 | -3/+3 |
* | Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. | mark@chromium.org | 2013-12-03 | 3 | -3/+0 |
* | Adding mips support for Android. | gordana.cmiljanovic@imgtec.com | 2013-09-25 | 1 | -0/+4 |
* | Adding support for mips. | gordana.cmiljanovic@imgtec.com | 2013-09-11 | 7 | -5/+118 |
* | 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 |