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
*
Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandbox
primiano@chromium.org
2015-08-18
1
-6
/
+0
*
Fix breakpad for arm on arm64
cjhopman@chromium.org
2015-08-05
1
-0
/
+6
*
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
3
-1
/
+191
*
[MIPS]: Use mcontext_t structure for MIPS
rmcilroy@chromium.org
2015-04-21
3
-27
/
+40
*
MIPS64: Initial MIPS64 related change.
mark@chromium.org
2015-04-15
2
-3
/
+13
*
Fix compilation with gcc --std=c++11
ted.mielczarek@gmail.com
2015-03-24
1
-1
/
+1
*
Handle failures of copying process data from a core file.
benchan@chromium.org
2015-02-02
6
-16
/
+31
*
Stop calling memmove when unnecessary
hashimoto@chromium.org
2015-01-27
1
-2
/
+4
*
Remove pointers from serialized file format
mdempsky@chromium.org
2014-12-11
1
-5
/
+9
*
Introduce microdump writer class.
primiano@chromium.org
2014-10-28
1
-8
/
+0
*
Refactor .so name detection logic in minidump/linux_dumper.
primiano@chromium.org
2014-10-17
3
-54
/
+70
*
Microdumps: refactor out common parts of minidump_writer.cc
primiano@chromium.org
2014-10-01
2
-619
/
+17
*
IWYU in minidump_writer.cc to fix building with libc++ after r1385.
thestig@chromium.org
2014-09-24
1
-0
/
+1
*
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
4
-9
/
+123
*
[Android]: Remove __system_property_get(ro.build.fingerprint) from WriteOSInf...
rmcilroy@chromium.org
2014-07-18
1
-17
/
+0
*
[MIPS] Fix core dump related unit tests for Android on MIPS
gordana.cmiljanovic@imgtec.com
2014-05-14
1
-0
/
+12
*
Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is du...
rmcilroy@chromium.org
2014-04-23
1
-0
/
+11
*
Fill in CPU info in mini-dump for Arm64.
rmcilroy@chromium.org
2014-04-11
1
-13
/
+54
*
Add Arm64 support to breakpad unittests.
rmcilroy@chromium.org
2014-04-08
3
-12
/
+9
*
Add Arm64 version of breakpad_getcontext for Android.
rmcilroy@chromium.org
2014-04-03
2
-10
/
+18
*
First cut at adding arm64 Linux / Android support to Breakpad.
rmcilroy@chromium.org
2014-04-02
4
-3
/
+57
*
fix races in CrashGenerator::CreateChildCrash
vapier@chromium.org
2014-04-02
1
-8
/
+2
*
Fix gcc vs clang cpuid.h discrepency.
thestig@chromium.org
2013-12-14
1
-1
/
+4
*
Address additional comments from r1248. Fix the register to check and fix som...
thestig@chromium.org
2013-12-10
1
-5
/
+5
*
Conditionalize use of <cpuid.h> header
mcgrathr@chromium.org
2013-12-10
1
-1
/
+4
*
Add MMX detection when getting registers in Linux.
thestig@chromium.org
2013-12-09
1
-2
/
+11
*
Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it's
mark@chromium.org
2013-12-03
3
-3
/
+3
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
3
-3
/
+0
*
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
7
-5
/
+118
*
Linux: Fix builds on systems without PR_SET_PTRACER in linux/prctl.h.
thestig@chromium.org
2013-07-02
1
-1
/
+5
*
Fix Android build more.
thestig@chromium.org
2013-07-01
1
-0
/
+2
*
Make all linux ptrace dumper tests use a subprocess
ted.mielczarek@gmail.com
2013-06-06
1
-191
/
+203
*
Fixing several instances of std::vector::operator[] out of range access
ivan.penkov@gmail.com
2013-05-21
2
-9
/
+16
*
Ensure a proper LinuxDumper::crash_thread_ value
ted.mielczarek@gmail.com
2013-05-17
2
-4
/
+4
*
Fix a "set but not used" compiler warning in a test
mseaborn@chromium.org
2013-05-10
1
-1
/
+2
*
Improve ARM CPU info reporting.
digit@chromium.org
2013-04-24
6
-126
/
+897
*
Removing redundant calls to string::c_str().
ivan.penkov@gmail.com
2013-03-29
1
-7
/
+7
*
Get the complete linux gate mapping instead of only one page
ted.mielczarek@gmail.com
2013-03-29
1
-3
/
+2
*
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
3
-17
/
+17
*
Remove a call to new[] from WriteDSODebugStream
ted.mielczarek@gmail.com
2013-01-31
1
-4
/
+3
*
Move scoped_ptr.h to common
ted.mielczarek@gmail.com
2013-01-17
2
-2
/
+2
*
Fix minidump size limit used for MinidumpSizeLimit unittest
mkrebs@chromium.org
2012-12-12
1
-4
/
+25
*
Cleaning up google-breakpad source code of signed-unsigned comparison warnings
ivan.penkov@gmail.com
2012-11-21
5
-16
/
+20
*
Add optional file size limit for minidumps
mkrebs@chromium.org
2012-11-15
3
-15
/
+251
*
Fix assertion failure in WriteMappings() for zero modules
mkrebs@chromium.org
2012-11-14
1
-2
/
+9
[next]