mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 12:00:18 +02:00
LCL: Cleanup
git-svn-id: trunk@53763 -
This commit is contained in:
parent
ed0f21525e
commit
52ab6a0253
@ -923,16 +923,6 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure DumpAddr(Addr: Pointer);
|
|
||||||
begin
|
|
||||||
// preventing another exception, while dumping stack trace
|
|
||||||
try
|
|
||||||
DebugLn(BackTraceStrFunc(Addr));
|
|
||||||
except
|
|
||||||
DebugLn(SysBackTraceStr(Addr));
|
|
||||||
end;
|
|
||||||
end;
|
|
||||||
|
|
||||||
procedure DumpExceptionBackTrace;
|
procedure DumpExceptionBackTrace;
|
||||||
begin
|
begin
|
||||||
LazLogger.DumpExceptionBackTrace;
|
LazLogger.DumpExceptionBackTrace;
|
||||||
|
Loading…
Reference in New Issue
Block a user