Browse Source

Add annotate_displaty_prompt added before GDB 7.6 release

git-svn-id: trunk@24917 -
pierre 12 years ago
parent
commit
6e9489c41e
1 changed files with 8 additions and 0 deletions
  1. 8 0
      packages/gdbint/src/gdbint.pp

+ 8 - 0
packages/gdbint/src/gdbint.pp

@@ -2458,6 +2458,14 @@ begin
 {$endif}
 {$endif}
 end;
 end;
 
 
+procedure annotate_display_prompt;cdecl;public;
+begin
+{$ifdef Verbose}
+  Debug('|display_prompt|');
+{$endif}
+end;
+
+
 procedure annotate_display_begin;cdecl;public;
 procedure annotate_display_begin;cdecl;public;
 begin
 begin
 {$ifdef Verbose}
 {$ifdef Verbose}