DragonFly users List (threaded) for 2007-02
DragonFly BSD
DragonFly users List (threaded) for 2007-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Debugging vkernels with gdb


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Sat, 3 Feb 2007 10:17:36 -0800 (PST)

:Is it possible to use kgdb to debug a vkernel as if it were remote
:over a serial line?
:
:Cheers Steve

    Yes.  Not even as if it were remote over a serial line... all you have
    to do is gdb the vkernel's process id.

    There is one issue, though... page faults that occur within the VKERNEL
    itself will be caught by GDB, so you will get a lot of breaks in the
    debugger that you have to 'cont' through.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>



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