DragonFly BSD
DragonFly bugs List (threaded) for 2004-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: gdb's proc command doesn't work anymore


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Sat, 13 Mar 2004 08:40:49 -0800 (PST)

:
:(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@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]