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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement core dump to minidump conversion.
benchan@chromium.org
2012-01-19
10
-356
/
+1005
*
Refactor LinuxDumper and MinidumpWriter.
benchan@chromium.org
2012-01-11
4
-88
/
+128
*
Replace readlink calls with a safer version that guarantees NULL-termination.
benchan@chromium.org
2011-12-21
3
-9
/
+8
*
Refactor code in preparation of merging with the fork in Chromium OS.
benchan@chromium.org
2011-12-16
1
-16
/
+5
*
Correct compilation warning.
qsr@chromium.org
2011-11-23
1
-40
/
+32
*
Fix some shadow variables, including one in file_id.cc that causes all files ...
thestig@chromium.org
2011-10-20
1
-2
/
+2
*
Fix an assertion encountered in UntypedMDRVA::Copy().
mmentovai
2011-07-01
1
-0
/
+9
*
Add some headers necessary to build the Linux client code with the Android ND...
ted.mielczarek@gmail.com
2011-05-31
1
-0
/
+1
*
Fix linux-gate handling in LinuxDumper so it gets a valid debug ID
ted.mielczarek
2011-05-06
2
-2
/
+92
*
Another attempt at signed / unsigned int resolution for linux minidump writer.
jessicag.feedback@gmail.com
2011-03-30
4
-11
/
+15
*
Adding header files at the request of Chrome.
jessicag.feedback@gmail.com
2011-03-22
1
-0
/
+2
*
Merge adjacent mappings with the same name into one module in LinuxDumper.
ted.mielczarek
2011-03-14
2
-23
/
+117
*
Updating to ints from unsigned ints so -1 will be an acceptable value.
jessicag.feedback@gmail.com
2011-03-03
3
-5
/
+4
*
Fix compile by adding needed includes.
thestig@chromium.org
2011-01-12
1
-6
/
+11
*
allow passing info about known memory mappings to MinidumpWriter and Exceptio...
ted.mielczarek
2010-12-13
7
-74
/
+489
*
Reuse code and fix inconsistent array boundaries.
kmixter@chromium.org
2010-12-08
3
-10
/
+8
*
Linux: Attempt to generate an ELF identifier for deleted running binaries.
thestig@chromium.org
2010-11-19
2
-15
/
+71
*
Delete an old Makefile and fix lots of lint errors.
thestig@chromium.org
2010-11-08
1
-15
/
+16
*
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
7
-10
/
+90
*
Write a window of memory around the instruction pointer from the crashing thr...
ted.mielczarek
2010-09-23
3
-6
/
+7
*
Write a window of memory around the instruction pointer from the crashing thr...
ted.mielczarek
2010-09-17
1
-2
/
+91
*
Fix compilation for minidump-2-core.
thestig@chromium.org
2010-09-16
1
-0
/
+1
*
Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...
thestig@chromium.org
2010-09-15
4
-4
/
+4
*
remove trailing comma that makes gcc -pedantic unhappy
ted.mielczarek
2010-08-16
1
-1
/
+1
*
Fix a couple of bugs where we generate incorrect minidump files on Linux.o
thestig@chromium.org
2010-08-14
2
-28
/
+286
*
Miscellaneous improvements to minidump-2-core.
thestig@chromium.org
2010-08-14
1
-0
/
+74
*
Changes to fix build warnings on newer versions of GCC, and a fix to not try ...
nealsid
2010-05-10
1
-0
/
+17
*
[ Mistakenly committed older version of patch. This is the right one. ]
jimblandy
2010-03-29
1
-3
/
+3
*
Breakpad Linux client: Simplify VerifyStackReadWithMultipleThreads unit test.
jimblandy
2010-03-29
2
-10
/
+19
*
ARM support, with some build system changes to support x86-64, arm, and i386 ...
nealsid
2010-03-02
6
-59
/
+231
*
Breakpad: Update copyright notice years on all files changed in 2010.
jimblandy
2010-02-09
1
-1
/
+1
*
Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...
ted.mielczarek
2010-02-05
1
-10
/
+1
*
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
4
-20
/
+104
*
Fix some build warnings
nealsid
2009-12-10
2
-2
/
+2
*
remove trailing comma from enum definition to make it compile with -pedantic
ted.mielczarek
2009-12-03
1
-1
/
+1
*
Upstreaming several patches from Chrome:
nealsid
2009-12-01
3
-11
/
+17
*
Merge of Breakpad Chrome Linux fork
nealsid
2009-08-17
10
-0
/
+2179
[prev]