Re: Working on -e trace

2016-02-11 Thread Gabriel Laskar
On Thu, 11 Feb 2016 10:47:22 +0530 haris iqbal wrote: > Hello, > > I have understood a fair amount of working, how -e trace=option works. > > Through the init() --> qualify() > > for (p = strtok(copy, ","); p; p = strtok(NULL, ",")) { > int n; > if (opt->bitflag == QUAL_TRA

Re: Working on -e trace

2016-02-11 Thread haris iqbal
On Thu, Feb 11, 2016 at 4:11 PM, Gabriel Laskar wrote: > On Thu, 11 Feb 2016 10:47:22 +0530 > haris iqbal wrote: > >> Hello, >> >> I have understood a fair amount of working, how -e trace=option works. >> >> Through the init() --> qualify() >> >> for (p = strtok(copy, ","); p; p = strtok(NULL