Re: Kernel Debugging Help
Re: Kernel Debugging Help
- Subject: Re: Kernel Debugging Help
- From: Terry Lambert <email@hidden>
- Date: Mon, 6 Aug 2007 13:44:55 -0700
On Aug 6, 2007, at 1:04 AM, Arvind Dalvi wrote:
Hello,
After getting on with kernel debugging as documented, i am little
surprised by the amount of information provided by the kgmacros in
the kernel debug kit.
showtask, does the job of showing basic task information, but how
about dumping detailed task info ?.
( although, showtaskvm or showtaskvme and the rest should help, but
i would like the data structure to be dumped...... )
This is a really basic gdb question, and I highly recommend you buy
the O'Reilly manual for gdb.
For future reference, if all you have is a hex address of a task,
rather than a task pointer, the command is:
p *(task_t)0x.......
-- Terry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden