Add GDB_RAW_OUTPUT macro for GDBMI with DEBUG set

git-svn-id: trunk@30086 -
This commit is contained in:
pierre 2015-03-03 21:29:17 +00:00
parent f6250b3a5a
commit ded9bbd9f8

View File

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