mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-02 22:47:28 +01:00
LeakView: added valgrind parser
git-svn-id: trunk@58360 -
This commit is contained in:
parent
c9775c281e
commit
d84738e020
@ -515,7 +515,7 @@ procedure THeapTrcInfo.ParseTraceLine(s: string; var line: TStackLine);
|
||||
i := pos(' (', s);
|
||||
if i < 3 then exit;
|
||||
fn := copy(s,1,i-1);
|
||||
Delete(s, 1, i);
|
||||
Delete(s, 1, i+1);
|
||||
|
||||
i := pos(':', s);
|
||||
if i < 3 then exit;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user