freebsd-ports/devel/gdb53-act/files/patch-gdb_target.c
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

11 lines
357 B
C

--- gdb/target.c Mon Aug 26 12:18:33 2002
+++ gdb/target.c Sun Oct 13 10:51:32 2002
@@ -1429,7 +1429,7 @@
for (t = target_structs; t < target_structs + target_struct_size;
++t)
{
- if ((*t)->to_stratum == core_stratum)
+ if ((*t)->to_stratum == (kernel_debugging ? kcore_stratum : core_stratum))
{
runable = *t;
++count;