aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux
Commit message (Expand)AuthorAgeFilesLines
...
* MIPS64: Initial MIPS64 related change.mark@chromium.org2015-04-155-3/+21
* Use __NR_rt_sigaction instead of __NR_sigactionmark@chromium.org2015-04-131-1/+1
* Workaround Android sigaction bugmark@chromium.org2015-04-101-3/+21
* Fix compilation with gcc --std=c++11ted.mielczarek@gmail.com2015-03-244-9/+9
* Fix compatibility with Android NDK r10d.primiano@chromium.org2015-03-161-15/+0
* Make breakpad compatible with Android NDK r10d.primiano@chromium.org2015-03-102-5/+16
* Microdump writer: stop using new/malloc in compromised contextprimiano@chromium.org2015-03-101-9/+13
* Fix overflow error in breakpad for linuxmark@chromium.org2015-02-051-4/+4
* Handle failures of copying process data from a core file.benchan@chromium.org2015-02-026-16/+31
* Remove unused variable 'kGUIDStringSize' in microdump_writer_unittest.benchan@chromium.org2015-01-281-4/+0
* Stop calling memmove when unnecessaryhashimoto@chromium.org2015-01-271-2/+4
* Fix the scope on the initialization of kMicrodumpOnConsole to match header.primiano@chromium.org2015-01-091-1/+2
* Remove pointers from serialized file formatmdempsky@chromium.org2014-12-111-5/+9
* Microdumps: support aarch64 and lib mapping from APKprimiano@chromium.org2014-12-022-10/+36
* Fix microdump_writer and add unittest.primiano@chromium.org2014-11-252-10/+150
* Introduce microdump writer class.primiano@chromium.org2014-10-287-21/+490
* Fix breakpad on mips and x86_64 for the NDK r10c update.primiano@chromium.org2014-10-242-4/+5
* Refactor .so name detection logic in minidump/linux_dumper.primiano@chromium.org2014-10-173-54/+70
* Linux multiprocess crash reporter: use pipe instead of socketpair in the clientted.mielczarek@gmail.com2014-10-092-9/+2
* Remove workaround for Linux credential-passing bugted.mielczarek@gmail.com2014-10-091-127/+0
* Microdumps: refactor out common parts of minidump_writer.ccprimiano@chromium.org2014-10-0110-619/+993
* Fix some nits raised by Timur for r1385.thestig@chromium.org2014-09-241-3/+2
* IWYU in minidump_writer.cc to fix building with libc++ after r1385.thestig@chromium.org2014-09-241-0/+1
* Linux: Call memset() in a couple places in ExceptionHandler to avoid uninit m...thestig@chromium.org2014-09-232-35/+32
* Fix clang compilation error introduced in r1380.rmcilroy@chromium.org2014-09-221-1/+1
* Extend mapping merge to include reserved but unused mappings.rmcilroy@chromium.org2014-09-191-0/+18
* GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response.gunsch@chromium.org2014-09-181-1/+1
* Chrome on Android now supports loading the shared library directly from the A...rmcilroy@chromium.org2014-07-224-9/+123
* [Android]: Remove __system_property_get(ro.build.fingerprint) from WriteOSInf...rmcilroy@chromium.org2014-07-181-17/+0
* Make crash_handler volatile to prevent compiler optimizing it away.rmcilroy@chromium.org2014-07-021-1/+5
* Cleanup: hide undefined behavior from the compiler better.ivanpe@chromium.org2014-07-011-4/+18
* Linux: Fix a memory leak in ExceptionHandler.thestig@chromium.org2014-05-281-0/+2
* [MIPS] Fix core dump related unit tests for Android on MIPSgordana.cmiljanovic@imgtec.com2014-05-141-0/+12
* FD leaks and handle errors better.rsesek@chromium.org2014-05-062-5/+13
* 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