mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 07:41:12 +02:00
DebuggerGdbMI: Fixed Win-64bit Step-to-exception for ignored exception, the except block must be skipped / Fixed clearing temp breakpoints
git-svn-id: trunk@62322 -
This commit is contained in:
parent
59b37b9fc9
commit
9fbffccd0d
@ -7066,7 +7066,7 @@ var
|
||||
exit;
|
||||
end;
|
||||
// SEH
|
||||
srSehCatches, srSehFinally: begin
|
||||
srSehFinally: begin
|
||||
DoEndStepping;
|
||||
exit;
|
||||
end;
|
||||
@ -12973,6 +12973,7 @@ begin
|
||||
FList.List^[i].FCount := FList.List^[i].FCount + 1;
|
||||
if ABasePtr <> 0 then
|
||||
FList.List^[i].AddBasePointer(ABasePtr);
|
||||
exit;
|
||||
end;
|
||||
|
||||
E.FCount := 1;
|
||||
|
Loading…
Reference in New Issue
Block a user