Em seg., 17 de mai. de 2021 às 06:10, Marc Nieper-Wißkirchen
<marc.nieper+gnu@gmail.com> escreveu:
>
> Hi Paulo,
Hi Marc,
> this is a feature request to either make stderr (instead of
stdout) the disassembler output stream or to make it customizable.
>
> Currently, we have
>
> #define disasm_stream stdout
>
> in jit_disasm.c.
Just created a static variable. An interface to change it might
be added,
as builds with --enable-devel-disassembler are very useful and far
easier
to debug.
> Especially for debugging programs that work as a pipe from stdin
to stdout, it is important not to have the output cluttered with
disassembly info.
>
> Thanks,
>
> Marc
Thanks,
Paulo