mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 09:50:38 +02:00
Add GDB_RAW_OUTPUT macro for GDBMI with DEBUG set
git-svn-id: trunk@30086 -
This commit is contained in:
parent
f6250b3a5a
commit
ded9bbd9f8
@ -212,3 +212,9 @@
|
||||
{$ifdef AARCH64}
|
||||
{$define TARGET_IS_64BIT}
|
||||
{$endif}
|
||||
|
||||
{$ifdef GDBMI}
|
||||
{$ifdef DEBUG}
|
||||
{$define GDB_RAW_OUTPUT}
|
||||
{$endif DEBUG}
|
||||
{$endif GDBMI}
|
Loading…
Reference in New Issue
Block a user