Re: Understanding proc_rwmem

2010-04-16 Thread Fernando Apesteguía
2010/4/16 John Baldwin : > On Friday 16 April 2010 8:11:25 am Fernando Apesteguía wrote: >> 2010/4/14 John Baldwin : >> > On Wednesday 14 April 2010 4:22:56 pm Fernando Apesteguía wrote: >> >> Hi all, >> >> >> >> I'm trying to read process memory other than the current process in >> >> kernel. I wa

Re: Understanding proc_rwmem

2010-04-16 Thread John Baldwin
On Friday 16 April 2010 8:11:25 am Fernando Apesteguía wrote: > 2010/4/14 John Baldwin : > > On Wednesday 14 April 2010 4:22:56 pm Fernando Apesteguía wrote: > >> Hi all, > >> > >> I'm trying to read process memory other than the current process in > >> kernel. I was told to use the proc_rwmem func

Re: Understanding proc_rwmem

2010-04-16 Thread Fernando Apesteguía
2010/4/14 John Baldwin : > On Wednesday 14 April 2010 4:22:56 pm Fernando Apesteguía wrote: >> Hi all, >> >> I'm trying to read process memory other than the current process in >> kernel. I was told to use the proc_rwmem function, however I can't get >> it working properly. At first, I'm trying to

Re: Understanding proc_rwmem

2010-04-15 Thread Fernando Apesteguía
On Wed, Apr 14, 2010 at 11:35 PM, Kostik Belousov wrote: > On Wed, Apr 14, 2010 at 05:21:00PM -0400, John Baldwin wrote: >> On Wednesday 14 April 2010 4:22:56 pm Fernando Apestegu?a wrote: >> > Hi all, >> > >> > I'm trying to read process memory other than the current process in >> > kernel. I was

Re: Understanding proc_rwmem

2010-04-14 Thread Kostik Belousov
On Wed, Apr 14, 2010 at 05:21:00PM -0400, John Baldwin wrote: > On Wednesday 14 April 2010 4:22:56 pm Fernando Apestegu?a wrote: > > Hi all, > > > > I'm trying to read process memory other than the current process in > > kernel. I was told to use the proc_rwmem function, however I can't get > > it

Re: Understanding proc_rwmem

2010-04-14 Thread John Baldwin
On Wednesday 14 April 2010 4:22:56 pm Fernando Apesteguía wrote: > Hi all, > > I'm trying to read process memory other than the current process in > kernel. I was told to use the proc_rwmem function, however I can't get > it working properly. At first, I'm trying to read how many elements > the en

Understanding proc_rwmem

2010-04-14 Thread Fernando Apesteguía
Hi all, I'm trying to read process memory other than the current process in kernel. I was told to use the proc_rwmem function, however I can't get it working properly. At first, I'm trying to read how many elements the environment variables vector has. To do this I tried this from a linprocfs fill