[DTrace-devel] [PATCH 06/12] Fix the -xverbose option

Eugene Loh eugene.loh at oracle.com
Sat Jul 16 03:16:35 UTC 2022


Now my message to the mail list is bouncing?

On 7/15/22 20:07, Eugene Loh wrote:
> Ah. Here is another argument against [PATCH 04/12] (the -xcpp patch): 
> its solution is revised two patches later.
>
> The new solution -- which is to maintain the exact same code in two 
> different places -- makes an even clearer case for the cmd/dtrace.c 
> solution I proposed earlier.
>
> Specifically, for -xverbose, in cmd/dtrace.c's -x processing, just add 
> the statement:
>         if (strcmp(optarg, "verbose") == 0)
>                 g_cflags |= DTRACE_C_DIFV;
>
> Or is there something more subtle I am missing to the commit message's 
> claim that -xverbose and -S are "equivalent"?
>



More information about the DTrace-devel mailing list