Andrey Simonenko <[EMAIL PROTECTED]> writes:
> In short: I need to stop (suspend) some process from the kernel, when
> that process is in user mode and get information about its general-purpose
> registers, its VM structures, etc.

Have you looked at ptrace(2)?  That's what gdb(1) uses.  You can get
additional information about memory maps etc. from procfs.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to