mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 23:00:15 +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;
|
||||
|
||||
procedure DumpAddr(Addr: Pointer);
|
||||
begin
|
||||
// preventing another exception, while dumping stack trace
|
||||
try
|
||||
DebugLn(BackTraceStrFunc(Addr));
|
||||
except
|
||||
DebugLn(SysBackTraceStr(Addr));
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure DumpExceptionBackTrace;
|
||||
begin
|
||||
LazLogger.DumpExceptionBackTrace;
|
||||
|
Loading…
Reference in New Issue
Block a user