mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 21:03:23 +08:00
[0.2.x] fixed : issue #12017 ( Exception Always First Chance )
git-svn-id: https://pykd.svn.codeplex.com/svn@84627 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
60c71e8ff1
commit
ea8a8cda98
@ -8,9 +8,9 @@ namespace pykd {
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
ExceptionInfo::ExceptionInfo(ULONG FirstChance, const EXCEPTION_RECORD64 &Exception)
|
||||
ExceptionInfo::ExceptionInfo(ULONG FirstChance_, const EXCEPTION_RECORD64 &Exception)
|
||||
{
|
||||
FirstChance = FirstChance != FALSE;
|
||||
FirstChance = FirstChance_ != 0;
|
||||
|
||||
ExceptionCode = Exception.ExceptionCode;
|
||||
ExceptionFlags = Exception.ExceptionFlags;
|
||||
|
Loading…
Reference in New Issue
Block a user