Date: Tue, 23 Jan 1996 19:54:53 +0800 (GMT+0800) From: Gavin Chan Lim <gavin@linux1.dlsu.edu.ph> To: hackers@freebsd.org Subject: ptrace() Message-ID: <Pine.LNX.3.91.960123194923.202A-100000@ccslinux.dlsu.edu.ph>
next in thread | raw e-mail | index | archive | help
I'm trying to read a RUNNING process's virtual address space. I think the only solution to this is ptrace(). I've tried using ptrace(). First I used procfs to attach to the target process. Does this mean that the target is ready for debugging? Then I tried to use ptrace(PT_READ_I...), but I keep getting the message "Device busy." What's wrong? ============================================================================== Gavin Lim Gavin@linux1.dlsu.edu.ph ==============================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.91.960123194923.202A-100000>