2009/3/17 Gema niskazhu :
> Hi all!
>
> First of all sorry for my bad english.
>
> I am using Free BSD CURRENT x86_64.
>
> I am trying to use ptrace under free bsd
>
> simply to test that it works
>
> Here is my code:
>
> #include
> #include
> #include
> #include
> #include
There is at least
Hi all!
First of all sorry for my bad english.
I am using Free BSD CURRENT x86_64.
I am trying to use ptrace under free bsd
simply to test that it works
Here is my code:
#include
#include
#include
#include
#include
#include
#include
#include
main()
{
int pid;
int wait_val;
lo
2 matches
Mail list logo