mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-28 18:17:19 +01:00
FpDebug, Windows: Setting thread name by exception, check info of received exception
This commit is contained in:
parent
a7e4fabecc
commit
add996429b
@ -1471,6 +1471,7 @@ begin
|
||||
t := AThread;
|
||||
with MDebugEvent.Exception.ExceptionRecord do begin
|
||||
if (NumberParameters >= 3) and
|
||||
((ExceptionInformation[0] and $ffffffff) = $1000) and
|
||||
(TThreadID(ExceptionInformation[2]) <> 0) and
|
||||
(TThreadID(ExceptionInformation[2]) <> TThreadID(-1))
|
||||
then begin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user