aboutsummaryrefslogtreecommitdiff
path: root/src/client/linux/minidump_writer/linux_ptrace_dumper.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't attempt to use PTRACE_GETREGS if it isn't defined.John Budorick2017-05-251-1/+5
* Fixing breakpad on old linux kernelAndrew Ermakovich2017-04-211-29/+44
* [MIPS] Get (ptrace) value of $pc for a threadGordana Cmiljanovic2017-03-221-0/+2
* Fix breakpad for arm on arm64cjhopman@chromium.org2015-08-051-0/+6
* [MIPS]: Use mcontext_t structure for MIPSrmcilroy@chromium.org2015-04-211-15/+23
* Handle failures of copying process data from a core file.benchan@chromium.org2015-02-021-1/+2
* Stop calling memmove when unnecessaryhashimoto@chromium.org2015-01-271-2/+4
* First cut at adding arm64 Linux / Android support to Breakpad.rmcilroy@chromium.org2014-04-021-0/+18
* Fix gcc vs clang cpuid.h discrepency.thestig@chromium.org2013-12-141-1/+4
* 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
* Adding support for mips.gordana.cmiljanovic@imgtec.com2013-09-111-0/+14
* Don't bail if a thread's stack pointer is invalidmkrebs@chromium.org2012-10-081-2/+2
* Make my_str_len/my_itos take uintmax_tted.mielczarek@gmail.com2012-09-171-2/+2
* Improve Android supportdigit@chromium.org2012-08-211-2/+0
* SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...digit@chromium.org2012-08-031-8/+8
* Fix file descriptor leak in GetThreadInfoByIndexbenchan@chromium.org2012-04-181-0/+1
* Implement core dump to minidump conversion.benchan@chromium.org2012-01-191-0/+292