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
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