Revision: | 2 |
Committed: | 2007-01-31T14:59:36-08:00 (18 years, 4 months ago) by douglas |
Content type: | text/x-c |
Original Path: | freebsd/gdb6/files/patch-target.h |
File size: | 440 byte(s) |
Log Message: | This needs fixing... |
# | User | Rev | Content |
---|---|---|---|
1 | douglas | 2 | --- gdb/target.h Sat Feb 9 20:08:42 2002 |
2 | +++ gdb/target.h Fri May 24 08:38:31 2002 | ||
3 | @@ -52,6 +52,7 @@ | ||
4 | dummy_stratum, /* The lowest of the low */ | ||
5 | file_stratum, /* Executable files, etc */ | ||
6 | core_stratum, /* Core dump files */ | ||
7 | + kcore_stratum, /* Kernel core files */ | ||
8 | download_stratum, /* Downloading of remote targets */ | ||
9 | process_stratum, /* Executing processes */ | ||
10 | thread_stratum /* Executing threads */ |