Yaoping Ruan wrote:
> Does any one know the implementation of "ktrace" in FreeBSD? I would
> like to hack the source code and have a relatively easy way to copy
> the kernel stack image when a certain of thing happens, such as page
> fault. It should work like the breakpoints in gdb. But kernel pan
On Wednesday, 12 March 2003 at 22:27:42 -0500, Yaoping Ruan wrote:
> Does any one know the implementation of "ktrace" in FreeBSD? I would
> like to hack the source code and have a relatively easy way to copy
> the kernel stack image when a certain of thing happens, such as page
> fault. It should w
Does any one know the implementation of "ktrace" in FreeBSD? I would like to hack the
source code and have a relatively easy way to copy the kernel stack image when a
certain of thing happens, such as page fault. It should work like the breakpoints in
gdb. But kernel panic is too much trouble for j
I think it helps to understand a routine in the kernel code if I know how
the routine is called and what parameters are being passed to it. To get
such information, I decide to simulate a panic whenever that routine is
called. For example, I want know how link() in vfs_syscalls.c is called
and wh
I think it helps to understand a routine in the kernel code if I know how
the routine is called and what parameters are being passed to it. To get
such information, I decide to simulate a panic whenever that routine is
called. For example, I want know how link() in vfs_syscalls.c is called
and w
5 matches
Mail list logo