DBG: convert gdb filename for disassembler. Maybe issue #0020715

git-svn-id: trunk@33649 -
This commit is contained in:
martin 2011-11-20 18:25:49 +00:00
parent 8b8cebc3d7
commit 55e992a63a

View File

@ -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