ports/devel/fpc-gdb/files/patch-gdb_target.h
Joe Marcus Clarke 95c01a7ffa Add fpc-gdb, a GNU GDB 5.2.1 modified for use with Free Pascal and to provide
static libraries for linking with fpc-ide.

PR:		62570
Submitted by:	John Merryweather Cooper <coop9211@uidaho.edu>
2004-02-22 01:52:20 +00:00

10 lines
440 B
C

--- gdb/target.h Sat Feb 9 20:08:42 2002
+++ gdb/target.h Fri May 24 08:38:31 2002
@@ -52,6 +52,7 @@
dummy_stratum, /* The lowest of the low */
file_stratum, /* Executable files, etc */
core_stratum, /* Core dump files */
+ kcore_stratum, /* Kernel core files */
download_stratum, /* Downloading of remote targets */
process_stratum, /* Executing processes */
thread_stratum /* Executing threads */