Switch to building a libgdb and both gdb and kgdb.
[dragonfly.git] / gnu / usr.bin / gdb / libgdb / patches / target.h.patch
1 $DragonFly: src/gnu/usr.bin/gdb/libgdb/patches/Attic/target.h.patch,v 1.1 2006/03/07 15:48:11 corecode Exp $
2
3 --- target.h    Sat Feb  9 20:08:42 2002
4 +++ target.h    Fri May 24 08:38:31 2002
5 @@ -52,6 +52,7 @@
6      dummy_stratum,             /* The lowest of the low */
7      file_stratum,              /* Executable files, etc */
8      core_stratum,              /* Core dump files */
9 +    kgdb_stratum,              /* Kernel core files */
10      download_stratum,          /* Downloading of remote targets */
11      process_stratum,           /* Executing processes */
12      thread_stratum             /* Executing threads */