Re: Trying to use ptrace under FBSD

2009-03-17 Thread pluknet
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

Trying to use ptrace under FBSD

2009-03-17 Thread 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 #include #include #include main() { int pid; int wait_val; lo