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
*
linux_core_dumper: support setting exception_information
Mike Frysinger
2019-03-12
1
-0
/
+6
*
Rename MDRawContextARM64 and its context flags
Joshua Peraza
2018-08-01
1
-1
/
+1
*
Linux: Write out si_code for SIGBUS exceptions.
Lei Zhang
2018-04-03
1
-8
/
+9
*
Replace remaining references to 'struct ucontext' with 'ucontext_t'
Mark Mentovai
2017-09-20
1
-1
/
+1
*
Don't generate minidump if crash thread doesn't ref principal mapping.
Tobias Sargeant
2017-03-23
1
-7
/
+49
*
Use the correct PC when determining whether to skip storing a stack.
Tobias Sargeant
2017-02-23
1
-5
/
+7
*
Wire up stack sanitization and skipping to WriteMinidump
Tobias Sargeant
2017-02-03
1
-26
/
+105
*
Fix stack collection with size limit
Lars Volker
2016-05-24
1
-0
/
+8
*
Switch the Linux minidump writer to use MDCVInfoELF for CV data.
Ted Mielczarek
2016-04-05
1
-23
/
+25
*
Add an optional root prefix to Linux dumpers
Dominik Laskowski
2016-03-07
1
-1
/
+1
*
Ensure Linux minidump writer flushes minidump header early.
Ted Mielczarek
2016-02-12
1
-11
/
+18
*
[mips64] Support for mips n64
Mike Frysinger
2016-02-06
1
-0
/
+6
*
Fix compilation of breakpad on Linux.
Sylvain Defresne
2016-01-08
1
-2
/
+2
*
Use range-based for loops in linux/minidump_writer/minidump_writer.cc.
Lei Zhang
2016-01-07
1
-45
/
+32
*
Avoid comparing size_t to be < 0 on AArch64.
Lei Zhang
2016-01-06
1
-2
/
+2
*
Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandbox
primiano@chromium.org
2015-08-18
1
-6
/
+0
*
Update breakpad for Android packed relocations.
rmcilroy@chromium.org
2015-06-19
1
-1
/
+1
*
MIPS64: Initial MIPS64 related change.
mark@chromium.org
2015-04-15
1
-1
/
+9
*
Handle failures of copying process data from a core file.
benchan@chromium.org
2015-02-02
1
-8
/
+19
*
Remove pointers from serialized file format
mdempsky@chromium.org
2014-12-11
1
-5
/
+9
*
Refactor .so name detection logic in minidump/linux_dumper.
primiano@chromium.org
2014-10-17
1
-43
/
+14
*
Microdumps: refactor out common parts of minidump_writer.cc
primiano@chromium.org
2014-10-01
1
-571
/
+15
*
IWYU in minidump_writer.cc to fix building with libc++ after r1385.
thestig@chromium.org
2014-09-24
1
-0
/
+1
*
Chrome on Android now supports loading the shared library directly from the A...
rmcilroy@chromium.org
2014-07-22
1
-4
/
+31
*
[Android]: Remove __system_property_get(ro.build.fingerprint) from WriteOSInf...
rmcilroy@chromium.org
2014-07-18
1
-17
/
+0
*
Fill in CPU info in mini-dump for Arm64.
rmcilroy@chromium.org
2014-04-11
1
-13
/
+54
*
Add Arm64 version of breakpad_getcontext for Android.
rmcilroy@chromium.org
2014-04-03
1
-10
/
+11
*
First cut at adding arm64 Linux / Android support to Breakpad.
rmcilroy@chromium.org
2014-04-02
1
-1
/
+31
*
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
[next]