mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 17:59:22 +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);
|
FPDEvent:=FCurrentProcess.ResolveDebugEvent(FCurrentThread);
|
||||||
{$ifdef DBG_FPDEBUG_VERBOSE}
|
{$ifdef DBG_FPDEBUG_VERBOSE}
|
||||||
log('Process stopped with event %s. IP=%s, SP=%s, BSP=%s.', [FPDEventNames[FPDEvent],
|
log('Process stopped with event %s. IP=%s, SP=%s, BSP=%s.', [FPDEventNames[FPDEvent],
|
||||||
FCurrentProcess.FormatAddress(FCurrentProcess.GetInstructionPointerRegisterValue),
|
FCurrentProcess.FormatAddress(FCurrentThread.GetInstructionPointerRegisterValue),
|
||||||
FCurrentProcess.FormatAddress(FCurrentProcess.GetStackPointerRegisterValue),
|
FCurrentProcess.FormatAddress(FCurrentThread.GetStackPointerRegisterValue),
|
||||||
FCurrentProcess.FormatAddress(FCurrentProcess.GetStackBasePointerRegisterValue)], dllDebug);
|
FCurrentProcess.FormatAddress(FCurrentThread.GetStackBasePointerRegisterValue)], dllDebug);
|
||||||
{$endif DBG_FPDEBUG_VERBOSE}
|
{$endif DBG_FPDEBUG_VERBOSE}
|
||||||
if assigned(FCommand) then
|
if assigned(FCommand) then
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user