gdb's proc command doesn't work anymore
Matthew Dillon
dillon at apollo.backplane.com
Sat Mar 13 08:41:51 PST 2004
:
:(kgdb) proc 2205
:invalid proc address
:
:2205 is a valid pid. This used to work until recently.
:
: -Richard
This should still work, but your gdb has to be fresh built for
your kernel. There have been recent changes made to gdb,
specifying a process pointer address no longer works... you have
to specify a thread pointer address instead. But specifying a
process id should still do the right thing.
Try doing a full buildkernel/buildworld/installkernel/installworld
sequence.
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Bugs
mailing list