mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-04 15:30:40 +01:00
LazDebuggerFp (pure): Fixed information in debugline
git-svn-id: trunk@44683 -
This commit is contained in:
parent
cb529ed09e
commit
982b409e26
@ -337,7 +337,7 @@ begin
|
||||
aKernResult := mach_vm_read(FTaskPort, AAdress, ASize, PtrUInt(b), cnt);
|
||||
if aKernResult <> KERN_SUCCESS then
|
||||
begin
|
||||
DebugLn('Failed to read data at address '+FormatAddress(ProcessID)+'. Mach error: '+mach_error_string(aKernResult));
|
||||
DebugLn('Failed to read data at address '+FormatAddress(AAdress)+'. Mach error: '+mach_error_string(aKernResult));
|
||||
Exit;
|
||||
end;
|
||||
System.Move(b^, AData, Cnt);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user