ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/devel/gdb6/files/patch-target.c
Revision: 34
Committed: 2008-08-22T15:34:39-07:00 (16 years, 10 months ago) by douglas
Content type: text/x-diff
File size: 357 byte(s)
Log Message:
Ooh, it does!

File Contents

# Content
1 --- 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;

Properties

Name Value
svn:mime-type text/x-diff