Revision: | 3 |
Committed: | 2007-01-31T15:12:34-08:00 (18 years, 4 months ago) by douglas |
Content type: | text/x-c |
File size: | 357 byte(s) |
Log Message: | Fixy! |
# | User | Rev | Content |
---|---|---|---|
1 | douglas | 2 | --- gdb/target.c Mon Aug 26 12:18:33 2002 |
2 | +++ gdb/target.c Sun Oct 13 10:51:32 2002 | ||
3 | @@ -1429,7 +1429,7 @@ | ||
4 | for (t = target_structs; t < target_structs + target_struct_size; | ||
5 | ++t) | ||
6 | { | ||
7 | - if ((*t)->to_stratum == core_stratum) | ||
8 | + if ((*t)->to_stratum == (kernel_debugging ? kcore_stratum : core_stratum)) | ||
9 | { | ||
10 | runable = *t; | ||
11 | ++count; |