Browse Source

Add GDB_RAW_OUTPUT macro for GDBMI with DEBUG set

git-svn-id: trunk@30086 -
pierre 10 years ago
parent
commit
ded9bbd9f8
1 changed files with 6 additions and 0 deletions
  1. 6 0
      ide/globdir.inc

+ 6 - 0
ide/globdir.inc

@@ -212,3 +212,9 @@
 {$ifdef AARCH64}
   {$define TARGET_IS_64BIT}
 {$endif}
+
+{$ifdef GDBMI}
+  {$ifdef DEBUG}
+    {$define GDB_RAW_OUTPUT}
+  {$endif DEBUG}
+{$endif GDBMI}