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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to