mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 04:13:43 +02:00
fpdebug: fix ebp register for stackframes
git-svn-id: trunk@49028 -
This commit is contained in:
parent
22965c7340
commit
ecf6e6a2a9
@ -1163,7 +1163,7 @@ begin
|
||||
if not Process.ReadData(Frame, Size, Frame) then Break;
|
||||
AnEntry := TDbgCallstackEntry.create(Self, Frame, Address);
|
||||
AnEntry.RegisterValueList.DbgRegisterAutoCreate['eip'].SetValue(Address, IntToStr(Address),Size,8);
|
||||
AnEntry.RegisterValueList.DbgRegisterAutoCreate['esp'].SetValue(Address, IntToStr(Address),Size,5);
|
||||
AnEntry.RegisterValueList.DbgRegisterAutoCreate['ebp'].SetValue(Frame, IntToStr(Frame),Size,5);
|
||||
FCallStackEntryList.Add(AnEntry);
|
||||
Dec(count);
|
||||
if Count <= 0 then Break;
|
||||
|
Loading…
Reference in New Issue
Block a user