index
:
breakpad
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
linux
/
minidump_writer
/
linux_dumper.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make stack sanitization elide pointers to non-executable mappings.
Tobias Sargeant
2017-02-23
1
-1
/
+3
*
Sanitize dumped stacks to remove data that may be identifiable.
Tobias Sargeant
2017-01-31
1
-3
/
+102
*
Add API to skip dump if crashing thread doesn't reference a given module
Tobias Sargeant
2017-01-18
1
-0
/
+40
*
Recover memory mappings before writing dump on ChromeOS
Ting-Yuan (Leo) Huang
2016-07-18
1
-0
/
+172
*
Revert of Extend mapping merge to include reserved but unused mappings. (http...
Primiano Tucci
2016-04-28
1
-18
/
+0
*
Switch the Linux minidump writer to use MDCVInfoELF for CV data.
Ted Mielczarek
2016-04-05
1
-2
/
+1
*
Don't merge the mappings if their exec bit are different.
Primiano Tucci
2016-03-08
1
-1
/
+2
*
Add an optional root prefix to Linux dumpers
Dominik Laskowski
2016-03-07
1
-24
/
+24
*
Adjust breakpad module size to match adjusted start_addr.
rmcilroy@chromium.org
2015-06-30
1
-4
/
+9
*
Update breakpad for Android packed relocations.
rmcilroy@chromium.org
2015-06-19
1
-0
/
+125
*
Refactor .so name detection logic in minidump/linux_dumper.
primiano@chromium.org
2014-10-17
1
-3
/
+43
*
Fix clang compilation error introduced in r1380.
rmcilroy@chromium.org
2014-09-22
1
-1
/
+1
*
Extend mapping merge to include reserved but unused mappings.
rmcilroy@chromium.org
2014-09-19
1
-0
/
+18
*
Chrome on Android now supports loading the shared library directly from the A...
rmcilroy@chromium.org
2014-07-22
1
-4
/
+83
*
Fixing several instances of std::vector::operator[] out of range access
ivan.penkov@gmail.com
2013-05-21
1
-3
/
+6
*
Ensure a proper LinuxDumper::crash_thread_ value
ted.mielczarek@gmail.com
2013-05-17
1
-1
/
+1
*
Get the complete linux gate mapping instead of only one page
ted.mielczarek@gmail.com
2013-03-29
1
-3
/
+2
*
Minidumps never contain MD_LINUX_DSO_DEBUG info when breakpad is in a shared ...
ted.mielczarek@gmail.com
2012-09-19
1
-45
/
+23
*
SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...
digit@chromium.org
2012-08-03
1
-8
/
+8
*
Fix for putting main module as first one in minidump
mkrebs@chromium.org
2012-03-30
1
-2
/
+50
*
Implement core dump to minidump conversion.
benchan@chromium.org
2012-01-19
1
-266
/
+9
*
Refactor LinuxDumper and MinidumpWriter.
benchan@chromium.org
2012-01-11
1
-14
/
+22
*
Replace readlink calls with a safer version that guarantees NULL-termination.
benchan@chromium.org
2011-12-21
1
-3
/
+2
*
Refactor code in preparation of merging with the fork in Chromium OS.
benchan@chromium.org
2011-12-16
1
-16
/
+5
*
Fix linux-gate handling in LinuxDumper so it gets a valid debug ID
ted.mielczarek
2011-05-06
1
-0
/
+15
*
Another attempt at signed / unsigned int resolution for linux minidump writer.
jessicag.feedback@gmail.com
2011-03-30
1
-3
/
+4
*
Merge adjacent mappings with the same name into one module in LinuxDumper.
ted.mielczarek
2011-03-14
1
-11
/
+22
*
Updating to ints from unsigned ints so -1 will be an acceptable value.
jessicag.feedback@gmail.com
2011-03-03
1
-1
/
+1
*
allow passing info about known memory mappings to MinidumpWriter and Exceptio...
ted.mielczarek
2010-12-13
1
-11
/
+14
*
Reuse code and fix inconsistent array boundaries.
kmixter@chromium.org
2010-12-08
1
-4
/
+4
*
Linux: Attempt to generate an ELF identifier for deleted running binaries.
thestig@chromium.org
2010-11-19
1
-14
/
+59
*
Add asm/ptrace.h include to linux_dumper.cc to fix the silly scratchbox toolc...
ted.mielczarek
2010-10-21
1
-8
/
+7
*
Add support for building the Linux client code using the Android NDK
ted.mielczarek
2010-10-20
1
-3
/
+10
*
Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...
thestig@chromium.org
2010-09-15
1
-1
/
+1
*
Fix a couple of bugs where we generate incorrect minidump files on Linux.o
thestig@chromium.org
2010-08-14
1
-4
/
+32
*
Changes to fix build warnings on newer versions of GCC, and a fix to not try ...
nealsid
2010-05-10
1
-0
/
+17
*
ARM support, with some build system changes to support x86-64, arm, and i386 ...
nealsid
2010-03-02
1
-28
/
+20
*
fix compilation on 64-bit, followup from issue 357
ted.mielczarek
2009-12-23
1
-0
/
+3
*
Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...
ted.mielczarek
2009-12-23
1
-0
/
+29
*
Fix some build warnings
nealsid
2009-12-10
1
-1
/
+1
*
Upstreaming several patches from Chrome:
nealsid
2009-12-01
1
-1
/
+3
*
Merge of Breakpad Chrome Linux fork
nealsid
2009-08-17
1
-0
/
+419