aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux
Commit message (Expand)AuthorAgeFilesLines
* CopyFile: add a C++ APIMike Frysinger2020-09-071-1/+1
* fix pointer style to match the style guideMike Frysinger2020-07-1519-59/+59
* Use breakpad_getcontext on all Linux platforms missing getcontextMichael Forney2020-03-163-0/+3
* Fix some bugs in CheckMicrodumpContentsMichael Forney2020-03-131-2/+2
* Use public fpregset_t type to define fpstate_tMichael Forney2020-03-103-4/+6
* Use standard header locations for poll.h and signal.hMichael Forney2020-03-104-4/+3
* Revert "Remove use of "register" keyword, deprecated in C++17"Mark Mentovai2019-11-011-1/+1
* linux, client: set module name from DT_SONAMEJoshua Peraza2019-10-301-17/+27
* linux, dump_syms: set module name from DT_SONAMEJoshua Peraza2019-10-241-43/+0
* Remove use of "register" keyword, deprecated in C++17Mark Mentovai2019-08-121-1/+1
* linux: fix broken testsJoshua Peraza2019-06-042-4/+4
* Linux breakpad_unittests: fix ThreadSanitizer problemsMark Mentovai2019-04-264-7/+41
* Linux MinidumpWriter: fix stack-use-after-scope violationMark Mentovai2019-04-261-2/+4
* Make breakpad_unittests work with Chrome's test runner instead of gtest'sMark Mentovai2019-04-192-3/+7
* linux_core_dumper: add missing newline to Android test-disabled messageMark Mentovai2019-04-091-3/+3
* linux_core_dumper: partially disable test on AndroidMike Frysinger2019-04-071-0/+9
* linux_core_dumper: add explicit casts for exception fieldsMike Frysinger2019-03-301-3/+10
* linux_core_dumper: handle missing SIGSYS supportMike Frysinger2019-03-142-0/+8
* linux_core_dumper: support setting exception_informationMike Frysinger2019-03-124-1/+76
* linux_core_dumper: add a fallback definition for NT_SIGINFOMike Frysinger2019-03-071-0/+1
* linux_core_dumper: support NT_SIGINFO for reading crashing addressMike Frysinger2019-03-031-0/+23
* breakpad: Remove semicolons.Nico Weber2019-02-211-1/+1
* Delete deprecated SetFirstChanceExceptionHandler functionAndreas Haas2019-02-193-38/+0
* Introduce SetFirstChanceHandler with more strict signatureAndreas Haas2019-01-153-3/+40
* Rename MDRawContextARM64 and its context flagsJoshua Peraza2018-08-014-4/+4
* Initialize variables for MSANSergey Abbakumov2018-04-102-2/+2
* Linux: Write out si_code for SIGBUS exceptions.Lei Zhang2018-04-035-11/+26
* Extend ifdef to include helper functionsLars Volker2018-01-311-2/+2
* Remove barrier to fix Android build.Lars Volker2018-01-311-1/+3
* Only restore the signal handler if sigaction has not changedLars Volker2018-01-092-0/+60
* Fix minidump on ChromeOSYunlian Jiang2017-12-201-8/+25
* Fix double declaration of tgkill when using Android NDK Headers.Nicholas Baldwin2017-10-301-7/+1
* Move main executable handling out of procmaps parser loop.Peter Collingbourne2017-10-171-19/+21
* Rename src/common/memory.h to memory_allocator.h.Ted Mielczarek2017-10-176-6/+6
* Replace remaining references to 'struct ucontext' with 'ucontext_t'Mark Mentovai2017-09-206-33/+33
* drop bundled gflags from the checkoutMike Frysinger2017-09-131-1/+2
* Add crash reason and address to microdumps.Tobias Sargeant2017-08-144-0/+111
* A couple of minor fixesLeonard Mosescu2017-07-111-1/+1
* Fix asan buildsEric Holk2017-06-221-23/+23
* Add first chance exception handler APIEric Holk2017-06-193-0/+44
* Merge exec and non-exec segments while merging executable bit.Peter Collingbourne2017-05-261-3/+8
* Don't attempt to use PTRACE_GETREGS if it isn't defined.John Budorick2017-05-251-1/+5
* Simplify ELF parser code.Peter Collingbourne2017-05-251-5/+4
* Use __NR_exit_group in MinidumpWriterTest.MinidumpStacksSkippedIfRequested.John Budorick2017-05-241-10/+24
* Fix race in ExceptionHandler::GenerateDump()Lars Volker2017-05-101-3/+9
* Fixing breakpad on old linux kernelAndrew Ermakovich2017-04-212-29/+53
* Treat the process stack as the top of memory for free space histograms.Tobias Sargeant2017-03-292-1/+22
* Fix ASSERT_EQUAL that should have been ASSERT_EQ.Tobias Sargeant2017-03-241-1/+1
* Don't generate minidump if crash thread doesn't ref principal mapping.Tobias Sargeant2017-03-232-13/+105
* [MIPS] Get (ptrace) value of $pc for a threadGordana Cmiljanovic2017-03-221-0/+2