mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 18:09:32 +02:00
fpdebug: Fixed compilation with verbose debugging
git-svn-id: trunk@58416 -
This commit is contained in:
parent
6314461f34
commit
3f08871ce8
@ -761,9 +761,9 @@ begin
|
||||
FPDEvent:=FCurrentProcess.ResolveDebugEvent(FCurrentThread);
|
||||
{$ifdef DBG_FPDEBUG_VERBOSE}
|
||||
log('Process stopped with event %s. IP=%s, SP=%s, BSP=%s.', [FPDEventNames[FPDEvent],
|
||||
FCurrentProcess.FormatAddress(FCurrentProcess.GetInstructionPointerRegisterValue),
|
||||
FCurrentProcess.FormatAddress(FCurrentProcess.GetStackPointerRegisterValue),
|
||||
FCurrentProcess.FormatAddress(FCurrentProcess.GetStackBasePointerRegisterValue)], dllDebug);
|
||||
FCurrentProcess.FormatAddress(FCurrentThread.GetInstructionPointerRegisterValue),
|
||||
FCurrentProcess.FormatAddress(FCurrentThread.GetStackPointerRegisterValue),
|
||||
FCurrentProcess.FormatAddress(FCurrentThread.GetStackBasePointerRegisterValue)], dllDebug);
|
||||
{$endif DBG_FPDEBUG_VERBOSE}
|
||||
if assigned(FCommand) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user