mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 08:29:32 +02:00
DBG: convert gdb filename for disassembler. Maybe issue #0020715
git-svn-id: trunk@33649 -
This commit is contained in:
parent
8b8cebc3d7
commit
55e992a63a
@ -2262,7 +2262,7 @@ begin
|
||||
then exit;
|
||||
AsmList := TGDBMINameValueList.Create(FItems[Index].AsmEntry);
|
||||
|
||||
FItems[Index].ParsedInfo.SrcFileName := PCLenToString(FItems[Index].SrcFile, True);
|
||||
FItems[Index].ParsedInfo.SrcFileName := ConvertGdbPathAndFile(PCLenToString(FItems[Index].SrcFile, True));
|
||||
FItems[Index].ParsedInfo.SrcFileLine := PCLenToInt(FItems[Index].SrcLine, 0);
|
||||
// SrcStatementIndex, SrcStatementCount are already set
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user