Re: [GSOC 2014] Some thoughts about the code and the proposal

2014-03-21 Thread Philippe Ombredanne
On Fri, Mar 21, 2014 at 1:22 PM, yangmin zhu wrote: > Hi Ombredanne, > Sorry for the HTML email. it's a mistake. > I had submitted my proposal to GSOC and you can find a basic prototype > in my proposal. In order to make it better, I contacted some strace's > output parser's authors to collect the

Re: [GSOC 2014] Some thoughts about the code and the proposal

2014-03-21 Thread yangmin zhu
On Tue, Mar 18, 2014 at 9:09 PM, Philippe Ombredanne wrote: > yangmin zhu: > I think you are the right track! > This is a very thorough approach you are taking there which is very good! > > Small note: try avoid using HTML emails and stick to plain text on the list. > > >> From this mail >> (http:

Re: [GSOC 2014] Some thoughts about the code and the proposal

2014-03-18 Thread Philippe Ombredanne
On Thu, Mar 13, 2014 at 4:55 PM, yangmin zhu wrote: > I had spent some day reading the code of strace to grasp the big picture > of strace.my main purpose is first to find out how did strace dispatch the > syscall to each printing function. I found that the main function ( in > file:strace.c) firs

[GSOC 2014] Some thoughts about the code and the proposal

2014-03-13 Thread yangmin zhu
Hi all, I had spent some day reading the code of strace to grasp the big picture of strace.my main purpose is first to find out how did strace dispatch the syscall to each printing function. I found that the main function ( in file:strace.c) first call init(argc, argv) to initialize some importa