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
/
minidump_writer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding mips support for Android.
gordana.cmiljanovic@imgtec.com
2013-09-25
1
-0
/
+4
*
Adding support for mips.
gordana.cmiljanovic@imgtec.com
2013-09-11
1
-3
/
+82
*
Fixing several instances of std::vector::operator[] out of range access
ivan.penkov@gmail.com
2013-05-21
1
-6
/
+10
*
Improve ARM CPU info reporting.
digit@chromium.org
2013-04-24
1
-62
/
+221
*
Linux MinidumpWriter should properly set number_of_processors on ARM
ted.mielczarek@gmail.com
2013-03-12
1
-0
/
+4
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
1
-9
/
+9
*
Remove a call to new[] from WriteDSODebugStream
ted.mielczarek@gmail.com
2013-01-31
1
-4
/
+3
*
Cleaning up google-breakpad source code of signed-unsigned comparison warnings
ivan.penkov@gmail.com
2012-11-21
1
-1
/
+3
*
Add optional file size limit for minidumps
mkrebs@chromium.org
2012-11-15
1
-15
/
+86
*
Fix assertion failure in WriteMappings() for zero modules
mkrebs@chromium.org
2012-11-14
1
-2
/
+9
*
Fix typo from r1079.
thestig@chromium.org
2012-11-13
1
-1
/
+1
*
Linux: Avoid truncating the vendor id.
thestig@chromium.org
2012-11-09
1
-5
/
+3
*
Fix the Android unit tests.
digit@chromium.org
2012-10-09
1
-4
/
+0
*
Don't bail if a thread's stack pointer is invalid
mkrebs@chromium.org
2012-10-08
1
-27
/
+45
*
Fix a parsing error in the Linux dump writer.
thestig@chromium.org
2012-09-26
1
-7
/
+11
*
Minidumps never contain MD_LINUX_DSO_DEBUG info when breakpad is in a shared ...
ted.mielczarek@gmail.com
2012-09-19
1
-44
/
+56
*
Allow generating minidumps from live process on Linux via ExceptionHandler
ted.mielczarek@gmail.com
2012-09-18
1
-1
/
+32
*
Allow adding extra memory regions to minidump on linux/windows
ted.mielczarek@gmail.com
2012-09-18
1
-10
/
+48
*
Fix Linux/ARM GetInstructionPointer() in minidump_writer.cc
digit@chromium.org
2012-08-30
1
-1
/
+1
*
Improve Android support
digit@chromium.org
2012-08-21
1
-8
/
+0
*
Adding a way to create an ExceptionHandler that takes in a file descriptor
jcivelli@chromium.org
2012-08-09
1
-32
/
+92
*
SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...
digit@chromium.org
2012-08-03
1
-45
/
+47
*
Speculatively back out r989 per http://codereview.chromium.org/10805065/ :
mark@chromium.org
2012-07-24
1
-40
/
+5
*
Move minidump_extension_linux.h contents into minidump_format.h
ted.mielczarek
2012-07-20
1
-1
/
+0
*
Allow adding extra memory regions to minidump on linux/windows
ted.mielczarek
2012-07-19
1
-5
/
+40
*
Add MD_OS_ANDROID definition.
digit@chromium.org
2012-07-04
1
-0
/
+24
*
Changes to get the breakpad client compiling and running on Android using
mark@chromium.org
2012-04-03
1
-9
/
+8
*
Remove redundant include of CPP specific header files
ted.mielczarek@gmail.com
2012-04-03
1
-2
/
+0
*
Implement core dump to minidump conversion.
benchan@chromium.org
2012-01-19
1
-17
/
+43
*
Refactor LinuxDumper and MinidumpWriter.
benchan@chromium.org
2012-01-11
1
-64
/
+71
*
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
*
Another attempt at signed / unsigned int resolution for linux minidump writer.
jessicag.feedback@gmail.com
2011-03-30
1
-5
/
+7
*
Updating to ints from unsigned ints so -1 will be an acceptable value.
jessicag.feedback@gmail.com
2011-03-03
1
-3
/
+2
*
allow passing info about known memory mappings to MinidumpWriter and Exceptio...
ted.mielczarek
2010-12-13
1
-43
/
+101
*
Reuse code and fix inconsistent array boundaries.
kmixter@chromium.org
2010-12-08
1
-6
/
+2
*
Delete an old Makefile and fix lots of lint errors.
thestig@chromium.org
2010-11-08
1
-15
/
+16
*
Add support for building the Linux client code using the Android NDK
ted.mielczarek
2010-10-20
1
-1
/
+18
*
Write a window of memory around the instruction pointer from the crashing thr...
ted.mielczarek
2010-09-23
1
-4
/
+5
*
Write a window of memory around the instruction pointer from the crashing thr...
ted.mielczarek
2010-09-17
1
-2
/
+91
*
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
-24
/
+254
*
ARM support, with some build system changes to support x86-64, arm, and i386 ...
nealsid
2010-03-02
1
-1
/
+60
*
Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...
ted.mielczarek
2009-12-23
1
-20
/
+5
*
Fix some build warnings
nealsid
2009-12-10
1
-1
/
+1
*
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
1
-8
/
+8
*
Merge of Breakpad Chrome Linux fork
nealsid
2009-08-17
1
-0
/
+872