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
...
*
Avoid redefinition of global static debug flag and remove unneeded
mark@chromium.org
2013-12-05
1
-11
/
+1
*
Do not read CFI section when not outputing CFI information.
qsr@chromium.org
2013-12-04
1
-10
/
+14
*
Fix unused method warning.
ivan.penkov@gmail.com
2013-12-03
1
-0
/
+2
*
Fixing several instances of wrong printf format specifiers.
ivan.penkov@gmail.com
2013-12-03
1
-3
/
+3
*
Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it's
mark@chromium.org
2013-12-03
4
-19
/
+16
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
7
-19
/
+26
*
Re-enable ios_exception_minidump_generator being built on non-ARM.
blundell@chromium.org
2013-12-02
1
-5
/
+9
*
In iOS, BREAKPAD_OUTPUT_DUMP_FILE value contains a malformed full path to the...
qsr@chromium.org
2013-11-26
1
-2
/
+1
*
Process minidumps generated on ARM64 in iOS apps.
mark@chromium.org
2013-11-23
11
-10
/
+1342
*
Generate minidumps for 64-bit ARM apps on iOS.
mark@chromium.org
2013-11-21
12
-62
/
+418
*
Provide BreakpadGetCrashReportCount() and -[BreakpadController
mark@chromium.org
2013-11-20
4
-10
/
+30
*
Allow SIGABRT to abort the program.
thestig@chromium.org
2013-11-07
1
-2
/
+3
*
Use register %ebp (instead of %esp) when calculating the value of
ivan.penkov@gmail.com
2013-11-05
2
-13
/
+245
*
Add support for configuring the minimum log level at compile time
mark@chromium.org
2013-11-05
1
-3
/
+14
*
NSLocalizedString compatibility (10.8 SDK and clang trunk -Wformat-extra-args)
mark@chromium.org
2013-11-05
1
-12
/
+12
*
map_serializers_unittest: fix unused variable warning
vapier@chromium.org
2013-10-30
1
-2
/
+0
*
Print response code when sym_upload fails.
mattdr.breakpad@gmail.com
2013-10-29
1
-0
/
+1
*
Add some symbols missing from my last commit.
mattdr.breakpad@gmail.com
2013-10-29
3
-0
/
+15137
*
Add simple exploitability analysis for Linux crashes.
mattdr.breakpad@gmail.com
2013-10-29
10
-212
/
+13551
*
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
[prev]
[next]