Home
last modified time | relevance | path

Searched hist:"6 b4fc6752b3c3a8885c88f1f6c9dccb43033b8af" (Results 1 – 1 of 1) sorted by relevance

/optee_os/scripts/
H A Dsymbolize.py6b4fc6752b3c3a8885c88f1f6c9dccb43033b8af Mon Sep 23 07:49:32 UTC 2019 Jerome Forissier <jerome@forissier.org> symbolize.py: disable terminal local echo

When scripts/symbolize.py is used interactively and the input data is
copied and pasted into the terminal, both the input and output text are
displayed on the same screen. There is nothing preventing both text
streams from mixing up because it depends on buffering and how Python
reads and flushes its buffers.

Things usually go well with Python 2, but I have observed that Python 3
is more problematic. So the issue needs to be properly addressed. This
patch temporarily disables local echo so that only the processed text is
shown.

Signed-off-by: Jerome Forissier <jerome@forissier.org>
Reviewed-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>