On Wed, Apr 23, 2003 at 01:27:36PM +0530, Omanakuttan wrote: > What I would like to know is the entry point in kernel for this > interrupt so that I can put a breakpoint there and proceed from > there? Assuming an i386 architecture, look at arch/i386/kernel/entry.S for the code handling system call entry and exit. If you want to debug execve specifically, look at sys_execve, arch/i386/kernel/process.c. -- Muli Ben-Yehuda http://www.mulix.org
Attachment:
pgp00378.pgp
Description: PGP signature