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
*
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