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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Switch to scoped_array instead of inappropriate scoped_ptr.
jessicag.feedback
2013-10-28
1
-1
/
+1
*
increase exception handler stack size for dumping thread
vapier@chromium.org
2013-10-23
1
-1
/
+3
*
Remove define of mach_vm_region from mach_vm_compatibility.h.
qsr@chromium.org
2013-10-17
1
-1
/
+0
*
Support symbol dumping for ARMV8 iOS apps.
qsr@chromium.org
2013-10-15
2
-0
/
+37
*
Remove unittest from sources list of iOS client xcodeproj.
qsr@chromium.org
2013-10-15
1
-2
/
+2
*
Fix missing include in ios_exception_minidump_generator.mm.
qsr@chromium.org
2013-10-11
1
-0
/
+2
*
In NonAllocatingMap, remove asserts around key/value length.
rsesek@chromium.org
2013-10-01
2
-15
/
+0
*
This patch adds required change for stackwalker_mips_unittest to pass on 64bit
gordana.cmiljanovic@imgtec.com
2013-09-30
1
-1
/
+1
*
Adding stricter validation checks to various symbol parser functions.
ivan.penkov@gmail.com
2013-09-25
3
-79
/
+511
*
Fix the Android/MIPS build.
digit@chromium.org
2013-09-25
2
-0
/
+55
*
Adding mips support for Android.
gordana.cmiljanovic@imgtec.com
2013-09-25
9
-8
/
+126
*
Handle block helper functions in Breakpad symbol parser. Block helper functi...
ivan.penkov@gmail.com
2013-09-19
1
-2
/
+9
*
Fix for a clang error which is introduced by change r1212.
gordana.cmiljanovic@imgtec.com
2013-09-13
1
-2
/
+2
*
Adding support for mips.
gordana.cmiljanovic@imgtec.com
2013-09-11
29
-39
/
+1914
*
Fixing minidump_dump to handle nacl dumps.
bradnelson@chromium.org
2013-09-05
1
-0
/
+1
*
Update to build against the latest revision of linux_syscall_support.h
mseaborn@chromium.org
2013-09-05
1
-3
/
+3
*
Make StackWalkerAddressList use FRAME_TRUST_PREWALKED trust level.
chrisha@chromium.org
2013-09-04
2
-6
/
+2
*
Create StackFrame::FRAME_TRUST_PREWALKED trust type.
chrisha@chromium.org
2013-08-23
3
-8
/
+17
*
Create StackwalkerAddressList.
chrisha@chromium.org
2013-08-23
3
-0
/
+359
*
Allow setting a limit on the number of frames to be recovered by stack scanning.
ted.mielczarek@gmail.com
2013-08-19
17
-29
/
+262
*
Enable the SIGABRT handler on desktop OS X
ted.mielczarek@gmail.com
2013-08-14
3
-8
/
+53
*
Updating MDRawMiscInfo to support verions 3 and 4 of the MINIDUMP_MISC_INFO_N...
ivan.penkov@gmail.com
2013-08-02
3
-62
/
+246
*
Fix erronoius address of crashinfo.auxv in minidump-2-core.
thestig@chromium.org
2013-07-19
1
-1
/
+1
*
Fix a memory leak, using stringWithUTF8String instead.
yuwu@google.com
2013-07-17
1
-1
/
+1
*
Check env var BreakpadMinidumpLocation first, if set, use it as BREAKPAD_DUMP...
yuwu@google.com
2013-07-15
1
-2
/
+5
*
Detect corrupt symbol files during minidump processing. Recover from the err...
ivan.penkov@gmail.com
2013-07-11
34
-213
/
+572
*
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
*
Fix build on Android.
mark@chromium.org
2013-06-28
1
-0
/
+5
*
Fix a clang warning:
mark@chromium.org
2013-06-28
1
-4
/
+2
*
Fix a clang warning.
mark@chromium.org
2013-06-27
1
-5
/
+7
*
This change is addressing a particularly nasty issue where the stackwalker
ivan.penkov@gmail.com
2013-06-27
4
-14
/
+76
*
More robust stack walks when the IP address in the context frame is invalid (...
ivan.penkov@gmail.com
2013-06-26
5
-105
/
+350
*
Eliminate redundant initialization following r1188,
mark@chromium.org
2013-06-20
1
-2
/
+1
*
add interface for WriteMinidump which allows the caller to supply file handle...
cdn@chromium.org
2013-06-06
2
-21
/
+64
*
Make all linux ptrace dumper tests use a subprocess
ted.mielczarek@gmail.com
2013-06-06
1
-191
/
+203
*
Treat warnings as error and fix most level 4 warnings in the breakpad windows...
ivan.penkov@gmail.com
2013-06-04
12
-124
/
+173
*
Thanks to Matthew Riley who noticed this issue and provided the initial propo...
ivan.penkov@gmail.com
2013-05-23
2
-12
/
+36
*
Fixing several instances of std::vector::operator[] out of range access
ivan.penkov@gmail.com
2013-05-21
2
-9
/
+16
*
Submitting this on behalf of Xiaoling Bao.
ivan.penkov@gmail.com
2013-05-20
4
-4
/
+17
*
Ensure a proper LinuxDumper::crash_thread_ value
ted.mielczarek@gmail.com
2013-05-17
2
-4
/
+4
*
Use std::vector with a custom allocator wrapping PageAllocator for wasteful_v...
ted.mielczarek@gmail.com
2013-05-17
1
-70
/
+29
*
Avoid gmock warning "Uninteresting mock function call"
ted.mielczarek@gmail.com
2013-05-17
4
-0
/
+22
*
Always read CFI section, even when not outputing CFI information.
qsr@chromium.org
2013-05-16
1
-8
/
+6
*
Compile issue when using global string "::string". For more details take a l...
ivan.penkov@gmail.com
2013-05-11
1
-2
/
+5
*
Fix a "set but not used" compiler warning in a test
mseaborn@chromium.org
2013-05-10
1
-1
/
+2
*
Fix a "set but not used" compiler warning in libdisasm
mseaborn@chromium.org
2013-05-10
1
-2
/
+0
*
Fix following r1175: the section name is __debug_info, not .debug_info.
mark@chromium.org
2013-05-09
1
-1
/
+1
*
Check in new Windows binaries.
chrisha@chromium.org
2013-05-09
2
-0
/
+0
*
Mac: Fix more errors from clang to get crash_report.xcodeproj close to compil...
thestig@chromium.org
2013-05-08
4
-5
/
+7
[prev]
[next]