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
...
*
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
*
Fix mac dump_syms after r1163.
thestig@chromium.org
2013-05-08
3
-18
/
+40
*
NULL-check the entry in NonAllocatingMap before setting on it.
rsesek@chromium.org
2013-05-08
2
-5
/
+10
*
Make x86-64 stack walking work for Native Client minidumps
mseaborn@chromium.org
2013-05-08
2
-4
/
+16
*
Add MD_OS_NACL platform_id value for identifying NaCl minidumps
mseaborn@chromium.org
2013-05-06
4
-3
/
+15
*
Fix an "unused variable" compiler warning in exploitability_win.cc
mseaborn@chromium.org
2013-05-06
1
-3
/
+0
*
Fix GetLoadingAddress() to work for Native Client executables
mark@chromium.org
2013-05-06
1
-4
/
+6
*
Fix minidump generation from exception.
qsr@chromium.org
2013-05-03
2
-9
/
+15
*
Add GYP file for tools\windows\symupload.
chrisha@chromium.org
2013-05-01
2
-0
/
+65
*
Add explicit OMAP support to dump_syms.
chrisha@chromium.org
2013-05-01
23
-14147
/
+20051
*
Fixing a clang warning.
ivan.penkov@gmail.com
2013-04-25
1
-1
/
+3
*
Add MD_OS_PS3 to breakpad and exception types.
thestig@chromium.org
2013-04-25
5
-4
/
+161
*
Cleanup: Use scoped_ptr where appropriate in DwarfCUToModule.
thestig@chromium.org
2013-04-24
2
-13
/
+13
*
Add an option to not handle DWARF inter-compilation unit references in Linux ...
thestig@chromium.org
2013-04-24
7
-129
/
+300
*
Fix Clang warning regarding null pointer argument.
ivan.penkov@gmail.com
2013-04-24
1
-1
/
+3
*
Rewrite SimpleStringDictionary with NonAllocatingMap.
rsesek@chromium.org
2013-04-24
8
-307
/
+384
*
Improve ARM CPU info reporting.
digit@chromium.org
2013-04-24
13
-127
/
+1203
*
Cleanup: Remove duplicate wording in license headers.
thestig@chromium.org
2013-04-23
2
-24
/
+4
*
This change allows compiling sym_upload.cc and minidump_upload.cc using a glo...
ivan.penkov@gmail.com
2013-04-23
2
-38
/
+42
*
Allow option for efficient and safe opt out of in-proc dump generation for Wi...
ivan.penkov@gmail.com
2013-04-23
4
-41
/
+143
*
Fix Bigcluster build error with minidump.cc after r1147.
thestig@chromium.org
2013-04-19
1
-9
/
+14
*
Get SimpleStringDictionary compiling on Linux.
rsesek@chromium.org
2013-04-19
1
-5
/
+7
*
Move SimpleStringDictionary from common/mac/ to just common/.
rsesek@chromium.org
2013-04-18
12
-165
/
+94
*
Add Android ifdef to fix issue 526
ted.mielczarek@gmail.com
2013-04-18
1
-0
/
+2
*
Fix missing result check in Mac exception handler
ted.mielczarek@gmail.com
2013-04-18
1
-3
/
+7
*
minidump_stackwalk should display r12 in ARM stack traces
ted.mielczarek@gmail.com
2013-04-17
1
-0
/
+2
*
Don't print an error when a user-set max frames limit has been reached in the...
ted.mielczarek@gmail.com
2013-04-16
2
-2
/
+14
*
ESP is zero in dumps created by CrashGenerationClient::RequestDump on i386 Linux
ted.mielczarek@gmail.com
2013-04-16
1
-0
/
+30
*
Change MDRawSystemInfo.processor_architecture value for PPC64 to 0x8002.
thestig@chromium.org
2013-04-13
1
-1
/
+1
[prev]
[next]