Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 1999 13:51:50 -0500 (EST)
From:      Marc Tardif <intmktg@CAM.ORG>
To:        freebsd-hackers@freebsd.org
Cc:        freebsd-questions@freebsd.org
Subject:   disassembling syscalls
Message-ID:  <Pine.LNX.4.10.9911261346300.13332-100000@Gloria.CAM.ORG>

next in thread | raw e-mail | index | archive | help
How can syscalls be disassembled on BSD?

So far, I tried using ktrace -tc on compiled code using the syscall I
wanted, but the output from kdump doesn't look like asm. I also tried
using gdb directly, compiling the source with the -g and -static flags,
but I couldn't use the disassemble command on the syscall which appeared
in the output of 'disassemble main'.

Any suggestions would be greatly appreciated,
Marc



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.10.9911261346300.13332-100000>