Re: [GSOC] Porting Valgrind to Hurd

2014-03-25 Thread Subhashish Pradhan
On Tue, Mar 25, 2014 at 2:10 PM, Samuel Thibault wrote: > Subhashish Pradhan, le Tue 25 Mar 2014 08:15:52 +0530, a écrit : >> here is my initial coverage of teching valgrind ioctl. > > Did you want to attach a file? > > Samuel Oops! Sorry - I wanted to attach a link: http://sprkv5.wordpress.com/

Re: [GSOC] Porting Valgrind to Hurd

2014-03-25 Thread Samuel Thibault
Subhashish Pradhan, le Tue 25 Mar 2014 08:15:52 +0530, a écrit : > here is my initial coverage of teching valgrind ioctl. Did you want to attach a file? Samuel

Re: [GSOC] Porting Valgrind to Hurd

2014-03-24 Thread Subhashish Pradhan
Hello, here is my initial coverage of teching valgrind ioctl. Some notes have been left out, will fill it when I get some time - but need to prepare for university exams that are starting tomorrow. On Tue, Mar 25, 2014 at 6:32 AM, Samuel Thibault wrote: > Subhashish Pradhan, le Thu 20 Mar 2014

Re: [GSOC] Porting Valgrind to Hurd

2014-03-24 Thread Samuel Thibault
Subhashish Pradhan, le Thu 20 Mar 2014 22:26:15 +0530, a écrit : > I found kern/syscall_sw.c couple of days ago and was wondering about the > difference between the .h and .c variants; but I waited for your feedback. > The implemented traps matter. But are the others a dummy filler to be > implemen

Re: [GSOC] Porting Valgrind to Hurd

2014-03-20 Thread Justus Winter
Quoting Samuel Thibault (2014-03-20 23:25:40) > Justus Winter, le Thu 20 Mar 2014 18:27:58 +0100, a écrit : > > Quoting Samuel Thibault (2014-03-20 16:30:23) > > > Anybody knows about tracing the syscalls? > > > I don't see anything for that in the kernel. > > > > http://www.gnu.org/software/hurd/

Re: [GSOC] Porting Valgrind to Hurd

2014-03-20 Thread Samuel Thibault
Justus Winter, le Thu 20 Mar 2014 18:27:58 +0100, a écrit : > Quoting Samuel Thibault (2014-03-20 16:30:23) > > Anybody knows about tracing the syscalls? > > I don't see anything for that in the kernel. > > http://www.gnu.org/software/hurd/gnumach-doc/Syscall-Emulation.html Ah, right. But do we

Re: [GSOC] Porting Valgrind to Hurd

2014-03-20 Thread Justus Winter
Hi :) Quoting Samuel Thibault (2014-03-20 16:30:23) > Anybody knows about tracing the syscalls? > I don't see anything for that in the kernel. http://www.gnu.org/software/hurd/gnumach-doc/Syscall-Emulation.html Justus

Re: [GSOC] Porting Valgrind to Hurd

2014-03-20 Thread Subhashish Pradhan
Hello, Thanks for feedback! On Thu, Mar 20, 2014 at 9:00 PM, Samuel Thibault wrote: > Hello, > > Subhashish Pradhan, le Wed 19 Mar 2014 02:48:53 +0530, a écrit : >> Previously I had some discussions and queries related to this project >> on this mailing list, but disappeared for a while, my apol

Re: [GSOC] Porting Valgrind to Hurd

2014-03-20 Thread Samuel Thibault
Hello, Subhashish Pradhan, le Wed 19 Mar 2014 02:48:53 +0530, a écrit : > Previously I had some discussions and queries related to this project > on this mailing list, but disappeared for a while, my apologies. No problem, welcome back :) > I am working on implementing PRE() and POST() wrappers

[GSOC] Porting Valgrind to Hurd

2014-03-18 Thread Subhashish Pradhan
Hello, Previously I had some discussions and queries related to this project on this mailing list, but disappeared for a while, my apologies. I am working on implementing PRE() and POST() wrappers for a custom ioctl on Linux. With that as reference, I have the following (broad) steps in mind to c