Re: why libkvm not implement read from user memory space

2003-03-02 Thread Jun Su
On Sunday 02 March 2003 17:12, Bruce Evans wrote: > On Sun, 2 Mar 2003, Jun Su wrote: > > I am adding some new feature to the kgdb. I am not sure why the libkvm > > doesn't implement reading from memory space when checking core dump. Who > > can give some comments on this? If it is possible, I will

Re: why libkvm not implement read from user memory space

2003-03-02 Thread Bruce Evans
On Sun, 2 Mar 2003, Jun Su wrote: > I am adding some new feature to the kgdb. I am not sure why the libkvm doesn't > implement reading from memory space when checking core dump. Who can give > some comments on this? If it is possible, I will try to implement it. It was lost when libkvm was conver

why libkvm not implement read from user memory space

2003-03-01 Thread Jun Su
Hi All, I am adding some new feature to the kgdb. I am not sure why the libkvm doesn't implement reading from memory space when checking core dump. Who can give some comments on this? If it is possible, I will try to implement it. I found kgdb is not easy to use when checking a core dump. And h