Re: problems with kvm_nlist()

2001-08-03 Thread Ian Dowse
In message <[EMAIL PROTECTED]>, Tabor Kelly writes: >Now that that is taken care of, would somebody mind explaining to me >what n_value represents? Is it an offset in kernel memory to retrieve >the actual data? It is the kernel virtual address of the symbol that you specified in n_name, which wil

Re: problems with kvm_nlist()

2001-08-03 Thread Tabor Kelly
As Ian Dowse pointed out, it is not a problem with kvm_nlist(), but with my program (line 75, character 65 should be an "i", not a "0"). Sorry. Now that that is taken care of, would somebody mind explaining to me what n_value represents? Is it an offset in kernel memory to retrieve the actual dat