Add annotate_displaty_prompt added before GDB 7.6 release

git-svn-id: trunk@24917 -
This commit is contained in:
pierre 2013-06-19 13:45:27 +00:00
parent 59d29b6c91
commit 6e9489c41e

View File

@ -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}