Browse Source

Add annotate_displaty_prompt added before GDB 7.6 release

git-svn-id: trunk@24917 -
pierre 12 năm trước cách đây
mục cha
commit
6e9489c41e
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      packages/gdbint/src/gdbint.pp

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

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