On 26 January 2011 13:37, Fabien Chouteau wrote:
> +echo " Available backends:"
> $($source_path/scripts/tracetool --list-backends)
Not enough quoting -- this will break if $source_path has a space in it.
Try:
echo " Available backends:
$("$s
On Wed, Jan 26, 2011 at 1:37 PM, Fabien Chouteau wrote:
> This backend sends trace events to standard error output during the emulation.
>
> Also add a "--list-backends" option to tracetool, so configure script can
> display the list of available backends.
>
> Signed-off-by: Fabien Chouteau
> ---
This backend sends trace events to standard error output during the emulation.
Also add a "--list-backends" option to tracetool, so configure script can
display the list of available backends.
Signed-off-by: Fabien Chouteau
---
configure |3 +-
docs/tracing.txt |5
scripts