aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux
Commit message (Expand)AuthorAgeFilesLines
* Make the Linux CrashGenerationClient an interface.rsesek@chromium.org2014-05-053-70/+81
* Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is du...rmcilroy@chromium.org2014-04-231-0/+11
* Fill in CPU info in mini-dump for Arm64.rmcilroy@chromium.org2014-04-111-13/+54
* Increase Breakpad's signal handler stack size.rmcilroy@chromium.org2014-04-091-1/+1
* Add Arm64 support to breakpad unittests.rmcilroy@chromium.org2014-04-083-12/+9
* Add Arm64 version of breakpad_getcontext for Android.rmcilroy@chromium.org2014-04-034-16/+31
* First cut at adding arm64 Linux / Android support to Breakpad.rmcilroy@chromium.org2014-04-026-11/+68
* fix races in CrashGenerator::CreateChildCrashvapier@chromium.org2014-04-021-8/+2
* Trim unintentional whitespace and fix style nitsthestig@chromium.org2014-03-181-9/+9
* Make Linux ExceptionHandler::HandleSignal publicted.mielczarek@gmail.com2014-02-051-1/+3
* Use a proper ignore_result() to fix a ftruncate warn_unused_result warning wi...thestig@chromium.org2013-12-181-1/+2
* Fix gcc vs clang cpuid.h discrepency.thestig@chromium.org2013-12-141-1/+4
* disable unittests under ASAN that use memory crashesvapier@chromium.org2013-12-111-5/+14
* Address additional comments from r1248. Fix the register to check and fix som...thestig@chromium.org2013-12-101-5/+5
* Conditionalize use of <cpuid.h> headermcgrathr@chromium.org2013-12-101-1/+4
* Add MMX detection when getting registers in Linux.thestig@chromium.org2013-12-091-2/+11
* Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it'smark@chromium.org2013-12-033-3/+3
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-034-9/+6
* Allow SIGABRT to abort the program.thestig@chromium.org2013-11-071-2/+3
* increase exception handler stack size for dumping threadvapier@chromium.org2013-10-231-1/+3
* Adding mips support for Android.gordana.cmiljanovic@imgtec.com2013-09-252-1/+10
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-1110-27/+163
* Update to build against the latest revision of linux_syscall_support.hmseaborn@chromium.org2013-09-051-3/+3
* Linux: Fix builds on systems without PR_SET_PTRACER in linux/prctl.h.thestig@chromium.org2013-07-021-1/+5
* Fix Android build more.thestig@chromium.org2013-07-011-0/+2
* Make all linux ptrace dumper tests use a subprocessted.mielczarek@gmail.com2013-06-061-191/+203
* Fixing several instances of std::vector::operator[] out of range accessivan.penkov@gmail.com2013-05-212-9/+16
* Ensure a proper LinuxDumper::crash_thread_ valueted.mielczarek@gmail.com2013-05-172-4/+4
* Fix a "set but not used" compiler warning in a testmseaborn@chromium.org2013-05-101-1/+2
* Improve ARM CPU info reporting.digit@chromium.org2013-04-246-126/+897
* Add Android ifdef to fix issue 526ted.mielczarek@gmail.com2013-04-181-0/+2
* ESP is zero in dumps created by CrashGenerationClient::RequestDump on i386 Linuxted.mielczarek@gmail.com2013-04-161-0/+30
* Removing redundant calls to string::c_str().ivan.penkov@gmail.com2013-03-291-7/+7
* Get the complete linux gate mapping instead of only one pageted.mielczarek@gmail.com2013-03-291-3/+2
* Fix three unit tests on recent ARM devices.digit@chromium.org2013-03-211-0/+24
* Linux MinidumpWriter should properly set number_of_processors on ARMted.mielczarek@gmail.com2013-03-121-0/+4
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-067-41/+41
* size_limit_ member of minidump_descriptor ignored in copy constructorted.mielczarek@gmail.com2013-02-142-2/+4
* Fix some issues with -Werror=sign-compare on Android buildsted.mielczarek@gmail.com2013-02-011-1/+1
* Remove a call to new[] from WriteDSODebugStreamted.mielczarek@gmail.com2013-01-311-4/+3
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-173-3/+3
* ExceptionHandler::HandleSignalmark@chromium.org2013-01-141-2/+5
* Fix minidump size limit used for MinidumpSizeLimit unittestmkrebs@chromium.org2012-12-121-4/+25
* Fix unused variable warning in optimized build (fix proveded by Matthew Riley)ivan.penkov@gmail.com2012-11-211-2/+3
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-217-36/+40
* Add optional file size limit for minidumpsmkrebs@chromium.org2012-11-155-17/+266
* Fix assertion failure in WriteMappings() for zero modulesmkrebs@chromium.org2012-11-141-2/+9
* Fix typo from r1079.thestig@chromium.org2012-11-131-1/+1
* Linux: Avoid truncating the vendor id.thestig@chromium.org2012-11-091-5/+3
* Minor cleanup in src/client/linux/minidump_writer/minidump_writer_unittest.cc.thestig@chromium.org2012-11-081-18/+18