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
/
windows
/
handler
/
exception_handler.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
windows: fix build on pre-Win10 systems
Mike Frysinger
2017-02-11
1
-0
/
+5
*
Also treat DBG_PRINTEXCEPTION* as debug exceptions
Tim Angus
2016-10-18
1
-1
/
+3
*
Fix breakpad compilation issue with clang on Windows
Rafal Chlodnicki
2016-08-25
1
-6
/
+4
*
Add a new argument to specify the minidump type to write on Windows.
Ting-Yu Chou
2016-06-29
1
-4
/
+6
*
Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions.
wfh@chromium.org
2015-02-22
1
-0
/
+6
*
Fix Windows client compilation on mingw.
ted.mielczarek@gmail.com
2014-11-03
1
-1
/
+1
*
Treat warnings as error and fix most level 4 warnings in the breakpad windows...
ivan.penkov@gmail.com
2013-06-04
1
-9
/
+9
*
Allow option for efficient and safe opt out of in-proc dump generation for Wi...
ivan.penkov@gmail.com
2013-04-23
1
-30
/
+53
*
SuspendThread returns a DWORD value, so checking the return value with ">= 0"
ivan.penkov@gmail.com
2012-11-01
1
-3
/
+6
*
Fix a really stupid bug in WriteMinidumpForChildProcess
ted.mielczarek@gmail.com
2012-09-24
1
-1
/
+1
*
Allow generating minidumps from live processes on Windows.
ted.mielczarek@gmail.com
2012-09-18
1
-108
/
+187
*
Allow adding extra memory regions to minidump on linux/windows
ted.mielczarek@gmail.com
2012-09-18
1
-18
/
+53
*
Speculatively back out r989 per http://codereview.chromium.org/10805065/ :
mark@chromium.org
2012-07-24
1
-42
/
+18
*
Back out r996, reinstating r985. That wasn't it.
mark@chromium.org
2012-07-24
1
-3
/
+35
*
Speculatively back out r985 because it may be causing crash_service problems
mark@chromium.org
2012-07-24
1
-35
/
+3
*
Allow adding extra memory regions to minidump on linux/windows
ted.mielczarek
2012-07-19
1
-18
/
+42
*
Allow the crash generation server to be initialized with a handle instead of...
ted.mielczarek
2012-07-16
1
-3
/
+35
*
wires up the crash client side so that the deferred upload callback can be used.
cdn@chromium.org
2012-05-03
1
-0
/
+4
*
Eliminate another source of UnspecifiedStackSignature crash dumps.
mark@chromium.org
2011-12-21
1
-45
/
+38
*
Speculative back-out of r883, which may have broken Windows crash reporting.
mark@chromium.org
2011-11-28
1
-6
/
+0
*
Allow CrashGenerationClient to request that a dump of the parent process be w...
ted.mielczarek
2011-11-11
1
-0
/
+6
*
Protect "std::max", "std::min" against MACROs defined in WinDef.h.
SiyangXie@gmail.com
2011-03-11
1
-3
/
+3
*
Use a MinidumpCallback to force minidumps on Windows to include memory around...
ted.mielczarek
2011-01-25
1
-1
/
+93
*
Round-trip client/processor unittests for Windows
ted.mielczarek
2011-01-24
1
-1
/
+1
*
Fix HandleInvalidParameter/HandlePureVirtualCall to dynamically lookup the Rt...
ted.mielczarek
2010-08-02
1
-28
/
+50
*
Patch from Vitaly to remove synchronization and make exception handling code ...
nealsid
2010-05-18
1
-3
/
+1
*
Added a death test for the pure virtual function call.
hansl@google.com
2010-05-13
1
-2
/
+25
*
Moved exception_handler_test to the more aptly named exception_handler_death_...
hansl@google.com
2010-05-12
1
-17
/
+12
*
Fix dependency on Visual C++ 9 introduced by revision 557.
nealsid
2010-04-29
1
-1
/
+1
*
Fix HandleInvalidParameter to provide a locally created exception record for ...
siggi@chromium.org
2010-03-26
1
-3
/
+23
*
Fix an INVALIDATE_ITERATOR defect reported by Coverity.
nealsid
2009-07-30
1
-5
/
+5
*
AppVerifier leak test fix for Windows 7.
doshimun
2009-04-08
1
-0
/
+2
*
Reinstnate the call to TerminateThread inside ExceptionHandler destructor and...
doshimun
2009-01-20
1
-1
/
+10
*
Fix some typos in comments.
doshimun
2009-01-14
1
-4
/
+4
*
Minor fixes to windows exception handler.
doshimun
2009-01-14
1
-12
/
+45
*
ExceptionHandler class is not handling initialization errors, such as the
mmentovai
2008-12-03
1
-8
/
+28
*
Some style guide compliance changes and changed the prototype of the method t...
doshimun
2008-05-07
1
-3
/
+3
*
Add a way for the client apps to specify custom information in case of out-of...
doshimun
2008-05-05
1
-4
/
+11
*
Overview:
doshimun@gmail.com
2008-03-08
1
-150
/
+272
*
Remove dependency on ole32 on Windows (#132). Patch by Sorin Jianu <sorinj>,...
mmentovai
2008-01-28
1
-6
/
+24
*
Make Breakpad's debug-exception-ignoring configurable. r=Nicolas Sylvain
mmentovai
2007-10-18
1
-3
/
+7
*
Issue 175 - fix permissions on dump file in MinidumpFileWriter. r=mento
ted.mielczarek
2007-07-05
1
-2
/
+2
*
These should be int to allow them to be ORed together. Ted, please review.
mmentovai
2007-07-02
1
-1
/
+1
*
Allow finer control over installed handler types (#193). r=ted.mielczarek
mmentovai
2007-07-02
1
-16
/
+23
*
Add an API to pass exception information into the handler (#192).
mmentovai
2007-07-02
1
-1
/
+5
*
Issue 162 - handle pure virtual function calls in VC++. r=mento
ted.mielczarek
2007-05-10
1
-0
/
+34
*
Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup).
mmentovai
2007-04-04
1
-1
/
+4
*
vswprintf causes Purify to fail (#145). r=darin
mmentovai
2007-03-30
1
-3
/
+3
*
Fix exception handler build with MSVC versions prior to 2005. r=mmentovai.
bryner
2007-03-05
1
-1
/
+4
*
Rename Airbag to Breakpad.
mmentovai
2007-02-14
1
-16
/
+16
[next]