freebsd-ports/devel/gdb53-act/files/patch-gdb_target.h
Edwin Groothuis 5ee17cb3c6 new port - ACT modified gdb53, a gdb that understands the Ada programming language
Ada programming knowledgeable version of gdb53

PR:		ports/56371
Submitted by:	John R. Shannon <john@johnrshannon.com>
2003-09-27 07:38:23 +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 */