mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 04:30:35 +01:00
Add annotate_displaty_prompt added before GDB 7.6 release
git-svn-id: trunk@24917 -
This commit is contained in:
parent
59d29b6c91
commit
6e9489c41e
@ -2458,6 +2458,14 @@ begin
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
procedure annotate_display_prompt;cdecl;public;
|
||||
begin
|
||||
{$ifdef Verbose}
|
||||
Debug('|display_prompt|');
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
|
||||
procedure annotate_display_begin;cdecl;public;
|
||||
begin
|
||||
{$ifdef Verbose}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user