In message <[EMAIL PROTECTED]>, you wrote
:

>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'.

GDB disassembles stuff.

As far as I know, that functionality works.

What do you mean when you say that you ``couldn't use the disassemble
command''.  Why couldn't you?  (Carpal tunnel finally getting to you
perhaps? :-)


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

Reply via email to